Core module is using a mix of traditional @ConfigRoot
and @ConfigMapping
#42114
Labels
Milestone
@ConfigRoot
and @ConfigMapping
#42114
@radcortez if you want to help, it would be nice if you could make sure the
quarkus-core
modules (runtime and deployment) uniformly use@ConfigMapping
(or@ConfigRoot
, your choice but I suspect you will choose the former).This won't be allowed anymore with the new annotation processor.
See
PackageConfig
for@ConfigMapping
andShutdownBuildTimeConfig
for traditional@ConfigRoot
.The text was updated successfully, but these errors were encountered: