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/03/13 09:49:30 UTC

[camel] branch regen_bot updated (70f22da -> 3cb6590)

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 70f22da  Add formatter maven plugin to test-infra
     add 3cb6590  CAMEL-16345: camel-main - Auto generate list of known components, dataformats, languages for ENV variable resolver.

No new revisions were added by this update.

Summary of changes:
 catalog/camel-catalog/pom.xml                      |   2 +
 .../org/apache/camel/main/BaseMainSupport.java     |  20 +-
 .../java/org/apache/camel/main/MainHelper.java     | 530 ++++++++++++++++++++-
 .../java/org/apache/camel/main/MainHelperTest.java |  88 ++++
 ...eSensitizeHelper.java => UpdateMainHelper.java} |  85 ++--
 5 files changed, 676 insertions(+), 49 deletions(-)
 create mode 100644 core/camel-main/src/test/java/org/apache/camel/main/MainHelperTest.java
 copy tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/{UpdateSensitizeHelper.java => UpdateMainHelper.java} (63%)