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

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


 discard 1ec2cbb185 Disable cxf-soap-grouped tests due to #4603
 discard be4bf2b39b Upgrade Quarkus to 3.0.0.CR1
     add a92a48feed Zendesk test cannot be compiled to native with Camel 4 and 
Quarkus 3 #4514
     add b24512c649 Remove workaround for quarkus.http.test-ssl-port being 
ignored by REST Assured
     add bb4e85ce8e Updated CHANGELOG.md
     add 011f67aea8 Micrometer test coverage - @Counted
     add bf5eb74a79 Updated CHANGELOG.md
     new c6b5a5ae2c Upgrade Quarkus to 3.0.0.CR1
     new 191c992dca Disable cxf-soap-grouped tests due to #4603

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   (1ec2cbb185)
            \
             N -- N -- N   refs/heads/quarkus-main (191c992dca)

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 2 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                                       |  6 +++
 .../ahc/deployment/SupportAhcProcessor.java        |  6 +++
 extensions-support/ahc/runtime/pom.xml             | 17 ++++++++
 .../ahc/runtime/graal/AhcSubstitutions.java        | 23 ++++++----
 integration-tests/micrometer/pom.xml               |  4 ++
 .../micrometer/it/MicrometerResource.java          | 41 ++++++++++++------
 .../component/micrometer/it/MicrometerRoutes.java  |  7 ++++
 .../component/micrometer/it/TestMetric.java        | 49 ++++++++++++++--------
 .../component/micrometer/it/MicrometerTest.java    | 41 ++++++++++++++++--
 integration-tests/pom.xml                          |  2 +-
 pom.xml                                            |  3 +-
 poms/bom/pom.xml                                   | 13 ++++++
 poms/bom/src/main/generated/flattened-full-pom.xml | 15 ++++++-
 .../src/main/generated/flattened-reduced-pom.xml   | 15 ++++++-
 .../generated/flattened-reduced-verbose-pom.xml    | 15 ++++++-
 poms/build-parent-it/pom.xml                       |  4 --
 16 files changed, 209 insertions(+), 52 deletions(-)
 copy 
extensions/paho/runtime/src/main/java/org/apache/camel/quarkus/component/paho/graal/SubstituteBase64.java
 => 
extensions-support/ahc/runtime/src/main/java/org/apache/camel/quarkus/component/support/ahc/runtime/graal/AhcSubstitutions.java
 (58%)
 copy 
integration-test-groups/foundation/core-languages/src/main/java/org/apache/camel/quarkus/core/languages/it/RefLanguageRoutes.java
 => 
integration-tests/micrometer/src/main/java/org/apache/camel/quarkus/component/micrometer/it/TestMetric.java
 (50%)

Reply via email to