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 85662e6995 Upgrade Quarkus to 3.1.0.CR1
     add 567c89c735 Fix Spring integration test (#4788)
     add de9e01ec3d Test OpenTelemetry extension integration with 
opentelemetry-jdbc
     add 84c6573d84 Updated CHANGELOG.md
     add c785d60db9 Fix OpenTelemetry test assertions argument order
     add fb12156027 Restore maven.wagon.http.retryHandler.count to CQ_MAVEN_ARGS
     add 9f8f82e3a8 Updated CHANGELOG.md
     new 6d12f09e00 Upgrade Quarkus to 3.1.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   (85662e6995)
            \
             N -- N -- N   refs/heads/quarkus-main (6d12f09e00)

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:
 .github/workflows/camel-master-cron.yaml           |  2 +-
 .github/workflows/ci-build.yaml                    |  2 +-
 .github/workflows/pr-validate.yml                  |  2 +-
 .github/workflows/quarkus-master-cron.yaml         |  2 +-
 CHANGELOG.md                                       |  9 +++++
 .../support/spring/test/SpringSupportTest.java     |  2 +-
 integration-tests/opentelemetry/pom.xml            | 23 +++++++++++
 .../component/opentelemetry/it/JdbcQueryBean.java  | 45 +++++++++++++---------
 .../opentelemetry/it/OpenTelemetryResource.java    |  7 ++++
 .../it/OpenTelemetryRouteBuilder.java              |  3 ++
 .../src/main/resources/application.properties      |  1 +
 .../opentelemetry/it/OpenTelemetryTest.java        | 37 ++++++++++++++++--
 pom.xml                                            |  2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  6 +--
 .../src/main/generated/flattened-reduced-pom.xml   |  6 +--
 .../generated/flattened-reduced-verbose-pom.xml    |  6 +--
 16 files changed, 118 insertions(+), 37 deletions(-)
 copy 
integration-test-groups/foundation/core/src/main/java/org/apache/camel/quarkus/core/PropertiesCustomBeanResolvedByType.java
 => 
integration-tests/opentelemetry/src/main/java/org/apache/camel/quarkus/component/opentelemetry/it/JdbcQueryBean.java
 (51%)

Reply via email to