This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 567ab4bbd7 KARAF-7999: expose JFR packages (#2068)
567ab4bbd7 is described below
commit 567ab4bbd7feb7ad0a8d9ea80629455c632ffd32
Author: JB Onofré <[email protected]>
AuthorDate: Tue Sep 30 07:57:19 2025 +0200
KARAF-7999: expose JFR packages (#2068)
Expose the three JFR-related packages:
- jdk.jfr from jdk.jfr module.
- jdk.jfr.consumer from jdk.jfr module.
- jdk.management.jfr from jdk.management.jfr module
These are available a commercial features since Java 9, but are
available normally since Java 11.
Signed-off-by: Robert Varga <[email protected]>
Co-authored-by: Robert Varga <[email protected]>
---
.../base/src/main/filtered-resources/resources/etc/jre.properties | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
b/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
index 80137d6c66..2c227f7893 100644
---
a/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
+++
b/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
@@ -474,6 +474,9 @@ jre-9= \
javafx.stage, \
javafx.util, \
javafx.util.converter, \
+ jdk.jfr, \
+ jdk.jfr.consumer, \
+ jdk.management.jfr, \
netscape.javascript, \
org.ietf.jgss, \
org.w3c.dom, \