]
Darran Lofthouse resolved WFLY-7986.
------------------------------------
Resolution: Out of Date
Add some exclusions to the 'org.wildfly.extension.elytron'
module.
------------------------------------------------------------------
Key: WFLY-7986
URL:
https://issues.jboss.org/browse/WFLY-7986
Project: WildFly
Issue Type: Task
Components: Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 11.0.0.Beta1
Likely to be something like: -
bq. <exports>
bq. <exclude
path="org/wildfly/extension/elytron/ElytronExtension"/>
bq. <exclude path="org/wildfly/extension/elytron/_private"/>
bq. <exclude path="org/wildfly/extension/elytron/capabilities"/>
bq. </exports>
Although capabilities also needs to be double checked, this may be moved and hidden using
standard Java visibility modifiers.