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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 1250d772830 Regen
1250d772830 is described below

commit 1250d772830d82afcf190eea5b48c0cb07ae1c06
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jan 29 16:19:17 2025 +0100

    Regen
---
 .../resources/org/apache/camel/springboot/catalog/components/as2.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/aws2-s3.json       | 3 ++-
 .../org/apache/camel/springboot/catalog/components/qdrant.json        | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
index 6d232405e0c..922acaf29ca 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
@@ -75,12 +75,12 @@
     "validateSigningCertificateChain": { "index": 41, "kind": "parameter", 
"displayName": "Validate Signing Certificate Chain", "group": "security", 
"label": "security", "required": false, "type": "object", "javaType": 
"java.security.cert.Certificate[]", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "Certificates to validate the message's 
signature ag [...]
   },
   "apis": {
-    "client": { "consumerOnly": false, "producerOnly": true, "description": 
"Sends EDI Messages over HTTP", "methods": { "send": { "description": "Send 
ediMessage to trading partner", "signatures": [ 
"org.apache.hc.core5.http.protocol.HttpCoreContext send(String ediMessage, 
String requestUri, String subject, String from, String as2From, String as2To, 
org.apache.camel.component.as2.api.AS2MessageStructure as2MessageStructure, 
org.apache.hc.core5.http.ContentType ediMessageContentType, Str [...]
+    "client": { "consumerOnly": false, "producerOnly": true, "description": 
"Sends EDI Messages over HTTP", "methods": { "send": { "description": "Send 
ediMessage to trading partner", "signatures": [ 
"org.apache.hc.core5.http.protocol.HttpCoreContext send(Object ediMessage, 
String requestUri, String subject, String from, String as2From, String as2To, 
org.apache.camel.component.as2.api.AS2MessageStructure as2MessageStructure, 
org.apache.hc.core5.http.ContentType ediMessageContentType, Str [...]
     "receipt": { "consumerOnly": true, "producerOnly": false, "description": 
"Receives the asynchronous AS2-MDN that is requested by the sender of an AS2 
message", "methods": { "receive": { "description": "", "signatures": [ "void 
receive(String requestUriPattern, 
org.apache.hc.core5.http.io.HttpRequestHandler handler)" ] } } },
     "server": { "consumerOnly": true, "producerOnly": false, "description": 
"Receives EDI Messages over HTTP", "methods": { "listen": { "description": "", 
"signatures": [ "void listen(String requestUriPattern, 
org.apache.hc.core5.http.io.HttpRequestHandler handler)" ] } } }
   },
   "apiProperties": {
-    "client": { "methods": { "send": { "properties": { "as2From": { "index": 
0, "kind": "parameter", "displayName": "As2 From", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "AS2 name of sender", "optional": false }, 
"as2MessageStructure": { "index": 1, "kind": "parameter", "displayName": "As2 
Message Structure", "group": "producer", "label": "", "required": f [...]
+    "client": { "methods": { "send": { "properties": { "as2From": { "index": 
0, "kind": "parameter", "displayName": "As2 From", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "AS2 name of sender", "optional": false }, 
"as2MessageStructure": { "index": 1, "kind": "parameter", "displayName": "As2 
Message Structure", "group": "producer", "label": "", "required": f [...]
     "receipt": { "methods": { "receive": { "properties": { 
"requestUriPattern": { "index": 0, "kind": "parameter", "displayName": "Request 
Uri Pattern", "group": "consumer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "", "optional": false } } } } },
     "server": { "methods": { "listen": { "properties": { "requestUriPattern": 
{ "index": 0, "kind": "parameter", "displayName": "Request Uri Pattern", 
"group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "", "optional": false } } } } }
   }
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
index cfd3d94ef1a..85f23ddadaa 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
@@ -122,7 +122,8 @@
     "CamelAwsS3IfMatchCondition": { "index": 33, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Return\/copy the object only if its 
entity tag (ETag) is the same as the one specified in this header.", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#IF_MATCH_CONDITION" },
     "CamelAwsS3IfModifiedSinceCondition": { "index": 34, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Return\/copy the object only if it has 
been modified since the specified time; otherwise, return a 304 Not Modified 
error.", "constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#IF_MODIFIED_SINCE_CONDITION"
 },
     "CamelAwsS3IfNoneMatchCondition": { "index": 35, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Return\/copy the object only if its 
entity tag (ETag) is different from the one specified in this header.", 
"constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#IF_NONE_MATCH_CONDITION" },
-    "CamelAwsS3IfUnmodifiedSinceCondition": { "index": 36, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Return\/copy the object only if it has 
not been modified since the specified time.", "constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#IF_UNMODIFIED_SINCE_CONDITION"
 }
+    "CamelAwsS3IfUnmodifiedSinceCondition": { "index": 36, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Return\/copy the object only if it has 
not been modified since the specified time.", "constantName": 
"org.apache.camel.component.aws2.s3.AWS2S3Constants#IF_UNMODIFIED_SINCE_CONDITION"
 },
+    "CamelAwsS3OverrideBucketName": { "index": 37, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The bucket Name to override (can be 
dynamic using the simple language in the producer) which this object will be 
stored or which will be used for the current operation or in which this object 
is contained.", "constantName": "org.apach [...]
   },
   "properties": {
     "bucketNameOrArn": { "index": 0, "kind": "path", "displayName": "Bucket 
Name Or Arn", "group": "common", "label": "", "required": true, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Bucket name or ARN" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
index 7d288199f1e..03c7c48b266 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
@@ -36,7 +36,7 @@
     "filter": { "index": 9, "kind": "property", "displayName": "Filter", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "io.qdrant.client.grpc.Points.Filter", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.qdrant.QdrantConfiguration", 
"configurationField": "configuration", "description": "Filter of type 
io.qdrant.client.grpc.Points.Points.Filter for similarity se [...]
   },
   "headers": {
-    "CamelQdrantAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "DELETE_COLLECTION", "UPSERT", "RETRIEVE", 
"DELETE", "COLLECTION_INFO" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The action to be 
performed.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#ACTION" },
+    "CamelQdrantAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "DELETE_COLLECTION", "UPSERT", "RETRIEVE", 
"DELETE", "COLLECTION_INFO", "SIMILARITY_SEARCH" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
action to be performed.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#ACTION" },
     "CamelQdrantPointsPayloadSelector": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "io.qdrant.client.grpc.Points$WithPayloadSelector", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Payload Selector.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#PAYLOAD_SELECTOR" },
     "CamelQdrantOperationID": { "index": 2, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Operation ID.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#OPERATION_ID" },
     "CamelQdrantOperationStatus": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Operation Status.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#OPERATION_STATUS" },

Reply via email to