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

davsclaus 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 5b141927e1cb CAMEL-24748: camel-azure-storage-blob and camel-git - the 
operation metadata lists every operation the producer handles (#26510)
5b141927e1cb is described below

commit 5b141927e1cba02f4dfccdf35084f22e8d41c137
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Sep 16 16:12:55 2026 +0200

    CAMEL-24748: camel-azure-storage-blob and camel-git - the operation 
metadata lists every operation the producer handles (#26510)
    
    CAMEL-24748: camel-azure-storage-blob and camel-git - the operation 
metadata lists every operation the producer handles: the blob enum is derived 
from BlobOperationsDefinition instead of a stale hardcoded list 
(listBlobVersions, setBlobLegalHold and setBlobImmutabilityPolicy were 
missing), and git's String option lists checkout, merge and pushTag
    
    Signed-off-by: Claus Ibsen <[email protected]>
    Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
---
 .../org/apache/camel/catalog/components/azure-storage-blob.json     | 4 ++--
 .../resources/org/apache/camel/catalog/components/git.json          | 2 +-
 .../camel/component/azure/storage/blob/azure-storage-blob.json      | 4 ++--
 .../camel/component/azure/storage/blob/BlobConfiguration.java       | 6 +-----
 .../resources/META-INF/org/apache/camel/component/git/git.json      | 2 +-
 .../src/main/java/org/apache/camel/component/git/GitEndpoint.java   | 2 +-
 6 files changed, 8 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
index fed42a2d0a1b..d712b2c222fe 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
@@ -64,7 +64,7 @@
     "lazyStartProducer": { "index": 37, "kind": "property", "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 fai [...]
     "maxConcurrency": { "index": 38, "kind": "property", "displayName": "Max 
Concurrency", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum number of 
parallel requests to use during upload with uploadBlockBlobChunk [...]
     "maxSingleUploadSize": { "index": 39, "kind": "property", "displayName": 
"Max Single Upload Size", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum size in 
bytes for a single upload request with uploadBlockBlobChu [...]
-    "operation": { "index": 40, "kind": "property", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "getBlob", "deleteBlob", 
"downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlockBlobList", "commitBl [...]
+    "operation": { "index": 40, "kind": "property", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "listBlobVersions", "getBlob", 
"deleteBlob", "downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlock [...]
     "pageBlobSize": { "index": 41, "kind": "property", "displayName": "Page 
Blob Size", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 512, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Specifies the maximum 
size for the page blob, up to 8 TB. The page blob [...]
     "autowiredEnabled": { "index": 42, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching  [...]
     "healthCheckConsumerEnabled": { "index": 43, "kind": "property", 
"displayName": "Health Check Consumer Enabled", "group": "health", "label": 
"health", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Used for enabling or disabling all consumer based health checks 
from this component" },
@@ -203,7 +203,7 @@
     "downloadLinkExpiration": { "index": 42, "kind": "parameter", 
"displayName": "Download Link Expiration", "group": "producer", "label": 
"producer", "required": false, "type": "integer", "javaType": "java.lang.Long", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Override the default 
expiration (millis) of URL download link." },
     "maxConcurrency": { "index": 43, "kind": "parameter", "displayName": "Max 
Concurrency", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum number of 
parallel requests to use during upload with uploadBlockBlobChun [...]
     "maxSingleUploadSize": { "index": 44, "kind": "parameter", "displayName": 
"Max Single Upload Size", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum size in 
bytes for a single upload request with uploadBlockBlobCh [...]
-    "operation": { "index": 45, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "getBlob", "deleteBlob", 
"downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlockBlobList", "commitB [...]
+    "operation": { "index": 45, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "listBlobVersions", "getBlob", 
"deleteBlob", "downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBloc [...]
     "pageBlobSize": { "index": 46, "kind": "parameter", "displayName": "Page 
Blob Size", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 512, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Specifies the maximum 
size for the page blob, up to 8 TB. The page blo [...]
     "lazyStartProducer": { "index": 47, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "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 produ [...]
     "backoffErrorThreshold": { "index": 48, "kind": "parameter", 
"displayName": "Backoff Error Threshold", "group": "scheduler", "label": 
"consumer,scheduler", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of subsequent error polls (failed due some error) that should happen 
before the backoffMultipler should kick-in." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
index e39fe1cddd96..ca6889cbf7cd 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
@@ -56,7 +56,7 @@
     "pollStrategy": { "index": 7, "kind": "parameter", "displayName": "Poll 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.PollingConsumerPollStrategy", "deprecated": false, 
"autowired": false, "secret": false, "description": "A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the pol 
[...]
     "allowEmpty": { "index": 8, "kind": "parameter", "displayName": "Allow 
Empty", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": true, "description": "The 
flag to manage empty git commits" },
     "depth": { "index": 9, "kind": "parameter", "displayName": "Depth", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"description": "Clone depth for shallow clones. Must be a positive integer. A 
value of 1 fetches only the latest commit. When set to 0 or not specified, a 
full clone is performed." },
-    "operation": { "index": 10, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "add", "cherryPick", 
"clean", "clone", "commit", "commitAll", "createBranch", "createTag", 
"deleteBranch", "deleteTag", "gc", "init", "log", "pull", "push", "remoteAdd", 
"remoteList", "remove", "showBranches", "showTags", "status" ], "deprecated": 
false, "autowired": false, "secret": false,  [...]
+    "operation": { "index": 10, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "add", "checkout", 
"cherryPick", "clean", "clone", "commit", "commitAll", "createBranch", 
"createTag", "deleteBranch", "deleteTag", "gc", "init", "log", "merge", "pull", 
"push", "pushTag", "remoteAdd", "remoteList", "remove", "showBranches", 
"showTags", "status" ], "deprecated": false, "auto [...]
     "remoteName": { "index": 11, "kind": "parameter", "displayName": "Remote 
Name", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The remote repository name to use in 
particular operation like pull" },
     "remotePath": { "index": 12, "kind": "parameter", "displayName": "Remote 
Path", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The remote repository path" },
     "tagName": { "index": 13, "kind": "parameter", "displayName": "Tag Name", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The tag name to work on" },
diff --git 
a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/META-INF/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
 
b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/META-INF/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
index fed42a2d0a1b..d712b2c222fe 100644
--- 
a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/META-INF/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
+++ 
b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/META-INF/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
@@ -64,7 +64,7 @@
     "lazyStartProducer": { "index": 37, "kind": "property", "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 fai [...]
     "maxConcurrency": { "index": 38, "kind": "property", "displayName": "Max 
Concurrency", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum number of 
parallel requests to use during upload with uploadBlockBlobChunk [...]
     "maxSingleUploadSize": { "index": 39, "kind": "property", "displayName": 
"Max Single Upload Size", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum size in 
bytes for a single upload request with uploadBlockBlobChu [...]
-    "operation": { "index": 40, "kind": "property", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "getBlob", "deleteBlob", 
"downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlockBlobList", "commitBl [...]
+    "operation": { "index": 40, "kind": "property", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "listBlobVersions", "getBlob", 
"deleteBlob", "downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlock [...]
     "pageBlobSize": { "index": 41, "kind": "property", "displayName": "Page 
Blob Size", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 512, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Specifies the maximum 
size for the page blob, up to 8 TB. The page blob [...]
     "autowiredEnabled": { "index": 42, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching  [...]
     "healthCheckConsumerEnabled": { "index": 43, "kind": "property", 
"displayName": "Health Check Consumer Enabled", "group": "health", "label": 
"health", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Used for enabling or disabling all consumer based health checks 
from this component" },
@@ -203,7 +203,7 @@
     "downloadLinkExpiration": { "index": 42, "kind": "parameter", 
"displayName": "Download Link Expiration", "group": "producer", "label": 
"producer", "required": false, "type": "integer", "javaType": "java.lang.Long", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Override the default 
expiration (millis) of URL download link." },
     "maxConcurrency": { "index": 43, "kind": "parameter", "displayName": "Max 
Concurrency", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum number of 
parallel requests to use during upload with uploadBlockBlobChun [...]
     "maxSingleUploadSize": { "index": 44, "kind": "parameter", "displayName": 
"Max Single Upload Size", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The maximum size in 
bytes for a single upload request with uploadBlockBlobCh [...]
-    "operation": { "index": 45, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "getBlob", "deleteBlob", 
"downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlockBlobList", "commitB [...]
+    "operation": { "index": 45, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "listBlobVersions", "getBlob", 
"deleteBlob", "downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBloc [...]
     "pageBlobSize": { "index": 46, "kind": "parameter", "displayName": "Page 
Blob Size", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Long", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 512, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Specifies the maximum 
size for the page blob, up to 8 TB. The page blo [...]
     "lazyStartProducer": { "index": 47, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "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 produ [...]
     "backoffErrorThreshold": { "index": 48, "kind": "parameter", 
"displayName": "Backoff Error Threshold", "group": "scheduler", "label": 
"consumer,scheduler", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of subsequent error polls (failed due some error) that should happen 
before the backoffMultipler should kick-in." },
diff --git 
a/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConfiguration.java
 
b/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConfiguration.java
index 699dbb1aff17..50e621392e5e 100644
--- 
a/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConfiguration.java
+++ 
b/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConfiguration.java
@@ -49,11 +49,7 @@ public class BlobConfiguration implements Cloneable {
     private BlobServiceClient serviceClient;
     @UriParam(label = "security", security = "secret")
     private String accessKey;
-    @UriParam(label = "producer",
-              enums = 
"listBlobContainers,findBlobsByTags,createBlobContainer,deleteBlobContainer,listBlobs,getBlob,deleteBlob,downloadBlobToFile,downloadLink,"
-                      + 
"uploadBlockBlob,uploadBlockBlobChunked,stageBlockBlobList,commitBlobBlockList,getBlobBlockList,createAppendBlob,commitAppendBlob,createPageBlob,uploadPageBlob,resizePageBlob,"
-                      + 
"clearPageBlob,getPageBlobRanges,getChangeFeed,copyBlob,createBlobSnapshot,setBlobTags,getBlobTags,undeleteBlob,setBlobTier",
-              defaultValue = "listBlobContainers")
+    @UriParam(label = "producer", defaultValue = "listBlobContainers")
     private BlobOperationsDefinition operation = 
BlobOperationsDefinition.listBlobContainers;
     @UriParam(label = "common")
     private String blobName;
diff --git 
a/components/camel-git/src/generated/resources/META-INF/org/apache/camel/component/git/git.json
 
b/components/camel-git/src/generated/resources/META-INF/org/apache/camel/component/git/git.json
index e39fe1cddd96..ca6889cbf7cd 100644
--- 
a/components/camel-git/src/generated/resources/META-INF/org/apache/camel/component/git/git.json
+++ 
b/components/camel-git/src/generated/resources/META-INF/org/apache/camel/component/git/git.json
@@ -56,7 +56,7 @@
     "pollStrategy": { "index": 7, "kind": "parameter", "displayName": "Poll 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.PollingConsumerPollStrategy", "deprecated": false, 
"autowired": false, "secret": false, "description": "A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the pol 
[...]
     "allowEmpty": { "index": 8, "kind": "parameter", "displayName": "Allow 
Empty", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": true, "description": "The 
flag to manage empty git commits" },
     "depth": { "index": 9, "kind": "parameter", "displayName": "Depth", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"description": "Clone depth for shallow clones. Must be a positive integer. A 
value of 1 fetches only the latest commit. When set to 0 or not specified, a 
full clone is performed." },
-    "operation": { "index": 10, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "add", "cherryPick", 
"clean", "clone", "commit", "commitAll", "createBranch", "createTag", 
"deleteBranch", "deleteTag", "gc", "init", "log", "pull", "push", "remoteAdd", 
"remoteList", "remove", "showBranches", "showTags", "status" ], "deprecated": 
false, "autowired": false, "secret": false,  [...]
+    "operation": { "index": 10, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "add", "checkout", 
"cherryPick", "clean", "clone", "commit", "commitAll", "createBranch", 
"createTag", "deleteBranch", "deleteTag", "gc", "init", "log", "merge", "pull", 
"push", "pushTag", "remoteAdd", "remoteList", "remove", "showBranches", 
"showTags", "status" ], "deprecated": false, "auto [...]
     "remoteName": { "index": 11, "kind": "parameter", "displayName": "Remote 
Name", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The remote repository name to use in 
particular operation like pull" },
     "remotePath": { "index": 12, "kind": "parameter", "displayName": "Remote 
Path", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The remote repository path" },
     "tagName": { "index": 13, "kind": "parameter", "displayName": "Tag Name", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The tag name to work on" },
diff --git 
a/components/camel-git/src/main/java/org/apache/camel/component/git/GitEndpoint.java
 
b/components/camel-git/src/main/java/org/apache/camel/component/git/GitEndpoint.java
index 829010974d01..b35d55cc304c 100644
--- 
a/components/camel-git/src/main/java/org/apache/camel/component/git/GitEndpoint.java
+++ 
b/components/camel-git/src/main/java/org/apache/camel/component/git/GitEndpoint.java
@@ -80,7 +80,7 @@ public class GitEndpoint extends ScheduledPollEndpoint {
     private int depth;
 
     @UriParam(label = "producer",
-              enums = 
"add,cherryPick,clean,clone,commit,commitAll,createBranch,createTag,deleteBranch,deleteTag,gc,init,log,pull,push,remoteAdd,remoteList,remove,showBranches,showTags,status")
+              enums = 
"add,checkout,cherryPick,clean,clone,commit,commitAll,createBranch,createTag,deleteBranch,deleteTag,gc,init,log,merge,pull,push,pushTag,remoteAdd,remoteList,remove,showBranches,showTags,status")
     private String operation;
 
     @UriParam(description = "A String with path to a .gitconfig file", label = 
"advanced")

Reply via email to