svn commit: r1810596 - /axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml

2017-10-02 Thread veithen
Author: veithen Date: Mon Oct 2 20:42:57 2017 New Revision: 1810596 URL: http://svn.apache.org/viewvc?rev=1810596&view=rev Log: Break dependency between axis2-fastinfoset and axis2-java2wsdl. Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Modified: axis/axis2/java/core/tru

svn commit: r1810600 - in /axis/axis2/java/core/trunk/modules/webapp: pom.xml scripts/build.xml

2017-10-02 Thread veithen
Author: veithen Date: Mon Oct 2 20:49:25 2017 New Revision: 1810600 URL: http://svn.apache.org/viewvc?rev=1810600&view=rev Log: Remove axis2-java2wsdl from the Web app; it's not used at runtime. Modified: axis/axis2/java/core/trunk/modules/webapp/pom.xml axis/axis2/java/core/trunk/module

svn commit: r1810602 - in /axis/axis2/java/core/branches/1_7: ./ modules/fastinfoset/pom.xml modules/webapp/pom.xml modules/webapp/scripts/build.xml

2017-10-02 Thread veithen
Author: veithen Date: Mon Oct 2 20:56:19 2017 New Revision: 1810602 URL: http://svn.apache.org/viewvc?rev=1810602&view=rev Log: Merge r1810596 and r1810600 to the 1.7 branch. Modified: axis/axis2/java/core/branches/1_7/ (props changed) axis/axis2/java/core/branches/1_7/modules/fastinfo

svn commit: r1810603 - in /axis/axis2/java/core/trunk/modules/adb: src/org/apache/axis2/databinding/utils/ConverterUtil.java test/org/apache/axis2/databinding/utils/ConverterUtilTest.java

2017-10-02 Thread veithen
Author: veithen Date: Mon Oct 2 21:04:26 2017 New Revision: 1810603 URL: http://svn.apache.org/viewvc?rev=1810603&view=rev Log: Avoid overflow in ConverterUtil.compare(int, int). Modified: axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java