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 2022/06/07 19:38:29 UTC

[camel] branch regen_bot updated (69a3865f7b0 -> 2b5d2e530c5)

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 69a3865f7b0 CAMEL-14631: camel-core - Add support for custom enum converterts that are converted via a specialed converter method that are not using string based enum constant values. Thanks to Ralf Claussnitzer for reporting and unit tests.
     add 2b5d2e530c5 CAMEL-18151: camel-jbang - export add support for 3rd-party maven repos.

No new revisions were added by this update.

Summary of changes:
 .../dsl/jbang/core/commands/ExportCamelMain.java   | 25 ++++++++++++++++++++--
 .../dsl/jbang/core/commands/ExportQuarkus.java     | 25 ++++++++++++++++++++--
 .../dsl/jbang/core/commands/ExportSpringBoot.java  | 25 ++++++++++++++++++++--
 .../src/main/resources/templates/main-pom.tmpl     |  2 ++
 .../src/main/resources/templates/quarkus-pom.tmpl  |  2 ++
 .../main/resources/templates/spring-boot-pom.tmpl  |  3 ++-
 6 files changed, 75 insertions(+), 7 deletions(-)