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

struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit 2dc59ef8849dd2c15b593cd7deb60ff4b35eae0f
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Tue Jun 4 14:50:50 2024 +0200

    OWB-1439 add jakarta api jars to scan exclude
---
 .../main/resources/META-INF/openwebbeans/openwebbeans.properties | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git 
a/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
 
b/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
index 0c93bd805..1ecf5fe18 100644
--- 
a/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
+++ 
b/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
@@ -317,7 +317,14 @@ org.apache.webbeans.scanExclusionPaths=/jre/lib, \
         /jackson-module-jaxb-annotations-, \
         /jna-, \
         /reactive-streams-, \
-        /msg-simple-
+        /msg-simple-, \
+        /jakarta.activation-api, \
+        /jakarta.annotation-api, \
+        /jakarta.el-api, \
+        /jakarta.enterprise.cdi-api, \
+        /jakarta.enterprise.lang-model, \
+        /jakarta.inject-api, \
+        /jakarta.interceptor-api
 
################################################################################################
 
 

Reply via email to