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

github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    omit 0c524db  camel 3.12 : dataformat fix attributes names
    omit c923ec3  Upgrade spark and hadoop versions
    omit 42067b8  Upgrade Camel to 3.12.0
     add aba774d  Updated CHANGELOG.md
     add 9c99a0a  Test resequence() and batch() EIP DSL methods #2628
     add 782f824  Test claimCheck() EIP DSL method #2628
     add d60a444  Test dynamicRouter() EIP DSL method #2628
     add c82222d  Test enrich() EIP DSL method #2628
     add 5bacca3  Test failover() EIP DSL method #2628
     add 2add5cf  Test faultToleranceConfiguration() EIP DSL method #2628
     add 7c72830  Test loop() EIP DSL method #2628
     add 45ae17d  Test multicast() EIP DSL method #2628
     add ff910bf  Generalize Seda test
     add 9bf5ca0  Test pollEnrich() EIP DSL method #2628
     add 6c47431  Test recipientList() EIP DSL method #2628
     add 32fcc21  Test removeHeader() and removeHeaders() EIP DSL methods #2628
     add 8522d9f  Test removeProperty() and removeProperties() EIP DSL methods 
#2628
     add 660f757  Build with Maven 3.8.1
     add 7054a3a  Updated CHANGELOG.md
     new 9127cb4  Upgrade Camel to 3.12.0
     new 791a202  Upgrade spark and hadoop versions
     new 5f1ac1e  camel 3.12 : dataformat fix attributes names

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   (0c524db)
            \
             N -- N -- N   refs/heads/camel-main (5f1ac1e)

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.

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:
 .mvn/wrapper/maven-wrapper.properties              |   2 +-
 CHANGELOG.md                                       |   2 +
 docs/antora.yml                                    |   3 +-
 .../modules/ROOT/pages/user-guide/first-steps.adoc |   2 +-
 .../quarkus/component/bean/eip/EipResource.java    |  36 ++-
 .../quarkus/component/bean/eip/EipRoutes.java      |  96 ++++++++
 .../component/bean/{ClassIT.java => EipIT.java}    |   3 +-
 .../camel/quarkus/component/bean/EipTest.java      |  89 +++++++
 .../foundation/{browse => eip}/pom.xml             |  16 +-
 .../apache/camel/quarkus/eip/it/EipResource.java   |  91 ++++++++
 .../org/apache/camel/quarkus/eip/it/EipRoutes.java |  87 +++++++
 .../org/apache/camel/quarkus/eip/it/EipIT.java     |   4 +-
 .../org/apache/camel/quarkus/eip/it/EipTest.java   | 258 +++++++++++++++++++++
 integration-test-groups/foundation/pom.xml         |   1 +
 .../quarkus/component/seda/it/SedaResource.java    |  13 +-
 .../camel/quarkus/component/seda/it/SedaTest.java  |   6 +-
 integration-tests/file/pom.xml                     |  17 ++
 .../quarkus/component/file/it/FileResource.java    |   8 +
 .../quarkus/component/file/it/FileRoutes.java      |   4 +
 .../camel/quarkus/component/file/it/FileTest.java  |  17 ++
 .../component/messaging/it/JmsResource.java        |  15 ++
 .../quarkus/component/messaging/it/JmsRoutes.java  |   8 +
 .../quarkus/component/messaging/it/JmsTest.java    |  24 ++
 .../MicroProfileFaultToleranceRoutes.java          |  15 ++
 .../MicroprofileFaultToleranceResource.java        |  10 +-
 .../MicroprofileFaultToleranceTest.java            |  25 +-
 pom.xml                                            |   1 +
 27 files changed, 805 insertions(+), 48 deletions(-)
 copy 
integration-tests/hazelcast/src/main/java/org/apache/camel/quarkus/component/hazelcast/it/HazelcastPolicyResource.java
 => 
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/eip/EipResource.java
 (62%)
 create mode 100644 
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/eip/EipRoutes.java
 copy 
integration-test-groups/foundation/bean/src/test/java/org/apache/camel/quarkus/component/bean/{ClassIT.java
 => EipIT.java} (95%)
 create mode 100644 
integration-test-groups/foundation/bean/src/test/java/org/apache/camel/quarkus/component/bean/EipTest.java
 copy integration-test-groups/foundation/{browse => eip}/pom.xml (88%)
 create mode 100644 
integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipResource.java
 create mode 100644 
integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipRoutes.java
 copy 
integration-tests/as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2IT.java
 => 
integration-test-groups/foundation/eip/src/test/java/org/apache/camel/quarkus/eip/it/EipIT.java
 (91%)
 create mode 100644 
integration-test-groups/foundation/eip/src/test/java/org/apache/camel/quarkus/eip/it/EipTest.java

Reply via email to