Skip to content

Commit

Permalink
Downgrade vertx to 3.5.4 (apache#10296)
Browse files Browse the repository at this point in the history
- vertx 3.9.7 isn't compatible with Netty 4.1.63.Final
  • Loading branch information
lhotari authored Apr 21, 2021
1 parent 9f450f5 commit 45bde6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -504,11 +504,10 @@ The Apache Software License, Version 2.0
* JCTools - Java Concurrency Tools for the JVM
- org.jctools-jctools-core-2.1.2.jar
* Vertx
- io.vertx-vertx-auth-common-3.9.7.jar
- io.vertx-vertx-bridge-common-3.9.7.jar
- io.vertx-vertx-core-3.9.7.jar
- io.vertx-vertx-web-3.9.7.jar
- io.vertx-vertx-web-common-3.9.7.jar
- io.vertx-vertx-auth-common-3.5.4.jar
- io.vertx-vertx-bridge-common-3.5.4.jar
- io.vertx-vertx-core-3.5.4.jar
- io.vertx-vertx-web-3.5.4.jar
* Apache ZooKeeper
- org.apache.zookeeper-zookeeper-jute-3.6.2.jar
* Snappy Java
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ flexible messaging model and an intuitive client API.</description>
<athenz.version>1.10.9</athenz.version>
<prometheus.version>0.5.0</prometheus.version>
<aspectj.version>1.9.2</aspectj.version>
<vertx.version>3.9.7</vertx.version>
<vertx.version>3.5.4</vertx.version>
<rocksdb.version>6.10.2</rocksdb.version>
<slf4j.version>1.7.25</slf4j.version>
<commons.collections.version>3.2.2</commons.collections.version>
Expand Down

0 comments on commit 45bde6e

Please sign in to comment.