You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Douglas Vasconcelos (Jira)" <ji...@apache.org> on 2021/09/08 10:49:00 UTC

[jira] [Updated] (ARTEMIS-3463) Artemis modules sharing same package name

     [ https://issues.apache.org/jira/browse/ARTEMIS-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Douglas Vasconcelos updated ARTEMIS-3463:
-----------------------------------------
    Description: 
It is currently not possible to use more than one artemis module in the same project using JPMS. The org.apache.activemq.artemis.utils is being exported by more than one module, for instance "artemis.commons", "artemis.server" and "artemis.core.client".

As a result the project does not compile as java complains of split package.

  was:
It is currently not possible to use more than one artemis module in the same project using JPMS. The org.apache.activemq.artemis.utils is being exported by more than one module, for instance "artemis.commons", "artemis.server" and "artemis.core.client".

As a result the project does not compile as java complains of split module.


> Artemis modules sharing same package name
> -----------------------------------------
>
>                 Key: ARTEMIS-3463
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3463
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: ActiveMQ-Artemis-Native
>    Affects Versions: 2.18.0
>            Reporter: Douglas Vasconcelos
>            Assignee: Clebert Suconic
>            Priority: Major
>
> It is currently not possible to use more than one artemis module in the same project using JPMS. The org.apache.activemq.artemis.utils is being exported by more than one module, for instance "artemis.commons", "artemis.server" and "artemis.core.client".
> As a result the project does not compile as java complains of split package.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)