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

dependabot[bot] pushed a change to branch 
dependabot/maven/swagger.version-2.2.50
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 discard b312735a2b build(deps): bump swagger.version from 2.2.49 to 2.2.50
     add 72bd1ed35c docs: Fix Swagger 1.x annotations to OpenAPI 3.x in REST 
userguide
     add 331d69cd34 docs: Fix remaining Swagger 1.x annotations in advanced 
OpenAPI guide
     add c3190de9bf docs: Clarify HTTP/2 Java client is sample code, not 
framework API
     add c401e73eb1 docs: Add Spring Boot Starter link to installation guide
     add 05cf7bbc56 Add embedded Tomcat support via Maven profile
     add 3663bad32a docs: Update Spring Boot starter to document embedded 
Tomcat support
     add 17f91f005a Fix security review findings in sample app
     add 8621db7fad Remove dev-insecure profile, require login for all testing
     add 37322ed08f Add embedded Tomcat support to axis2-spring-boot-starter
     add 0bc9c861ae Add autoconfiguration tests for embedded Tomcat support
     add 4e4c7d1f18 Fix Axis2/C links
     add e8054395fc Fix http:// to https:// for all axis.apache.org site links
     add f5b188f8fa docs: MCP guide: GitHub links, modelcontextprotocol.io, 
clarify auth
     add 082aef0d38 Add Merton jump-diffusion params to monteCarlo MCP input 
schema
     add 6a8e8c9baa Fix AnonRequestMatcher for context root prefix (WildFly)
     add d0702dbd34 docs: Modernize feature list on site home page
     add 0d1a03afa3 docs: Link Issues sidebar to Apache JIRA instead of GitHub 
Issues
     add 79ad7c1473 docs: Prune stale entries from MCP architecture doc
     add 64ba311b8e docs: Update MCP examples for Merton jump-diffusion and 
multi-container
     add bd488e5f01 docs: Fix stale statuses in modernization plan
     add 3cf4919c5b legal: Remove stale licenses, add missing ones, rename 
upgraded deps
     add f323a7f7e4 Add openapi, mcp-bridge, spring-boot-starter, jpa-schema to 
distribution
     add bd197f8cfa docs: Add JSON wire format assessment to modernization plan
     add b7c1667b44 Add mcp-bridge and jpa-schema to reactor build
     add c15a4bfaa7 Remove vendor-specific product name from mcp-bridge POM 
description
     add d75362d92e docs: Explain Axis2 JSON envelope translation in MCP bridge 
section
     add 9f8381de56 Fix MTOM sample build failure caused by spring-boot-starter 
in lib/
     add 32aa7835d4 Add .asf.yaml with branch deletion protection, allow 
force-push
     add 6a0fc29566 Revert "Add .asf.yaml with branch deletion protection, 
allow force-push"
     add fc949493ea docs: Document branch protection and release recovery 
workflow
     add ca7b533171 Set up default protection ruleset for default and release 
branches
     add 1832db268f Merge pull request #1200 from 
apache/infrastructure-ruleset-bot/default-branch-protection
     add 118dcca1ba AXIS2-5904 Fix policy cache race condition (millisecond 
granularity)
     add 18fd259c55 AXIS2-5904 Fix same race condition in 
AxisMessage.isPolicyUpdated()
     add a4f18f60ad AXIS2-5904 Fix version capture ordering and remove dead 
Date fields
     add efa70b71c2 AXIS2-5904 Add Javadoc to PolicySubject.getVersion()
     add 1d7bf9c595 docs: Remove issues resolved by module removal from 2.0.1 
release notes
     add 5660477dd5 build(deps): bump asm.version from 9.9.1 to 9.10
     add 3d0b2361ba Merge pull request #1199 from 
apache/dependabot/maven/asm.version-9.10
     add ebf2cf9412 build(deps): bump slf4j.version from 2.0.17 to 2.0.18
     add 60f0de20d0 Merge pull request #1198 from 
apache/dependabot/maven/slf4j.version-2.0.18
     add 25ae1c6faa build(deps): bump swagger.version from 2.2.49 to 2.2.50

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   (b312735a2b)
            \
             N -- N -- N   refs/heads/dependabot/maven/swagger.version-2.2.50 
