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 c0896770ea Upgrade Quarkus to 3.28.0.CR1
add 709bda6d06 Upgrade Quarkus to 3.26.2
add 31051af997 Bump quarkiverse-cxf.version from 3.26.1 to 3.26.2
add f52923e954 Auto generated changes for dependabot commit
8438c69c7648a928932a292e78daca89dbe35b3d
add c3e54801e7 Bump quarkiverse-jackson-jq.version from 2.3.0 to 2.4.0
add 0ac884745e Bump cq-plugin.version from 4.18.0 to 4.19.0
add 322308ec3a Revert "Demote Hazelcast extension to JVM only due to #7535"
add e3e4edb45e Upgrade quarkus-hazelcast-client to 4.1.0
add 9ae3bfd78a Restore debezium-postgres update & delete tests
add 0346399957 Bump actions/github-script from 7.0.1 to 8.0.0
add ba578e4267 Bump quarkiverse-groovy.version from 3.25.4 to 3.26.2
add 438617ad3a Bump quarkiverse-minio.version from 3.8.4 to 3.8.5
add 184240e25c Bump org.amqphub.quarkus:quarkus-qpid-jms-bom from 2.8.0 to
2.9.0
add 5c9129aab7 Use RAW for Azure EventHubs / ServiceBus connectionString
and accessKey as it can contains special characters
new 9957440574 Upgrade Quarkus to 3.28.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 (c0896770ea)
\
N -- N -- N refs/heads/quarkus-main (9957440574)
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/assign-issue-milestone.yaml | 2 +-
.../workflows/assign-wontfix-issue-milestone.yaml | 2 +-
.github/workflows/label-issue.yaml | 2 +-
.../workflows/synchronize-dependabot-branch.yaml | 4 +-
docs/antora.yml | 2 +-
.../examples/components/hazelcast-atomicvalue.yml | 6 +-
.../examples/components/hazelcast-instance.yml | 6 +-
.../ROOT/examples/components/hazelcast-list.yml | 6 +-
.../ROOT/examples/components/hazelcast-map.yml | 6 +-
.../examples/components/hazelcast-multimap.yml | 6 +-
.../ROOT/examples/components/hazelcast-queue.yml | 6 +-
.../components/hazelcast-replicatedmap.yml | 6 +-
.../examples/components/hazelcast-ringbuffer.yml | 6 +-
.../ROOT/examples/components/hazelcast-seda.yml | 6 +-
.../ROOT/examples/components/hazelcast-set.yml | 6 +-
.../ROOT/examples/components/hazelcast-topic.yml | 6 +-
.../ROOT/pages/reference/extensions/hazelcast.adoc | 54 +-
extensions/hazelcast/deployment/pom.xml | 2 -
extensions/hazelcast/runtime/pom.xml | 5 -
.../{configuration.disabled => configuration.adoc} | 0
.../azure/eventhubs/it/AzureEventhubsRoutes.java | 30 +-
.../azure/servicebus/it/AzureServiceBusRoutes.java | 12 +-
.../common/it/postgres/DebeziumPostgresTest.java | 10 -
integration-tests/hazelcast/pom.xml | 2 -
.../component/hazelcast/it/HazelcastProducers.java | 33 -
.../component/hazelcast/it/HazelcastAtomicIT.java | 2 +
.../hazelcast/it/HazelcastAtomicTest.java | 2 +
pom.xml | 17 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 15988 +++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 88 +-
.../generated/flattened-reduced-verbose-pom.xml | 642 +-
31 files changed, 7778 insertions(+), 9187 deletions(-)
rename extensions/hazelcast/runtime/src/main/doc/{configuration.disabled =>
configuration.adoc} (100%)
delete mode 100644
integration-tests/hazelcast/src/main/java/org/apache/camel/quarkus/component/hazelcast/it/HazelcastProducers.java