-
Notifications
You must be signed in to change notification settings - Fork 566
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
Add helidon-config-yaml-mp to helidon-microprofile-config #4375
Comments
Workaround (for now, add this as a dependency):
In the future (2.5.2 onwards), use:
as mentioned in the MP config doc: https://helidon.io/docs/v2/#/mp/config/01_introduction Furthermore, this should not be a problem if any of the following dependencies is used: |
|
Going forward, in 2.5.2 and in 3, use below dependency to include all default MicroProfile Config including
|
Environment Details
Problem Description
After adding #4218 and #4254 into 2.x and 3.x respectively, to add Hocon/Json MP support and make Meta-Config extensible,
helidon-config-yaml-mp
is not part ofhelidon-microprofile-config
because it was decoupled fromhelidon-config-mp
which is a part of that config bundle. The tests did not catch this because mostly, we mostly includehelidon-microprofile-server
which loads it indirectly viahelidon-microprofile-cdi
. Using bundles likehelidon-microprofile
orhelidon-microprofile-core
won't have this issue becausehelidon-config-yaml-mp
will be indirectly included viahelidon-microprofile-server
. However ifhelidon-microprofile-config
is only used withouthelidon-microprofile-server
then there may be a backward incompatibility, but I'm not even sure if such a scenario exist.The text was updated successfully, but these errors were encountered: