This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new c314cd9cde [KARAF-7431] Fix export packages globally for jre
new e52be7d83d Merge pull request #1555 from jbonofre/KARAF-7431
c314cd9cde is described below
commit c314cd9cdede22a8ea650b97a97826d54fdaa643
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jun 25 07:47:14 2022 +0200
[KARAF-7431] Fix export packages globally for jre
---
.../src/main/filtered-resources/resources/etc/jre.properties | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
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 4945f0886d..24a062b2b7 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
@@ -41,6 +41,7 @@ jre-base= \
java.io, \
java.lang, \
java.lang.annotation, \
+ java.lang.constant, \
java.lang.instrument, \
java.lang.invoke, \
java.lang.management, \
@@ -49,6 +50,7 @@ jre-base= \
java.lang.runtime, \
java.math, \
java.net, \
+ java.net.http, \
java.nio, \
java.nio.channels, \
java.nio.channels.spi, \
@@ -79,6 +81,7 @@ jre-base= \
java.util.concurrent.atomic, \
java.util.concurrent.locks, \
java.util.function, \
+ java.util.random, \
java.util.jar, \
java.util.logging, \
java.util.prefs, \
@@ -489,14 +492,11 @@ jre-9= \
com.sun.security.sasl.util
jre-10 = ${jre-9}
-jre-11 = ${jre-10}, \
- java.net.http
-jre-12 = ${jre-11}, \
- java.lang.constant
+jre-11 = ${jre-10}
+jre-12 = ${jre-11}
jre-13 = ${jre-12}
jre-14 = ${jre-13}
jre-15 = ${jre-14}
jre-16 = ${jre-15}
-jre-17 = ${jre-16}, \
- java.util.random
+jre-17 = ${jre-16}
jre-18 = ${jre-17}