From 29beee61b54bda1774e372355ea2387d43ffd47d Mon Sep 17 00:00:00 2001 From: Adrian Bob Date: Wed, 29 Jun 2022 14:58:38 +0300 Subject: [PATCH] Remove remaining Jolokia references from the documentation See gh-31549 --- .../src/docs/asciidoc/actuator/endpoints.adoc | 8 -------- .../src/docs/asciidoc/anchor-rewrite.properties | 3 --- 2 files changed, 11 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc index ca902ce235..31e1421297 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc @@ -101,10 +101,6 @@ If your application is a web application (Spring MVC or Spring WebFlux), you can On a HotSpot JVM, an `HPROF`-format file is returned. On an OpenJ9 JVM, a `PHD`-format file is returned. -| `jolokia` -| Exposes JMX beans over HTTP when Jolokia is on the classpath (not available for WebFlux). - Requires a dependency on `jolokia-core`. - | `logfile` | Returns the contents of the logfile (if the `logging.file.name` or the `logging.file.path` property has been set). Supports the use of the HTTP `Range` header to retrieve part of the log file's content. @@ -205,10 +201,6 @@ The following table shows the default exposure for the built-in endpoints: | Yes | No -| `jolokia` -| N/A -| No - | `logfile` | N/A | No diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties index 642f232fb0..990226259e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties @@ -443,9 +443,6 @@ production-ready-disabling-http-endpoints=actuator.monitoring.disabling-http-end production-ready-jmx=actuator.jmx production-ready-custom-mbean-names=actuator.jmx.custom-mbean-names production-ready-disable-jmx-endpoints=actuator.jmx.disable-jmx-endpoints -production-ready-jolokia=actuator.jmx.jolokia -production-ready-customizing-jolokia=actuator.jmx.jolokia.customizing -production-ready-disabling-jolokia=actuator.jmx.jolokia.disabling production-ready-loggers=actuator.loggers production-ready-logger-configuration=actuator.loggers.configure production-ready-metrics=actuator.metrics