This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b934f4  [KARAF-6299]JDK11: don't expose javax.activation package from 
system bundle 0
7b934f4 is described below

commit 7b934f44717829dda5cbf696f6ef14bc55c81474
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Fri May 31 09:51:07 2019 -0400

    [KARAF-6299]JDK11: don't expose javax.activation package from system bundle 0
---
 .../base/src/main/filtered-resources/resources/etc/jre.properties        | 1 -
 main/src/test/resources/test-karaf-home/etc/jre.properties               | 1 -
 2 files changed, 2 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 72ff9a7..27a5c39 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
@@ -538,7 +538,6 @@ jre-1.8= \
 
 jre-9= \
  javax.accessibility, \
- javax.activation;version="1.2", \
  javax.activity, \
  javax.annotation;version="1.0", \
  javax.annotation.processing;version="1.0", \
diff --git a/main/src/test/resources/test-karaf-home/etc/jre.properties 
b/main/src/test/resources/test-karaf-home/etc/jre.properties
index cb45280..226674b 100644
--- a/main/src/test/resources/test-karaf-home/etc/jre.properties
+++ b/main/src/test/resources/test-karaf-home/etc/jre.properties
@@ -545,7 +545,6 @@ jre-1.8= \
 
 jre-9= \
  javax.accessibility, \
- javax.activation;version="1.1", \
  javax.activity, \
  javax.annotation;version="1.0", \
  javax.annotation.processing;version="1.0", \

Reply via email to