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 8621db7fad Remove dev-insecure profile, require login for all testing
new 37322ed08f Add embedded Tomcat support to axis2-spring-boot-starter
new 0bc9c861ae Add autoconfiguration tests for embedded Tomcat support
The 2 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:
.../apache/axis2/spring/boot/Axis2Properties.java | 24 ++
.../boot/Axis2RepositoryAutoConfiguration.java | 11 +-
.../spring/boot/Axis2ServletAutoConfiguration.java | 41 +++-
.../spring/boot/Axis2AutoConfigurationTest.java | 16 ++
.../boot/Axis2ServletAutoConfigurationTest.java | 246 +++++++++++++++++++++
src/site/xdoc/docs/spring-boot-starter.xml | 154 ++++++++++---
6 files changed, 459 insertions(+), 33 deletions(-)
create mode 100644
modules/spring-boot-starter/src/test/java/org/apache/axis2/spring/boot/Axis2ServletAutoConfigurationTest.java