You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/06 04:59:24 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7431] Fix jre.properties

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 0369496154 [KARAF-7431] Fix jre.properties
0369496154 is described below

commit 036949615443108df0d0516b049956765ff94275
Author: Robert Varga <ro...@pantheon.tech>
AuthorDate: Mon May 2 12:26:46 2022 +0200

    [KARAF-7431] Fix jre.properties
    
    (cherry picked from commit 9b0d5be3d85cb2798d1820844633335fa4e2aed6)
---
 .../main/filtered-resources/resources/etc/jre.properties | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 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 11be98a445..21fab6e869 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
@@ -643,6 +643,8 @@ jre-1.8= \
 
 jre-9= \
  ${jre-base}, \
+ java.lang.module, \
+ java.net.spi, \
  javax.accessibility, \
  javax.activity, \
  javax.annotation;version="1.3", \
@@ -730,6 +732,7 @@ jre-9= \
  javax.xml.bind.attachment;version="2.3.0", \
  javax.xml.bind.helpers;version="2.3.0", \
  javax.xml.bind.util;version="2.3.0", \
+ javax.xml.catalog, \
  javax.xml.crypto, \
  javax.xml.crypto.dom, \
  javax.xml.crypto.dsig, \
@@ -806,10 +809,15 @@ jre-9= \
  com.sun.security.sasl.util 
 
 jre-10 = ${jre-9}
-jre-11 = ${jre-10}
-jre-13 = ${jre-11}
-jre-14 = ${jre-13}
+jre-11 = ${jre-10}, \
+  java.net.http
+jre-12 = ${jre-11}, \
+  java.lang.constant
+jre-13 = ${jre-12}
+jre-14 = ${jre-13}, \
+  java.lang.runtime
 jre-15 = ${jre-14}
 jre-16 = ${jre-15}
-jre-17 = ${jre-16}
+jre-17 = ${jre-16}, \
+  java.util.random
 jre-18 = ${jre-17}