Procházet zdrojové kódy

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 <andor@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>

Closes #961 from anmolnar/ZOOKEEPER-3404
Andor Molnar před 6 roky
rodič
revize
78b3d1a8c1
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      build.xml
  2. 1 1
      pom.xml

+ 1 - 1
build.xml

@@ -44,7 +44,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
     <property name="checkstyle.version" value="7.1.2"/>
     <property name="checkstyle.version" value="7.1.2"/>
     <property name="commons-collections.version" value="3.2.2"/>
     <property name="commons-collections.version" value="3.2.2"/>
 
 
-    <property name="bouncycastle.version" value="1.61"/>
+    <property name="bouncycastle.version" value="1.60"/>
 
 
     <property name="jdiff.version" value="1.0.9"/>
     <property name="jdiff.version" value="1.0.9"/>
     <property name="xerces.version" value="1.4.4"/>
     <property name="xerces.version" value="1.4.4"/>

+ 1 - 1
pom.xml

@@ -284,7 +284,7 @@
     <jline.version>2.11</jline.version>
     <jline.version>2.11</jline.version>
     <snappy.version>1.1.7</snappy.version>
     <snappy.version>1.1.7</snappy.version>
     <kerby.version>1.1.0</kerby.version>
     <kerby.version>1.1.0</kerby.version>
-    <bouncycastle.version>1.61</bouncycastle.version>
+    <bouncycastle.version>1.60</bouncycastle.version>
     <commons-collections.version>3.2.2</commons-collections.version>
     <commons-collections.version>3.2.2</commons-collections.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-lang.version>2.6</commons-lang.version>
     <dropwizard.version>3.2.5</dropwizard.version>
     <dropwizard.version>3.2.5</dropwizard.version>