]
Brian Stansberry moved WFWIP-71 to WFLY-10849:
----------------------------------------------
Project: WildFly (was: WildFly WIP)
Key: WFLY-10849 (was: WFWIP-71)
Component/s: MP Config
(was: MP Config)
Allow for configuration of Converter SPI implementations via
management in microprofile-config-smallrye subsystem
-----------------------------------------------------------------------------------------------------------------
Key: WFLY-10849
URL:
https://issues.jboss.org/browse/WFLY-10849
Project: WildFly
Issue Type: Enhancement
Components: MP Config
Reporter: Michal Jurc
Assignee: Jeff Mesnil
MicroProfile configuration specifies three SPIs:
* {{org.eclipse.microprofile.config.spi.ConfigSource}}
* {{org.eclipse.microprofile.config.spi.ConfigSourceProvider}}
* {{org.eclipse.microprofile.config.spi.Converter}}
{{ConfigSource}} and {{ConfigSourceProvider}} services both can be exposed by WildFly
management. We recommend providing the same capability for {{Converter}} services.