From commits-return-7818-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue May 28 14:04:49 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B08C518060F for ; Tue, 28 May 2019 16:04:48 +0200 (CEST) Received: (qmail 56124 invoked by uid 500); 28 May 2019 14:04:48 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 56113 invoked by uid 99); 28 May 2019 14:04:48 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2019 14:04:48 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DDF758A130; Tue, 28 May 2019 14:04:42 +0000 (UTC) Date: Tue, 28 May 2019 14:04:42 +0000 To: "commits@zookeeper.apache.org" Subject: [zookeeper] branch master updated: ZOOKEEPER-3404: Downgrade BouncyCastle to 1.60 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155905228276.20747.15456447830817139875@gitbox.apache.org> From: nkalmar@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: zookeeper X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bb94aa44de61bfb2ecd5bbd12b4eb390c2cf39c1 X-Git-Newrev: 78b3d1a8c1ea8453423682ad09675dfb1df04384 X-Git-Rev: 78b3d1a8c1ea8453423682ad09675dfb1df04384 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. nkalmar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 78b3d1a ZOOKEEPER-3404: Downgrade BouncyCastle to 1.60 78b3d1a is described below commit 78b3d1a8c1ea8453423682ad09675dfb1df04384 Author: Andor Molnar AuthorDate: Tue May 28 16:04:34 2019 +0200 ZOOKEEPER-3404: Downgrade BouncyCastle to 1.60 I've seen a lot of test timeout errors with QuorumSSL tests since I upgraded master to BouncyCastle 1.61 due to a Java 9 warning. The warning has been reported by Enrico Olivelli which we tried to solve by the upgrade, but the warning message is still present so I don't see any harm in downgrading to the previous version. https://issues.apache.org/jira/browse/ZOOKEEPER-3404 Author: Andor Molnar Reviewers: Enrico Olivelli , Norbert Kalmar Closes #961 from anmolnar/ZOOKEEPER-3404 --- build.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 2f421e0..3ba2079 100644 --- a/build.xml +++ b/build.xml @@ -44,7 +44,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - + diff --git a/pom.xml b/pom.xml index 51ff7b4..dbd7d81 100755 --- a/pom.xml +++ b/pom.xml @@ -284,7 +284,7 @@ 2.11 1.1.7 1.1.0 - 1.61 + 1.60 3.2.2 2.6 3.2.5