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

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


 discard ef16d3e  Upgrade Quarkus to 2.2.0.CR1
     add 55bf8c6  Updated CHANGELOG.md
     add c1e13ba  Test rollback() EIP #2628
     add 9fda028  Test roundRobin() EIP #2628
     add 3f010f7  Test routingSlip() EIP #2628
     add 56bd770  Test sample() EIP #2628
     add 9c96fad  Test script().groovy() EIP #2628
     add cb0dfa3  Fix and test serviceCall EIP #2628, fix #2952
     add bbd4931  Test step() EIP method #2628
     add f74e993  Test sticky() EIP DSL method #2628
     add bf776c9  Test resequence().stream() EIP DSL method #2628
     add c8dd89c  Keep consul-client in sync with Camel
     add 03c60b4  Improve the Configuration by convention section of the 
configuration guide
     add b0688c9  Removed static modifier from top level class example
     new 203be21  Upgrade Quarkus to 2.2.0.CR1

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   (ef16d3e)
            \
             N -- N -- N   refs/heads/quarkus-main (203be21)

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 1 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:
 CHANGELOG.md                                       |   4 +
 docs/modules/ROOT/pages/user-guide/cdi.adoc        |   2 +-
 .../ROOT/pages/user-guide/configuration.adoc       |  12 ++
 .../core/cloud/deployment/CloudProcessor.java      |  41 +++---
 extensions-core/http-common/deployment/pom.xml     |   4 +
 extensions-core/http-common/runtime/pom.xml        |   4 +
 extensions-jvm/dns/deployment/pom.xml              |   4 +
 extensions-jvm/dns/runtime/pom.xml                 |   4 +
 extensions-jvm/etcd/deployment/pom.xml             |   4 +
 extensions-jvm/etcd/runtime/pom.xml                |   4 +
 extensions-jvm/groovy/integration-test/pom.xml     |  29 ++++
 .../component/groovy/it/GroovyResource.java        |  38 ++---
 .../quarkus/component/groovy/it/GroovyRoutes.java  |  10 +-
 .../quarkus/component/groovy/it/GroovyTest.java    |  13 +-
 extensions-jvm/ribbon/deployment/pom.xml           |   4 +
 extensions-jvm/ribbon/runtime/pom.xml              |   4 +
 extensions-jvm/zookeeper/deployment/pom.xml        |   4 +
 extensions-jvm/zookeeper/runtime/pom.xml           |   4 +
 extensions/kubernetes/deployment/pom.xml           |   4 +
 extensions/kubernetes/runtime/pom.xml              |   4 +
 integration-test-groups/foundation/eip/pom.xml     |   5 +
 .../apache/camel/quarkus/eip/it/EipResource.java   |  10 +-
 .../org/apache/camel/quarkus/eip/it/EipRoutes.java |  24 ++++
 .../org/apache/camel/quarkus/eip/it/EipTest.java   | 153 +++++++++++++++++++++
 integration-tests/foundation-grouped/pom.xml       |   5 +
 .../camel/quarkus/component/http/it/HttpRoute.java |  11 ++
 .../camel/quarkus/component/http/it/HttpTest.java  |  14 ++
 .../quarkus/component/jta/it/JtaResource.java      |  70 +++-------
 .../camel/quarkus/component/jta/it/JtaRoutes.java  |  45 +++++-
 .../camel/quarkus/component/jta/it/JtaTest.java    |  54 +++++---
 pom.xml                                            |   2 +-
 31 files changed, 463 insertions(+), 127 deletions(-)
 copy 
extensions/protobuf/deployment/src/main/java/org/apache/camel/quarkus/component/protobuf/deployment/ProtobufProcessor.java
 => 
extensions-core/core-cloud/deployment/src/main/java/org/apache/camel/quarkus/core/cloud/deployment/CloudProcessor.java
 (56%)
 copy 
integration-test-groups/foundation/core-languages/src/main/java/org/apache/camel/quarkus/core/languages/it/HeaderLanguageRoutes.java
 => 
extensions-jvm/groovy/integration-test/src/main/java/org/apache/camel/quarkus/component/groovy/it/GroovyRoutes.java
 (75%)

Reply via email to