[jboss-jira] [JBoss JIRA] (WFCORE-5041) The public elytron module exports private API

Darran Lofthouse (Jira) issues at jboss.org
Wed Jul 8 12:46:19 EDT 2020


Darran Lofthouse created WFCORE-5041:
----------------------------------------

             Summary: The public elytron module exports private API
                 Key: WFCORE-5041
                 URL: https://issues.redhat.com/browse/WFCORE-5041
             Project: WildFly Core
          Issue Type: Bug
          Components: Security
            Reporter: Darran Lofthouse


The public elytron module is defined as:


{code:xml}
<module name="org.wildfly.security.elytron-private" services="export" export="true">
 <exports>
 <include-set>
 <path name="org/wildfly/security"/>
{code}

The issue is export="true" exports everything including the private API.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list