Skip to content

Commit

Permalink
Merge pull request #31549 from adrianbob
Browse files Browse the repository at this point in the history
* gh-31549:
  Remove remaining Jolokia references from the documentation

Closes gh-31549
  • Loading branch information
mhalbritter committed Jun 30, 2022
2 parents ac59b57 + 29beee6 commit d505d8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d505d8e

Please sign in to comment.