From 960322d5bf1ef61ef87bfdfdb53a0f3145f98c5e Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Sat, 6 Jul 2024 12:51:28 -0400 Subject: [PATCH 1/2] Update README/dependencies for metrics listeners --- dropwizard-metrics-listener/README.md | 4 ++-- dropwizard-metrics-listener/pom.xml | 2 +- micrometer-metrics-listener/README.md | 4 ++-- micrometer-metrics-listener/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dropwizard-metrics-listener/README.md b/dropwizard-metrics-listener/README.md index 6b41b8072..a378bdcea 100644 --- a/dropwizard-metrics-listener/README.md +++ b/dropwizard-metrics-listener/README.md @@ -6,11 +6,11 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https: com.eatthepath pushy-dropwizard-metrics-listener - 0.15.2 + 0.16.0 ``` -If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 3.1.0 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/). +If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 3.2.6 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/). ## Using the Dropwizard Metrics listener diff --git a/dropwizard-metrics-listener/pom.xml b/dropwizard-metrics-listener/pom.xml index b2884bbba..e1d35a358 100644 --- a/dropwizard-metrics-listener/pom.xml +++ b/dropwizard-metrics-listener/pom.xml @@ -44,7 +44,7 @@ io.dropwizard.metrics metrics-core - 3.1.0 + 3.2.6 org.junit.jupiter diff --git a/micrometer-metrics-listener/README.md b/micrometer-metrics-listener/README.md index 8d62d0efd..b7af0516a 100644 --- a/micrometer-metrics-listener/README.md +++ b/micrometer-metrics-listener/README.md @@ -6,11 +6,11 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https: com.eatthepath pushy-micrometer-metrics-listener - 0.15.2 + 0.16.0 ``` -If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Micrometer listener for Pushy depends on Pushy itself (obviously enough) and version 1.0 of the [Micrometer application monitoring library](http://micrometer.io/). Please note that while Pushy itself works with Java 7 and newer, **the Micrometer metrics listener requires Java 8 or newer.** +If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Micrometer listener for Pushy depends on Pushy itself (obviously enough) and version 1.13.1 of the [Micrometer application monitoring library](http://micrometer.io/). ## Using the Micrometer Metrics listener diff --git a/micrometer-metrics-listener/pom.xml b/micrometer-metrics-listener/pom.xml index ea9286876..0a46f7ac1 100644 --- a/micrometer-metrics-listener/pom.xml +++ b/micrometer-metrics-listener/pom.xml @@ -43,7 +43,7 @@ io.micrometer micrometer-core - 1.0.3 + 1.13.1 org.junit.jupiter From 4e2024e3455236c744fad70ee64f406062e821e9 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Sat, 6 Jul 2024 12:54:57 -0400 Subject: [PATCH 2/2] Update to Dropwizard Metrics 4 --- dropwizard-metrics-listener/README.md | 2 +- dropwizard-metrics-listener/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dropwizard-metrics-listener/README.md b/dropwizard-metrics-listener/README.md index a378bdcea..e39f7c350 100644 --- a/dropwizard-metrics-listener/README.md +++ b/dropwizard-metrics-listener/README.md @@ -10,7 +10,7 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https: ``` -If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 3.2.6 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/). +If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 4.2.26 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/). ## Using the Dropwizard Metrics listener diff --git a/dropwizard-metrics-listener/pom.xml b/dropwizard-metrics-listener/pom.xml index e1d35a358..2944ecd3f 100644 --- a/dropwizard-metrics-listener/pom.xml +++ b/dropwizard-metrics-listener/pom.xml @@ -44,7 +44,7 @@ io.dropwizard.metrics metrics-core - 3.2.6 + 4.2.26 org.junit.jupiter