This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 04db7f2e90c CAMEL-17921: Fix misspelled Hazelcast operations (#7384)
04db7f2e90c is described below

commit 04db7f2e90c1654f665ead3af54e49ef5327b8e0
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu Apr 14 11:56:23 2022 +0200

    CAMEL-17921: Fix misspelled Hazelcast operations (#7384)
    
    ## Motivation
    
    The name of some operations such as `ADD_ALL` and `READ_ONCE_HEAD` are 
misspelled
    
     ## Modifications
    
    * Fix the misspelled operations
    * Standardize the spelling of the operations
---
 .../hazelcast/atomicnumber/hazelcast-atomicvalue.json          |  2 +-
 .../camel/component/hazelcast/instance/hazelcast-instance.json |  2 +-
 .../apache/camel/component/hazelcast/list/hazelcast-list.json  |  2 +-
 .../apache/camel/component/hazelcast/map/hazelcast-map.json    |  2 +-
 .../camel/component/hazelcast/multimap/hazelcast-multimap.json |  2 +-
 .../camel/component/hazelcast/queue/hazelcast-queue.json       |  2 +-
 .../hazelcast/replicatedmap/hazelcast-replicatedmap.json       |  2 +-
 .../component/hazelcast/ringbuffer/hazelcast-ringbuffer.json   |  2 +-
 .../apache/camel/component/hazelcast/seda/hazelcast-seda.json  |  2 +-
 .../apache/camel/component/hazelcast/set/hazelcast-set.json    |  2 +-
 .../camel/component/hazelcast/topic/hazelcast-topic.json       |  2 +-
 .../apache/camel/component/hazelcast/HazelcastOperation.java   | 10 +++++-----
 12 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/atomicnumber/hazelcast-atomicvalue.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/atomicnumber/hazelcast-atomicvalue.json
index 734f1eb4353..a2f4d15eee6 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/atomicnumber/hazelcast-atomicvalue.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/atomicnumber/hazelcast-atomicvalue.json
@@ -32,7 +32,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "co [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "c [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": 
false, "autowired": false, "secret": false, "description": "The hazelcast 
instance reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "producer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/instance/hazelcast-instance.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/instance/hazelcast-instance.json
index 05ef807d32b..8bb993f34c2 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/instance/hazelcast-instance.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/instance/hazelcast-instance.json
@@ -37,7 +37,7 @@
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"consumer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "consumer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "co [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "consumer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "c [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "consumer", "label": "", "required": false, "type": 
"object", "javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": 
false, "autowired": false, "secret": false, "description": "The hazelcast 
instance reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "consumer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/list/hazelcast-list.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/list/hazelcast-list.json
index 93ef88c2d5f..16af9153e14 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/list/hazelcast-list.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/list/hazelcast-list.json
@@ -39,7 +39,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/map/hazelcast-map.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/map/hazelcast-map.json
index bbd2e41bab4..080e54aab64 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/map/hazelcast-map.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/map/hazelcast-map.json
@@ -42,7 +42,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/multimap/hazelcast-multimap.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/multimap/hazelcast-multimap.json
index 2b46b49b87d..e3f25f787ae 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/multimap/hazelcast-multimap.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/multimap/hazelcast-multimap.json
@@ -39,7 +39,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/queue/hazelcast-queue.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/queue/hazelcast-queue.json
index 0dd1caa5e4e..5f4561897b3 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/queue/hazelcast-queue.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/queue/hazelcast-queue.json
@@ -39,7 +39,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/replicatedmap/hazelcast-replicatedmap.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/replicatedmap/hazelcast-replicatedmap.json
index a4dc02362f9..f0e67dd7d09 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/replicatedmap/hazelcast-replicatedmap.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/replicatedmap/hazelcast-replicatedmap.json
@@ -38,7 +38,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/ringbuffer/hazelcast-ringbuffer.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/ringbuffer/hazelcast-ringbuffer.json
index 6387d345614..e197a5fac71 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/ringbuffer/hazelcast-ringbuffer.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/ringbuffer/hazelcast-ringbuffer.json
@@ -32,7 +32,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "co [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "c [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": 
false, "autowired": false, "secret": false, "description": "The hazelcast 
instance reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "producer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/seda/hazelcast-seda.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/seda/hazelcast-seda.json
index baa74d9e014..5790550343a 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/seda/hazelcast-seda.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/seda/hazelcast-seda.json
@@ -30,7 +30,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/set/hazelcast-set.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/set/hazelcast-set.json
index f2ca425a14b..14798c5743d 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/set/hazelcast-set.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/set/hazelcast-set.json
@@ -38,7 +38,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
diff --git 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/topic/hazelcast-topic.json
 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/topic/hazelcast-topic.json
index 12a4887b442..6fa7bf1309b 100644
--- 
a/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/topic/hazelcast-topic.json
+++ 
b/components/camel-hazelcast/src/generated/resources/org/apache/camel/component/hazelcast/topic/hazelcast-topic.json
@@ -38,7 +38,7 @@
   },
   "properties": {
     "cacheName": { "kind": "path", "displayName": "Cache Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The name of the cache" },
-    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "allAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "keySet", "removevalue", "increment", "decrement", "setvalue", 
"destroy", "comp [...]
+    "defaultOperation": { "kind": "parameter", "displayName": "Default 
Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.hazelcast.HazelcastOperation", "enum": [ "put", 
"delete", "get", "update", "query", "getAll", "clear", "putIfAbsent", "addAll", 
"removeAll", "retainAll", "evict", "evictAll", "valueCount", "containsKey", 
"containsValue", "getKeys", "removeValue", "increment", "decrement", 
"setValue", "destroy", "com [...]
     "hazelcastInstance": { "kind": "parameter", "displayName": "Hazelcast 
Instance", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.hazelcast.core.HazelcastInstance", "deprecated": false, 
"autowired": false, "secret": false, "description": "The hazelcast instance 
reference which can be used for hazelcast endpoint." },
     "hazelcastInstanceName": { "kind": "parameter", "displayName": "Hazelcast 
Instance Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The hazelcast instance reference name 
which can be used for hazelcast endpoint. If you don't specify the instance 
reference, camel use the default hazelcast instance from the camel-hazelcast 
instance." },
     "reliable": { "kind": "parameter", "displayName": "Reliable", "group": 
"common", "label": "common", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.hazelcast.topic.HazelcastTopicConfiguration", 
"configurationField": "configuration", "description": "Define if the endpoint 
will use a reliable Topic struct or not." },
diff --git 
a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastOperation.java
 
b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastOperation.java
index a89b6bcdd54..cbc1595b4bd 100644
--- 
a/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastOperation.java
+++ 
b/components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/HazelcastOperation.java
@@ -27,7 +27,7 @@ public enum HazelcastOperation {
     GET_ALL("getAll"),
     CLEAR("clear"),
     PUT_IF_ABSENT("putIfAbsent"),
-    ADD_ALL("allAll"),
+    ADD_ALL("addAll"),
     REMOVE_ALL("removeAll"),
     RETAIN_ALL("retainAll"),
     EVICT("evict"),
@@ -35,15 +35,15 @@ public enum HazelcastOperation {
     VALUE_COUNT("valueCount"),
     CONTAINS_KEY("containsKey"),
     CONTAINS_VALUE("containsValue"),
-    GET_KEYS("keySet"),
+    GET_KEYS("getKeys"),
 
     // multimap
-    REMOVE_VALUE("removevalue"),
+    REMOVE_VALUE("removeValue"),
 
     // atomic numbers
     INCREMENT("increment"),
     DECREMENT("decrement"),
-    SET_VALUE("setvalue"),
+    SET_VALUE("setValue"),
     DESTROY("destroy"),
     COMPARE_AND_SET("compareAndSet"),
     GET_AND_ADD("getAndAdd"),
@@ -62,7 +62,7 @@ public enum HazelcastOperation {
     PUBLISH("publish"),
 
     // ring_buffer
-    READ_ONCE_HEAD("readOnceHeal"),
+    READ_ONCE_HEAD("readOnceHead"),
     READ_ONCE_TAIL("readOnceTail"),
     CAPACITY("capacity");
 

Reply via email to