quarkus-openapi-generator
quarkus-openapi-generator copied to clipboard
Use @ConfigMapping annotation instead legacy @ConfigRoot
We have a migration guide to 3.14 and actually we are using <compilerArgs><arg>-AlegacyConfigRoot=true</arg></compilerArgs>
to build the extension, see #794.
The idea is to use the @ConfigMapping
instead the legacy @ConfigRoot
annotation.