Skip to content

Commit 947594a

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-20963
2 parents 6e1ff50 + c98fe51 commit 947594a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,10 @@ For example, with Maven, you would add the following dependency:
11721172
The Jolokia endpoint can then be exposed by adding `jolokia` or `*` to the configprop:management.endpoints.web.exposure.include[] property.
11731173
You can then access it by using `/actuator/jolokia` on your management HTTP server.
11741174

1175+
NOTE: The Jolokia endpoint exposes Jolokia's servlet as an actuator endpoint.
1176+
As a result, it is specific to servlet environments such as Spring MVC and Jersey.
1177+
The endpoint will not be available in a WebFlux application.
1178+
11751179

11761180

11771181
[[production-ready-customizing-jolokia]]

0 commit comments

Comments
 (0)