You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/08/25 22:12:17 UTC

[activemq-artemis] branch main updated (f88381430c -> a0f39a4b28)

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from f88381430c ARTEMIS-3872 fix NPE
     add 729fdc4aab ARTEMIS-3955 consolidate Subject on RemotingConnection
     add a0f39a4b28 ARTEMIS-3956 clean up use of RemotingConnection

No new revisions were added by this update.

Summary of changes:
 artemis-core-client/pom.xml                        |   5 +
 .../protocol/core/impl/RemotingConnectionImpl.java |  25 +-
 .../core/protocol/AbstractRemotingConnection.java  |  46 +-
 .../spi/core/protocol/RemotingConnection.java      |  14 +-
 .../core/protocol/core/impl/ChannelImplTest.java   | 470 +--------------------
 .../broker/ActiveMQProtonRemotingConnection.java   |  36 +-
 .../artemis/core/protocol/mqtt/MQTTConnection.java |  33 +-
 .../core/protocol/openwire/OpenWireConnection.java |  19 +-
 .../core/protocol/stomp/StompConnection.java       | 220 +---------
 .../core/protocol/stomp/StompProtocolManager.java  |   2 -
 .../impl/ManagementRemotingConnection.java         |  29 +-
 .../protocol/core/ServerSessionPacketHandler.java  |   2 +-
 .../protocol/core/impl/ActiveMQPacketHandler.java  |   2 +-
 .../core/security/impl/SecurityStoreImpl.java      |   2 +-
 .../core/server/impl/ActiveMQServerImpl.java       |   2 +-
 .../artemis/core/server/impl/QueueImpl.java        |   2 +-
 .../core/server/impl/ServerConsumerImpl.java       |   2 +-
 .../core/server/impl/ServerSessionImpl.java        |  20 +-
 .../artemis/core/server/routing/KeyResolver.java   |   2 +-
 .../core/server/routing/KeyResolverTest.java       |   4 +-
 .../integration/mqtt/MQTTSecurityManagerTest.java  |   1 -
 .../integration/openwire/AdvisoryOpenWireTest.java |   3 +-
 22 files changed, 105 insertions(+), 836 deletions(-)