]
Darran Lofthouse updated WFLY-7986:
-----------------------------------
Priority: Critical (was: Major)
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.Alpha1
Likely to be something like: -
{{
<exports>
<exclude path="org/wildfly/extension/elytron/ElytronExtension"/>
<exclude path="org/wildfly/extension/elytron/_private"/>
<exclude path="org/wildfly/extension/elytron/capabilities"/>
</exports>
}}
Although capabilities also needs to be double checked, this may be moved and hidden using
standard Java visibility modifiers.