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 915bc6422e KARAF-7690: add jdk.net to the exported packages 915bc6422e is described below commit 915bc6422e0d028c39aec1d4c4e616560d11b03b Author: Jean-Baptiste Onofré <jbono...@apache.org> AuthorDate: Thu Sep 7 10:28:44 2023 +0200 KARAF-7690: add jdk.net to the exported packages (cherry picked from commit abca619c0d59c43098cf459f8699b8548f5ac744) --- .../base/src/main/filtered-resources/resources/etc/jre.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 5791023c57..cea56132b8 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 @@ -88,7 +88,8 @@ jre-base= \ java.util.regex, \ java.util.spi, \ java.util.stream, \ - java.util.zip + java.util.zip, \ + jdk.net # # A note about javax.transaction and javax.transaction.xa packages in JDK8 and JDK9+