This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 6ea0b1ae5de CAMEL-19950: camel-report-maven-plugin - Get rid of grape 
(#11655)
     new 949bee2c079 CAMEL-15625: Add startup recorder dev console and be able 
to capture these.
     new 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.
     new 04dac449b78 CAMEL-15625: Add startup recorder dev console and be able 
to capture these.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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%)

Reply via email to