You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2018/11/14 00:43:56 UTC

[karaf] branch master updated: [KARAF-5988]add missing package for jdk11

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 cc06aeb  [KARAF-5988]add missing package for jdk11
cc06aeb is described below

commit cc06aeb296a1866727692280a6907ef563ce8e42
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Wed Nov 14 08:43:41 2018 +0800

    [KARAF-5988]add missing package for jdk11
---
 .../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 a27f9c7..c45b197 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
@@ -541,6 +541,7 @@ jre-9= \
  javax.accessibility, \
  javax.activation;version="1.2", \
  javax.activity, \
+ javax.annotation;version="1.0", \
  javax.annotation.processing;version="1.0", \
  javax.crypto, \
  javax.crypto.interfaces, \