You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/14 20:02:22 UTC

[axis-axis2-java-core] branch xmlschema2 created (now 84be3fd)

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

billblough pushed a change to branch xmlschema2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


      at 84be3fd  Reintegrated changes from trunk.

This branch includes the following new commits:

     new a73d435  Created a branch to prepare the migration to XmlSchema 2.0.
     new 1a72c18  Modified the POMs to refer to XmlSchema 2.0.
     new febefc5  Reintegrated changes from trunk.
     new 84be3fd  Reintegrated changes from trunk.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[axis-axis2-java-core] 01/04: Created a branch to prepare the migration to XmlSchema 2.0.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch xmlschema2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit a73d43567c5c997d921da458b550481689fe2696
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Aug 16 17:23:58 2011 +0000

    Created a branch to prepare the migration to XmlSchema 2.0.


[axis-axis2-java-core] 04/04: Reintegrated changes from trunk.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch xmlschema2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 84be3fddaec3461094f3d33e490c5a4229aa96e0
Merge: febefc5 8a17d00
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Aug 17 19:15:19 2011 +0000

    Reintegrated changes from trunk.

 .../org/apache/axis2/schema/ExtensionUtility.java  | 23 ----------------------
 .../org/apache/axis2/schema/SchemaCompiler.java    |  4 ----
 .../java2wsdl/DefaultSchemaGenerator.java          | 13 +++---------
 .../java2wsdl/DefaultSchemaGeneratorTest.java      |  2 +-
 4 files changed, 4 insertions(+), 38 deletions(-)


[axis-axis2-java-core] 02/04: Modified the POMs to refer to XmlSchema 2.0.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch xmlschema2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 1a72c184414ddc2240bb5847a5aaa48f16644205
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Aug 16 18:43:37 2011 +0000

    Modified the POMs to refer to XmlSchema 2.0.
---
 modules/adb-codegen/pom.xml            | 4 ++--
 modules/fastinfoset/pom.xml            | 4 ++--
 modules/java2wsdl/pom.xml              | 4 ++--
 modules/kernel/pom.xml                 | 4 ++--
 modules/parent/pom.xml                 | 6 +++---
 modules/tool/axis2-ant-plugin/pom.xml  | 4 ++--
 modules/tool/axis2-idea-plugin/pom.xml | 4 ++--
 7 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/modules/adb-codegen/pom.xml b/modules/adb-codegen/pom.xml
index e97cd53..a942da5 100644
--- a/modules/adb-codegen/pom.xml
+++ b/modules/adb-codegen/pom.xml
@@ -47,8 +47,8 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
+            <groupId>org.apache.ws.xmlschema</groupId>
+            <artifactId>xmlschema-core</artifactId>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
diff --git a/modules/fastinfoset/pom.xml b/modules/fastinfoset/pom.xml
index ecedba3..0cb6941 100644
--- a/modules/fastinfoset/pom.xml
+++ b/modules/fastinfoset/pom.xml
@@ -62,8 +62,8 @@
             <artifactId>commons-fileupload</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
+            <groupId>org.apache.ws.xmlschema</groupId>
+            <artifactId>xmlschema-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
diff --git a/modules/java2wsdl/pom.xml b/modules/java2wsdl/pom.xml
index 3481b38..904ab8f 100644
--- a/modules/java2wsdl/pom.xml
+++ b/modules/java2wsdl/pom.xml
@@ -58,8 +58,8 @@
 
         <!--added this to support to keep WSDL information in AxisService-->
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
+            <groupId>org.apache.ws.xmlschema</groupId>
+            <artifactId>xmlschema-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml
index df61967..ee11398 100644
--- a/modules/kernel/pom.xml
+++ b/modules/kernel/pom.xml
@@ -65,8 +65,8 @@
             <artifactId>wsdl4j</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
+            <groupId>org.apache.ws.xmlschema</groupId>
+            <artifactId>xmlschema-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.neethi</groupId>
diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml
index 9c30d7f..8a60312 100644
--- a/modules/parent/pom.xml
+++ b/modules/parent/pom.xml
@@ -70,7 +70,7 @@
         <axiom.version>1.2.13-SNAPSHOT</axiom.version>
         <neethi.version>3.0.2-SNAPSHOT</neethi.version>
         <woden.version>1.0-SNAPSHOT</woden.version>
-        <xmlschema.version>1.4.8-SNAPSHOT</xmlschema.version>
+        <xmlschema.version>2.0.1-SNAPSHOT</xmlschema.version>
 
 	<!-- Use released versions for these projects -->
         <ant.version>1.7.0</ant.version>
@@ -610,8 +610,8 @@
                 <version>${axiom.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.ws.commons.schema</groupId>
-                <artifactId>XmlSchema</artifactId>
+                <groupId>org.apache.ws.xmlschema</groupId>
+                <artifactId>xmlschema-core</artifactId>
                 <version>${xmlschema.version}</version>
             </dependency>
             <dependency>
diff --git a/modules/tool/axis2-ant-plugin/pom.xml b/modules/tool/axis2-ant-plugin/pom.xml
index 83a226a..ef97c98 100644
--- a/modules/tool/axis2-ant-plugin/pom.xml
+++ b/modules/tool/axis2-ant-plugin/pom.xml
@@ -81,8 +81,8 @@
             <artifactId>neethi</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
+            <groupId>org.apache.ws.xmlschema</groupId>
+            <artifactId>xmlschema-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/modules/tool/axis2-idea-plugin/pom.xml b/modules/tool/axis2-idea-plugin/pom.xml
index 57e80ff..99776ee 100644
--- a/modules/tool/axis2-idea-plugin/pom.xml
+++ b/modules/tool/axis2-idea-plugin/pom.xml
@@ -113,8 +113,8 @@
             <artifactId>xmlbeans</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
+            <groupId>org.apache.ws.xmlschema</groupId>
+            <artifactId>xmlschema-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.woden</groupId>


[axis-axis2-java-core] 03/04: Reintegrated changes from trunk.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch xmlschema2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit febefc5d119a8a31fa9e858e7904333c918eb377
Merge: 1a72c18 c8d300d
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Aug 17 17:53:41 2011 +0000

    Reintegrated changes from trunk.

 .../org/apache/axis2/description/java2wsdl/DefaultSchemaGenerator.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)