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

nfilotto pushed a change to branch 4426/csimple-all-dsl-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    omit fb21d14998 Ref #4426: Support CSimple expressions with all DSL
     add 455961945c Restore azure-grouped native testing
     add 4cafa52720 Add camel-console extension Fixes #4274
     add f1fd5b5450 upgrade quarkiverse-* versions
     add 09a7de02ae Fix camel-console documentation xref
     add b536b82395 Ref #4426: Support CSimple expressions with all DSL

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   (fb21d14998)
            \
             N -- N -- N   refs/heads/4426/csimple-all-dsl-support (b536b82395)

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:
 catalog/pom.xml                                    |    13 +
 docs/modules/ROOT/examples/others/console.yml      |    13 +
 docs/modules/ROOT/nav.adoc                         |     1 +
 .../extensions/{debug.adoc => console.adoc}        |    22 +-
 .../console}/deployment/pom.xml                    |    12 +-
 .../console/deployment/ConsoleProcessor.java}      |     8 +-
 .../jsh-dsl => extensions-jvm/console}/pom.xml     |     6 +-
 .../console}/runtime/pom.xml                       |    15 +-
 .../main/resources/META-INF/quarkus-extension.yaml |     6 +-
 extensions-jvm/pom.xml                             |     1 +
 integration-tests-jvm/{barcode => console}/pom.xml |    15 +-
 .../component/console/it/ConsoleResource.java}     |    14 +-
 .../quarkus/component/console/it/ConsoleTest.java} |     8 +-
 integration-tests-jvm/pom.xml                      |     1 +
 integration-tests/azure-grouped/pom.xml            |     3 +-
 .../src/main/resources/routes/my-routes.yaml       |     4 +-
 pom.xml                                            |    10 +-
 poms/bom/pom.xml                                   |    10 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 12819 ++++++++++---------
 .../src/main/generated/flattened-reduced-pom.xml   |    65 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   547 +-
 .../quarkus/maven/UpdateExtensionDocPageMojo.java  |     8 +-
 22 files changed, 6939 insertions(+), 6662 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/others/console.yml
 copy docs/modules/ROOT/pages/reference/extensions/{debug.adoc => console.adoc} 
(63%)
 copy {extensions/jsh-dsl => extensions-jvm/console}/deployment/pom.xml (84%)
 copy 
extensions-jvm/{barcode/deployment/src/main/java/org/apache/camel/quarkus/component/barcode/deployment/BarcodeProcessor.java
 => 
console/deployment/src/main/java/org/apache/camel/quarkus/component/console/deployment/ConsoleProcessor.java}
 (88%)
 copy {extensions/jsh-dsl => extensions-jvm/console}/pom.xml (89%)
 copy {extensions/jsh-dsl => extensions-jvm/console}/runtime/pom.xml (87%)
 copy extensions-jvm/{groovy => 
console}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (92%)
 copy integration-tests-jvm/{barcode => console}/pom.xml (84%)
 copy 
integration-tests-jvm/{aws-xray/src/main/java/org/apache/camel/quarkus/component/aws/xray/it/AwsXrayResource.java
 => 
console/src/main/java/org/apache/camel/quarkus/component/console/it/ConsoleResource.java}
 (80%)
 copy 
integration-tests-jvm/{chunk/src/test/java/org/apache/camel/quarkus/component/chunk/it/ChunkTest.java
 => 
console/src/test/java/org/apache/camel/quarkus/component/console/it/ConsoleTest.java}
 (86%)

Reply via email to