You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2017/01/19 08:01:49 UTC

[03/16] cxf git commit: [CXF-6801]unify java9/myjava9 profile name

[CXF-6801]unify java9/myjava9 profile name


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c2daeb5b
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c2daeb5b
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c2daeb5b

Branch: refs/heads/master
Commit: c2daeb5b45b758e9f54ce73dc4567a69c47d9170
Parents: ec293bd
Author: Freeman Fang <fr...@gmail.com>
Authored: Mon Sep 12 10:02:55 2016 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Mon Sep 12 10:02:55 2016 +0800

----------------------------------------------------------------------
 rt/rs/client/pom.xml                       | 2 +-
 rt/rs/extensions/search/pom.xml            | 2 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml | 2 +-
 rt/rs/security/sso/oidc/pom.xml            | 2 +-
 rt/transports/jms/pom.xml                  | 2 +-
 systests/jaxrs/pom.xml                     | 2 +-
 systests/rs-security/pom.xml               | 2 +-
 systests/tracing/pom.xml                   | 2 +-
 systests/transport-jms/pom.xml             | 2 +-
 systests/uncategorized/pom.xml             | 2 +-
 systests/ws-specs/pom.xml                  | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/rt/rs/client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index d363ddd..189723c 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -139,7 +139,7 @@
     </dependencies>
     <profiles>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <activation>
                 <jdk>9</jdk>
             </activation>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/rt/rs/extensions/search/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index 025755d..109454b 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -149,7 +149,7 @@
     </build>
     <profiles>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <activation>
                 <jdk>9</jdk>
             </activation>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/rt/rs/security/oauth-parent/oauth2/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index e7e3c37..b466c3d 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -219,7 +219,7 @@
       </build>
       <profiles>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <properties>
                 <compilerArguments>-Xpatch:java.annotations.common=${project.basedir}/target//java9/javax.annotation-api-1.2.jar -addmods java.se.ee,java.activation,java.xml.ws,java.xml.bind -Aopenjpa.source=7 -Aopenjpa.metamodel=true</compilerArguments>
             </properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/rt/rs/security/sso/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index d411dd5..037eb0f 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -176,7 +176,7 @@
       </build>
       <profiles>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <properties>
                 <compilerArguments>-Xpatch:java.annotations.common=${project.basedir}/target//java9/javax.annotation-api-1.2.jar -addmods java.se.ee,java.activation,java.xml.ws,java.xml.bind -Aopenjpa.source=7 -Aopenjpa.metamodel=true</compilerArguments>
             </properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/rt/transports/jms/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index 9dad39a..4cf7efc 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -165,7 +165,7 @@
     </build>
     <profiles>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <activation>
                 <jdk>9</jdk>
             </activation>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/systests/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index dce96bb..cc07c04 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -658,7 +658,7 @@
             </dependencies>
         </profile>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <properties>
                 <cxf.server.launcher.vmargs>-ea -Xpatch:java.annotations.common=${project.basedir}/target/java9/javax.annotation-api-1.2.jar -XaddExports:java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED -XaddExports:java.base/sun.security.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED -XaddExports:java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED -XaddExports:java.xml.ws/com.sun.xml.internal.messaging.saaj.soap=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.t
 ools.internal.xjc=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal.writer=ALL-UNNAMED -XaddExports:java.annotations.common/javax.annotation.security=ALL-UNNAMED -addmods java.activation,java.xml.bind,java.xml.ws,jdk.xml.bind</cxf.server.launcher.vmargs>
                 <cxf.surefire.fork.vmargs>-ea -Xpatch:java.annotations.common=${project.basedir}/target/java9/javax.annotation-api-1.2.jar -XaddExports:java.base/sun.security.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED -XaddExports:java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED -XaddExports:java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED -XaddExports:java.xml.ws/com.sun.xml.internal.messaging.saaj.soap=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.too
 ls.internal.xjc=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal.writer=ALL-UNNAMED -XaddExports:java.annotations.common/javax.annotation.security=ALL-UNNAMED -addmods java.activation,java.xml.bind,java.xml.ws,jdk.xml.bind</cxf.surefire.fork.vmargs>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/systests/rs-security/pom.xml
----------------------------------------------------------------------
diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml
index 02019cd..dd29799 100644
--- a/systests/rs-security/pom.xml
+++ b/systests/rs-security/pom.xml
@@ -223,7 +223,7 @@
             </dependencies>
         </profile>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <properties>
                 <cxf.server.launcher.vmargs>-ea -Xpatch:java.annotations.common=${project.basedir}/target/java9/javax.annotation-api-1.2.jar -XaddExports:java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED -XaddExports:java.base/sun.security.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED -XaddExports:java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED -XaddExports:java.xml.ws/com.sun.xml.internal.messaging.saaj.soap=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.t
 ools.internal.xjc=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal.writer=ALL-UNNAMED -XaddExports:java.annotations.common/javax.annotation.security=ALL-UNNAMED -addmods java.activation,java.xml.bind,java.xml.ws,jdk.xml.bind</cxf.server.launcher.vmargs>
                 <cxf.surefire.fork.vmargs>-ea -Xpatch:java.annotations.common=${project.basedir}/target/java9/javax.annotation-api-1.2.jar -XaddExports:java.base/sun.security.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED -XaddExports:java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.impl.xs.util=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED -XaddExports:java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED -XaddExports:java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED -XaddExports:java.xml.ws/com.sun.xml.internal.messaging.saaj.soap=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.too
 ls.internal.xjc=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.tools.internal.xjc.api=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED -XaddExports:jdk.xml.bind/com.sun.codemodel.internal.writer=ALL-UNNAMED -XaddExports:java.annotations.common/javax.annotation.security=ALL-UNNAMED -addmods java.activation,java.xml.bind,java.xml.ws,jdk.xml.bind</cxf.surefire.fork.vmargs>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/systests/tracing/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tracing/pom.xml b/systests/tracing/pom.xml
index d9ac43e..e8d8427 100644
--- a/systests/tracing/pom.xml
+++ b/systests/tracing/pom.xml
@@ -134,7 +134,7 @@
     </build>
     <profiles>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <activation>
                 <jdk>9</jdk>
             </activation>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/systests/transport-jms/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml
index 0a4d759..a9046ed 100644
--- a/systests/transport-jms/pom.xml
+++ b/systests/transport-jms/pom.xml
@@ -242,7 +242,7 @@
     </dependencies>
     <profiles>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <activation>
                 <jdk>9</jdk>
             </activation>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/systests/uncategorized/pom.xml
----------------------------------------------------------------------
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index f6432c4..09212a9 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -397,7 +397,7 @@
             </dependencies>
         </profile>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <activation>
                 <jdk>9</jdk>
             </activation>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c2daeb5b/systests/ws-specs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-specs/pom.xml b/systests/ws-specs/pom.xml
index b8f6054..89ff57c 100644
--- a/systests/ws-specs/pom.xml
+++ b/systests/ws-specs/pom.xml
@@ -193,7 +193,7 @@
             </dependencies>
         </profile>
         <profile>
-            <id>myjava9</id>
+            <id>java9</id>
             <activation>
                 <jdk>9</jdk>
             </activation>