quarkus-openapi-generator icon indicating copy to clipboard operation
quarkus-openapi-generator copied to clipboard

Use @ConfigMapping annotation instead legacy @ConfigRoot

Open mcruzdev opened this issue 5 months ago • 0 comments

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 @ConfigRootannotation.

mcruzdev avatar Sep 12 '24 12:09 mcruzdev