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 2023/10/05 18:28:11 UTC

[camel] branch regen_bot updated (04dac449b78 -> 2f0e8903e90)

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 04dac449b78 CAMEL-15625: Add startup recorder dev console and be able to capture these.
     add 2f0e8903e90 CAMEL-19960: camel-jbang - Add camel get startup-recorder

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/main/BaseMainSupport.java     |  15 +-
 .../camel/cli/connector/LocalCliConnector.java     |   8 +
 .../dsl/jbang/core/commands/CamelJBangMain.java    |   2 +
 .../action/CamelStartupRecorderAction.java         | 196 +++++++++++++++++++++
 .../java/org/apache/camel/main/KameletMain.java    |   3 +
 5 files changed, 220 insertions(+), 4 deletions(-)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelStartupRecorderAction.java