From commits-return-51590-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu May 24 22:29:21 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DE7211807C5 for ; Thu, 24 May 2018 22:29:18 +0200 (CEST) Received: (qmail 96184 invoked by uid 500); 24 May 2018 20:29:17 -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 95811 invoked by uid 99); 24 May 2018 20:29:17 -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; Thu, 24 May 2018 20:29:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D3D3BE116F; Thu, 24 May 2018 20:29:16 +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: Thu, 24 May 2018 20:29:37 -0000 Message-Id: In-Reply-To: <263fa10ee03141b9900dfc3844dbd93d@git.apache.org> References: <263fa10ee03141b9900dfc3844dbd93d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/33] activemq-artemis git commit: This closes #2101 This closes #2101 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e28a8a56 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e28a8a56 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e28a8a56 Branch: refs/heads/2.6.x Commit: e28a8a5635831693f55a4994b513bf20e4401f14 Parents: d6d6851 7c53855 Author: Clebert Suconic Authored: Wed May 23 15:47:49 2018 -0400 Committer: Clebert Suconic Committed: Wed May 23 15:47:49 2018 -0400 ---------------------------------------------------------------------- artemis-core-client/pom.xml | 5 + artemis-distribution/src/main/assembly/dep.xml | 1 + artemis-jms-client-all/pom.xml | 4 - .../features/standard/netty-openssl/pom.xml | 124 +++++++++++++++++++ .../features/standard/netty-openssl/readme.md | 17 +++ .../artemis/jms/example/OpenSSLExample.java | 85 +++++++++++++ .../activemq/server0/activemq.example.keystore | Bin 0 -> 707 bytes .../server0/activemq.example.truststore | Bin 0 -> 572 bytes .../main/resources/activemq/server0/broker.xml | 60 +++++++++ .../src/main/resources/jndi.properties | 20 +++ pom.xml | 7 ++ tests/integration-tests/pom.xml | 6 - 12 files changed, 319 insertions(+), 10 deletions(-) ----------------------------------------------------------------------