This is an automated email from the ASF dual-hosted git repository.
yong pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new c7ac62ca9eb [improve][broker] Upgrade bookkeeper to 4.15.5 (#21753)
c7ac62ca9eb is described below
commit c7ac62ca9eb718e15c3e3e4a460167643ef3f48b
Author: Yong Zhang <[email protected]>
AuthorDate: Wed Dec 20 09:06:10 2023 +0800
[improve][broker] Upgrade bookkeeper to 4.15.5 (#21753)
### Motivation
Upgrade bookkeeper to 4.15.5
---
distribution/server/src/assemble/LICENSE.bin.txt | 50 ++++++++++++------------
distribution/shell/src/assemble/LICENSE.bin.txt | 6 +--
pom.xml | 2 +-
pulsar-sql/presto-distribution/LICENSE | 24 ++++++------
4 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index 3f5ed98066e..4a0d3afa9fa 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -401,31 +401,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.15.4.jar
- - org.apache.bookkeeper-bookkeeper-common-allocator-4.15.4.jar
- - org.apache.bookkeeper-bookkeeper-proto-4.15.4.jar
- - org.apache.bookkeeper-bookkeeper-server-4.15.4.jar
- - org.apache.bookkeeper-bookkeeper-tools-framework-4.15.4.jar
- - org.apache.bookkeeper-circe-checksum-4.15.4.jar
- - org.apache.bookkeeper-cpu-affinity-4.15.4.jar
- - org.apache.bookkeeper-statelib-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-api-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-common-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-java-client-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-java-client-base-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-proto-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-server-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-service-api-4.15.4.jar
- - org.apache.bookkeeper-stream-storage-service-impl-4.15.4.jar
- - org.apache.bookkeeper.http-http-server-4.15.4.jar
- - org.apache.bookkeeper.http-vertx-http-server-4.15.4.jar
- - org.apache.bookkeeper.stats-bookkeeper-stats-api-4.15.4.jar
- - org.apache.bookkeeper.stats-prometheus-metrics-provider-4.15.4.jar
- - org.apache.distributedlog-distributedlog-common-4.15.4.jar
- - org.apache.distributedlog-distributedlog-core-4.15.4-tests.jar
- - org.apache.distributedlog-distributedlog-core-4.15.4.jar
- - org.apache.distributedlog-distributedlog-protocol-4.15.4.jar
- - org.apache.bookkeeper.stats-codahale-metrics-provider-4.15.4.jar
+ - org.apache.bookkeeper-bookkeeper-common-4.15.5.jar
+ - org.apache.bookkeeper-bookkeeper-common-allocator-4.15.5.jar
+ - org.apache.bookkeeper-bookkeeper-proto-4.15.5.jar
+ - org.apache.bookkeeper-bookkeeper-server-4.15.5.jar
+ - org.apache.bookkeeper-bookkeeper-tools-framework-4.15.5.jar
+ - org.apache.bookkeeper-circe-checksum-4.15.5.jar
+ - org.apache.bookkeeper-cpu-affinity-4.15.5.jar
+ - org.apache.bookkeeper-statelib-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-api-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-common-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-java-client-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-java-client-base-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-proto-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-server-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-service-api-4.15.5.jar
+ - org.apache.bookkeeper-stream-storage-service-impl-4.15.5.jar
+ - org.apache.bookkeeper.http-http-server-4.15.5.jar
+ - org.apache.bookkeeper.http-vertx-http-server-4.15.5.jar
+ - org.apache.bookkeeper.stats-bookkeeper-stats-api-4.15.5.jar
+ - org.apache.bookkeeper.stats-prometheus-metrics-provider-4.15.5.jar
+ - org.apache.distributedlog-distributedlog-common-4.15.5.jar
+ - org.apache.distributedlog-distributedlog-core-4.15.5-tests.jar
+ - org.apache.distributedlog-distributedlog-core-4.15.5.jar
+ - org.apache.distributedlog-distributedlog-protocol-4.15.5.jar
+ - org.apache.bookkeeper.stats-codahale-metrics-provider-4.15.5.jar
* Apache HTTP Client
- org.apache.httpcomponents-httpclient-4.5.13.jar
- org.apache.httpcomponents-httpcore-4.4.15.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 2d5aa938bae..a38c4381dbb 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -381,9 +381,9 @@ The Apache Software License, Version 2.0
- log4j-web-2.18.0.jar
* BookKeeper
- - bookkeeper-common-allocator-4.15.4.jar
- - cpu-affinity-4.15.4.jar
- - circe-checksum-4.15.4.jar
+ - bookkeeper-common-allocator-4.15.5.jar
+ - cpu-affinity-4.15.5.jar
+ - circe-checksum-4.15.5.jar
* AirCompressor
- aircompressor-0.20.jar
* AsyncHttpClient
diff --git a/pom.xml b/pom.xml
index d3530e2f504..7f6597f3749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@ flexible messaging model and an intuitive client
API.</description>
<!-- apache commons -->
<commons-compress.version>1.21</commons-compress.version>
- <bookkeeper.version>4.15.4</bookkeeper.version>
+ <bookkeeper.version>4.15.5</bookkeeper.version>
<zookeeper.version>3.8.3</zookeeper.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-text.version>1.10.0</commons-text.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE
b/pulsar-sql/presto-distribution/LICENSE
index 09781ccaacf..f83a7f44def 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -443,18 +443,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.15.4.jar
- - bookkeeper-common-allocator-4.15.4.jar
- - bookkeeper-proto-4.15.4.jar
- - bookkeeper-server-4.15.4.jar
- - bookkeeper-stats-api-4.15.4.jar
- - bookkeeper-tools-framework-4.15.4.jar
- - circe-checksum-4.15.4.jar
- - codahale-metrics-provider-4.15.4.jar
- - cpu-affinity-4.15.4.jar
- - http-server-4.15.4.jar
- - prometheus-metrics-provider-4.15.4.jar
- - codahale-metrics-provider-4.15.4.jar
+ - bookkeeper-common-4.15.5.jar
+ - bookkeeper-common-allocator-4.15.5.jar
+ - bookkeeper-proto-4.15.5.jar
+ - bookkeeper-server-4.15.5.jar
+ - bookkeeper-stats-api-4.15.5.jar
+ - bookkeeper-tools-framework-4.15.5.jar
+ - circe-checksum-4.15.5.jar
+ - codahale-metrics-provider-4.15.5.jar
+ - cpu-affinity-4.15.5.jar
+ - http-server-4.15.5.jar
+ - prometheus-metrics-provider-4.15.5.jar
+ - codahale-metrics-provider-4.15.5.jar
* Apache Commons
- commons-cli-1.5.0.jar
- commons-codec-1.15.jar