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 2015/07/22 18:45:51 UTC

[2/2] activemq-artemis git commit: This closes #93 changing to ConcurrentHashMap

This closes #93 changing to ConcurrentHashMap


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0bd784df
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0bd784df
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0bd784df

Branch: refs/heads/master
Commit: 0bd784df43629c80bfaec31ce786fd14f4d8bd75
Parents: 1cb372b 2a647c1
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Jul 22 17:45:26 2015 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jul 22 17:45:26 2015 +0100

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/utils/FactoryFinder.java    | 3 ++-
 .../artemis/core/protocol/mqtt/MQTTSessionState.java        | 6 +++---
 .../artemis/core/protocol/mqtt/MQTTSubscriptionManager.java | 5 +++--
 .../core/protocol/openwire/OpenWireProtocolManager.java     | 3 ++-
 .../core/protocol/openwire/amq/AMQConnectionContext.java    | 8 ++++----
 .../core/protocol/openwire/amq/AMQSecurityContext.java      | 9 +++++----
 .../java/org/proton/plug/test/minimalserver/DumbServer.java | 3 ++-
 .../activemq/artemis/rest/queue/ConsumersResource.java      | 3 ++-
 .../activemq/artemis/rest/topic/SubscriptionsResource.java  | 3 ++-
 .../src/test/java/org/apache/activemq/bugs/AMQ4062Test.java | 9 +++++----
 .../org/apache/activemq/transport/tcp/SocketTstFactory.java | 3 ++-
 11 files changed, 32 insertions(+), 23 deletions(-)
----------------------------------------------------------------------