]
James Perkins updated WFLY-11303:
---------------------------------
Fix Version/s: 15.0.0.Final
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
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
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.