Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C1391897C for ; Mon, 7 Mar 2016 20:16:04 +0000 (UTC) Received: (qmail 93535 invoked by uid 500); 7 Mar 2016 20:16:04 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 93489 invoked by uid 500); 7 Mar 2016 20:16:04 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 93470 invoked by uid 99); 7 Mar 2016 20:16:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2016 20:16:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 28392DFC55; Mon, 7 Mar 2016 20:16:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 07 Mar 2016 20:16:05 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #412 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/ce7d93df Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ce7d93df Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ce7d93df Branch: refs/heads/master Commit: ce7d93df28fc7b17fda5bbe191705171bccdf62a Parents: 87fc396 516d7df Author: Clebert Suconic Authored: Mon Mar 7 15:10:20 2016 -0500 Committer: Clebert Suconic Committed: Mon Mar 7 15:10:20 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(-) ----------------------------------------------------------------------