This closes #412
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d7fd3813 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d7fd3813 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d7fd3813 Branch: refs/heads/master Commit: d7fd3813793c9017cddbb2f18e8bec9041735157 Parents: 8cbcc80 31404f8 Author: Clebert Suconic <[email protected]> Authored: Mon Mar 7 15:49:58 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 7 15:49:58 2016 -0500 ---------------------------------------------------------------------- .../artemis/core/client/impl/ServerLocatorImpl.java | 4 +--- .../artemis/core/remoting/impl/ssl/SSLSupport.java | 4 ++-- .../activemq/artemis/jlibaio/util/CallbackCache.java | 10 ++++------ .../java/org/apache/activemq/artemis/rest/Jms.java | 3 +-- .../core/paging/cursor/impl/PageSubscriptionImpl.java | 2 +- .../activemq/artemis/core/server/impl/QueueImpl.java | 8 +++----- .../artemis/core/server/impl/ServerConsumerImpl.java | 8 ++------ .../server/management/impl/ManagementServiceImpl.java | 14 ++++++++------ .../core/security/ActiveMQSecurityManagerImpl.java | 2 +- .../spi/core/security/jaas/LDAPLoginModule.java | 8 ++------ .../artemis/jms/example/JMSBridgeExample.java | 4 +--- .../activemq/artemis/jms/example/SecurityExample.java | 1 - .../apache/activemq/JmsRollbackRedeliveryTest.java | 6 +++--- .../java/org/apache/activemq/bugs/AMQ4671Test.java | 4 +--- .../java/org/apache/activemq/bugs/AMQ4952Test.java | 6 ++---- .../activemq/bugs/RedeliveryPluginHeaderTest.java | 4 +--- .../java/org/apache/activemq/config/ConfigTest.java | 4 +--- .../jndi/ActiveMQInitialContextFactoryTest.java | 3 --- .../org/apache/activemq/jndi/InitialContextTest.java | 4 ---- .../artemis/tests/integration/divert/DivertTest.java | 1 - .../jms/server/management/JMSServerControlTest.java | 8 ++------ 21 files changed, 36 insertions(+), 72 deletions(-) ----------------------------------------------------------------------
