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

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


The following commit(s) were added to refs/heads/master by this push:
     new 99f531c  CXF-8407: Incorporate changes caused by JEP-396 integration 
into JDK-16+. Added JDK16+ profile to cxf-systests-transports since it 
overrides cxf.surefire.fork.vmargs
99f531c is described below

commit 99f531c35e44289584a4c612472c36a491bec9f2
Author: Andriy Redko <[email protected]>
AuthorDate: Sun May 9 12:28:28 2021 -0400

    CXF-8407: Incorporate changes caused by JEP-396 integration into JDK-16+. 
Added JDK16+ profile to cxf-systests-transports since it overrides 
cxf.surefire.fork.vmargs
---
 systests/transports/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 711eb45..a7f4ec6 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -346,4 +346,15 @@
         </dependency>
     </dependencies>
 
+    <profiles>
+        <profile>
+            <id>jdk16</id>
+            <activation>
+                <jdk>[16,)</jdk>
+            </activation>
+            <properties>
+                <cxf.surefire.fork.vmargs>--add-opens 
java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED 
-Djdk.http.auth.tunneling.disabledSchemes=""</cxf.surefire.fork.vmargs>
+            </properties>
+        </profile>
+    </profiles>
 </project>

Reply via email to