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

davsclaus pushed a change to branch CAMEL-23079/error-registry
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard ae9df6e6ee2a CAMEL-23079: Regenerate catalog files after rebase
 discard b19dc3e91276 CAMEL-23079: Fix ErrorRegistry performance and JMX 
registration
 discard b442b7ab1aea CAMEL-23079: Fix import order in 
SimpleEventNotifierEventsTest
 discard 5277a75f1851 CAMEL-23079: Fix SimpleEventNotifierEventsTest for 
ErrorRegistry
 discard 7e193a37858e CAMEL-23079: Add ErrorRegistry SPI for capturing routing 
errors
     add 39572ea8faf0 Regen
     add f0ee32dc6136 CAMEL-23146: camel-launcher - Should install embedded 
plugins so they appear in --help (#21803)
     add c337d4324a4f CAMEL-23079: Add ErrorRegistry SPI for capturing routing 
errors
     add c5df4be663da CAMEL-23079: Fix SimpleEventNotifierEventsTest for 
ErrorRegistry
     add 1cb1cd68da2d CAMEL-23079: Fix import order in 
SimpleEventNotifierEventsTest
     add aa8701a1b5d1 CAMEL-23079: Fix ErrorRegistry performance and JMX 
registration
     add 3a1d1fa05567 CAMEL-23079: Regenerate catalog files after rebase

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ae9df6e6ee2a)
            \
             N -- N -- N   refs/heads/CAMEL-23079/error-registry (3a1d1fa05567)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/models}/groovyJson.json   |   0
 .../dsl/jbang/core/commands/CamelJBangMain.java    | 286 ++++++++++++---------
 dsl/camel-jbang/camel-launcher/pom.xml             |   6 +-
 .../camel/dsl/jbang/launcher/CamelLauncher.java    |   6 +-
 .../dsl/jbang/launcher/CamelLauncherMain.java}     |  25 +-
 .../dsl/jbang/launcher/CamelLauncherTest.java      |  39 ++-
 .../camel-launcher}/src/test/resources/bad.yaml    |   0
 7 files changed, 218 insertions(+), 144 deletions(-)
 copy 
{core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/dataformat
 => 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models}/groovyJson.json
 (100%)
 copy 
dsl/camel-jbang/{camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelRouteGroupStartAction.java
 => 
camel-launcher/src/main/java/org/apache/camel/dsl/jbang/launcher/CamelLauncherMain.java}
 (58%)
 copy dsl/{camel-yaml-dsl/camel-yaml-dsl-validator => 
camel-jbang/camel-launcher}/src/test/resources/bad.yaml (100%)

Reply via email to