You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/10/19 16:10:37 UTC

[camel] branch regen_bot updated (1ba97014d0a -> 3f2b410fb82)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 1ba97014d0a Upgrade spring-security to align with spring-boot 3.1.5 (#11777)
     add 0c3ba620fa0 CAMEL-8306: Add support for wildcards to match on prefix (#11638)
     add 3f2b410fb82 CAMEL-19990: Upgrade dependencies for Spring Boot 3.1.5

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/rest.json  |   2 +-
 .../org/apache/camel/http/common/CamelServlet.java |   3 +
 .../apache/camel/http/common/CamelServletTest.java |  11 +-
 .../HttpServerMultiplexChannelHandler.java         |   2 +
 .../org/apache/camel/component/rest/rest.json      |   2 +-
 .../apache/camel/component/rest/RestEndpoint.java  |   2 +-
 .../undertow/handlers/RestRootHandler.java         |   2 +
 .../support/RestConsumerContextPathMatcher.java    | 117 ++++++++++++++++-----
 .../RestConsumerContextPathMatcherTest.java        |  46 ++++++++
 parent/pom.xml                                     |   4 +-
 10 files changed, 156 insertions(+), 35 deletions(-)