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 2021/12/10 10:30:55 UTC

[camel] branch regen_bot updated (d779451 -> 6831f37)

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 d779451  Sync deps
     add 8d8aabd  CAMEL-17295: Added unit test
     add 6831f37  CAMEL-17295: rest-dsl - Fix parse uri template for query parameters.

No new revisions were added by this update.

Summary of changes:
 ...rdsTest.java => RestServletQueryParamTest.java} |  39 +++---
 ...Test.java => RestServletQueryParamUriTest.java} |  33 ++---
 .../apache/camel/model/rest/RestDefinition.java    | 145 +++++++++++++--------
 3 files changed, 130 insertions(+), 87 deletions(-)
 copy components/camel-servlet/src/test/java/org/apache/camel/component/servlet/rest/{RestServletGetWildcardsTest.java => RestServletQueryParamTest.java} (65%)
 copy components/camel-servlet/src/test/java/org/apache/camel/component/servlet/rest/{RestServletGetWildcardsTest.java => RestServletQueryParamUriTest.java} (68%)