[
https://issues.apache.org/jira/browse/ARTEMIS-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779593#comment-17779593
]
ASF subversion and git services commented on ARTEMIS-4467:
----------------------------------------------------------
Commit 37273701ea155b21c190341b397258abdcfaa5db in activemq-artemis's branch
refs/heads/main from Emmanuel Hugonnet
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=37273701ea ]
ARTEMIS-4467 Core client code visibility change required.
* Since the constructors in RemotingConnectionImpl can be used from the server
and the client.
If the server calling code is in a different classloader then the
constructor can't be called.
* same for the 'active' boolean property of ActiveMQChannelHandler
Issue: https://issues.apache.org/jira/browse/ARTEMIS-4467
Signed-off-by: Emmanuel Hugonnet <[email protected]>
> Core client code visibility change required
> -------------------------------------------
>
> Key: ARTEMIS-4467
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4467
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.31.0
> Reporter: Emmanuel Hugonnet
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Some visibility changes are required to be able to use some core-client code
> from the server if the classloader is not flat.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)