svn commit: r1690434 - /axis/site/axis2/java/savan/
Author: bayard Date: Sun Jul 12 09:05:07 2015 New Revision: 1690434 URL: http://svn.apache.org/r1690434 Log: Adding a retired banner to the Savan Java site Modified: axis/site/axis2/java/savan/dependencies.html axis/site/axis2/java/savan/index.html axis/site/axis2/java/savan/integration.html axis/site/axis2/java/savan/issue-tracking.html axis/site/axis2/java/savan/jxr.html axis/site/axis2/java/savan/license.html axis/site/axis2/java/savan/mail-lists.html axis/site/axis2/java/savan/project-info.html axis/site/axis2/java/savan/project-reports.html axis/site/axis2/java/savan/project-summary.html axis/site/axis2/java/savan/savan-tutorial.html axis/site/axis2/java/savan/source-repository.html axis/site/axis2/java/savan/svn-tutorial.html axis/site/axis2/java/savan/team-list.html Modified: axis/site/axis2/java/savan/dependencies.html URL: http://svn.apache.org/viewvc/axis/site/axis2/java/savan/dependencies.html?rev=1690434&r1=1690433&r2=1690434&view=diff == --- axis/site/axis2/java/savan/dependencies.html (original) +++ axis/site/axis2/java/savan/dependencies.html Sun Jul 12 09:05:07 2015 @@ -20,7 +20,7 @@ - + 2014/09/20 - Apache Axis Savan/Java has been retired. For more information, please explore the http://attic.apache.org/";>Attic. Modified: axis/site/axis2/java/savan/index.html URL: http://svn.apache.org/viewvc/axis/site/axis2/java/savan/index.html?rev=1690434&r1=1690433&r2=1690434&view=diff == --- axis/site/axis2/java/savan/index.html (original) +++ axis/site/axis2/java/savan/index.html Sun Jul 12 09:05:07 2015 @@ -20,7 +20,7 @@ - + 2014/09/20 - Apache Axis Savan/Java has been retired. For more information, please explore the http://attic.apache.org/";>Attic. Modified: axis/site/axis2/java/savan/integration.html URL: http://svn.apache.org/viewvc/axis/site/axis2/java/savan/integration.html?rev=1690434&r1=1690433&r2=1690434&view=diff == --- axis/site/axis2/java/savan/integration.html (original) +++ axis/site/axis2/java/savan/integration.html Sun Jul 12 09:05:07 2015 @@ -20,7 +20,7 @@ - + 2014/09/20 - Apache Axis Savan/Java has been retired. For more information, please explore the http://attic.apache.org/";>Attic. Modified: axis/site/axis2/java/savan/issue-tracking.html URL: http://svn.apache.org/viewvc/axis/site/axis2/java/savan/issue-tracking.html?rev=1690434&r1=1690433&r2=1690434&view=diff == --- axis/site/axis2/java/savan/issue-tracking.html (original) +++ axis/site/axis2/java/savan/issue-tracking.html Sun Jul 12 09:05:07 2015 @@ -20,7 +20,7 @@ - + 2014/09/20 - Apache Axis Savan/Java has been retired. For more information, please explore the http://attic.apache.org/";>Attic. Modified: axis/site/axis2/java/savan/jxr.html URL: http://svn.apache.org/viewvc/axis/site/axis2/java/savan/jxr.html?rev=1690434&r1=1690433&r2=1690434&view=diff == --- axis/site/axis2/java/savan/jxr.html (original) +++ axis/site/axis2/java/savan/jxr.html Sun Jul 12 09:05:07 2015 @@ -20,7 +20,7 @@ - + 2014/09/20 - Apache Axis Savan/Java has been retired. For more information, please explore the http://attic.apache.org/";>Attic. Modified: axis/site/axis2/java/savan/license.html URL: http://svn.apache.org/viewvc/axis/site/axis2/java/savan/license.html?rev=1690434&r1=1690433&r2=1690434&view=diff == --- axis/site/axis2/java/savan/license.html (original) +++ axis/site/axis2/java/savan/license.html Sun Jul 12 09:05:07 2015 @@ -20,7 +20,7 @@ - + 2014/09/20 - Apache Axis Savan/Java has been retired. For more information, please explore the http://attic.apache.org/";>Attic. Modified: axis/site/axis2/java/savan/mail-lists.html URL: http://svn.apache.org/viewvc/axis/site/axis2/java/savan/mail-lists.html?rev=1690434&r1=1690433&r2=1690434&view=diff == --- axis/site/axis2/java/savan/mail-lists.html (original) +++ axis/site/axis2/java/savan/mail-lists.html Sun Jul 12 09:05:07 2015 @@ -20,7 +20,7 @@ - + 2014/09/20 - Apache Axis Savan/Java has been retired. For more information, please explore the http://attic.apache.org/";>Attic. Mo
svn commit: r1690513 - in /axis/axis2/java/core/trunk/modules: adb-codegen/src/org/apache/axis2/schema/ corba/src/org/apache/axis2/corba/deployer/ kernel/src/org/apache/axis2/builder/ parent/ transpor
Author: veithen Date: Sun Jul 12 19:45:55 2015 New Revision: 1690513 URL: http://svn.apache.org/r1690513 Log: Applied Hiranya's patch to upgrade Neethi and XmlSchema to the latest releases. Modified: axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java axis/axis2/java/core/trunk/modules/corba/src/org/apache/axis2/corba/deployer/SchemaGenerator.java axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/builder/BuilderUtil.java axis/axis2/java/core/trunk/modules/parent/pom.xml axis/axis2/java/core/trunk/modules/transport/xmpp/src/org/apache/axis2/transport/xmpp/XMPPSender.java Modified: axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java?rev=1690513&r1=1690512&r2=1690513&view=diff == --- axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java (original) +++ axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java Sun Jul 12 19:45:55 2015 @@ -29,54 +29,8 @@ import org.apache.axis2.util.SchemaUtil; import org.apache.axis2.util.URLProcessor; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.ws.commons.schema.XmlSchema; -import org.apache.ws.commons.schema.XmlSchemaAll; -import org.apache.ws.commons.schema.XmlSchemaAny; -import org.apache.ws.commons.schema.XmlSchemaAnyAttribute; -import org.apache.ws.commons.schema.XmlSchemaAttribute; -import org.apache.ws.commons.schema.XmlSchemaAttributeGroup; -import org.apache.ws.commons.schema.XmlSchemaAttributeGroupMember; -import org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef; -import org.apache.ws.commons.schema.XmlSchemaAttributeOrGroupRef; -import org.apache.ws.commons.schema.XmlSchemaChoice; -import org.apache.ws.commons.schema.XmlSchemaCollection; -import org.apache.ws.commons.schema.XmlSchemaComplexContent; -import org.apache.ws.commons.schema.XmlSchemaComplexContentExtension; -import org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction; -import org.apache.ws.commons.schema.XmlSchemaComplexType; -import org.apache.ws.commons.schema.XmlSchemaContent; -import org.apache.ws.commons.schema.XmlSchemaContentModel; -import org.apache.ws.commons.schema.XmlSchemaElement; -import org.apache.ws.commons.schema.XmlSchemaEnumerationFacet; -import org.apache.ws.commons.schema.XmlSchemaExternal; -import org.apache.ws.commons.schema.XmlSchemaFacet; -import org.apache.ws.commons.schema.XmlSchemaGroup; -import org.apache.ws.commons.schema.XmlSchemaGroupParticle; -import org.apache.ws.commons.schema.XmlSchemaGroupRef; -import org.apache.ws.commons.schema.XmlSchemaImport; -import org.apache.ws.commons.schema.XmlSchemaInclude; -import org.apache.ws.commons.schema.XmlSchemaLengthFacet; -import org.apache.ws.commons.schema.XmlSchemaMaxExclusiveFacet; -import org.apache.ws.commons.schema.XmlSchemaMaxInclusiveFacet; -import org.apache.ws.commons.schema.XmlSchemaMaxLengthFacet; -import org.apache.ws.commons.schema.XmlSchemaMinExclusiveFacet; -import org.apache.ws.commons.schema.XmlSchemaMinInclusiveFacet; -import org.apache.ws.commons.schema.XmlSchemaMinLengthFacet; -import org.apache.ws.commons.schema.XmlSchemaObject; -import org.apache.ws.commons.schema.XmlSchemaParticle; -import org.apache.ws.commons.schema.XmlSchemaPatternFacet; -import org.apache.ws.commons.schema.XmlSchemaSequence; -import org.apache.ws.commons.schema.XmlSchemaSequenceMember; -import org.apache.ws.commons.schema.XmlSchemaSimpleContent; -import org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension; -import org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction; -import org.apache.ws.commons.schema.XmlSchemaSimpleType; -import org.apache.ws.commons.schema.XmlSchemaSimpleTypeContent; -import org.apache.ws.commons.schema.XmlSchemaSimpleTypeList; -import org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction; -import org.apache.ws.commons.schema.XmlSchemaSimpleTypeUnion; -import org.apache.ws.commons.schema.XmlSchemaTotalDigitsFacet; -import org.apache.ws.commons.schema.XmlSchemaType; +import org.apache.ws.commons.schema.*; +import org.apache.ws.commons.schema.utils.XmlSchemaObjectBase; import org.xml.sax.InputSource; import javax.xml.namespace.QName; @@ -2083,11 +2037,11 @@ public class SchemaCompiler { } } else if (particle instanceof XmlSchemaAll) { -List items = ((XmlSchemaAll) particle).getItems(); +List items = ((XmlSchemaAll) particle).getItems(); processSchemaAllItems(parentElementQName, items, metainfHolder, false, parentSchema); } else if (particle instanceof XmlSchemaChoice) { XmlSchemaChoice xmlSchemaChoice = (XmlSchemaChoice) p
svn commit: r1690518 - /axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml
Author: veithen Date: Sun Jul 12 20:06:32 2015 New Revision: 1690518 URL: http://svn.apache.org/r1690518 Log: AXIS2-5702: Upgrade to Felix 5.0.0 to support Java 8. Modified: axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml Modified: axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml?rev=1690518&r1=1690517&r2=1690518&view=diff == --- axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml Sun Jul 12 20:06:32 2015 @@ -66,8 +66,7 @@ org.apache.felix org.apache.felix.framework - -4.0.3 +5.0.0 test