]
Brian Stansberry moved WFWIP-61 to WFLY-10853:
----------------------------------------------
Project: WildFly (was: WildFly WIP)
Key: WFLY-10853 (was: WFWIP-61)
Component/s: MP Config
(was: MP Config)
Description of the elements in newly introduced
microprofile-config-smallrye subsystem could be more informative
----------------------------------------------------------------------------------------------------------------
Key: WFLY-10853
URL:
https://issues.jboss.org/browse/WFLY-10853
Project: WildFly
Issue Type: Bug
Components: MP Config
Environment:
git@github.com:jmesnil/wildfly.git:WFLY-10522_microprofile-config-smallrye_extension
Reporter: Jan Stourac
Assignee: Jeff Mesnil
Description of the elements in /subsystem=microprofile-config-smallrye could give more
info, so far it states just:
{code:title=/subsystem=microprofile-config-smallrye:read-resource-description}
"config-source-provider" => {
"description" => "Config Source Provider",
"config-source" => {
"description" => "Config Source",
{code}
Maybe adding also information about what those elements are used for could improve user
experience, e.g.:
{code}
"config-source-provider" => {
"description" => "Config Source Provider can be used to
register own implementation for config-source with your specific way of
configuration",
"config-source" => {
"description" => "Config Source contains configured
configuration sources that are utilized for configuration",
{code}