You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2023/03/01 01:28:52 UTC

[pulsar] branch branch-2.10 updated: [improve] upgrade the bookkeeper version to 4.14.7 (#19179)

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

technoboy pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 96e3f39afbf [improve] upgrade the bookkeeper version to 4.14.7 (#19179)
96e3f39afbf is described below

commit 96e3f39afbf787c1cd428c53833ddf518540d0a7
Author: Yan Zhao <ho...@apache.org>
AuthorDate: Wed Mar 1 09:28:45 2023 +0800

    [improve] upgrade the bookkeeper version to 4.14.7 (#19179)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 50 ++++++++++++------------
 pom.xml                                          |  2 +-
 pulsar-sql/presto-distribution/LICENSE           | 24 ++++++------
 3 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt
index 3265c469fd4..1ce81c73443 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -396,31 +396,31 @@ The Apache Software License, Version 2.0
     - org.apache.logging.log4j-log4j-web-2.18.0.jar
  * Java Native Access JNA -- net.java.dev.jna-jna-4.2.0.jar
  * BookKeeper
-    - org.apache.bookkeeper-bookkeeper-common-4.14.5.jar
-    - org.apache.bookkeeper-bookkeeper-common-allocator-4.14.5.jar
-    - org.apache.bookkeeper-bookkeeper-proto-4.14.5.jar
-    - org.apache.bookkeeper-bookkeeper-server-4.14.5.jar
-    - org.apache.bookkeeper-bookkeeper-tools-framework-4.14.5.jar
-    - org.apache.bookkeeper-circe-checksum-4.14.5.jar
-    - org.apache.bookkeeper-cpu-affinity-4.14.5.jar
-    - org.apache.bookkeeper-statelib-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-api-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-common-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-java-client-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-java-client-base-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-proto-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-server-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-service-api-4.14.5.jar
-    - org.apache.bookkeeper-stream-storage-service-impl-4.14.5.jar
-    - org.apache.bookkeeper.http-http-server-4.14.5.jar
-    - org.apache.bookkeeper.http-vertx-http-server-4.14.5.jar
-    - org.apache.bookkeeper.stats-bookkeeper-stats-api-4.14.5.jar
-    - org.apache.bookkeeper.stats-prometheus-metrics-provider-4.14.5.jar
-    - org.apache.distributedlog-distributedlog-common-4.14.5.jar
-    - org.apache.distributedlog-distributedlog-core-4.14.5-tests.jar
-    - org.apache.distributedlog-distributedlog-core-4.14.5.jar
-    - org.apache.distributedlog-distributedlog-protocol-4.14.5.jar
-    - org.apache.bookkeeper.stats-codahale-metrics-provider-4.14.5.jar
+    - org.apache.bookkeeper-bookkeeper-common-4.14.7.jar
+    - org.apache.bookkeeper-bookkeeper-common-allocator-4.14.7.jar
+    - org.apache.bookkeeper-bookkeeper-proto-4.14.7.jar
+    - org.apache.bookkeeper-bookkeeper-server-4.14.7.jar
+    - org.apache.bookkeeper-bookkeeper-tools-framework-4.14.7.jar
+    - org.apache.bookkeeper-circe-checksum-4.14.7.jar
+    - org.apache.bookkeeper-cpu-affinity-4.14.7.jar
+    - org.apache.bookkeeper-statelib-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-api-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-common-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-java-client-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-java-client-base-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-proto-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-server-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-service-api-4.14.7.jar
+    - org.apache.bookkeeper-stream-storage-service-impl-4.14.7.jar
+    - org.apache.bookkeeper.http-http-server-4.14.7.jar
+    - org.apache.bookkeeper.http-vertx-http-server-4.14.7.jar
+    - org.apache.bookkeeper.stats-bookkeeper-stats-api-4.14.7.jar
+    - org.apache.bookkeeper.stats-prometheus-metrics-provider-4.14.7.jar
+    - org.apache.distributedlog-distributedlog-common-4.14.7.jar
+    - org.apache.distributedlog-distributedlog-core-4.14.7-tests.jar
+    - org.apache.distributedlog-distributedlog-core-4.14.7.jar
+    - org.apache.distributedlog-distributedlog-protocol-4.14.7.jar
+    - org.apache.bookkeeper.stats-codahale-metrics-provider-4.14.7.jar
   * Apache HTTP Client
     - org.apache.httpcomponents-httpclient-4.5.13.jar
     - org.apache.httpcomponents-httpcore-4.4.13.jar
diff --git a/pom.xml b/pom.xml
index 8c23536abda..0bd24aaebb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@ flexible messaging model and an intuitive client API.</description>
     <!-- apache commons -->
     <commons-compress.version>1.21</commons-compress.version>
 
-    <bookkeeper.version>4.14.5</bookkeeper.version>
+    <bookkeeper.version>4.14.7</bookkeeper.version>
     <zookeeper.version>3.6.3</zookeeper.version>
     <commons-cli.version>1.5.0</commons-cli.version>
     <snappy.version>1.1.7</snappy.version> <!-- ZooKeeper server -->
diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE
index b44d43f7cb5..4087b9e83e0 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -434,18 +434,18 @@ The Apache Software License, Version 2.0
     - async-http-client-2.12.1.jar
     - async-http-client-netty-utils-2.12.1.jar
   * Apache Bookkeeper
-    - bookkeeper-common-4.14.5.jar
-    - bookkeeper-common-allocator-4.14.5.jar
-    - bookkeeper-proto-4.14.5.jar
-    - bookkeeper-server-4.14.5.jar
-    - bookkeeper-stats-api-4.14.5.jar
-    - bookkeeper-tools-framework-4.14.5.jar
-    - circe-checksum-4.14.5.jar
-    - codahale-metrics-provider-4.14.5.jar
-    - cpu-affinity-4.14.5.jar
-    - http-server-4.14.5.jar
-    - prometheus-metrics-provider-4.14.5.jar
-    - codahale-metrics-provider-4.14.5.jar
+    - bookkeeper-common-4.14.7.jar
+    - bookkeeper-common-allocator-4.14.7.jar
+    - bookkeeper-proto-4.14.7.jar
+    - bookkeeper-server-4.14.7.jar
+    - bookkeeper-stats-api-4.14.7.jar
+    - bookkeeper-tools-framework-4.14.7.jar
+    - circe-checksum-4.14.7.jar
+    - codahale-metrics-provider-4.14.7.jar
+    - cpu-affinity-4.14.7.jar
+    - http-server-4.14.7.jar
+    - prometheus-metrics-provider-4.14.7.jar
+    - codahale-metrics-provider-4.14.7.jar
   * Apache Commons
     - commons-cli-1.5.0.jar
     - commons-codec-1.15.jar