Skip to content

Commit d88658d

Browse files
committed
Remove dependencies on micrometer-jersey2
Closes gh-28706
1 parent a02be1b commit d88658d

File tree

2 files changed

+1
-2
lines changed
  • spring-boot-project

2 files changed

+1
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dependencies {
4848
optional("io.dropwizard.metrics:metrics-jmx")
4949
optional("io.lettuce:lettuce-core")
5050
optional("io.micrometer:micrometer-core")
51-
optional("io.micrometer:micrometer-jersey2")
5251
optional("io.micrometer:micrometer-registry-appoptics")
5352
optional("io.micrometer:micrometer-registry-atlas") {
5453
exclude group: "javax.inject", module: "javax.inject"

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Applications can opt in and record exceptions by <<web#web.reactive.webflux.erro
769769

770770
[[actuator.metrics.supported.jersey]]
771771
==== Jersey Server Metrics
772-
Auto-configuration enables the instrumentation of all requests handled by the Jersey JAX-RS implementation whenever Micrometer's `micrometer-jersey2` module is on the classpath.
772+
Auto-configuration enables the instrumentation of all requests handled by the Jersey JAX-RS implementation.
773773
By default, metrics are generated with the name, `http.server.requests`.
774774
You can customize the name by setting the configprop:management.metrics.web.server.request.metric-name[] property.
775775

0 commit comments

Comments
 (0)