quarkiverse / quarkus-dapr

The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity
https://dapr.io/
Apache License 2.0
30 stars 16 forks source link

Use @ConfigMapping instead @ConfigRoot annotation #218

Closed mcruzdev closed 1 day ago

mcruzdev commented 1 week ago

We have a migration guide to 3.14 and actually we are using <compilerArgs><arg>-AlegacyConfigRoot=true</arg></compilerArgs>to build the extension.

The idea is to use the @ConfigMapping instead the legacy @ConfigRootannotation.