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/06/18 08:51:35 UTC

[camel] branch regen_bot updated (504d6037faf -> 513a64efdd1)

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 504d6037faf Regen for commit c7ec985bb1dfe2588eb2d4be633ec2a576f4fedd (#10421)
     add 513a64efdd1 Fix bug for https://github.com/apache/camel/pull/10400 (#10416)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/http/common/CamelServlet.java |  6 +-
 .../apache/camel/http/common/CamelServletTest.java | 61 +++++++++++++++++++
 .../support/RestConsumerContextPathMatcher.java    | 69 +++++++++++++---------
 3 files changed, 108 insertions(+), 28 deletions(-)
 create mode 100644 components/camel-http-common/src/test/java/org/apache/camel/http/common/CamelServletTest.java