You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by aa...@apache.org on 2021/04/21 18:32:45 UTC

[pulsar] branch master updated: Downgrade vertx to 3.5.4 (#10296)

This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 45bde6e  Downgrade vertx to 3.5.4 (#10296)
45bde6e is described below

commit 45bde6e982abb1a997858ce099c5625d1ea64132
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Wed Apr 21 21:32:19 2021 +0300

    Downgrade vertx to 3.5.4 (#10296)
    
    - vertx 3.9.7 isn't compatible with Netty 4.1.63.Final
---
 distribution/server/src/assemble/LICENSE.bin.txt | 9 ++++-----
 pom.xml                                          | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt
index 6e24b46..b35a133 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -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
diff --git a/pom.xml b/pom.xml
index 6561d35..25ebedf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>