This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 78d947c0831beb216d886000c2dcd25c90f6e84b Author: James Netherton <[email protected]> AuthorDate: Wed Feb 25 07:20:58 2026 +0000 Regen --- docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-instance.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-list.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-map.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-multimap.yml | 2 +- .../{hazelcast-atomicvalue.yml => hazelcast-pncounter.yml} | 8 ++++---- docs/modules/ROOT/examples/components/hazelcast-queue.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-seda.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-set.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-topic.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/hazelcast.adoc | 7 ++++--- 13 files changed, 19 insertions(+), 18 deletions(-) diff --git a/docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml b/docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml index ac04a2ffeb..ef1db7f6ad 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-atomicvalue diff --git a/docs/modules/ROOT/examples/components/hazelcast-instance.yml b/docs/modules/ROOT/examples/components/hazelcast-instance.yml index b62e746364..4fd4202fd9 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-instance.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-instance.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-instance diff --git a/docs/modules/ROOT/examples/components/hazelcast-list.yml b/docs/modules/ROOT/examples/components/hazelcast-list.yml index 239d2b70b0..b1deb397b1 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-list.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-list.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-list diff --git a/docs/modules/ROOT/examples/components/hazelcast-map.yml b/docs/modules/ROOT/examples/components/hazelcast-map.yml index 199d0ecc9d..5097bfebce 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-map.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-map.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-map diff --git a/docs/modules/ROOT/examples/components/hazelcast-multimap.yml b/docs/modules/ROOT/examples/components/hazelcast-multimap.yml index 37a26a2b0d..b03928ee99 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-multimap.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-multimap.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-multimap diff --git a/docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml b/docs/modules/ROOT/examples/components/hazelcast-pncounter.yml similarity index 59% copy from docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml copy to docs/modules/ROOT/examples/components/hazelcast-pncounter.yml index ac04a2ffeb..1b87a65b34 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-atomicvalue.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-pncounter.yml @@ -4,10 +4,10 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 -cqCamelPartName: hazelcast-atomicvalue -cqCamelPartTitle: Hazelcast Atomic Number -cqCamelPartDescription: Increment, decrement, set, etc. Hazelcast atomic number (a grid wide number). +cqCamelPartName: hazelcast-pncounter +cqCamelPartTitle: Hazelcast PN Counter +cqCamelPartDescription: Increment, decrement, get, etc. operations on a Hazelcast PN Counter (CRDT counter). cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-queue.yml b/docs/modules/ROOT/examples/components/hazelcast-queue.yml index e55438f813..156e77193f 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-queue.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-queue.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-queue diff --git a/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml b/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml index 6e53848f1b..b1b1192372 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-replicatedmap diff --git a/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml b/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml index c07be76f93..df871100b2 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-ringbuffer diff --git a/docs/modules/ROOT/examples/components/hazelcast-seda.yml b/docs/modules/ROOT/examples/components/hazelcast-seda.yml index fcd0c815de..c07e0ad3ac 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-seda.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-seda.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-seda diff --git a/docs/modules/ROOT/examples/components/hazelcast-set.yml b/docs/modules/ROOT/examples/components/hazelcast-set.yml index 074e2c4af1..dad804e2ef 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-set.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-set.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-set diff --git a/docs/modules/ROOT/examples/components/hazelcast-topic.yml b/docs/modules/ROOT/examples/components/hazelcast-topic.yml index 7fa8c33d54..9cb77d3195 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-topic.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-topic.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-hazelcast cqArtifactIdBase: hazelcast cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-topic diff --git a/docs/modules/ROOT/pages/reference/extensions/hazelcast.adoc b/docs/modules/ROOT/pages/reference/extensions/hazelcast.adoc index 75ac94e219..ff432cb4ba 100644 --- a/docs/modules/ROOT/pages/reference/extensions/hazelcast.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/hazelcast.adoc @@ -6,15 +6,15 @@ :cq-artifact-id: camel-quarkus-hazelcast :cq-native-supported: true :cq-status: Stable -:cq-status-deprecation: Stable +:cq-status-deprecation: Stable Deprecated :cq-description: Increment, decrement, set, etc. Hazelcast atomic number (a grid wide number). -:cq-deprecated: false +:cq-deprecated: true :cq-jvm-since: 1.1.0 :cq-native-since: 1.6.0 ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.6.0## +[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.6.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] Increment, decrement, set, etc. Hazelcast atomic number (a grid wide number). @@ -27,6 +27,7 @@ Increment, decrement, set, etc. Hazelcast atomic number (a grid wide number). * xref:{cq-camel-components}::hazelcast-list-component.adoc[Hazelcast List component], URI syntax: `hazelcast-list:cacheName` * xref:{cq-camel-components}::hazelcast-map-component.adoc[Hazelcast Map component], URI syntax: `hazelcast-map:cacheName` * xref:{cq-camel-components}::hazelcast-multimap-component.adoc[Hazelcast Multimap component], URI syntax: `hazelcast-multimap:cacheName` +* xref:{cq-camel-components}::hazelcast-pncounter-component.adoc[Hazelcast PN Counter component], URI syntax: `hazelcast-pncounter:cacheName` * xref:{cq-camel-components}::hazelcast-queue-component.adoc[Hazelcast Queue component], URI syntax: `hazelcast-queue:cacheName` * xref:{cq-camel-components}::hazelcast-replicatedmap-component.adoc[Hazelcast Replicated Map component], URI syntax: `hazelcast-replicatedmap:cacheName` * xref:{cq-camel-components}::hazelcast-ringbuffer-component.adoc[Hazelcast Ringbuffer component], URI syntax: `hazelcast-ringbuffer:cacheName`
