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 f39a3b4897 springbootdemo-tomcat11: apply Gemini LOW findings from
second review
new a0b41f60ba springbootdemo-tomcat11: fix Axis2 service loading, add
FinancialBenchmarkService
new ebc330b9b8 docs: update READMEs for tomcat11 and wildfly modules; add
.gitignore log rule
new 9dfd35c819 springbootdemo-wildfly: apply Gemini review fixes
new 9f46a2c3d6 springbootdemo: update dependency versions, remove
woodstox-core-asl
new 93884cfe1a springbootdemo: fix httpcore5 version mismatch, fix rsync
comment
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:
.gitignore | 1 +
.../userguide/springbootdemo-tomcat11/README.md | 106 ++-
.../src/userguide/springbootdemo-tomcat11/pom.xml | 47 +-
.../finbench_resources/services.xml | 53 ++
.../configuration/Axis2WebAppInitializer.java | 28 +-
.../src/userguide/springbootdemo-wildfly/README.md | 152 ++++
.../pom.xml | 870 ++++++++++-----------
.../src/main/webapp/WEB-INF/beans.xml | 14 +
.../webapp/WEB-INF/jboss-deployment-structure.xml | 34 +
.../src/main/webapp/WEB-INF/jboss-web.xml | 14 +
10 files changed, 819 insertions(+), 500 deletions(-)
create mode 100644
modules/samples/userguide/src/userguide/springbootdemo-tomcat11/resources-axis2/finbench_resources/services.xml
create mode 100644
modules/samples/userguide/src/userguide/springbootdemo-wildfly/README.md
copy modules/samples/userguide/src/userguide/{springbootdemo-tomcat11 =>
springbootdemo-wildfly}/pom.xml (66%)
create mode 100644
modules/samples/userguide/src/userguide/springbootdemo-wildfly/src/main/webapp/WEB-INF/beans.xml
create mode 100644
modules/samples/userguide/src/userguide/springbootdemo-wildfly/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
create mode 100644
modules/samples/userguide/src/userguide/springbootdemo-wildfly/src/main/webapp/WEB-INF/jboss-web.xml