(25ae1c6faa)

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:
 .asf.yaml                                          |  14 +
 AXIS2_MODERNIZATION_PLAN.md                        |  92 ++-
 legal/antlr-2-LICENSE.txt                          |  31 -
 legal/bcel-LICENSE.txt                             |  53 --
 ...LICENSE.txt => commons-fileupload2-LICENSE.txt} |   0
 legal/geronimo-annotation-LICENSE.txt              | 202 ------
 legal/geronimo-jta-LICENSE.txt                     | 202 ------
 legal/geronimo-ws-metadata-LICENSE.txt             | 203 ------
 ...pclient-LICENSE.txt => httpclient5-LICENSE.txt} |   0
 ...{httpcore-LICENSE.txt => httpcore5-LICENSE.txt} |   0
 legal/jakarta.jms-api-LICENSE.txt                  | 637 -------------------
 legal/jaxb-api-LICENSE.txt                         | 384 -----------
 legal/jaxb-core-LICENSE.txt                        |  35 -
 legal/jaxb-jxc-LICENSE.txt                         |   7 -
 legal/jetty-LICENSE.txt                            | 483 --------------
 legal/jsr305-LICENSE.txt                           |  26 +
 legal/jsr311-api-LICENSE.txt                       | 119 ----
 legal/juli-LICENSE.txt                             | 707 ---------------------
 ...axws-LICENSE.txt => moshi-adapters-LICENSE.txt} |   0
 legal/tribes-LICENSE.txt                           | 707 ---------------------
 modules/distribution/pom.xml                       |   7 +
 .../axis2/description/AxisBindingMessage.java      |  68 +-
 .../org/apache/axis2/description/AxisMessage.java  |  44 +-
 .../apache/axis2/description/PolicySubject.java    |  16 +
 .../axis2/description/PolicyCacheRaceTest.java     | 125 ++++
 modules/mcp-bridge/pom.xml                         |   6 +-
 .../src/userguide/springbootdemo-tomcat11/pom.xml  |  25 +
 .../finbench_resources/services.xml                |   6 +-
 .../userguide/springboot/Axis2Application.java     |  24 +-
 .../configuration/Axis2WebAppInitializer.java      |  42 +-
 .../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 +++++++
 pom.xml                                            |   6 +-
 src/site/markdown/docs/mcp-architecture.md         |  91 ++-
 src/site/markdown/docs/mcp-examples.md             |  36 +-
 src/site/markdown/release-notes/2.0.1.md           | 132 ++--
 src/site/markdown/release-process.md               |  62 +-
 src/site/site.xml                                  |  35 +-
 src/site/xdoc/docs/adv-userguide.xml               |  23 +-
 src/site/xdoc/docs/http2-integration-guide.xml     |  24 +-
 src/site/xdoc/docs/http2-java-client.xml           |  61 +-
 src/site/xdoc/docs/http2-transport-additions.xml   |   9 +-
 src/site/xdoc/docs/installationguide.xml.vm        |  10 +
 src/site/xdoc/docs/json-rpc-mcp-guide.xml          | 274 ++++----
 .../docs/json-springboot-tomcat11-userguide.xml    | 205 +-----
 src/site/xdoc/docs/json-springboot-userguide.xml   | 212 +-----
 src/site/xdoc/docs/json-streaming-formatter.xml    |  50 +-
 .../xdoc/docs/openapi-rest-advanced-userguide.xml  | 147 +++--
 src/site/xdoc/docs/openapi-rest-userguide.xml      |  64 +-
 src/site/xdoc/docs/spring-boot-starter.xml         | 250 ++++++--
 src/site/xdoc/docs/toc.xml                         |   5 +-
 src/site/xdoc/docs/userguide-forfurtherstudy.xml   |   6 +-
 .../xdoc/docs/wildfly-http2-integration-guide.xml  |   4 +-
 src/site/xdoc/index.xml                            | 159 ++---
 src/site/xdoc/modules/index.xml                    |   6 +-
 58 files changed, 1650 insertions(+), 4824 deletions(-)
 create mode 100644 .asf.yaml
 delete mode 100644 legal/antlr-2-LICENSE.txt
 delete mode 100644 legal/bcel-LICENSE.txt
 rename legal/{commons-fileupload-LICENSE.txt => 
commons-fileupload2-LICENSE.txt} (100%)
 delete mode 100644 legal/geronimo-annotation-LICENSE.txt
 delete mode 100644 legal/geronimo-jta-LICENSE.txt
 delete mode 100644 legal/geronimo-ws-metadata-LICENSE.txt
 rename legal/{httpclient-LICENSE.txt => httpclient5-LICENSE.txt} (100%)
 rename legal/{httpcore-LICENSE.txt => httpcore5-LICENSE.txt} (100%)
 delete mode 100644 legal/jakarta.jms-api-LICENSE.txt
 delete mode 100644 legal/jaxb-api-LICENSE.txt
 delete mode 100644 legal/jaxb-core-LICENSE.txt
 delete mode 100644 legal/jaxb-jxc-LICENSE.txt
 delete mode 100644 legal/jetty-LICENSE.txt
 create mode 100644 legal/jsr305-LICENSE.txt
 delete mode 100644 legal/jsr311-api-LICENSE.txt
 delete mode 100644 legal/juli-LICENSE.txt
 rename legal/{geronimo-jaxws-LICENSE.txt => moshi-adapters-LICENSE.txt} (100%)
 delete mode 100644 legal/tribes-LICENSE.txt
 create mode 100644 
modules/kernel/test/org/apache/axis2/description/PolicyCacheRaceTest.java
 create mode 100644 
modules/spring-boot-starter/src/test/java/org/apache/axis2/spring/boot/Axis2ServletAutoConfigurationTest.java

Reply via email to