Replies: 3 comments
-
Hard to know without a lot more detailed stacktrace. Don't you have more lines in the stacktrace? |
Beta Was this translation helpful? Give feedback.
0 replies
-
of course:
and
and: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mcruzdev mind taking a look? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i use Quarkus 3.21.0 and Quarkus OpenApi Generator 2.9.1-lts.
and my Application.yml
my openapi-server.yaml
If i try to generate "Server" files generator return
and
If i disable all rest-client generator in build.gradle and application.yml i get the same exception.
If i put my openapi-server.yaml in /src/main/resources/openapi and update application.yml , i get the same exception.
My question is Why?
Beta Was this translation helpful? Give feedback.
All reactions