Replies: 1 comment 2 replies
-
Hi! I'm not familiar with custom config keys. What's not working specifically? |
Beta Was this translation helpful? Give feedback.
2 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.
-
It seems that

quarkus.openapi-generator.codegen.spec.<filename>.base-package
doesn't support custom config keys yet.For instance:
In this scenario,
quarkus.openapi-generator.codegen.spec.DEFAULT_CONFIG_KEY.base-package=my.custom.package
will properly generate the Api interfaces and the models in the "my.custom.package" packagequarkus.openapi-generator.codegen.spec.CUSTOM_CONFIG_KEY.base-package=my.custom.package
will generate the files in the default package (which would be something like "org.openapi.quarkus.DEFAULT_CONFIG_KEY")Is this expected behavior?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions