Use @ConfigMapping annotation instead legacy @ConfigRoot #793
Labels
added to backlog
The issue was added to backlog
area:client
This item is related to the client extension
area:server
This item is related to the server extension
good first issue
Good for newcomers
pinned
Issues and PRs that must not stale
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.The text was updated successfully, but these errors were encountered: