This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from 5cbf981c34 Correct Configuration Error in OWASP Dependency Check
Plugin Setup
new f190b6af60 Bump jetcd from 0.5.0 to 0.7.7 (#3849)
new 6f43c3e6e3 test: update etcd build image version (#4429)
new 7efcbd2b4a Upgrade to Netty 4.1.111.Final and switch to use
grpc-netty-shaded (#4426)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.test-infra/scripts/pre-docker-tests.sh | 2 +-
.../src/main/resources/LICENSE-all.bin.txt | 92 +++++-----
.../src/main/resources/LICENSE-bkctl.bin.txt | 84 +++++----
.../src/main/resources/LICENSE-server.bin.txt | 92 +++++-----
.../src/main/resources/NOTICE-all.bin.txt | 34 ++--
.../src/main/resources/NOTICE-bkctl.bin.txt | 26 ++-
.../src/main/resources/NOTICE-server.bin.txt | 34 ++--
metadata-drivers/etcd/pom.xml | 37 ++--
.../io/etcd/jetcd/{ => impl}/EtcdClientUtils.java | 2 +-
.../jetcd/{ => impl}/EtcdConnectionManager.java | 3 +-
.../io/etcd/jetcd/{ => impl}/package-info.java | 2 +-
.../bookkeeper/metadata/etcd/EtcdWatchClient.java | 2 +-
.../metadata/etcd/testing/EtcdContainer.java | 2 +-
metadata-drivers/jetcd-core-shaded/pom.xml | 196 +++++++++++++++++++++
metadata-drivers/pom.xml | 1 +
pom.xml | 58 +++++-
src/owasp-dependency-check-suppressions.xml | 6 -
.../bookkeeper/grpc/resolver/GrpcChannelsTest.java | 2 +-
.../bookkeeper/clients/utils/GrpcChannelsTest.java | 2 +-
stream/common/pom.xml | 27 +--
stream/tests-common/pom.xml | 30 +---
21 files changed, 464 insertions(+), 270 deletions(-)
rename metadata-drivers/etcd/src/main/java/io/etcd/jetcd/{ =>
impl}/EtcdClientUtils.java (97%)
rename metadata-drivers/etcd/src/main/java/io/etcd/jetcd/{ =>
impl}/EtcdConnectionManager.java (97%)
rename metadata-drivers/etcd/src/main/java/io/etcd/jetcd/{ =>
impl}/package-info.java (96%)
create mode 100644 metadata-drivers/jetcd-core-shaded/pom.xml