You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/09/27 06:44:29 UTC

[camel-k-runtime] branch master updated (c4a4d1e -> e962300)

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

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


    from c4a4d1e  chore(deps): update semver4j to v3.1.0
     add e962300  groovy: improve rest dsl

No new revisions were added by this update.

Summary of changes:
 .../groovy/dsl/IntegrationConfiguration.groovy     |  13 +++
 .../k/loader/groovy/dsl/RestConfiguration.groovy   |   8 +-
 .../loader/groovy/dsl/RestVerbConfiguration.groovy | 102 +++++++++++++++++++++
 .../k/loader/groovy/dsl/IntegrationTest.groovy     |  36 +++++++-
 .../src/test/resources/routes-with-rest.groovy     |  17 +++-
 5 files changed, 165 insertions(+), 11 deletions(-)
 create mode 100644 camel-k-loader-groovy/src/main/groovy/org/apache/camel/k/loader/groovy/dsl/RestVerbConfiguration.groovy