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 17:08:01 UTC

[camel] branch regen_bot updated (6ea0b1ae5de -> 04dac449b78)

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 6ea0b1ae5de CAMEL-19950: camel-report-maven-plugin - Get rid of grape (#11655)
     add 949bee2c079 CAMEL-15625: Add startup recorder dev console and be able to capture these.
     add 8cf4bcca392 CAMEL-19953: route templates / kamelets - Add scriptLanguage to specify language instead of type so its more intuitive and similar to the new bean model.
     add 04dac449b78 CAMEL-15625: Add startup recorder dev console and be able to capture these.

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  2 +-
 .../startup/jfr/FlightRecorderStartupStep.java     |  6 ++
 .../main/java/org/apache/camel/StartupStep.java    |  5 ++
 .../org/apache/camel/spi/StartupStepRecorder.java  |  9 +++
 .../org/apache/camel/dev-console/startup-recorder  |  2 +
 .../impl/console/StartupRecorderDevConsole.java    | 89 ++++++++++++++++++++++
 .../camel/model/RouteTemplateDefinition.java       |  4 +-
 .../camel-main-configuration-metadata.json         |  2 +-
 core/camel-main/src/main/docs/main.adoc            |  2 +-
 .../org/apache/camel/main/BaseMainSupport.java     |  3 +
 .../camel/main/DefaultConfigurationConfigurer.java |  5 ++
 .../camel/main/DefaultConfigurationProperties.java |  6 +-
 .../startup/BacklogStartupStepRecorder.java        | 40 ++++++----
 .../camel/support/startup/DefaultStartupStep.java  |  8 +-
 .../startup/DefaultStartupStepRecorder.java        |  5 ++
 .../startup/LoggingStartupStepRecorder.java        | 17 +++--
 .../ROOT/pages/camel-4x-upgrade-guide-4_1.adoc     |  2 +
 .../java/org/apache/camel/main/KameletMain.java    |  1 +
 18 files changed, 177 insertions(+), 31 deletions(-)
 create mode 100644 core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/startup-recorder
 create mode 100644 core/camel-console/src/main/java/org/apache/camel/impl/console/StartupRecorderDevConsole.java
 copy components/camel-lucene/src/main/java/org/apache/camel/processor/lucene/support/Hits.java => core/camel-support/src/main/java/org/apache/camel/support/startup/BacklogStartupStepRecorder.java (56%)