svn commit: r1854269 - /axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/utils/XMLUtils.java

2019-02-24 Thread robertlazarski
Author: robertlazarski Date: Sun Feb 24 17:16:32 2019 New Revision: 1854269 URL: http://svn.apache.org/viewvc?rev=1854269&view=rev Log: in XMLUtils set uconn.setInstanceFollowRedirects(false) Modified: axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/utils/XMLUtils.

svn commit: r1855184 - /axis/axis1/java/trunk/axis-war/pom.xml

2019-03-10 Thread robertlazarski
Author: robertlazarski Date: Mon Mar 11 00:27:44 2019 New Revision: 1855184 URL: http://svn.apache.org/viewvc?rev=1855184&view=rev Log: remove sample jws files from the WAR distribution Modified: axis/axis1/java/trunk/axis-war/pom.xml Modified: axis/axis1/java/trunk/axis-war/pom.xml

svn commit: r1866702 - in /axis/axis1/java/trunk: axis-rt-core/src/main/java/org/apache/axis/components/net/JSSESocketFactory.java pom.xml

2019-09-09 Thread robertlazarski
Author: robertlazarski Date: Mon Sep 9 17:44:23 2019 New Revision: 1866702 URL: http://svn.apache.org/viewvc?rev=1866702&view=rev Log: Apply patch for AXIS-2905, remove animal sniffer API check plugin from the pom.xml because patch requires JDK classes marked with 'Since 1.5' and

svn commit: r1866705 - /axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/utils/bytecode/ClassReader.java

2019-09-09 Thread robertlazarski
Author: robertlazarski Date: Mon Sep 9 18:38:03 2019 New Revision: 1866705 URL: http://svn.apache.org/viewvc?rev=1866705&view=rev Log: Apply patch for AXIS-2929, JDK 8,9,10,11 support Modified: axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/utils/bytecode/ClassReader.

svn commit: r1866709 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/bytecode/ClassReader.java

2019-09-09 Thread robertlazarski
Author: robertlazarski Date: Mon Sep 9 20:37:11 2019 New Revision: 1866709 URL: http://svn.apache.org/viewvc?rev=1866709&view=rev Log: Apply patch for AXIS2-5935, JDK 8,9,10,11 support Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/byte

svn commit: r1866711 - /axis/axis2/java/core/branches/1_7/modules/kernel/src/org/apache/axis2/description/java2wsdl/bytecode/ClassReader.java

2019-09-09 Thread robertlazarski
Author: robertlazarski Date: Mon Sep 9 20:52:14 2019 New Revision: 1866711 URL: http://svn.apache.org/viewvc?rev=1866711&view=rev Log: Apply patch for AXIS-5935 to 1_7 branch, for JDK 8,9,10,11 support Modified: axis/axis2/java/core/branches/1_7/modules/kernel/src/org/apache/a

svn commit: r1868672 - /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java

2019-10-20 Thread robertlazarski
Author: robertlazarski Date: Mon Oct 21 01:02:03 2019 New Revision: 1868672 URL: http://svn.apache.org/viewvc?rev=1868672&view=rev Log: apply patch for AXIS2-5969 Modified: axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java Modified:

svn commit: r1871014 - /axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/configuration/FileProvider.java

2019-12-07 Thread robertlazarski
Author: robertlazarski Date: Sun Dec 8 01:16:07 2019 New Revision: 1871014 URL: http://svn.apache.org/viewvc?rev=1871014&view=rev Log: AXIS-2935 apply fix for IOException in multi-threaded end user code Modified: axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/

svn commit: r1872360 - /axis/axis2/java/core/trunk/modules/json/src/org/apache/axis2/json/gson/rpc/JsonUtils.java

2020-01-05 Thread robertlazarski
Author: robertlazarski Date: Sun Jan 5 23:38:15 2020 New Revision: 1872360 URL: http://svn.apache.org/viewvc?rev=1872360&view=rev Log: throw generic IOException on invalid JSON, instead of exposing info in the stack trace Modified: axis/axis2/java/core/trunk/modules/json/src/org/ap

svn commit: r1872364 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/MessageContext.java

2020-01-05 Thread robertlazarski
Author: robertlazarski Date: Sun Jan 5 23:54:24 2020 New Revision: 1872364 URL: http://svn.apache.org/viewvc?rev=1872364&view=rev Log: AXIS2-5943, simply return false in MessageContext.isFault() if the envelope is null. This can happen in JSON based REST services Modified: axis/axis2/

svn commit: r1872621 - /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java

