Merge pull request #31549 from adrianbob

* gh-31549:
  Remove remaining Jolokia references from the documentation

Closes gh-31549
pull/31561/head
Moritz Halbritter 2 years ago
commit d505d8e648

@ -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

@ -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

Loading…
Cancel
Save