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/09/26 09:24:03 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7546] Add jdk19 section in 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 646bcd85b3 [KARAF-7546] Add jdk19 section in jre.properties
646bcd85b3 is described below

commit 646bcd85b3347562ec89f799ee372934bec3e426
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 19 09:48:30 2022 +0200

    [KARAF-7546] Add jdk19 section in jre.properties
    
    (cherry picked from commit abb871672a07907a9b42d1f96f5c4dc7ff12c942)
---
 .../base/src/main/filtered-resources/resources/etc/jre.properties        | 1 +
 1 file changed, 1 insertion(+)

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 24a062b2b7..871e77b080 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
@@ -500,3 +500,4 @@ jre-15 = ${jre-14}
 jre-16 = ${jre-15}
 jre-17 = ${jre-16}
 jre-18 = ${jre-17}
+jre-19 = ${jre-18}