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 abb871672a [KARAF-7546] Add jdk19 section in jre.properties
     new ef172cd9f3 Merge pull request #1622 from jbonofre/KARAF-7546
abb871672a is described below

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

    [KARAF-7546] Add jdk19 section in jre.properties
---
 .../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}

Reply via email to