This is an automated email from the ASF dual-hosted git repository. jianghaiting pushed a commit to branch branch-2.10 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 31b8645a122d1b7759d0797c2b4ea3eb43cc6aa6 Author: JiangHaiting <[email protected]> AuthorDate: Fri Sep 2 16:24:22 2022 +0800 Revert "Bump prometheus client version from 0.15.0 to 0.16.0 (#16591)" This reverts commit 69332a0a32db6cc3385ce866b56beabab4dcda93. --- distribution/server/src/assemble/LICENSE.bin.txt | 26 ++++++++++++------------ pom.xml | 2 +- pulsar-sql/presto-distribution/LICENSE | 16 +++++++-------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index 1777458d15a..624fdc2518a 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -379,18 +379,18 @@ The Apache Software License, Version 2.0 - io.netty-netty-tcnative-classes-2.0.52.Final.jar * Prometheus client - io.prometheus.jmx-collector-0.16.1.jar - - io.prometheus-simpleclient-0.16.0.jar - - io.prometheus-simpleclient_caffeine-0.16.0.jar - - io.prometheus-simpleclient_common-0.16.0.jar - - io.prometheus-simpleclient_hotspot-0.16.0.jar - - io.prometheus-simpleclient_httpserver-0.16.0.jar - - io.prometheus-simpleclient_jetty-0.16.0.jar - - io.prometheus-simpleclient_log4j2-0.16.0.jar - - io.prometheus-simpleclient_servlet-0.16.0.jar - - io.prometheus-simpleclient_servlet_common-0.16.0.jar - - io.prometheus-simpleclient_tracer_common-0.16.0.jar - - io.prometheus-simpleclient_tracer_otel-0.16.0.jar - - io.prometheus-simpleclient_tracer_otel_agent-0.16.0.jar + - io.prometheus-simpleclient-0.15.0.jar + - io.prometheus-simpleclient_caffeine-0.15.0.jar + - io.prometheus-simpleclient_common-0.15.0.jar + - io.prometheus-simpleclient_hotspot-0.15.0.jar + - io.prometheus-simpleclient_httpserver-0.15.0.jar + - io.prometheus-simpleclient_jetty-0.15.0.jar + - io.prometheus-simpleclient_log4j2-0.15.0.jar + - io.prometheus-simpleclient_servlet-0.15.0.jar + - io.prometheus-simpleclient_servlet_common-0.15.0.jar + - io.prometheus-simpleclient_tracer_common-0.15.0.jar + - io.prometheus-simpleclient_tracer_otel-0.15.0.jar + - io.prometheus-simpleclient_tracer_otel_agent-0.15.0.jar * Jakarta Bean Validation API - jakarta.validation-jakarta.validation-api-2.0.2.jar - javax.validation-validation-api-1.1.0.Final.jar @@ -513,7 +513,7 @@ The Apache Software License, Version 2.0 - io.dropwizard.metrics-metrics-graphite-3.2.5.jar - io.dropwizard.metrics-metrics-jvm-3.2.5.jar * Prometheus - - io.prometheus-simpleclient_httpserver-0.16.0.jar + - io.prometheus-simpleclient_httpserver-0.15.0.jar * Java JSON WebTokens - io.jsonwebtoken-jjwt-api-0.11.1.jar - io.jsonwebtoken-jjwt-impl-0.11.1.jar diff --git a/pom.xml b/pom.xml index c710775b864..44d07f730fd 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ flexible messaging model and an intuitive client API.</description> <conscrypt.version>2.5.2</conscrypt.version> <jersey.version>2.34</jersey.version> <athenz.version>1.10.50</athenz.version> - <prometheus.version>0.16.0</prometheus.version> + <prometheus.version>0.15.0</prometheus.version> <vertx.version>3.9.8</vertx.version> <rocksdb.version>6.10.2</rocksdb.version> <slf4j.version>1.7.32</slf4j.version> diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE index 5ab78fa6120..b80991529cd 100644 --- a/pulsar-sql/presto-distribution/LICENSE +++ b/pulsar-sql/presto-distribution/LICENSE @@ -423,14 +423,14 @@ The Apache Software License, Version 2.0 - metrics-graphite-3.2.5.jar - metrics-jvm-3.2.5.jar * Prometheus - - simpleclient-0.16.0.jar - - simpleclient_common-0.16.0.jar - - simpleclient_hotspot-0.16.0.jar - - simpleclient_servlet-0.16.0.jar - - simpleclient_servlet_common-0.16.0.jar - - simpleclient_tracer_common-0.16.0.jar - - simpleclient_tracer_otel-0.16.0.jar - - simpleclient_tracer_otel_agent-0.16.0.jar + - simpleclient-0.15.0.jar + - simpleclient_common-0.15.0.jar + - simpleclient_hotspot-0.15.0.jar + - simpleclient_servlet-0.15.0.jar + - simpleclient_servlet_common-0.15.0.jar + - simpleclient_tracer_common-0.15.0.jar + - simpleclient_tracer_otel-0.15.0.jar + - simpleclient_tracer_otel_agent-0.15.0.jar * JCTools - jctools-core-2.1.2.jar * Asynchronous Http Client