2020-01-11 Thread robertlazarski
Author: robertlazarski Date: Sat Jan 11 20:43:17 2020 New Revision: 1872621 URL: http://svn.apache.org/viewvc?rev=1872621&view=rev Log: AXIS2-5575 Use trim() in ConverterUtil.convertToToken Modified: axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/u

svn commit: r1873186 - /axis/axis2/java/core/trunk/pom.xml

2020-01-26 Thread robertlazarski
Author: robertlazarski Date: Sun Jan 26 18:58:50 2020 New Revision: 1873186 URL: http://svn.apache.org/viewvc?rev=1873186&view=rev Log: remove snapshot from the xmlschema version so the build compiles Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/pom

svn commit: r1875140 - in /axis/axis2/java/core/trunk/modules/samples/json: README.txt src/sample/json/client/JsonClient.java

2020-03-12 Thread robertlazarski
Author: robertlazarski Date: Thu Mar 12 19:50:49 2020 New Revision: 1875140 URL: http://svn.apache.org/viewvc?rev=1875140&view=rev Log: AXIS2-5943 fix samples/json client code Modified: axis/axis2/java/core/trunk/modules/samples/json/README.txt axis/axis2/java/core/trunk/modules/sam

svn commit: r1875428 - in /axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/components/net: DefaultHTTPTransportClientProperties.java TransportClientPropertiesFactory.java

2020-03-19 Thread robertlazarski
Author: robertlazarski Date: Thu Mar 19 14:46:35 2020 New Revision: 1875428 URL: http://svn.apache.org/viewvc?rev=1875428&view=rev Log: AXIS-2295 Apply community suggested fixes to http proxy parameters caching mechanism Modified: axis/axis1/java/trunk/axis-rt-core/src/main/java/org/ap

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

2020-03-19 Thread robertlazarski
Author: robertlazarski Date: Thu Mar 19 22:54:34 2020 New Revision: 1875438 URL: http://svn.apache.org/viewvc?rev=1875438&view=rev Log: AXIS2-5724 Apply patch from community, to ADB ConverterUtil class Modified: axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/u

[axis-axis2-java-core] branch master updated: github testing, add space to README.txt

2020-06-01 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new cbf8970 github testing

[axis-axis1-java] branch master updated: github testing, add space to README.txt

2020-06-01 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git The following commit(s) were added to refs/heads/master by this push: new 1ab0004 github testing, add

[axis-axis2-java-rampart] branch master updated: github testing, add space to README.txt

2020-06-01 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new 72cbff5 github

[axis-axis2-java-core] branch master updated: AXIS2-5984 Switch to org.glassfish.jaxb artifacts

2020-09-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new ecd17f3 AXIS2-5984

