Skip to content

Commit

Permalink
Use Zookeeper 3.5.7 and Curator 4.2.0
Browse files Browse the repository at this point in the history
Previous Zookeeper version was broken on JDK 14+ due to the incorrect usage of
InetSocketAddress.toString. For reference see: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8232369
  • Loading branch information
wendigo committed Jun 2, 2022
1 parent 4adf1ad commit 4e11281
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
<stream.version>2.9.5</stream.version>
<i18n-util.version>1.0.4</i18n-util.version>
<guice.version>4.0</guice.version>
<zookeeper.version>3.4.14</zookeeper.version>
<curator.version>4.0.0</curator.version>
<zookeeper.version>3.5.7</zookeeper.version>
<curator.version>4.2.0</curator.version>
<jcodings.version>1.0.55</jcodings.version>
<thrift.version>0.9.3-1</thrift.version>
<!-- Test Dependencies -->
Expand Down Expand Up @@ -1532,7 +1532,6 @@
<hbase.compat.version>2.4.1</hbase.compat.version>
<hbase.version>${hbase-2.4.runtime.version}</hbase.version>
<hbase.thirdparty.version>3.4.1</hbase.thirdparty.version>
<zookeeper.version>3.5.7</zookeeper.version>
<tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
</properties>
</profile>
Expand All @@ -1550,7 +1549,6 @@
<hbase.compat.version>2.3.0</hbase.compat.version>
<hbase.version>${hbase-2.3.runtime.version}</hbase.version>
<hbase.thirdparty.version>3.3.0</hbase.thirdparty.version>
<zookeeper.version>3.5.7</zookeeper.version>
<hadoop.version>3.1.3</hadoop.version>
<tephra.hbase.compat.version>2.3</tephra.hbase.compat.version>
</properties>
Expand All @@ -1569,7 +1567,6 @@
<hbase.compat.version>2.4.0</hbase.compat.version>
<hbase.version>${hbase-2.4.0.runtime.version}</hbase.version>
<hbase.thirdparty.version>3.4.1</hbase.thirdparty.version>
<zookeeper.version>3.5.7</zookeeper.version>
<tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
</properties>
</profile>
Expand All @@ -1587,7 +1584,6 @@
<hbase.compat.version>2.4.1</hbase.compat.version>
<hbase.version>${hbase-2.4.runtime.version}</hbase.version>
<hbase.thirdparty.version>3.4.1</hbase.thirdparty.version>
<zookeeper.version>3.5.7</zookeeper.version>
<tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
</properties>
</profile>
Expand Down

0 comments on commit 4e11281

Please sign in to comment.