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 9f6e4b8 Disable vertx-kafka integration tests and native build due to
#3358
discard a7c57cb Upgrade Quarkus to 2.6.0.CR1
add 5793c90 Updated CHANGELOG.md
add 3c9fc9c fix [JDK17]kudu:integration test failed in native mode #3340
add 554ace1 Workaround for NoSuchFileException: .../target/classes when
executing a codegen task https://github.com/quarkusio/quarkus/issues/21718
add 9902f21 Ban com.sun.activation:javax.activation #3361
add d9b9921 Ban geronimo-jms_*_spec #3363
add c36f034 Ban javax.enterprise:cdi-api in favor of
jakarta.enterprise:jakarta.enterprise.cdi-api #3364
add 0a41fa9 Updated CHANGELOG.md
add be24706 Use yq installed on the GitHub actions VM instead of
downloading and installing it
add 2fff506 Upgrade Quarkus to 2.6.0.CR1
add d5ddf9b Disable vertx-kafka integration tests and native build due to
#3358
new 6928f44 Upgrade Quarkus to 2.7.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 (9f6e4b8)
\
N -- N -- N refs/heads/quarkus-main (6928f44)
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 | 22 ++++------
.github/workflows/ci-build.yaml | 17 +++-----
.github/workflows/quarkus-master-cron.yaml | 22 ++++------
CHANGELOG.md | 6 +++
extensions-core/http-common/runtime/pom.xml | 11 +++++
extensions-jvm/pulsar/runtime/pom.xml | 10 +++++
extensions-jvm/spark/runtime/pom.xml | 10 +++++
extensions/activemq/runtime/pom.xml | 12 ++++-
extensions/amqp/deployment/pom.xml | 10 +++++
extensions/amqp/runtime/pom.xml | 10 +++++
extensions/attachments/runtime/pom.xml | 10 +++++
extensions/fop/deployment/pom.xml | 4 ++
extensions/fop/runtime/pom.xml | 4 ++
extensions/ftp/deployment/pom.xml | 2 +-
extensions/ftp/runtime/pom.xml | 2 +-
extensions/git/deployment/pom.xml | 2 +-
extensions/git/runtime/pom.xml | 2 +-
extensions/jms/runtime/pom.xml | 10 +++++
extensions/mail/runtime/pom.xml | 10 +++++
extensions/microprofile-health/runtime/pom.xml | 10 +++++
extensions/servlet/runtime/pom.xml | 10 +++++
extensions/solr/runtime/pom.xml | 10 +++++
extensions/tika/deployment/pom.xml | 2 +-
extensions/tika/runtime/pom.xml | 2 +-
.../aws2-quarkus-client/aws2-ddb/pom.xml | 2 +-
.../aws2-quarkus-client/aws2-s3/pom.xml | 2 +-
.../aws2-quarkus-client/aws2-ses/pom.xml | 2 +-
.../aws2-quarkus-client/aws2-sqs-sns/pom.xml | 4 +-
integration-tests/avro/pom.xml | 1 +
.../aws2-quarkus-client-grouped/pom.xml | 10 ++---
integration-tests/jms-artemis-client/pom.xml | 2 +-
integration-tests/jms-qpid-amqp-client/pom.xml | 10 +++++
integration-tests/jta/pom.xml | 2 +-
integration-tests/kudu/pom.xml | 23 +++-------
integration-tests/messaging/common/pom.xml | 5 +--
integration-tests/messaging/jms/pom.xml | 5 ---
integration-tests/messaging/sjms/pom.xml | 5 ---
integration-tests/protobuf/pom.xml | 1 +
integration-tests/sjms-artemis-client/pom.xml | 2 +-
integration-tests/sjms-qpid-amqp-client/pom.xml | 10 +++++
integration-tests/sjms2-artemis-client/pom.xml | 2 +-
integration-tests/sjms2-qpid-amqp-client/pom.xml | 10 +++++
integration-tests/tika/pom.xml | 4 --
pom.xml | 19 ++++++--
poms/bom-test/pom.xml | 34 ++++++++++++---
poms/bom/pom.xml | 51 +++++++++++++++++++++-
46 files changed, 312 insertions(+), 104 deletions(-)