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/24 16:38:29 UTC

[karaf] branch main updated: [KARAF-7444] Add missing java.lang.runtime in jre.properties

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 a674d6b95a [KARAF-7444] Add missing java.lang.runtime in jre.properties
     new 42ab999f1a Merge pull request #1549 from jbonofre/KARAF-7444
a674d6b95a is described below

commit a674d6b95a60e231389ac3eb8269648f3304ca16
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jun 12 08:08:26 2022 +0200

    [KARAF-7444] Add missing java.lang.runtime in jre.properties
---
 .../base/src/main/filtered-resources/resources/etc/jre.properties     | 4 ++--
 1 file changed, 2 insertions(+), 2 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 1567fe41cf..4945f0886d 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
@@ -46,6 +46,7 @@ jre-base= \
  java.lang.management, \
  java.lang.ref, \
  java.lang.reflect, \
+ java.lang.runtime, \
  java.math, \
  java.net, \
  java.nio, \
@@ -493,8 +494,7 @@ jre-11 = ${jre-10}, \
 jre-12 = ${jre-11}, \
   java.lang.constant
 jre-13 = ${jre-12}
-jre-14 = ${jre-13}, \
-  java.lang.runtime
+jre-14 = ${jre-13}
 jre-15 = ${jre-14}
 jre-16 = ${jre-15}
 jre-17 = ${jre-16}, \