Open gastaldi opened 2 months ago
/cc @radcortez (config)
You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip
This message is automatically generated by a bot.
I would like to contribute with this one @gastaldi!
Feel free to look into it.
This also applies to old @ConfigRoot
class objects.
Description
While creating (see this PR for more context - https://github.com/quarkusio/quarkus-workshops/pull/600), I noticed that the following error is thrown when the
@ConfigMapping
phase is set to RUN_TIME:The solution was to move the
@ConfigMapping
to theruntime
module, but the error message is a bit cryptic.Implementation ideas
It would be nice if we could detect that somehow and display a nicer error message