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 7278dc1a92 Upgrade Quarkus to 3.37.0.CR1
     add c161ffcb86 Fixes #8621 Add KafkaOffsetBackingStore native support and 
integration tests
     add 80190f81ce ci: Cache Atlassian Maven artifacts in additional workflows 
& use setup-maven-cache composite action consistently
     add 9d2db8c955 Replace references to camel-quarkus-examples 
mvnw-for-each.sh script with mvnw in the release guide
     add 4ae78e86ae Add common AI agent directories to .gitignore
     add e1f38295e8 ci: Use zstd compression when taring Maven repo
     new 9eae612cf2 Upgrade Quarkus to 3.37.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   (7278dc1a92)
            \
             N -- N -- N   refs/heads/quarkus-main (9eae612cf2)

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/actions/setup-maven-cache/action.yaml      |   4 +-
 .github/workflows/alternate-jdk-build.yaml         |  22 +--
 .github/workflows/camel-master-cron.yaml           | 174 ++++++---------------
 .github/workflows/check-dependency-convergence.yml |  12 ++
 .github/workflows/ci-build.yaml                    |  53 +++----
 .github/workflows/generate-sbom-main.yml           |  12 ++
 .github/workflows/pr-validate.yml                  |   4 +-
 .github/workflows/quarkus-lts-ci-build.yaml        |  22 +--
 .github/workflows/quarkus-master-cron.yaml         | 139 ++++------------
 .gitignore                                         |   6 +
 .../pages/contributor-guide/release-guide.adoc     |  14 +-
 extensions-support/debezium/deployment/pom.xml     |   4 +
 .../deployment/DebeziumSupportProcessor.java       |  41 +++--
 extensions-support/debezium/runtime/pom.xml        |   4 +
 integration-test-groups/debezium/mongodb/pom.xml   |   5 +
 .../common/it/mongod/DebeziumMongodbResource.java  |  26 ++-
 .../common/it/mongodb/DebeziumMongodbTest.java     |  31 ++++
 .../debezium/postgresql/pom.xml                    |   6 +
 .../it/postgres/DebeziumPostgresResource.java      |  30 +++-
 .../common/it/postgres/DebeziumPostgresTest.java   |  28 ++++
 integration-tests-support/debezium/pom.xml         |   7 +-
 .../support/debezium/AbstractDebeziumResource.java |  54 ++++++-
 .../support/debezium/SharedKafkaTestResource.java  |  59 +++++++
 integration-tests/debezium-grouped/pom.xml         |   5 +
 pom.xml                                            |   2 +-
 25 files changed, 427 insertions(+), 337 deletions(-)
 create mode 100644 
integration-tests-support/debezium/src/test/java/org/apache/camel/quarkus/test/support/debezium/SharedKafkaTestResource.java

Reply via email to