Yeray Borges created WFLY-11303:
-----------------------------------
Summary: Unnecessary registration of a CDI portable extension in Smallrye
micro profile config
Key: WFLY-11303
URL:
https://issues.jboss.org/browse/WFLY-11303
Project: WildFly
Issue Type: Bug
Components: MP Config
Reporter: Yeray Borges
Assignee: Yeray Borges
Smallrye micro profile is registering a ConfigExtension when it is already registered by
Weld.
This portable extension is brought in by io.smallrye:smallrye-config dependency in its
META-INF folder, and Weld automatically registers a CDI portable extension if it is found
in the application classpath. That means it is unnecesary to register it again by wildfly
config-smallrye.
It will allow also remove some unnecesary modules dependencies.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)