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 e170a13bde Stop bundling the JMS transport in axis2.war
     new e028b2072d Release the redirect probe's connection in codegen
     new 5799b2c3f8 Complete the Spring exclusion list the WAR already had
     new 5f65c3542f Stop axis2-spring exporting Spring to its consumers
     new ca4f27877f Fix the springbootdemo build and align the three sample poms
     new 4c949a758f Remove the exploded WAR left in springbootdemo-tomcat11

The 5 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.


Summary of changes:
 .../axis2/wsdl/codegen/CodeGenConfiguration.java   |  26 +-
 .../src/main/assembly/bin-assembly.xml             |   7 +
 modules/integration/pom.xml                        |  13 +
 .../userguide/springbootdemo-tomcat11/.gitignore   |  12 +-
 .../springbootdemo-tomcat11/META-INF/MANIFEST.MF   |   7 -
 .../axis2-json-api/pom.properties                  |   3 -
 .../userguide.springboot/axis2-json-api/pom.xml    | 367 --------
 .../springbootdemo-tomcat11/WEB-INF/beans.xml      |   2 -
 .../WEB-INF/classes/ESAPI.properties               | 461 ----------
 .../WEB-INF/classes/application.properties         |   2 -
 .../WEB-INF/classes/log4j2.xml                     |  40 -
 .../springbootdemo-tomcat11/WEB-INF/conf/axis2.xml | 352 --------
 .../WEB-INF/jboss-deployment-structure.xml         |  10 -
 .../springbootdemo-tomcat11/WEB-INF/jboss-web.xml  |   2 -
 .../src/userguide/springbootdemo-tomcat11/pom.xml  | 162 ++--
 .../src/userguide/springbootdemo-wildfly/pom.xml   | 930 +++++++++++----------
 .../userguide/src/userguide/springbootdemo/pom.xml | 280 ++++---
 modules/spring/pom.xml                             |   9 +
 modules/webapp/pom.xml                             |   8 +
 src/site/markdown/release-notes/2.0.2.md           |  21 +
 20 files changed, 818 insertions(+), 1896 deletions(-)
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/META-INF/MANIFEST.MF
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/META-INF/maven/userguide.springboot/axis2-json-api/pom.properties
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/META-INF/maven/userguide.springboot/axis2-json-api/pom.xml
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/WEB-INF/beans.xml
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/WEB-INF/classes/ESAPI.properties
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/WEB-INF/classes/application.properties
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/WEB-INF/classes/log4j2.xml
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/WEB-INF/conf/axis2.xml
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/WEB-INF/jboss-deployment-structure.xml
 delete mode 100644 
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/WEB-INF/jboss-web.xml

Reply via email to