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 99b299f610 avoid long evaluation chain for JRE property
99b299f610 is described below

commit 99b299f61027dbb4fec9d8d856d3be92a9a043f2
Author: Bernd <b.eckenf...@seeburger.de>
AuthorDate: Mon Nov 6 00:08:50 2023 +0100

    avoid long evaluation chain for JRE property
    
    (cherry picked from commit a7f64687fc45a631c7a8f5ea67400d18c5501977)
---
 .../resources/etc/jre.properties                   | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 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 cea56132b8..50c95a8746 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
@@ -493,14 +493,14 @@ jre-9= \
  com.sun.security.sasl.util 
 
 jre-10 = ${jre-9}
-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}
-jre-18 = ${jre-17}
-jre-19 = ${jre-18}
-jre-20 = ${jre-19}
-jre-21 = ${jre-20}
+jre-11 = ${jre-9}
+jre-12 = ${jre-9}
+jre-13 = ${jre-9}
+jre-14 = ${jre-9}
+jre-15 = ${jre-9}
+jre-16 = ${jre-9}
+jre-17 = ${jre-9}
+jre-18 = ${jre-9}
+jre-19 = ${jre-9}
+jre-20 = ${jre-9}
+jre-21 = ${jre-9}

Reply via email to