This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard b3a0645fbe Fixes #7675 Add support of camel-groovy-xml extension
omit 5738c08052 [resolves #2479] Enable Couchbase tests
omit 73db8cf5b2 Regen
omit 64d9a1ab71 Regen
omit 1bf42eb04e Regen
omit d41f9e1695 Regen
omit bf4ee92c28 Upgrade Camel to 4.15.0
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
new f152d2e563 Upgrade Camel to 4.15.0
new 485445baf7 Regen
new aa0ce9208c Regen
new 2fe69a51ef Regen
new 2089b0aa3f Regen
new af0067d60c [resolves #2479] Enable Couchbase tests
new cfc761cc15 Fixes #7675 Add support of camel-groovy-xml extension
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 (b3a0645fbe)
\
N -- N -- N refs/heads/camel-main (cfc761cc15)
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 7 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:
.../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
.../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 | 7 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 1867 +++-----------------
.../src/main/generated/flattened-reduced-pom.xml | 16 +-
.../generated/flattened-reduced-verbose-pom.xml | 26 +-
24 files changed, 371 insertions(+), 1721 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