[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

2020-09-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 23ab3a6 attempt to fix

[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

2020-09-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 23ab3a6 attempt to fix

[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

2020-09-04 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 362baf4 attempt to fix

[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

2020-09-05 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new e45a3af attempt to fix

[axis-axis2-java-core] branch master updated: attempt to fix Travis build on JDK 9

2020-09-06 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new b4a237d attempt to fix

[axis-axis2-java-core] branch master updated: JDK 11 compilation fixes

2020-09-11 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 5783927 JDK 11

[axis-axis2-java-core] branch master updated: upgrade commons fileupload to 1.4

2020-10-08 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 923d3c4 upgrade commons

[axis-axis2-java-core] branch master updated: AXIS2-5990 fix axis2.sh with JDK 9 and above

2020-11-09 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new a2fa849 AXIS2-5990 fix

[axis-axis2-java-core] branch master updated: fix doc typos in 'creatingclients-xmlbeans'

2020-11-13 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 06fbea0 fix doc typos in

[axis-axis2-java-core] 02/02: AXIS2-5992, Admin page, add filtering to HTTP input variables

2020-11-15 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 98fa23317dbf0247e3d1c33b3f091e94403d Author: Robert Lazarski AuthorDate: Sun Nov 15 09:35:22

[axis-axis2-java-core] branch master updated (06fbea0 -> 98fa233)

2020-11-15 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 06fbea0 fix doc typos in 'creatingclients-xmlbeans' new 95870b0 AXIS2-5992,

[axis-axis2-java-core] 02/02: Revert "AXIS2-5992, Admin page, add filtering to HTTP input variables"

2020-11-15 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 35e7d597f00214fdccbe6b1145b78817e8278981 Author: Robert Lazarski AuthorDate: Sun Nov 15 13:02:48

[axis-axis2-java-core] branch master updated (98fa233 -> 35e7d59)

2020-11-15 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 98fa233 AXIS2-5992, Admin page, add filtering to HTTP input variables new aa062fb

[axis-axis2-java-core] branch master updated: AXIS2-5992, Admin page, add regex blacklist filtering of bad chars to HTTP input variables and input filename Strings

2020-11-15 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 1403091 AXIS2-5992

[axis-axis2-java-core] branch master updated: fix admin page filtering of invalid chars

2020-11-17 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 331b767 fix admin page

[axis-axis2-java-core] branch master updated: change OSGi commons-fileupload classpath to new MANIFEST.MF formt

2020-11-23 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new fb1063e change OSGi

[axis-axis2-java-core] branch master updated: update README.txt to indicate Maven 3 instead of Maven 2

2020-11-24 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 8f9695a update

[axis-axis2-java-core] branch master updated: AXIS2-5993 upgrade entirely to log4j2

2020-12-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new f0dade9 AXIS2-5993

[axis-axis2-java-core] branch master updated: add log4j2.xml to axis2.war

2020-12-03 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 8c1c8dd add log4j2.xml

[axis-axis2-java-core] branch master updated (d61b082 -> 7714ef0)

2021-03-09 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from d61b082 Don't run the deploy step on forks add 7714ef0 update Tomcat Tribes to 1

[axis-axis2-java-core] branch master updated (7714ef0 -> 955dbaf)

2021-03-11 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 7714ef0 update Tomcat Tribes to 10.0.2 add 8d45ed1 Bump tomcat.version from 10.0.2 to

[axis-axis2-java-core] branch master updated: bump xmlbeans to 3.0.1

2021-03-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new e6c5939 bump xmlbeans to

[axis-axis2-java-core] 01/01: Merge remote-tracking branch 'origin/dependabot/maven/log4j2.version-2.14.1'

2021-03-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 5daf1bac3cd51b31cd5e3325c8f2809c2dc50b7b Merge: e6c5939 8185af0 Author: robert lazarski

[axis-axis2-java-core] branch master updated (e6c5939 -> 5daf1ba)

2021-03-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from e6c5939 bump xmlbeans to 3.0.1 add 8185af0 Bump log4j2.version from 2.14.0 to 2.14.1

[axis-axis2-java-core] branch master updated: Add jaxbri to CodegenToolReference.xml, as pointed out on the users list it is missing

2021-04-05 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 12acb56 Add jaxbri to

[axis-axis2-java-core] branch master updated: AXIS2-5959 replace org.apache.commons.httpclient with org.apache.http in the json samples and unit tests

2021-04-07 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 91be03f AXIS2-5959

[axis-axis2-java-core] branch master updated (9d0fadb -> d79b56b)

2021-04-09 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 9d0fadb Bump jakarta.mail from 1.6.6 to 1.6.7 add d79b56b AXIS2-5959 remove commons

[axis-axis2-java-core] branch master updated (d79b56b -> 66c68a7)

2021-04-09 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from d79b56b AXIS2-5959 remove commons-httpclient from json pom.xml add 66c68a7 AXIS2-5959

[axis-axis2-java-core] branch master updated (66c68a7 -> 56cf084)

2021-04-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 66c68a7 AXIS2-5959 replace org.apache.commons.httpclient with org.apache.http in the

[axis-axis2-java-core] 01/03: Merge remote-tracking branch 'origin/dependabot/maven/com.sun.xml.messaging.saaj-saaj-impl-1.5.3'

2021-04-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 58f9705efa9b99a4cb56297c9d57fb7c2e2ac76b Merge: 56cf084 c91e89c Author: robert lazarski

[axis-axis2-java-core] 03/03: Merge remote-tracking branch 'origin/dependabot/maven/spring.version-5.3.6'

2021-04-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit fd155899131fe7c87accd97e0b4dff505318e993 Merge: ca77e2f a0b8cbd Author: robert lazarski

[axis-axis2-java-core] 02/03: Merge remote-tracking branch 'origin/dependabot/maven/jaxbri.version-2.3.4'

2021-04-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit ca77e2f4fdec9e1d78cb4f0be32e1a7ac551877d Merge: 58f9705 4c17384 Author: robert lazarski

[axis-axis2-java-core] branch master updated (56cf084 -> fd15589)

2021-04-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 56cf084 AXIS2-5959 replace org.apache.commons.httpclient with org.apache.http in the axis2

[axis-axis2-java-core] branch master updated (fd15589 -> 5c4fc36)

2021-04-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from fd15589 Merge remote-tracking branch 'origin/dependabot/maven/spring.version-5.3.6'

[axis-axis2-java-core] branch master updated (5c4fc36 -> 25abbf6)

2021-04-16 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 5c4fc36 AXIS2-5959 remove http-hc3 that contains deps to commons-httpclient add 755596d

[axis-axis2-java-core] branch master updated (3ff7410 -> 2daebb6)

2021-04-20 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 3ff7410 Bump groovy.version from 3.0.7 to 3.0.8 add f463d6f AXIS2-5959 rename some unit

[axis-axis2-java-core] branch master updated: AXIS2-5959 comment cleanup

2021-04-20 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 663814a AXIS2-5959

[axis-axis2-java-core] branch master updated: AXIS2-5959 upgrade deps in modules/samples/book/pom.xml

2021-04-22 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new b50d708 AXIS2-5959

[axis-axis2-java-core] branch master updated (b50d708 -> 45a81da)

2021-04-22 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from b50d708 AXIS2-5959 upgrade deps in modules/samples/book/pom.xml add 45a81da AXIS2-5959

[axis-axis2-java-core] branch master updated: AXIS2-5959 rename CommonsHTTPTransportSenderTest to HTTPClient4TransportSenderTest

2021-04-22 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 73d03aa AXIS2-5959

[axis-axis2-java-core] branch master updated (bbeed54 -> 723f610)

2021-05-06 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from bbeed54 Bump checksum-maven-plugin from 1.9 to 1.10 add 723f610 AXIS2-5959 remove axis2

[axis-axis2-java-core] 02/02: AXIS2-5998 Fix MTOM related issue

2021-05-06 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 11f2e04c98439993e625aa01fc5c7d583e7aa847 Author: Robert Lazarski AuthorDate: Thu May 6 22:33:35

[axis-axis2-java-core] branch master updated (723f610 -> 11f2e04)

2021-05-06 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 723f610 AXIS2-5959 remove axis2-transport-http-hc3 from build new 6640769 release note

[axis-axis2-java-core] 01/02: release note updates

2021-05-06 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 66407693606d11ec26b6c41b4cf93d07573cb063 Author: Robert Lazarski AuthorDate: Thu May 6 21:59:12

[axis-axis2-java-core] branch master updated (a0b2f76 -> 57c32e7)

2021-05-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from a0b2f76 Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 new 58e171e AXIS2-5999 Return HTTP

[axis-axis2-java-core] 01/02: AXIS2-5999 Return HTTP 404 instead 500 on 'The service cannot be found'

2021-05-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 58e171ee40da02adae303ab171189ceb5b82f4dc Author: Robert Lazarski AuthorDate: Wed May 12 12:09:21

[axis-axis2-java-core] 02/02: AXIS2-5999 Return HTTP 404 instead 500 on 'The service cannot be found'

2021-05-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 57c32e791bc248958ecd2bf67a687fbd86070f0f Author: Robert Lazarski AuthorDate: Wed May 12 12:14:09

[axis-axis2-java-core] branch master updated: AXIS2-5999 fix unit tests

2021-05-12 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 93d54be AXIS2-5999 fix

[axis-axis2-java-core] branch master updated (93d54be -> c7337a0)

2021-05-13 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 93d54be AXIS2-5999 fix unit tests add 3fa3348 Bump wsimport-maven-plugin from 0.2.1 to

[axis-axis2-java-core] branch master updated: AP-6003 Add Moshi support for JSON

2021-06-17 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 9dc3bf8 AP-6003 Add

[axis-axis2-java-core] branch master updated: AP-6003 fix Moshi unit tests

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 012ffc1 AP-6003 fix

[axis-axis2-java-core] branch master updated: AP-6003 fix Moshi unit tests

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new ad92e7d AP-6003 fix

[axis-axis2-java-core] branch master updated: AP-6003 create org.apache.axis2.json.factory and use it for gson and moshi

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 31a0571 AP-6003 create

[axis-axis2-java-core] branch master updated (31a0571 -> d269308)

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 31a0571 AP-6003 create org.apache.axis2.json.factory and use it for gson and moshi add

[axis-axis2-java-core] branch master updated: bump another moshi dep to latest, that dependabot missed

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 3b9bcdf bump another

[axis-axis2-java-core] 01/01: Merge pull request #176 from apache/dependabot/maven/com.squareup.moshi-moshi-1.12.0

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 07e77802c51390649d3fdc4a8b17acc3fd28e12f Merge: 3b9bcdf aa14e21 Author: robertlazarski <58150

[axis-axis2-java-core] branch master updated (3b9bcdf -> 07e7780)

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 3b9bcdf bump another moshi dep to latest, that dependabot missed add aa14e21 Bump moshi

[axis-axis2-java-core] branch master updated (07e7780 -> d292b02)

2021-06-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 07e7780 Merge pull request #176 from apache/dependabot/maven/com.squareup.moshi-moshi-1.12.0

[axis-axis2-java-core] branch master updated: AXIS2-5807 remove class reference that doesn't exist, org.apache.axis2.corba.receivers.CorbaInOutAsyncMessageReceiver

2021-06-19 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 90494aa AXIS2-5807

[axis-axis2-java-core] branch master updated: update broken link in release docs

2021-07-09 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 0d382eb update broken

[axis-axis2-java-core] branch master updated (0d382eb -> 3f1eb9f)

2021-07-13 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 0d382eb update broken link in release docs add 3f1eb9f in prep for the next release

[axis-axis2-java-core] 01/01: Merge pull request #193 from apache/dependabot/maven/commons-io-commons-io-2.11.0

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 5766b43d4fbcb1c70ef53440c97ce47460c840ce Merge: 3f1eb9f c612600 Author: robertlazarski <58150

[axis-axis2-java-core] branch master updated (3f1eb9f -> 5766b43)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 3f1eb9f in prep for the next release, don't use snapshot versions of Apache ws-* pro

[axis-axis2-java-core] branch master updated (5766b43 -> 157c069)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 5766b43 Merge pull request #193 from apache/dependabot/maven/commons-io-commons-io-2.11.0

[axis-axis2-java-core] branch master updated (157c069 -> 973f271)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 157c069 Merge pull request #191 from apache/dependabot/maven/spring.version-5.3.9 add

[axis-axis2-java-core] branch master updated (973f271 -> 0cd4745)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 973f271 Merge pull request #190 from apache/dependabot/maven/ant.version-1.10.11 add

[axis-axis2-java-core] branch master updated (0cd4745 -> eff21e5)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 0cd4745 Merge pull request #187 from apache/dependabot/maven/jetty.version-9.4.43.v20210629

[axis-axis2-java-core] 01/01: Merge pull request #185 from apache/dependabot/maven/tomcat.version-10.0.8

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 57337aaaf6747359a7b58086d74f85ec8d972bb9 Merge: eff21e5 7768932 Author: robertlazarski <58150

[axis-axis2-java-core] branch master updated (eff21e5 -> 57337aa)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from eff21e5 Merge pull request #186 from apache/dependabot/maven/net.nicoulaj.maven.plugins

[axis-axis2-java-core] branch master updated (57337aa -> d647847)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 57337aa Merge pull request #185 from apache/dependabot/maven/tomcat.version-10.0.8 add

[axis-axis2-java-core] branch master updated (d647847 -> c0e4c80)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from d647847 Merge pull request #184 from apache/dependabot/maven/aspectj.version-1.9.7 add

[axis-axis2-java-core] branch master updated (c0e4c80 -> 4921530)

2021-07-14 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from c0e4c80 Merge pull request #183 from apache/dependabot/maven/org.mockito-mockito-core-3.11.2

[axis-axis2-java-core] branch master updated (4921530 -> 2cbed4f)

2021-07-16 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 4921530 Merge pull request #182 from apache/dependabot/maven/org.apache.felix

[axis-axis2-java-core] branch master updated: JSON, make sure the messageName that starts the JSON String passed in via the client matches the Axis2 server operation name defined in the service class

2021-07-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 620d35f JSON, make sure

[axis-axis2-java-core] branch master updated: use HTML encoding on JSON return strings ... starting with the GSON implementation

2021-07-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new f767197 use HTML

[axis-axis2-java-core] branch master updated: use HTML encoding on JSON return strings, with the Moshi implementation also

2021-07-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new a0c5e60 use HTML

[axis-axis2-java-core] branch master updated (a0c5e60 -> 1a2ada5)

2021-07-25 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from a0c5e60 use HTML encoding on JSON return strings, with the Moshi implementation also

[axis-axis2-java-core] branch master updated: AXIS2-6006, json-springboot-userguide completed first pass

2021-07-27 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 28c9cbe AXIS2-6006, json

[axis-axis2-java-core] branch master updated: AXIS2-6006, json-springboot-userguide completed

2021-07-28 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 2d93b3d AXIS2-6006, json

[axis-axis2-java-core] branch master updated: AXIS2-6007 update copyrights from 1999-2006

2021-07-28 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new af8de5b AXIS2-6007

[axis-axis2-java-core] 01/01: Merge pull request #194 from apache/dependabot/maven/slf4j.version-1.7.32

2021-07-28 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit 5d1ea2432c8aac36e1b6068c7bcbbff981323566 Merge: af8de5b b104c47 Author: robertlazarski <58150

  1   2   3   4   5   >