[
https://issues.apache.org/jira/browse/ARTEMIS-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Hugonnet updated ARTEMIS-2163:
---------------------------------------
Description:
The class org.apache.activemq.artemis.utils.ClassLoadingUtil is defined in
artemis-commons. In a jboss-modules environment this creates a loop to be able
to load classes from another module.
Since this class is only used by the client jars or projects depending on those
jars (like server), moving it to artemis-core-client would break the loop and
have no consequence on current codebase.
was:
The class org.apache.activemq.artemis.utils.ClassLoadingUtil is defined in
artemis-commons. In a jboss-modules environment this creates a loop to be able
to load classes from another module.
Since this class is only used by the client jars, moving it to
artemis-core-client would break the loop and have no consequence on current
codebase.
> Move ClassLoadingUtil from commons to core-client
> -------------------------------------------------
>
> Key: ARTEMIS-2163
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2163
> Project: ActiveMQ Artemis
> Issue Type: Wish
> Components: Broker
> Affects Versions: 2.6.3
> Reporter: Emmanuel Hugonnet
> Priority: Major
>
> The class org.apache.activemq.artemis.utils.ClassLoadingUtil is defined in
> artemis-commons. In a jboss-modules environment this creates a loop to be
> able to load classes from another module.
> Since this class is only used by the client jars or projects depending on
> those jars (like server), moving it to artemis-core-client would break the
> loop and have no consequence on current codebase.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)