diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc index 4be77b65fe..8996ac196a 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc @@ -135,6 +135,7 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey) | `heapdump` | Returns an `hprof` heap dump file. + Requires a HotSpot JVM. | `jolokia` | Exposes JMX beans over HTTP (when Jolokia is on the classpath, not available for WebFlux).