You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gn...@apache.org on 2017/01/30 12:04:36 UTC

[1/4] cxf git commit: CXF-7193 - Remove cxf-rt-bindings-object

Repository: cxf
Updated Branches:
  refs/heads/master f3ec16868 -> d62b480a1


CXF-7193 - Remove cxf-rt-bindings-object


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

Branch: refs/heads/master
Commit: d62b480a16b9361d63a99a620b0006a425ebc73f
Parents: 741c9e3
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 13:01:41 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Jan 30 13:04:11 2017 +0100

----------------------------------------------------------------------
 distribution/manifest/pom.xml | 5 -----
 distribution/pom.xml          | 5 -----
 osgi/repository/pom.xml       | 5 -----
 3 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/d62b480a/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 556fcd8..2d4e6d7 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -190,11 +190,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-bindings-object</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/d62b480a/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4eb563c..37dc2cf 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -216,11 +216,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-bindings-object</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-bindings-coloc</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/d62b480a/osgi/repository/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/repository/pom.xml b/osgi/repository/pom.xml
index 34bbfa0..53bf9ed 100644
--- a/osgi/repository/pom.xml
+++ b/osgi/repository/pom.xml
@@ -92,11 +92,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.cxf</groupId>
-			<artifactId>cxf-rt-bindings-object</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.cxf</groupId>
 			<artifactId>cxf-rt-bindings-soap</artifactId>
 			<version>${project.version}</version>
 		</dependency>


[4/4] cxf git commit: CXF-7195 - Remove cxf-rt-databinding-xmlbeans

Posted by gn...@apache.org.
CXF-7195 - Remove cxf-rt-databinding-xmlbeans

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

Branch: refs/heads/master
Commit: 6926072b962759e4ba3c9704512a1db8076128e1
Parents: f3ec168
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 12:59:12 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Jan 30 13:04:11 2017 +0100

----------------------------------------------------------------------
 distribution/manifest/pom.xml                                  | 5 -----
 distribution/pom.xml                                           | 5 -----
 distribution/src/main/release/lib/WHICH_JARS                   | 4 ----
 .../src/main/release/samples/wsdl_first_xmlbeans/pom.xml       | 5 -----
 osgi/bundle/compatible/pom.xml                                 | 5 -----
 osgi/repository/pom.xml                                        | 5 -----
 systests/jaxrs/pom.xml                                         | 5 -----
 systests/jaxws/pom.xml                                         | 5 -----
 tools/wsdlto/test/pom.xml                                      | 6 ------
 9 files changed, 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index b83b16d..db166ae 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -210,11 +210,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-databinding-jibx</artifactId>
             <version>${project.version}</version>
             <optional>true</optional>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 80547e4..594a57b 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -231,11 +231,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-databinding-jibx</artifactId>
             <version>${project.version}</version>
             <optional>true</optional>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/distribution/src/main/release/lib/WHICH_JARS
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/lib/WHICH_JARS b/distribution/src/main/release/lib/WHICH_JARS
index 2eea065..997eaba 100755
--- a/distribution/src/main/release/lib/WHICH_JARS
+++ b/distribution/src/main/release/lib/WHICH_JARS
@@ -80,10 +80,6 @@ For Aegis support:
 - jdom.jar (optional, if you want to map xsd:anyType to JDOM)
 - cxf-rt-databinding-aegis.jar
 
-For XmlBeans databinding support:
-- xmlbeans.jar
-- cxf-rt-databinding-xmlbeans.jar
-
 For WS-Security support:
 - wss4j-*.jar
 - xmlsec.jar

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
index 2325d71..6524231 100644
--- a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
@@ -133,11 +133,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>3.2.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
             <version>3.2.0-SNAPSHOT</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/osgi/bundle/compatible/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index c473c26..301a2c7 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -65,11 +65,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-databinding-jibx</artifactId>
             <version>${project.version}</version>
             <optional>true</optional>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/osgi/repository/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/repository/pom.xml b/osgi/repository/pom.xml
index 32d144b..34bbfa0 100644
--- a/osgi/repository/pom.xml
+++ b/osgi/repository/pom.xml
@@ -117,11 +117,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.cxf</groupId>
-			<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.cxf</groupId>
 			<artifactId>cxf-rt-features-clustering</artifactId>
 			<version>${project.version}</version>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/systests/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index 7a91bdf..9fedf99 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -200,11 +200,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/systests/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index 3968aad..143ff51 100644
--- a/systests/jaxws/pom.xml
+++ b/systests/jaxws/pom.xml
@@ -95,11 +95,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6926072b/tools/wsdlto/test/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/test/pom.xml b/tools/wsdlto/test/pom.xml
index 993468e..c335132 100644
--- a/tools/wsdlto/test/pom.xml
+++ b/tools/wsdlto/test/pom.xml
@@ -96,12 +96,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
             <scope>test</scope>


[3/4] cxf git commit: CXF-7194 - Remove cxf-rt-databinding-jibx

Posted by gn...@apache.org.
CXF-7194 - Remove cxf-rt-databinding-jibx


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

Branch: refs/heads/master
Commit: 741c9e349e7e48d3fe278ba8d8f17dd6bf4c4370
Parents: 69c7b4c
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 13:01:03 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Jan 30 13:04:11 2017 +0100

----------------------------------------------------------------------
 distribution/manifest/pom.xml  |  6 ------
 distribution/pom.xml           | 24 ------------------------
 osgi/bundle/compatible/pom.xml | 24 ------------------------
 3 files changed, 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/741c9e34/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index dceefa1..556fcd8 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -210,12 +210,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-jibx</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/741c9e34/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 34ed745..4eb563c 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -231,30 +231,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-jibx</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-bind</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-run</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-schema</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-tools</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/741c9e34/osgi/bundle/compatible/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index 3a3b38b..1ecccf4 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -65,30 +65,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-jibx</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-bind</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-run</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-schema</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jibx</groupId>
-                    <artifactId>jibx-tools</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
             <version>${project.version}</version>
         </dependency>


[2/4] cxf git commit: CXF-7196 - Remove cxf-rt-databinding-sdo

Posted by gn...@apache.org.
CXF-7196 - Remove cxf-rt-databinding-sdo


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

Branch: refs/heads/master
Commit: 69c7b4c1ce4a9d131802c9a198706581eb4a3e91
Parents: 6926072
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 13:00:22 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Jan 30 13:04:11 2017 +0100

----------------------------------------------------------------------
 distribution/manifest/pom.xml  |  6 ------
 distribution/pom.xml           | 16 ----------------
 osgi/bundle/compatible/pom.xml | 16 ----------------
 3 files changed, 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/69c7b4c1/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index db166ae..dceefa1 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -216,12 +216,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-sdo</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/69c7b4c1/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 594a57b..34ed745 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -255,22 +255,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-sdo</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.tuscany.sdo</groupId>
-                    <artifactId>tuscany-sdo-tools</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.tuscany.sdo</groupId>
-                    <artifactId>tuscany-sdo-impl</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
             <version>${project.version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/69c7b4c1/osgi/bundle/compatible/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index 301a2c7..3a3b38b 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -89,22 +89,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-databinding-sdo</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.tuscany.sdo</groupId>
-                    <artifactId>tuscany-sdo-tools</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.tuscany.sdo</groupId>
-                    <artifactId>tuscany-sdo-impl</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
             <version>${project.version}</version>
         </dependency>