From 1d2d72187bb5f0f6de0bbe0be427236429885729 Mon Sep 17 00:00:00 2001 From: Andrea Boriero Date: Thu, 16 Nov 2023 15:28:50 +0100 Subject: [PATCH] HHH-17347 Add Monitoring with Java Flight Recorder appendix to the documentation --- .../src/main/asciidoc/userguide/appendices/Monitoring.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/appendices/Monitoring.adoc b/documentation/src/main/asciidoc/userguide/appendices/Monitoring.adoc index ac003b5b6f..9be43d1b58 100644 --- a/documentation/src/main/asciidoc/userguide/appendices/Monitoring.adoc +++ b/documentation/src/main/asciidoc/userguide/appendices/Monitoring.adoc @@ -20,7 +20,7 @@ To use the Java Flight Recorder integration, the application must include the `h [NOTE] ==== -The `hibernate-jfr` integration requires JDK 17 (it should work also with JDK 11, but we haven't tested it) that also supports Java Flight Recorder Events. +The `hibernate-jfr` integration requires a JDK 17 supporting JFR events. It should also work with a JDK 11 supporting JFR events, but we haven't tested it . ====