[
https://issues.jboss.org/browse/WFWIP-71?page=com.atlassian.jira.plugin.s...
]
Jeff Mesnil commented on WFWIP-71:
----------------------------------
Do you have an use case for this?
Providing ConfigSource and ConfigSourceProvider from the subsystem makes sense so that we
can leverage other subsystem to provide additional config source (e.g. a ConfigSource
reading from a DB would use the datasource subsystem).
But I don't see what type of converters would be added in that kind of use case? (as
opposed as bundling them in the user application).
Allow for configuration of Converter SPI implementations via
management in microprofile-config-smallrye subsystem
-----------------------------------------------------------------------------------------------------------------
Key: WFWIP-71
URL:
https://issues.jboss.org/browse/WFWIP-71
Project: WildFly WIP
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)