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

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 1b78192  Use the proposed OWB flag to ensure the jakarta namespace 
works
1b78192 is described below

commit 1b78192155a058c0834d9ee986f5d2f3e6ceac5e
Author: David Blevins <[email protected]>
AuthorDate: Mon Mar 15 14:07:26 2021 -0700

    Use the proposed OWB flag to ensure the jakarta namespace works
---
 src/test/tomee-plume/conf/system.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/tomee-plume/conf/system.properties 
b/src/test/tomee-plume/conf/system.properties
index 89d57ed..51c347b 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -21,6 +21,7 @@ org.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS=true
 org.apache.tomcat.websocket.ALLOW_UNSUPPORTED_EXTENSIONS=true
 org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD=0
 org.apache.tomcat.websocket.STRICT_SPEC_COMPLIANCE=true
+org.apache.webbeans.generator.proxyReservedPackages = 
java,javax,sun.misc,jakarta
 user.language=en
 user.country=US
 

Reply via email to