-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core module is using a mix of traditional @ConfigRoot
and @ConfigMapping
#42114
Labels
Milestone
Comments
/cc @radcortez (config) |
Sure |
SmallRye Reactive Messaging is also in the way with |
FWIW, we will unfortunately need this fixed before we can think about merging the new annotation processor. I'm iterating on the full build atm to detect all the issues. |
Ok. I'll work on this today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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: