]
Simon Priadka commented on WFLY-11679:
--------------------------------------
Hi [~brian.stansberry],[~yersan] I have found out, that the *keycloak-wildlfy-subsystem*
adapter depends on the *org.jboss.metadata* module. Adapters depending on this module can
be found at [this
].
Remove org.jboss.metadata module
--------------------------------
Key: WFLY-11679
URL:
https://issues.jboss.org/browse/WFLY-11679
Project: WildFly
Issue Type: Sub-task
Components: Class Loading, Clustering
Reporter: Brian Stansberry
Assignee: Yeray Borges
Priority: Minor
Fix For: 17.0.0.Beta1
Not urgent, just something I noticed when looking at
https://github.com/wildfly/wildfly/pull/12014/.
The org.jboss.metadata module just depends on and exports a bunch of other ones. It's
jboss-api=private and It's only use within Wildfly is
org.wildfly.extension.clustering.singleton which could presumably depend directly on what
it needs.
We'd want to check some with dependent projects in case they use it and do any
removal fairly early in a release cycle.