This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git.
from 18dfb16 Upgrading dropwizard to 3.2.5
add 92bca06 Fix for licenses problems
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr-validation.yml | 2 +
bookkeeper-dist/src/assemble/bin-all.xml | 14 +-
bookkeeper-dist/src/assemble/bin-server.xml | 11 +-
bookkeeper-dist/src/assemble/bkctl.xml | 11 +-
.../src/main/resources/LICENSE-all.bin.txt | 512 ++++++++++++++-------
.../src/main/resources/LICENSE-bkctl.bin.txt | 370 +++++++++++----
.../src/main/resources/LICENSE-server.bin.txt | 222 ++++-----
.../src/main/resources/NOTICE-all.bin.txt | 51 +-
.../src/main/resources/NOTICE-bkctl.bin.txt | 47 +-
.../src/main/resources/NOTICE-server.bin.txt | 3 +-
.../LICENSE | 0
.../LICENSE | 0
.../CDDL+GPL-1.1 | 0
.../src/main/resources/deps/jline-2.11/LICENSE | 34 --
.../{protobuf-3.5.1 => protobuf-3.12.0}/LICENSE | 0
.../{protobuf-3.0.0 => protobuf-3.14.0}/LICENSE | 0
.../001-release-branch.sh => check-all-licenses} | 27 +-
dev/check-binary-license | 2 +-
pom.xml | 8 +-
19 files changed, 833 insertions(+), 481 deletions(-)
rename bookkeeper-dist/src/main/resources/deps/{checker-compat-qual-2.5.2 =>
checker-qual-3.5.0}/LICENSE (100%)
rename
bookkeeper-dist/src/main/resources/deps/{google-auth-library-credentials-0.9.0
=> google-auth-library-credentials-0.20.0}/LICENSE (100%)
rename bookkeeper-dist/src/main/resources/deps/{javax.servlet-api-3.1.0 =>
javax.servlet-api-4.0.0}/CDDL+GPL-1.1 (100%)
delete mode 100644 bookkeeper-dist/src/main/resources/deps/jline-2.11/LICENSE
rename bookkeeper-dist/src/main/resources/deps/{protobuf-3.5.1 =>
protobuf-3.12.0}/LICENSE (100%)
rename bookkeeper-dist/src/main/resources/deps/{protobuf-3.0.0 =>
protobuf-3.14.0}/LICENSE (100%)
copy dev/{release/001-release-branch.sh => check-all-licenses} (51%)