This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new a7e45e0601 [KARAF-7431] Fix export packages globally for jre
a7e45e0601 is described below

commit a7e45e06010dd376f0f614a928a65e3c64985309
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jun 25 07:47:14 2022 +0200

    [KARAF-7431] Fix export packages globally for jre
    
    (cherry picked from commit c314cd9cdede22a8ea650b97a97826d54fdaa643)
---
 .../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}

Reply via email to