This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a change to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from 00538d14b7 Advance branch version (#4192)
new 017e711864 [improve][docker] fix yaml and dockerfile (#4186)
new e10414258f Issue 2161: set metrics endpoint content-type (#4208)
new aa03dae1f9 Bump org.apache.commons:commons-compress from 1.21 to
1.26.0 (#4214)
new 9359bc1f9d Fix uncontrolled data used in path expression (#4221)
new 081024a372 Add filename check for unTar (#4222)
new 59591281e0 Fix error stack track may expose to external user (#4223)
new dc326c0737 Fix POM version
The 7 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:
.../apache/bookkeeper/http/service/HttpServiceResponse.java | 10 ++++++++++
.../bookkeeper/http/servlet/BookieHttpServiceServlet.java | 9 ++-------
.../org/apache/bookkeeper/http/vertx/VertxAbstractHandler.java | 4 ++++
.../apache/bookkeeper/server/http/service/MetricsService.java | 3 +++
.../main/java/org/apache/bookkeeper/util/LocalBookKeeper.java | 8 ++++++++
.../bookkeeper/server/http/service/MetricsServiceTest.java | 6 ++++++
deploy/kubernetes/gke/bookkeeper.statefulset.yml | 1 -
pom.xml | 2 +-
tests/docker-images/current-version-image/pom.xml | 2 +-
tests/docker-images/statestore-image/Dockerfile | 8 ++++----
.../apache/bookkeeper/tests/integration/utils/DockerUtils.java | 6 +++++-
.../bookkeeper/tests/integration/utils/MavenClassLoader.java | 4 ++++
12 files changed, 48 insertions(+), 15 deletions(-)