Skip to content

Commit c98fe51

Browse files
committed
Make it more obvious that Jolokia does not work with a WebFlux app
Closes gh-20623
1 parent a3095d5 commit c98fe51

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
@@ -1146,6 +1146,10 @@ For example, with Maven, you would add the following dependency:
11461146
The Jolokia endpoint can then be exposed by adding `jolokia` or `*` to the `management.endpoints.web.exposure.include` property.
11471147
You can then access it by using `/actuator/jolokia` on your management HTTP server.
11481148

1149+
NOTE: The Jolokia endpoint exposes Jolokia's servlet as an actuator endpoint.
1150+
As a result, it is specific to servlet environments such as Spring MVC and Jersey.
1151+
The endpoint will not be available in a WebFlux application.
1152+
11491153

11501154

11511155
[[production-ready-customizing-jolokia]]

0 commit comments

Comments
 (0)