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 08a8b2b24c openapi: replace custom Jackson mappers with swagger-core
Json/Yaml utilities
new f4efcafef0 springbootdemo: fix antrun phase and .mar overwrite for
reliable builds
new b4050db8e5 Replace default basicAuth scheme with bearerAuth in OpenAPI
spec
new 6160439e06 Add no-arg constructors to LoginRequest and TestwsRequest
new bb40cf318d openapi: address Gemini review findings on bearerAuth switch
The 4 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/openapi/OpenApiConfiguration.java | 12 ++++-----
.../org/apache/axis2/openapi/OpenApiModule.java | 2 +-
.../openapi/AdvancedGuideIntegrationTest.java | 31 +++++++++++-----------
.../axis2/openapi/OpenApiConfigurationTest.java | 14 +++++-----
.../src/userguide/springbootdemo-tomcat11/pom.xml | 2 +-
.../userguide/src/userguide/springbootdemo/pom.xml | 8 +++---
.../springboot/webservices/TestwsRequest.java | 3 +++
.../webservices/secure/LoginRequest.java | 3 +++
8 files changed, 43 insertions(+), 32 deletions(-)