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

jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
     new 16115bc6e1 KARAF-7802: Add javax.annotation.sql and 
javax.annotation.security packages to etc/jre.properties
16115bc6e1 is described below

commit 16115bc6e167b2a4d21851ceba40cecd150d44b8
Author: JB Onofré <jbono...@apache.org>
AuthorDate: Wed Apr 3 11:32:13 2024 +0200

    KARAF-7802: Add javax.annotation.sql and javax.annotation.security packages 
to etc/jre.properties
    
    (cherry picked from commit 089345083c3253fce81a0aea222ebbdc138cda38)
---
 .../base/src/main/filtered-resources/resources/etc/jre.properties     | 4 +++-
 1 file changed, 3 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 50c95a8746..efd95ce1aa 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
@@ -331,8 +331,10 @@ jre-9= \
  java.net.spi, \
  javax.accessibility, \
  javax.activity, \
- javax.annotation;version="1.3", \
+ javax.annotation;version="1.3.2", \
  javax.annotation.processing;version="1.0", \
+ javax.annotation.security;version="1.3.2", \
+ javax.annotation.sql;version="1.3.2", \
  javax.activation;version="1.2.1", \
  javax.crypto, \
  javax.crypto.interfaces, \

Reply via email to