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 abca619c0d KARAF-7690: add jdk.net to the exported packages
     new 191abca836 Merge pull request #1766 from jbonofre/KARAF-7690
abca619c0d is described below

commit abca619c0d59c43098cf459f8699b8548f5ac744
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
---
 .../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+

Reply via email to