We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both @Configuration and the newly introduced @AddConfigBlock hard-code the supported config parsers: only properties and yaml parser supported.
@Configuration
@AddConfigBlock
See #8655 (comment)
Either we need a new SPI, or update the MpConfig API to add the capability to specify config sources as a pairs of type and reader.
The text was updated successfully, but these errors were encountered:
4.x: Provide a config parser by type helidon-io#8718
27407a0
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
4.x: @HelidonTest / @addconfig* Provide a config parser by type #8718 (…
9fb58b9
…#8721) 4.x: @HelidonTest / @addconfig* Provide a config parser by type #8718 Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Merged
Sorry, something went wrong.
No branches or pull requests
Environment Details
Problem Description
Both
@Configuration
and the newly introduced@AddConfigBlock
hard-code the supported config parsers: only properties and yaml parser supported.See #8655 (comment)
The text was updated successfully, but these errors were encountered: