This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/activemq.version-6.2.4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 discard 713f312b43 build(deps-dev): bump activemq.version from 6.2.3 to 6.2.4
     add ea00f2b151 Remove internal hostnames and project references from 
modernization plan
     add 50ce10b763 Add mcpInputSchema to all service operations for MCP tool 
discovery
     add 5d7b7ce0a8 Move MCP docs into Maven site and add TOC entries
     add 55243dd76e Add MCP support and Axis2/C 2.0.0 release to site index page
     add be46e233e6 Add Monte Carlo VaR definition to MCP examples doc
     add 1bf6ec9e40 Enable HTTPS-only deployments: JWT + X.509 dual-auth on 
port 8443
     add 262799957c Fix Tomcat 11 build: remove broken WAR unzip from 
prepare-package
     add 55c7e1e4d8 Update transport note: both C and Java now use HTTPS/HTTP2
     add 9d86d49aee Switch MCP bridge from java.net.http to Apache 
HttpComponents 5
     add 1fcb977114 Apply Gemini review: close HC5 HttpClient on shutdown
     add ef24536772 Clean up MCP/OpenAPI docs for 2.0.1 release; fix XML parse 
bug
     add 19b746882e Fix Java 17 compilation errors in OpenApiSpecGenerator
     add 93205f3f36 Add MCP primer and multi-protocol positioning to MCP guide
     add 67c0ba7819 Add axis2-spring-boot-starter module (Phase 1)
     add c54f7cca76 Apply Gemini review: sanitize OpenApiServlet error response
     add e737be145e Modernize Architecture Guide; add SOAP/MCP disclaimer
     add 92ea5fcf72 Modernize landing page: lead with multi-protocol positioning
     add 4afcd0a30a Add OpenJDK 17 as minimum supported JDK across docs
     add 37f341b853 Fix version references: Axis2 2.0 -> 2.0.1 across site docs
     add ee5cbfb125 AXIS2-6102 Trim SOAP/WS-* deps from JSON-RPC/MCP sample 
(183->137 JARs)
     add 43f03af4c5 AXIS2-6102 Remove Woden (WSDL 2.0) dependency from Axis2 
kernel
     add f24301e4c5 AXIS2-6102 Delete WSDL 2.0 implementation classes (-1,821 
lines)
     add 3a075dc956 AXIS2-6102 Remove WSDL 2.0 test classes and test methods
     add c63587a5c4 AXIS2-6102 Apply Gemini review: null safety, remove woden 
dep block
     add b03e96b13e Expand MCP explanation: what it is, why JSON-only, why not 
SOAP
     add 3138029cce Auto-generate MCP inputSchema from Java method parameter 
types
     add 5530655908 Document MCP limitations: progress, stdio-only, auto-schema
     add 95de3e4e0c Add unit tests for MCP auto-schema reflection (6 tests)
     add 9573062ebb AXIS2-6102 Remove WSDL 2.0 integration test codegen target
     add c9efc0590d Apply Gemini review: null safety, ambiguity detection, 
List<T> test
     add 9dcf5ab5af Raise nAssets maximum from 2000 to 3000 in MCP schema
     add e9c1a0f6c4 AXIS2-6101 Fix double gzip decompression with HttpClient 
5.6+
     add f494b79bf5 AXIS2-6101 Add unit tests for HC5 5.6+ content encoding 
behavior
     add 29d29c9887 AXIS2-6101 Implement getResponseContentEncoding() in H2 
transports
     add 905b30e4fd AXIS2-5788 Add non-touching overload of 
getServiceGroupContext
     add e4923cde53 AXIS2-5788 Unit tests for getServiceGroupContext touch 
semantics
     add c6058355a0 AXIS2-5862 Guard Phase.flowComplete against stale 
currentPhaseIndex
     add c016d8f3ed AXIS2-5862 Document misleading currentPhaseIndex / 
currentHandlerIndex naming
     add 9cffb0df66 AXIS2-6102 Remove WSDL 2.0 references from user-facing docs
     add c216d87cbb Announce Rampart 2.0.0 and clarify tested JDK/server matrix
     add f387bdacf0 Scrub internal deployment references from public docs and 
tests
     add 7f8ff02707 Expand financial benchmark javadoc and fix 
quant-correctness issues
     add 6f3082607d Bump org.bouncycastle:bcpkix-jdk18on from 1.83 to 1.84
     add 56d182ea81 Merge pull request #1174 from 
apache/dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.84
     add e5a21c1263 Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre
     add 5b7a1d4ec7 Merge pull request #1175 from 
apache/dependabot/maven/com.google.guava-guava-33.6.0-jre
     add 645a3464c5 build(deps-dev): bump ant.version from 1.10.16 to 1.10.17
     add a0ed43b6f9 Merge pull request #1172 from 
apache/dependabot/maven/ant.version-1.10.17
     add 61f4009cbd build(deps): bump swagger.version from 2.2.46 to 2.2.48
     add 754694ca38 Merge pull request #1171 from 
apache/dependabot/maven/swagger.version-2.2.48
     add 2b4164e4a3 build(deps-dev): bump activemq.version from 6.2.3 to 6.2.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (713f312b43)
            \
             N -- N -- N   refs/heads/dependabot/maven/activemq.version-6.2.4 
(2b4164e4a3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |    1 +
 AXIS2_MODERNIZATION_PLAN.md                        |   30 +-
 .../axis2/wsdl/codegen/CodeGenConfiguration.java   |   25 +-
 modules/integration/itest-build.xml                |   12 +-
 .../src/org/apache/axis2/json/moshih2/README.md    |    4 +-
 modules/kernel/pom.xml                             |    5 +-
 .../apache/axis2/context/ConfigurationContext.java |   49 +-
 .../org/apache/axis2/context/MessageContext.java   |   43 +-
 .../dataretrieval/WSDL20SupplierTemplate.java      |  130 --
 .../deployment/repository/util/ArchiveReader.java  |   33 +-
 .../deployment/resolver/AARBasedWSDLLocator.java   |   21 +-
 .../deployment/resolver/WarBasedWSDLLocator.java   |   24 +-
 .../axis2/description/AxisBindingMessage.java      |    4 -
 .../org/apache/axis2/description/AxisService.java  |   90 +-
 .../WSDL20ToAllAxisServicesBuilder.java            |  110 --
 .../description/WSDL20ToAxisServiceBuilder.java    | 1403 --------------------
 .../kernel/src/org/apache/axis2/engine/Phase.java  |   21 +-
 .../axis2/kernel/http/util/URLTemplatingUtil.java  |   86 +-
 .../src/org/apache/axis2/util/WSDL20Util.java      |  150 ---
 ...ConfigurationContextServiceGroupLookupTest.java |  162 +++
 .../axis2/description/TestWSDL20Supplier.java      |   38 -
 .../description/TestWSDL20SupplierTemplate.java    |   56 -
 .../apache/axis2/description/WSDLSupplierTest.java |   61 +-
 .../description/WSDLToAllServicesBuilderTest.java  |   27 +-
 .../apache/axis2/engine/PhaseFlowCompleteTest.java |  199 +++
 .../axis2/kernel/TransportUtilsJSONOnlyTest.java   |    7 +-
 modules/mcp-bridge/pom.xml                         |   10 +
 .../org/apache/axis2/mcp/bridge/McpBridgeMain.java |   10 +-
 .../apache/axis2/mcp/bridge/McpStdioServer.java    |   82 +-
 .../org/apache/axis2/mcp/bridge/ToolRegistry.java  |   79 +-
 .../apache/axis2/openapi/OpenApiSpecGenerator.java |  196 ++-
 .../apache/axis2/openapi/McpAutoSchemaTest.java    |  304 +++++
 modules/samples/dynamicclient/README.txt           |    1 -
 .../userguide/springbootdemo-tomcat11/README.md    |   33 +-
 .../src/userguide/springbootdemo-tomcat11/pom.xml  |  156 +--
 .../bigdata_h2_resources/services.xml              |    9 +
 .../finbench_resources/services.xml                |   56 +
 .../resources-axis2/login_resources/services.xml   |   10 +
 .../userguide/springboot/Axis2Application.java     |   28 +-
 .../webservices/FinancialBenchmarkService.java     |  281 +++-
 .../springboot/webservices/MonteCarloRequest.java  |  149 ++-
 .../webservices/PortfolioVarianceRequest.java      |   22 +-
 .../webservices/ScenarioAnalysisRequest.java       |    7 +-
 .../webservices/ScenarioAnalysisResponse.java      |   15 +-
 .../src/userguide/springbootdemo-wildfly/README.md |   78 +-
 modules/spring-boot-starter/pom.xml                |  139 ++
 .../axis2/spring/boot/Axis2AutoConfiguration.java  |   49 +
 .../spring/boot/Axis2OpenApiAutoConfiguration.java |  123 ++
 .../apache/axis2/spring/boot/Axis2Properties.java  |  165 +++
 .../boot/Axis2RepositoryAutoConfiguration.java     |  141 ++
 .../spring/boot/Axis2ServletAutoConfiguration.java |   90 ++
 .../apache/axis2/spring/boot/package-info.java}    |   34 +-
 .../main/resources/META-INF/axis2/axis2-json.xml}  |    0
 .../main/resources/META-INF/axis2/axis2-soap.xml}  |   34 +-
 ...rk.boot.autoconfigure.AutoConfiguration.imports |    4 +
 .../spring/boot/Axis2AutoConfigurationTest.java    |  118 ++
 .../h2/impl/httpclient5/H2RequestImpl.java         |    8 +
 .../impl/httpclient5/H2StreamingRequestImpl.java   |    8 +
 .../apache/axis2/transport/http/HTTPSender.java    |    9 +-
 .../org/apache/axis2/transport/http/Request.java   |   12 +
 .../http/impl/httpclient5/RequestImpl.java         |    6 +
 .../axis2/transport/http/ContentEncodingTest.java  |   99 ++
 pom.xml                                            |    9 +-
 .../site/markdown/docs/mcp-architecture.md         |  133 +-
 .../site/markdown/docs/mcp-examples.md             |  159 ++-
 src/site/xdoc/docs/Axis2ArchitectureGuide.xml      |  355 ++++-
 src/site/xdoc/docs/json-rpc-mcp-guide.xml          |  118 +-
 .../docs/json-springboot-tomcat11-userguide.xml    |    4 +-
 src/site/xdoc/docs/json-springboot-userguide.xml   |    4 +-
 src/site/xdoc/docs/migration.xml                   |    6 +-
 src/site/xdoc/docs/openapi-rest-userguide.xml      |    2 +-
 src/site/xdoc/docs/rest-ws.xml                     |   12 +-
 src/site/xdoc/docs/spring-boot-starter.xml         |  414 ++++++
 src/site/xdoc/docs/toc.xml                         |   32 +
 src/site/xdoc/docs/userguide-samples.xml           |   12 -
 .../xdoc/docs/wildfly-http2-integration-guide.xml  |    2 +-
 src/site/xdoc/index.xml                            |  118 +-
 src/site/xdoc/refLib.xml                           |    3 +-
 src/site/xdoc/tools/CodegenToolReference.xml       |    7 -
 79 files changed, 4065 insertions(+), 2681 deletions(-)
 delete mode 100644 
modules/kernel/src/org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.java
 delete mode 100644 
modules/kernel/src/org/apache/axis2/description/WSDL20ToAllAxisServicesBuilder.java
 delete mode 100644 
modules/kernel/src/org/apache/axis2/description/WSDL20ToAxisServiceBuilder.java
 delete mode 100644 modules/kernel/src/org/apache/axis2/util/WSDL20Util.java
 create mode 100644 
modules/kernel/test/org/apache/axis2/context/ConfigurationContextServiceGroupLookupTest.java
 delete mode 100644 
modules/kernel/test/org/apache/axis2/description/TestWSDL20Supplier.java
 delete mode 100644 
modules/kernel/test/org/apache/axis2/description/TestWSDL20SupplierTemplate.java
 create mode 100644 
modules/kernel/test/org/apache/axis2/engine/PhaseFlowCompleteTest.java
 create mode 100644 
modules/openapi/src/test/java/org/apache/axis2/openapi/McpAutoSchemaTest.java
 create mode 100644 modules/spring-boot-starter/pom.xml
 create mode 100644 
modules/spring-boot-starter/src/main/java/org/apache/axis2/spring/boot/Axis2AutoConfiguration.java
 create mode 100644 
modules/spring-boot-starter/src/main/java/org/apache/axis2/spring/boot/Axis2OpenApiAutoConfiguration.java
 create mode 100644 
modules/spring-boot-starter/src/main/java/org/apache/axis2/spring/boot/Axis2Properties.java
 create mode 100644 
modules/spring-boot-starter/src/main/java/org/apache/axis2/spring/boot/Axis2RepositoryAutoConfiguration.java
 create mode 100644 
modules/spring-boot-starter/src/main/java/org/apache/axis2/spring/boot/Axis2ServletAutoConfiguration.java
 copy modules/{adb/src/org/apache/axis2/databinding/types/Entity.java => 
spring-boot-starter/src/main/java/org/apache/axis2/spring/boot/package-info.java}
 (56%)
 copy 
modules/{samples/userguide/src/userguide/springbootdemo-tomcat11/resources-axis2/conf/axis2.xml
 => spring-boot-starter/src/main/resources/META-INF/axis2/axis2-json.xml} (100%)
 copy 
modules/{samples/userguide/src/userguide/springbootdemo/resources-axis2/conf/axis2.xml
 => spring-boot-starter/src/main/resources/META-INF/axis2/axis2-soap.xml} (91%)
 create mode 100644 
modules/spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 create mode 100644 
modules/spring-boot-starter/src/test/java/org/apache/axis2/spring/boot/Axis2AutoConfigurationTest.java
 create mode 100644 
modules/transport/http/src/test/java/org/apache/axis2/transport/http/ContentEncodingTest.java
 rename MCP.md => src/site/markdown/docs/mcp-architecture.md (69%)
 rename MCP_EXAMPLES.md => src/site/markdown/docs/mcp-examples.md (72%)
 create mode 100644 src/site/xdoc/docs/spring-boot-starter.xml

Reply via email to