Roland Thomas Lichti created ARTEMIS-1972:
---------------------------------------------

             Summary: Java modules artemis.core.client and artemis.jms.client 
share the package org.apache.activemq.artemis.uri
                 Key: ARTEMIS-1972
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1972
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 2.6.2
         Environment: java 10 on Mac OS X
            Reporter: Roland Thomas Lichti


The package org.apache.activemq.artemis.uri is contained in both JAR files. 
Since auto-packaging is used everything is expored. But a java package may only 
be exposed by a single module. If both modules are needed in a software the 
export of the java package clashes and the software can not be build any more 
(java 10 error):

module XXX reads package org.apache.activemq.artemis.uri from both 
artemis.core.client and artemis.jms.client

 

one of the two needs to rename the package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to