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/04/14 14:03:20 UTC

[camel] branch regen_bot updated (3691633 -> 6661084)

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 3691633  Regen
     add 078cc56  CAMEL-16502: add optional basepath parameter to restdsl-generator and depending maven plugins (#5362)
     add 6661084  CAMEL-16497: camel-kamelet - Use shorter UUIDs in created route ids

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/kamelet/Kamelet.java    |  7 ++-
 .../main/docs/camel-restdsl-openapi-plugin.adoc    |  6 ++-
 .../generator/openapi/AbstractGenerateMojo.java    |  3 ++
 .../maven/generator/openapi/GenerateMojo.java      |  4 ++
 .../maven/generator/openapi/GenerateXmlMojo.java   |  4 ++
 .../openapi/RestDslDefinitionGenerator.java        |  3 +-
 .../camel/generator/openapi/RestDslGenerator.java  | 57 ++++++++++++++++------
 .../openapi/RestDslSourceCodeGenerator.java        |  2 +-
 .../generator/openapi/RestDslXmlGenerator.java     |  2 +-
 .../generator/openapi/RestDslGeneratorTest.java    | 33 +++++++++++++
 10 files changed, 98 insertions(+), 23 deletions(-)