[jboss-jira] [JBoss JIRA] (WFLY-7986) Add some exclusions to the 'org.wildfly.extension.elytron' module.

Darran Lofthouse (JIRA) issues at jboss.org
Fri Jan 27 12:05:01 EST 2017


     [ https://issues.jboss.org/browse/WFLY-7986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated WFLY-7986:
-----------------------------------
    Description: 
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.


  was:
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.




> 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: -
> 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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list