(camel-spring-boot) branch main updated: Regen

2026-09-08 Thread davsclaus
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 9e1c7b986c1 Regen
9e1c7b986c1 is described below

commit 9e1c7b986c1375e560e42aba7e9c5cd2df34df19
Author: Claus Ibsen 
AuthorDate: Wed Sep 9 08:52:58 2026 +0200

Regen
---
 .../catalog/dev-consoles/route-topology.json  | 19 +--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/route-topology.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/route-topology.json
index 1ebdeff27ce..6b20ba09d63 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/route-topology.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/route-topology.json
@@ -28,9 +28,24 @@
   "defaultValue": false,
   "description": "Whether to include external systems (databases, 
messaging brokers, etc.) as nodes"
 },
-"metric": {
+"kamelets": {
   "index": 1,
   "kind": "option",
+  "displayName": "Kamelets",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "boolean",
+  "javaType": "java.lang.Boolean",
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "defaultValue": false,
+  "description": "Whether to include routes created by Kamelets. These are 
hidden by default, as they are an implementation detail of the Kamelet"
+},
+"metric": {
+  "index": 2,
+  "kind": "option",
   "displayName": "Metric",
   "group": "query",
   "label": "query",
@@ -44,7 +59,7 @@
   "description": "Whether to include live metrics (message counts) on 
nodes and edges"
 },
 "routes": {
-  "index": 2,
+  "index": 3,
   "kind": "option",
   "displayName": "Routes",
   "group": "query",



(camel-spring-boot) branch main updated: Regen

2026-09-07 Thread davsclaus
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 7a4d92b5300 Regen
7a4d92b5300 is described below

commit 7a4d92b53005aa57a74fd851b4a2f1f914b00598
Author: Claus Ibsen 
AuthorDate: Mon Sep 7 21:11:10 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/http.json   |  4 ++--
 .../camel/springboot/catalog/components/https.json  |  4 ++--
 .../catalog/components/platform-http.json   | 21 +++--
 .../camel-http-starter/src/main/docs/http.json  |  5 +++--
 .../http/springboot/HttpComponentConfiguration.java |  6 --
 .../modules/ROOT/pages/starters/http.adoc   |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml  |  9 +++--
 7 files changed, 30 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
index 55bf15974b6..91434074dbe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
@@ -65,7 +65,7 @@
 "proxyAuthNtHost": { "index": 35, "kind": "property", "displayName": 
"Proxy Auth Nt Host", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain (workstation name) to use with NTLM (NTLM is deprecated)" },
 "proxyAuthPassword": { "index": 36, "kind": "property", "displayName": 
"Proxy Auth Password", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "security": "secret", "description": "Proxy 
server password" },
 "proxyAuthPort": { "index": 37, "kind": "property", "displayName": "Proxy 
Auth Port", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy server port" },
-"proxyAuthScheme": { "index": 38, "kind": "property", "displayName": 
"Proxy Auth Scheme", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "enum", "javaType": "java.lang.String", "enum": [ "http", 
"https" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Proxy server authentication protocol scheme to use" },
+"proxyAuthScheme": { "index": 38, "kind": "property", "displayName": 
"Proxy Auth Scheme", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "enum", "javaType": "java.lang.String", "enum": [ "http", 
"https" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "http", "description": "Proxy server connection protocol 
scheme. Defaults to http regardless of the target endpoint scheme, because most 
corporate HTTP proxies expect a plain HTTP con [...]
 "proxyAuthUsername": { "index": 39, "kind": "property", "displayName": 
"Proxy Auth Username", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "security": "secret", "description": "Proxy 
server username" },
 "proxyHost": { "index": 40, "kind": "property", "displayName": "Proxy 
Host", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Proxy server host" },
 "proxyPort": { "index": 41, "kind": "property", "displayName": "Proxy 
Port", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "description": "Proxy server port" },
@@ -141,7 +141,7 @@
 "proxyAuthNtHost": { "index": 42, "kind": "parameter", "displayName": 
"Proxy Auth Nt Host", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain (workstation name) to use with NTLM" },
 "proxyAuthPassword": { "index": 43, "kind": "parameter", "displayName": 
"Proxy Auth Password", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, 

(camel-spring-boot) branch main updated: Regen

2026-09-03 Thread davsclaus
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 ea138a8f919 Regen
ea138a8f919 is described below

commit ea138a8f91925cb359b633e746214b5d5d62fb56
Author: Claus Ibsen 
AuthorDate: Thu Sep 3 09:22:15 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/langchain4j-embeddings.json | 6 --
 .../springboot/catalog/components/langchain4j-embeddingstore.json   | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddings.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddings.json
index 62893b598f5..874ce842d07 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddings.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddings.json
@@ -37,8 +37,10 @@
 "CamelLangChain4jEmbeddingsRequestModel": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The request model name.", 
"constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#REQUEST_MODEL"
 },
 "CamelLangChain4jEmbeddingsResponseModel": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The response model name.", 
"constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#RESPONSE_MODEL"
 },
 "CamelLangChain4jEmbeddingsEmbedding": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "dev.langchain4j.data.embedding.Embedding", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Embedding representation of a text", "constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#EMBEDDING"
 },
-"CamelLangChain4jEmbeddingsVector": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "float[]", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "A dense vector embedding of a text", 
"constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#VECTOR"
 },
-"CamelLangChain4jEmbeddingsTextSegment": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": " dev.langchain4j.data.segment.TextSegment", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "A 
TextSegment representation of the vector embedding input text", "constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#TEXT_SEGMENT"
 }
+"CamelLangChain4jEmbeddingsEmbeddings": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "List of embeddings from a batch embedAll operation", 
"constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#EMBEDDINGS"
 },
+"CamelLangChain4jEmbeddingsVector": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "float[]", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "A dense vector embedding of a text", 
"constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#VECTOR"
 },
+"CamelLangChain4jEmbeddingsTextSegment": { "index": 9, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": " dev.langchain4j.data.segment.TextSegment", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "A 
TextSegment representation of the vector embedding input text", "constantName": 
"org.apache.camel.component.langchain4j.embeddings.LangChain4jEmbeddingsHeaders#TEXT_SEGMENT"
 },
+"CamelLangChain4jEmbeddingsTextSegments": { "index": 10, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": 

(camel-spring-boot) branch main updated: Regen

2026-09-02 Thread davsclaus
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 9449710711b Regen
9449710711b is described below

commit 9449710711bae8a97e2ec5a0d930ff8d2e51567f
Author: Claus Ibsen 
AuthorDate: Wed Sep 2 20:21:50 2026 +0200

Regen
---
 .../apache/camel/springboot/catalog/components/avro.json |  6 --
 .../camel/springboot/catalog/dataformats/avro.json   |  3 ++-
 .../camel-avro-rpc-starter/src/main/docs/avro-rpc.json   |  6 ++
 .../avro/springboot/AvroComponentConfiguration.java  | 16 
 .../camel-avro-starter/src/main/docs/avro.json   |  6 ++
 .../avro/springboot/AvroDataFormatConfiguration.java | 15 +++
 .../modules/ROOT/pages/starters/avro-rpc.adoc|  3 ++-
 docs/spring-boot/modules/ROOT/pages/starters/avro.adoc   |  3 ++-
 8 files changed, 53 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/avro.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/avro.json
index af9ef58a438..91a44087217 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/avro.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/avro.json
@@ -33,7 +33,8 @@
 "bridgeErrorHandler": { "index": 6, "kind": "property", "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 (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the like [...]
 "lazyStartProducer": { "index": 7, "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 fail [...]
 "autowiredEnabled": { "index": 8, "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 t [...]
-"configuration": { "index": 9, "kind": "property", "displayName": 
"Configuration", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.avro.AvroConfiguration", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use a shared 
AvroConfiguration to configure options once" }
+"configuration": { "index": 9, "kind": "property", "displayName": 
"Configuration", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.avro.AvroConfiguration", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use a shared 
AvroConfiguration to configure options once" },
+"serializablePackages": { "index": 10, "kind": "property", "displayName": 
"Serializable Packages", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "security": "insecure:serialization", 
"configurationClass": "org.apache.camel.component.avro.AvroConfiguration", 
"configurationField": "configuration", "description": "Comma-separated list of 
additional packages that con [...]
   },
   "headers": {
 "CamelAvroMessageName": { "index": 0, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the message to send. In consumer overrides 
message name from URI (if any)", "constantName": 
"org.apache.camel.component.avro.AvroConstants#AVRO_MESSAGE_NAME" }
@@ -52,6 +53,7 @@
 "bridgeErrorHandler": { "index": 10, "kind": "parameter", "displayName": 
"Bridge Error Handler", "group": "consumer (advanced)", 

(camel-spring-boot) branch main updated: Regen

2026-09-02 Thread davsclaus
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 7f64027850e Regen
7f64027850e is described below

commit 7f64027850e881fbc10cbd7c86fe731ff47864b6
Author: Claus Ibsen 
AuthorDate: Wed Sep 2 18:40:49 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/beans.properties |  4 
 .../catalog/beans/CassandraKeyValueRepository.json   | 16 
 .../springboot/catalog/beans/JdbcKeyValueRepository.json | 16 
 .../springboot/catalog/beans/JpaKeyValueRepository.json  | 16 
 .../catalog/beans/KafkaKeyValueRepository.json   | 16 
 5 files changed, 68 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans.properties
index f7e67dc5a21..1049060486e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans.properties
@@ -3,6 +3,7 @@ CaffeineIdempotentRepository
 CaffeineKeyValueRepository
 CassandraAggregationRepository
 CassandraIdempotentRepository
+CassandraKeyValueRepository
 ConsulClusterService
 CronScheduledRoutePolicy
 EhcacheAggregationRepository
@@ -26,8 +27,11 @@ JCacheIdempotentRepository
 JCacheKeyValueRepository
 JGroupsRaftClusterService
 JdbcAggregationRepository
+JdbcKeyValueRepository
 JdbcMessageIdRepository
+JpaKeyValueRepository
 KafkaIdempotentRepository
+KafkaKeyValueRepository
 KubernetesClusterService
 LoggingHttpActivityListener
 MongoDbIdempotentRepository
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/CassandraKeyValueRepository.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/CassandraKeyValueRepository.json
new file mode 100644
index 000..461bf4e7601
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/CassandraKeyValueRepository.json
@@ -0,0 +1,16 @@
+{
+  "bean": {
+"kind": "bean",
+"name": "CassandraKeyValueRepository",
+"javaType": 
"org.apache.camel.processor.keyvalue.cassandra.CassandraKeyValueRepository",
+"interfaceType": "org.apache.camel.spi.KeyValueRepository",
+"title": "Cassandra Key Value Repository",
+"description": "A Cassandra-based KeyValueRepository that uses a Cassandra 
table to store key-value entries. Advice: use LeveledCompaction for this table 
and tune read\/write consistency levels.",
+"deprecated": false,
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-cassandraql-starter",
+"version": "4.23.0-SNAPSHOT",
+"properties": { "session": { "index": 0, "kind": "property", 
"displayName": "Session", "required": true, "type": "object", "javaType": 
"org.apache.camel.utils.cassandra.CassandraSessionHolder", "deprecated": false, 
"autowired": false, "secret": false, "description": "Cassandra session" }, 
"table": { "index": 1, "kind": "property", "displayName": "Table", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "def [...]
+  }
+}
+
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcKeyValueRepository.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcKeyValueRepository.json
new file mode 100644
index 000..5b03dfc9db3
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcKeyValueRepository.json
@@ -0,0 +1,16 @@
+{
+  "bean": {
+"kind": "bean",
+"name": "JdbcKeyValueRepository",
+"javaType": 
"org.apache.camel.processor.keyvalue.jdbc.JdbcKeyValueRepository",
+"interfaceType": "org.apache.camel.spi.KeyValueRepository",
+"title": "Jdbc Key Value Repository",
+"description": "A JDBC-based KeyValueRepository that stores entries in a 
database table.",
+"deprecated": false,
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-sql-starter",
+"version": "4.23.0-SNAPSHOT",
+"properties": { "jdbcTemplate": { "index": 0, "kind": "property", 
"displayName": "Jdbc Template", "required": true, "type": "object", "javaType": 
"org.springframework.jdbc.core.JdbcTemplate", "deprecated": false, "autowired": 
false, "secret": false, "description": "The Spring JdbcTemplate to use for 
connecting to the database" 

(camel-spring-boot) branch main updated: Regen

2026-09-01 Thread davsclaus
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 9143f8afdec Regen
9143f8afdec is described below

commit 9143f8afdecb03033a646f765f318be87b55f7e5
Author: Claus Ibsen 
AuthorDate: Wed Sep 2 08:02:08 2026 +0200

Regen
---
 .../camel/springboot/catalog/languages/simple.json | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
index f2240bb1378..ffadf6b51dc 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
@@ -203,15 +203,13 @@
 "!startsWith": { "index": 21, "kind": "operator", "displayName": "Not 
starts with", "label": "binary", "required": false, "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Tests whether the left operand string does not start with the right operand 
string.", "operatorKind": "binary", "operatorSyntax": "LHS !startsWith RHS", 
"precedence": 10, "examples": [ "${header.name} !startsWith 'Camel'" ] },
 "endsWith": { "index": 22, "kind": "operator", "displayName": "Ends with", 
"label": "binary", "required": false, "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "Tests whether the left 
operand string ends with the right operand string.", "operatorKind": "binary", 
"operatorSyntax": "LHS endsWith RHS", "precedence": 10, "examples": [ 
"${header.name} endsWith '.xml'" ] },
 "!endsWith": { "index": 23, "kind": "operator", "displayName": "Not ends 
with", "label": "binary", "required": false, "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Tests whether the left operand string does not end with the right operand 
string.", "operatorKind": "binary", "operatorSyntax": "LHS !endsWith RHS", 
"precedence": 10, "examples": [ "${header.name} !endsWith '.xml'" ] },
-"equals": { "index": 24, "kind": "operator", "displayName": "Equals", 
"label": "binary", "required": false, "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "Tests whether the left 
operand string equals the right operand string, compared as text without 
numeric coercion.", "operatorKind": "binary", "operatorSyntax": "LHS equals 
RHS", "precedence": 10, "examples": [ "${header.Account1} equals 
${header.Account2}" ] },
-"!equals": { "index": 25, "kind": "operator", "displayName": "Not equals", 
"label": "binary", "required": false, "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "Tests whether the left 
operand string does not equal the right operand string, compared as text 
without numeric coercion.", "operatorKind": "binary", "operatorSyntax": "LHS 
!equals RHS", "precedence": 10, "examples": [ "${header.Account1} !equals 
${header.Account2}" ] },
-"++": { "index": 26, "kind": "operator", "displayName": "Inc", "label": 
"unary", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Increments the numeric 
value by one. Must immediately follow a function closing brace.", 
"operatorKind": "unary", "operatorSyntax": "${fn}++", "precedence": 1, 
"examples": [ "${header.count}++" ] },
-"--": { "index": 27, "kind": "operator", "displayName": "Dec", "label": 
"unary", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Decrements the numeric 
value by one. Must immediately follow a function closing brace.", 
"operatorKind": "unary", "operatorSyntax": "${fn}--", "precedence": 1, 
"examples": [ "${header.count}--" ] },
-"&&": { "index": 28, "kind": "operator", "displayName": "And", "label": 
"logical", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Logical AND. Both left and 
right predicates must evaluate to true.", "operatorKind": "logical", 
"operatorSyntax": "predicate && predicate", "precedence": 30, "examples": [ 
"${header.title} contains 'Camel' && ${header.type} == 'gold'" ] },
-"||": { "index": 29, "kind": "operator", "displayName": "Or", "label": 
"logical", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Logical OR. At least one 
of the left or right predicates must evaluate to true.", 

(camel-spring-boot) branch main updated: Regen

2026-09-01 Thread davsclaus
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 bc8d7f55c88 Regen
bc8d7f55c88 is described below

commit bc8d7f55c88426c992dadda50b8c96aa54989ab9
Author: Claus Ibsen 
AuthorDate: Tue Sep 1 15:46:54 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index c70b69ade21..48b98f57a82 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -94,7 +94,7 @@
   
 com.openai
 openai-java
-4.52.0
+4.53.0
   
   
 eu.maveniverse.maven.mima.runtime



(camel-spring-boot) branch main updated: Regen

2026-08-30 Thread davsclaus
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 a3b94f2d6a1 Regen
a3b94f2d6a1 is described below

commit a3b94f2d6a14c58ae21dd9573830975d1308057b
Author: Claus Ibsen 
AuthorDate: Mon Aug 31 07:02:39 2026 +0200

Regen
---
 .../camel-ai-observability-starter/src/main/docs/ai-observability.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components-starter/camel-ai-observability-starter/src/main/docs/ai-observability.json
 
b/components-starter/camel-ai-observability-starter/src/main/docs/ai-observability.json
index bcb7443c7ab..f4cb64e616a 100644
--- 
a/components-starter/camel-ai-observability-starter/src/main/docs/ai-observability.json
+++ 
b/components-starter/camel-ai-observability-starter/src/main/docs/ai-observability.json
@@ -19,4 +19,4 @@
   "ignored": {
 "properties": []
   }
-}
+}
\ No newline at end of file



(camel-spring-boot) branch main updated: Regen

2026-08-29 Thread davsclaus
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 62e49aff313 Regen
62e49aff313 is described below

commit 62e49aff31359ed77c0b594f2651fcfe4a31b974
Author: Claus Ibsen 
AuthorDate: Sat Aug 29 13:50:18 2026 +0200

Regen
---
 .../camel/springboot/catalog/dev-consoles/activity.json |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/api.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/aws-secrets.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/aws2-s3.json  |  1 +
 .../springboot/catalog/dev-consoles/azure-secrets.json  |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/bean.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/blocked.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/browse.json   |  1 +
 .../springboot/catalog/dev-consoles/circuit-breaker.json|  1 +
 .../camel/springboot/catalog/dev-consoles/consumer.json |  1 +
 .../camel/springboot/catalog/dev-consoles/context.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/datasource.json   |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/debug.json |  1 +
 .../camel/springboot/catalog/dev-consoles/endpoint.json |  1 +
 .../camel/springboot/catalog/dev-consoles/errors.json   |  1 +
 .../springboot/catalog/dev-consoles/eval-language.json  |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/event.json |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/gc.json|  1 +
 .../camel/springboot/catalog/dev-consoles/gcp-secrets.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/groovy.json   |  1 +
 .../springboot/catalog/dev-consoles/hashicorp-secrets.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/health.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/heap-dump.json|  1 +
 .../springboot/catalog/dev-consoles/heap-histogram.json |  1 +
 .../camel/springboot/catalog/dev-consoles/ibm-secrets.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/inflight.json |  1 +
 .../springboot/catalog/dev-consoles/internal-tasks.json |  1 +
 .../springboot/catalog/dev-consoles/java-security.json  |  1 +
 .../springboot/catalog/dev-consoles/jfr-memory-leak.json|  1 +
 .../apache/camel/springboot/catalog/dev-consoles/jfr.json   |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/jvm.json   |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/kafka.json |  1 +
 .../catalog/dev-consoles/kubernetes-configmaps.json |  1 +
 .../springboot/catalog/dev-consoles/kubernetes-secrets.json |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/log.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/memory.json   |  1 +
 .../springboot/catalog/dev-consoles/message-history.json|  1 +
 .../camel/springboot/catalog/dev-consoles/micrometer.json   |  1 +
 .../springboot/catalog/dev-consoles/opentelemetry.json  |  1 +
 .../springboot/catalog/dev-consoles/platform-http.json  |  1 +
 .../springboot/catalog/dev-consoles/processor-detail.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/processor.json|  1 +
 .../camel/springboot/catalog/dev-consoles/producer.json |  1 +
 .../camel/springboot/catalog/dev-consoles/properties.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/quartz.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/receive.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/reload.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/resilience4j.json |  1 +
 .../camel/springboot/catalog/dev-consoles/rest-spec.json|  1 +
 .../apache/camel/springboot/catalog/dev-consoles/rest.json  |  1 +
 .../springboot/catalog/dev-consoles/route-controller.json   |  1 +
 .../springboot/catalog/dev-consoles/route-diagram.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/route-dump.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/route-group.json  |  1 +
 .../springboot/catalog/dev-consoles/route-structure.json|  1 +
 .../springboot/catalog/dev-consoles/route-topology.json |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/route.json |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/send.json  |  1 +
 .../camel/springboot/catalog/dev-consoles/service.json  |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/sftp.json  |  1 +
 .../springboot/catalog/dev-consoles/simple-language.json|  1 +
 .../camel/springboot/catalog/dev-consoles/source.json   |  1 +
 .../camel/springboot/catalog/dev-consoles/sql-query.json|  1 +
 .../camel/springboot/catalog/dev-consoles/sql-trace.json|  1 +
 .../springboot/catalog/dev-consoles/startup-recorder.json   |  1 +
 .../apache/camel/springboot/catalog/dev-consoles/stub.json  |  1 +
 .../springboot/catalog/dev-consoles/system-properties.json  |  1 +
 

(camel-spring-boot) branch main updated: Regen

2026-08-29 Thread davsclaus
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 ba521dd38cd Regen
ba521dd38cd is described below

commit ba521dd38cd9c9ced208366a9ab47ac32b2050f8
Author: Claus Ibsen 
AuthorDate: Sat Aug 29 09:22:08 2026 +0200

Regen
---
 .../apache/camel/springboot/catalog/languages/xpath.json|  7 +++
 .../camel-xpath-starter/src/main/docs/xpath.json|  6 --
 .../xpath/springboot/XPathLanguageConfiguration.java| 13 -
 docs/spring-boot/modules/ROOT/pages/starters/xpath.adoc |  3 +--
 4 files changed, 4 insertions(+), 25 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
index fec581efddc..9f3e9fb486c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
@@ -27,9 +27,8 @@
 "threadSafety": { "index": 8, "kind": "attribute", "displayName": "Thread 
Safety", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Whether to 
enable thread-safety for the returned result of the xpath expression. This 
applies to when using NODESET as the result type, and the returned set has 
multiple elements." },
 "preCompile": { "index": 9, "kind": "attribute", "displayName": "Pre 
Compile", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether to enable 
pre-compiling the xpath expression during initialization phase. pre-compile is 
enabled by default." },
 "namespace": { "index": 10, "kind": "element", "displayName": "Namespace", 
"group": "common", "label": "common", "required": false, "type": "array", 
"javaType": "java.util.List", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Injects the XML Namespaces of prefix to uri mappings." },
-"namespacesRef": { "index": 11, "kind": "attribute", "displayName": 
"Namespaces Ref", "group": "advanced", "label": "advanced", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Reference to a 
org.apache.camel.support.builder.Namespaces bean in the registry to use for the 
XML Namespaces of prefix to uri mappings." },
-"source": { "index": 12, "kind": "attribute", "displayName": "Source", 
"group": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Source to use, instead of message body. You can prefix with 
variable:, header:, or property: to specify kind of source. Otherwise, the 
source is assumed to be a variable. Use empty or null to use default source, 
which is the message body." },
-"resultType": { "index": 13, "kind": "attribute", "displayName": "Result 
Type", "group": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The class of the result type (type from output)." },
-"trim": { "index": 14, "kind": "attribute", "displayName": "Trim", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether to trim the 
source code to remove leading and trailing whitespaces and line breaks." }
+"source": { "index": 11, "kind": "attribute", "displayName": "Source", 
"group": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Source to use, instead of message body. You can prefix with 
variable:, header:, or property: to specify kind of source. Otherwise, the 
source is assumed to be a variable. Use empty or null to use default source, 
which is the message body." },
+"resultType": { "index": 12, "kind": "attribute", "displayName": "Result 
Type", "group": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The class of the result type (type from output)." },
+"trim": { "index": 13, "kind": 

(camel-spring-boot) branch main updated: Regen

2026-08-28 Thread davsclaus
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 9ebee93aae2 Regen
9ebee93aae2 is described below

commit 9ebee93aae2ecb795989712b6d196dc55a628275
Author: Claus Ibsen 
AuthorDate: Fri Aug 28 13:12:18 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/cxf.json   | 69 -
 .../camel/springboot/catalog/components/grpc.json  | 53 ++---
 .../camel/springboot/catalog/components/mina.json  | 86 +++---
 .../camel/springboot/catalog/components/mllp.json  |  2 +-
 .../camel/springboot/catalog/dataformats/pgp.json  |  3 +-
 .../src/main/docs/crypto-pgp.json  |  7 ++
 .../springboot/PGPDataFormatConfiguration.java | 17 +
 .../camel-mina-starter/src/main/docs/mina.json |  7 ++
 .../springboot/MinaComponentConfiguration.java | 14 
 .../camel-mllp-starter/src/main/docs/mllp.json |  2 +-
 .../springboot/MllpComponentConfiguration.java |  2 +-
 .../modules/ROOT/pages/starters/crypto-pgp.adoc|  3 +-
 .../modules/ROOT/pages/starters/mina.adoc  |  3 +-
 .../modules/ROOT/pages/starters/mllp.adoc  |  2 +-
 tooling/camel-spring-boot-bom/pom.xml  |  5 --
 tooling/camel-spring-boot-dependencies/pom.xml |  9 +--
 16 files changed, 163 insertions(+), 121 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
index 56730d5d9af..bcdb0a3aacb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
@@ -46,39 +46,40 @@
 "address": { "index": 1, "kind": "path", "displayName": "Address", 
"group": "service", "label": "service", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The service publish address." },
 "dataFormat": { "index": 2, "kind": "parameter", "displayName": "Data 
Format", "group": "common", "label": "", "required": false, "type": "enum", 
"javaType": "org.apache.camel.component.cxf.common.DataFormat", "enum": [ 
"PAYLOAD", "RAW", "MESSAGE", "CXF_MESSAGE", "POJO" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "POJO", "description": 
"The data type messages supported by the CXF endpoint." },
 "wrappedStyle": { "index": 3, "kind": "parameter", "displayName": "Wrapped 
Style", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "The WSDL style that 
describes how parameters are represented in the SOAP body. If the value is 
false, CXF will chose the document-literal unwrapped style, If the value is 
true, CXF will chose the document- [...]
-"bridgeErrorHandler": { "index": 4, "kind": "parameter", "displayName": 
"Bridge Error Handler", "group": "consumer (advanced)", "label": 
"consumer,advanced", "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 (if possible) occurred 
while the Camel consumer is trying to pickup incoming  [...]
-"exceptionHandler": { "index": 5, "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 def [...]
-"exchangePattern": { "index": 6, "kind": "parameter", "displayName": 
"Exchange Pattern", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
-"cookieHandler": { "index": 7, "kind": "parameter", "displayName": "Cookie 
Handler", "group": "producer", "label": "producer", "required": false, "type": 
"object", "javaType": "org.apache.camel.http.base.cookie.CookieHandler", 
"deprecated": false, 

(camel-spring-boot) branch main updated: Regen

2026-08-27 Thread davsclaus
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 358e19f020a Regen
358e19f020a is described below

commit 358e19f020aeced9987325af861141ba58af41d1
Author: Claus Ibsen 
AuthorDate: Thu Aug 27 14:26:30 2026 +0200

Regen
---
 .../catalog/components/ibm-watsonx-ai.json |  2 +-
 .../springboot/catalog/components/knative.json | 38 
 .../camel/springboot/catalog/components/mina.json  |  4 +-
 .../src/main/docs/knative.json |  7 +++
 .../springboot/KnativeComponentConfiguration.java  | 13 ++
 .../camel-mina-starter/src/main/docs/mina.json |  2 +-
 .../springboot/MinaComponentConfiguration.java |  5 +++
 .../modules/ROOT/pages/starters/knative.adoc   |  3 +-
 .../modules/ROOT/pages/starters/mina.adoc  |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml | 52 +-
 10 files changed, 73 insertions(+), 55 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watsonx-ai.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watsonx-ai.json
index 36866e90c65..d8aa1fcc503 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watsonx-ai.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watsonx-ai.json
@@ -65,7 +65,7 @@
 "CamelIBMWatsonxAiInput": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The input text\/prompt for generation", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#INPUT" },
 "CamelIBMWatsonxAiInputs": { "index": 2, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"java.util.List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The list of inputs for 
batch operations", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#INPUTS" },
 "CamelIBMWatsonxAiGeneratedText": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The generated text output", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#GENERATED_TEXT" },
-"CamelIBMWatsonxAiModelId": { "index": 4, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The model ID to use", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#MODEL_ID" },
+"CamelIBMWatsonxAiModelId": { "index": 4, "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The model ID used for the request, reported on 
the response", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#MODEL_ID" },
 "CamelIBMWatsonxAiDeploymentId": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The deployment ID to use", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DEPLOYMENT_ID" },
 "CamelIBMWatsonxAiSpaceId": { "index": 6, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The space ID for deployment operations", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#SPACE_ID" },
 "CamelIBMWatsonxAiDeploymentName": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The deployment name", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DEPLOYMENT_NAME" 
},
diff --git 

(camel-spring-boot) branch main updated: Regen

2026-08-25 Thread davsclaus
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 f4ce8803691 Regen
f4ce8803691 is described below

commit f4ce8803691cc2d56ee4926b0abbd13a7ac8a9f2
Author: Claus Ibsen 
AuthorDate: Tue Aug 25 14:12:29 2026 +0200

Regen
---
 .../catalog/components/ibm-secrets-manager.json|   4 +-
 .../springboot/catalog/components/openai.json  | 180 -
 components-starter/camel-jcr-starter/pom.xml   |   8 +
 tooling/camel-spring-boot-dependencies/pom.xml |  23 ++-
 4 files changed, 125 insertions(+), 90 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-secrets-manager.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-secrets-manager.json
index 7d0dd16ff95..4aab5204df7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-secrets-manager.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-secrets-manager.json
@@ -29,9 +29,9 @@
   },
   "headers": {
 "CamelIbmSecretsManagerProducerOperation": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Overrides the desired operation to be 
used in the producer.", "constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#OPERATION"
 },
-"CamelIbmSecretsManagerSecretName": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Set the desired secret path as 
header.", "constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#SECRET_NAME"
 },
+"CamelIbmSecretsManagerSecretName": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Set the desired secret name as 
header.", "constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#SECRET_NAME"
 },
 "CamelIbmSecretsManagerSecretVersion": { "index": 2, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Set the desired secret version as 
header.", "constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#SECRET_VERSION"
 },
-"CamelIbmSecretsManagerSecretId": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Set the desired secret version as 
header.", "constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#SECRET_ID"
 },
+"CamelIbmSecretsManagerSecretId": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Set the desired secret ID as header.", 
"constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#SECRET_ID"
 },
 "CamelIbmSecretsManagerSecretPayload": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Set the secret payload for update 
operation.", "constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#SECRET_PAYLOAD"
 },
 "CamelIbmSecretsManagerSecretData": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "java.util.Map", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Set the secret data (Map) 
for KV secret update operation.", "constantName": 
"org.apache.camel.component.ibm.secrets.manager.IBMSecretsManagerConstants#SECRET_DATA"
 }
   },
diff --git 

(camel-spring-boot) branch main updated: Regen

2026-08-14 Thread davsclaus
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 1adc298e46b Regen
1adc298e46b is described below

commit 1adc298e46b6887cc13e19d7cb796386ea934feb
Author: Claus Ibsen 
AuthorDate: Fri Aug 14 10:26:35 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 9a43d7edd34..f943b6a810f 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -30,6 +30,36 @@
   Camel Spring-Boot Dependencies BOM
   
 
+  
+com.aliyun
+dysmsapi20170525
+4.1.1
+  
+  
+com.aliyun
+eventbridge-client
+1.2.6
+  
+  
+com.aliyun
+eventbridge20200401
+5.2.2
+  
+  
+com.aliyun
+fc_open20210406
+2.1.0
+  
+  
+com.aliyun
+kms20160120
+1.2.3
+  
+  
+com.aliyun
+tea-openapi
+0.3.8
+  
   
 com.google.api.grpc
 proto-google-common-protos
@@ -2482,6 +2512,21 @@
 camel-alibaba-common
 4.23.0-SNAPSHOT
   
+  
+org.apache.camel
+camel-alibaba-eventbridge
+4.23.0-SNAPSHOT
+  
+  
+org.apache.camel
+camel-alibaba-fc
+4.23.0-SNAPSHOT
+  
+  
+org.apache.camel
+camel-alibaba-kms
+4.23.0-SNAPSHOT
+  
   
 org.apache.camel
 camel-alibaba-mns
@@ -2492,6 +2537,11 @@
 camel-alibaba-oss
 4.23.0-SNAPSHOT
   
+  
+org.apache.camel
+camel-alibaba-sms
+4.23.0-SNAPSHOT
+  
   
 org.apache.camel
 camel-allcomponents



(camel-spring-boot) branch main updated: Regen: fix protobuf catalog, add mcp-server-starter to BOMs, update dependencies (#1879)

2026-08-05 Thread fmariani
This is an automated email from the ASF dual-hosted git repository.

Croway 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 ad7e59a6dda Regen: fix protobuf catalog, add mcp-server-starter to 
BOMs, update dependencies (#1879)
ad7e59a6dda is described below

commit ad7e59a6ddaabd47f947519f58942e3c363fe1a5
Author: Federico Mariani <[email protected]>
AuthorDate: Wed Aug 5 18:15:38 2026 +0200

Regen: fix protobuf catalog, add mcp-server-starter to BOMs, update 
dependencies (#1879)

* regen

* Revert incorrect jacksonXml catalog change to jackson3xml

The jacksonXml data format in Camel core still uses camel-jacksonxml,
not camel-jackson3xml. The regen incorrectly changed this catalog entry.

Co-Authored-By: Claude Opus 4.6 (1M context) 

-

Co-authored-by: Claude Opus 4.6 (1M context) 
---
 .../springboot/catalog/dataformats/protobufJackson.json  | 12 ++--
 .../springboot/catalog/transformers/protobuf-binary.json |  4 ++--
 .../catalog/transformers/protobuf-x-java-object.json |  4 ++--
 .../springboot/catalog/transformers/protobuf-x-struct.json   |  4 ++--
 tooling/camel-spring-boot-bom/pom.xml|  5 +
 tooling/camel-spring-boot-dependencies/pom.xml   | 12 ++--
 6 files changed, 23 insertions(+), 18 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/protobufJackson.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/protobufJackson.json
index 2e7620d52ec..ec64fb8f8c4 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/protobufJackson.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/protobufJackson.json
@@ -5,12 +5,12 @@
 "title": "Protobuf Jackson",
 "description": "Marshal POJOs to Protobuf and back using Jackson.",
 "deprecated": false,
-"firstVersion": "4.19.0",
+"firstVersion": "3.10.0",
 "label": "dataformat,transformation",
-"javaType": 
"org.apache.camel.component.jackson3.protobuf.JacksonProtobufDataFormat",
+"javaType": 
"org.apache.camel.component.jackson.protobuf.JacksonProtobufDataFormat",
 "supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
-"artifactId": "camel-jackson3-protobuf-starter",
+"artifactId": "camel-jackson-protobuf-starter",
 "version": "4.22.0-SNAPSHOT",
 "modelName": "protobuf",
 "modelJavaType": "org.apache.camel.model.dataformat.ProtobufDataFormat"
@@ -26,10 +26,10 @@
 "allowJmsType": { "index": 7, "kind": "attribute", "displayName": "Allow 
Jms Type", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Used for JMS 
users to allow the JMSType header from the JMS spec to specify a FQN classname 
to use to unmarshal to." },
 "collectionType": { "index": 8, "kind": "attribute", "displayName": 
"Collection Type", "group": "advanced", "label": "advanced", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Refers to a custom 
collection type to lookup in the registry to use. This option should rarely be 
used, but allows using different collection types than java.util.Collection 
based as default." },
 "useList": { "index": 9, "kind": "attribute", "displayName": "Use List", 
"group": "common", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "To unmarshal to a List of Map or a List 
of Pojo." },
-"moduleClassNames": { "index": 10, "kind": "attribute", "displayName": 
"Module Class Names", "group": "advanced", "label": "advanced", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use custom Jackson 
modules tools.jackson.databind.JacksonModule specified as a String with FQN 
class names. Multiple classes can be separated by comma." },
+"moduleClassNames": { "index": 10, "kind": "attribute", "displayName": 
"Module Class Names", "group": "advanced", "label": "advanced", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use custom Jackson 
modules com.fasterxml.jackson.databind.Module specified as a String with FQN 
class names. Multiple classes can be 

(camel-spring-boot) branch main updated: Regen

2026-08-04 Thread davsclaus
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 803b28b1631 Regen
803b28b1631 is described below

commit 803b28b1631edee7872ca02f711c9ae08c32d6f0
Author: Claus Ibsen 
AuthorDate: Tue Aug 4 22:36:20 2026 +0200

Regen
---
 .../springboot/catalog/components/salesforce.json  | 54 +++---
 .../src/main/docs/salesforce.json  | 17 +++
 .../SalesforceComponentConfiguration.java  | 33 +
 .../modules/ROOT/pages/starters/salesforce.adoc| 14 +++---
 tooling/camel-spring-boot-dependencies/pom.xml | 10 
 5 files changed, 78 insertions(+), 50 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
index 74e94a0bd6b..1d9771e6edb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
@@ -25,11 +25,11 @@
 "verifiers": "parameters,connectivity"
   },
   "componentProperties": {
-"apexMethod": { "index": 0, "kind": "property", "displayName": "Apex 
Method", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "APEX method name" },
+"apexMethod": { "index": 0, "kind": "property", "displayName": "Apex 
Method", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "GET", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "HTTP verb used for the Apex 
REST invocation, such as GET, POST, PUT, PATCH or DELETE. Applie [...]
 "apexQueryParams": { "index": 1, "kind": "property", "displayName": "Apex 
Query Params", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "java.util.Map", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Query params for APEX method" },
 "apiVersion": { "index": 2, "kind": "property", "displayName": "Api 
Version", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "56.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
 "backoffIncrement": { "index": 3, "kind": "property", "displayName": 
"Backoff Increment", "group": "common", "label": "", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "1000", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Backoff interval increment for 
Streaming connection restart attempts for failures beyond  [...]
-"batchId": { "index": 4, "kind": "property", "displayName": "Batch Id", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API Batch ID" },
+"batchId": { "index": 4, "kind": "property", "displayName": "Batch Id", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Identifies a batch within a 
Bulk API v1 job. Required by getBatch, getRequest, getResults, 
getQueryResultIds and getQuery [...]
 "contentType": { "index": 5, "kind": "property", "displayName": "Content 
Type", "group": "common", "label": "", "required": false, "type": "enum", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": 

(camel-spring-boot) branch main updated: Regen

2026-08-04 Thread davsclaus
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 2a8f708f2dd Regen
2a8f708f2dd is described below

commit 2a8f708f2dd72e5a4bb61b9b16d20cd243513189
Author: Claus Ibsen 
AuthorDate: Tue Aug 4 10:38:13 2026 +0200

Regen
---
 .../apache/camel/springboot/catalog/beans/FileLockClusterService.json   | 2 +-
 .../springboot/catalog/beans/InfinispanEmbeddedClusterService.json  | 2 +-
 .../camel/springboot/catalog/beans/InfinispanRemoteClusterService.json  | 2 +-
 .../apache/camel/springboot/catalog/beans/KubernetesClusterService.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/FileLockClusterService.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/FileLockClusterService.json
index 93ffd6d9972..a6d2ac5a69e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/FileLockClusterService.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/FileLockClusterService.json
@@ -10,7 +10,7 @@
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-file-starter",
 "version": "4.22.0-SNAPSHOT",
-"properties": { "root": { "index": 0, "kind": "property", "displayName": 
"Root", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
root file path" }, "acquireLockDelay": { "index": 1, "kind": "property", 
"displayName": "Acquire Lock Delay", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 1, "description": " [...]
+"properties": { "root": { "index": 0, "kind": "property", "displayName": 
"Root", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
root file path" }, "acquireLockDelay": { "index": 1, "kind": "property", 
"displayName": "Acquire Lock Delay", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 1, "description": " [...]
   }
 }
 
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanEmbeddedClusterService.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanEmbeddedClusterService.json
index ce2baf295d4..84e5b1b1547 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanEmbeddedClusterService.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanEmbeddedClusterService.json
@@ -10,7 +10,7 @@
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-infinispan-embedded-starter",
 "version": "4.22.0-SNAPSHOT",
-"properties": { "id": { "index": 0, "kind": "property", "displayName": 
"Id", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Node 
id" }, "configurationUri": { "index": 1, "kind": "property", "displayName": 
"Configuration Uri", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "An  [...]
+"properties": { "id": { "index": 0, "kind": "property", "displayName": 
"Id", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Node 
id" }, "configurationUri": { "index": 1, "kind": "property", "displayName": 
"Configuration Uri", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "An  [...]
   }
 }
 
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanRemoteClusterService.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanRemoteClusterService.json
index eb0c6ceab59..919c32ecfd4 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/InfinispanRemoteClusterService.json
+++ 

(camel-spring-boot) branch main updated: Regen

2026-08-03 Thread davsclaus
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 75c4295d92c Regen
75c4295d92c is described below

commit 75c4295d92cc6914f738d357065a985e10bf4e39
Author: Claus Ibsen 
AuthorDate: Mon Aug 3 14:43:24 2026 +0200

Regen
---
 .../catalog/components/langchain4j-tools.json  |  2 +-
 .../springboot/catalog/components/openai.json  | 65 +++---
 tooling/camel-spring-boot-dependencies/pom.xml |  5 --
 3 files changed, 35 insertions(+), 37 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
index e2a117a3ca1..275cfe3f592 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
@@ -4,7 +4,7 @@
 "name": "langchain4j-tools",
 "title": "LangChain4j Tools",
 "description": "LangChain4j Tools and Function Calling Features",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "4.8.0",
 "label": "ai",
 "javaType": 
"org.apache.camel.component.langchain4j.tools.LangChain4jToolsComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
index 6d0b9315c1d..620d5d17d8d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
@@ -120,36 +120,39 @@
 "mcpReconnect": { "index": 31, "kind": "parameter", "displayName": "Mcp 
Reconnect", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.openai.OpenAIConfiguration", 
"configurationField": "configuration", "description": "Automatically reconnect 
to MCP servers when a tool call fails due to a t [...]
 "mcpServer": { "index": 32, "kind": "parameter", "displayName": "Mcp 
Server", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map", "prefix": 
"mcpServer.", "multiValue": true, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField": 
"configuration", "description": "MCP (Model Cont [...]
 "mcpTimeout": { "index": 33, "kind": "parameter", "displayName": "Mcp 
Timeout", "group": "producer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": 20, "configurationClass": 
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField": 
"configuration", "description": "Timeout in seconds for MCP tool call requests. 
Applies to all MCP operations inclu [...]
-"model": { "index": 34, "kind": "parameter", "displayName": "Model", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField": 
"configuration", "description": "The model to use for chat completion" },
-"outputClass": { "index": 35, "kind": "parameter", "displayName": "Output 
Class", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField": 
"configuration", "description": "Fully qualified class name for structured 
output using response format" },
-"previousResponseId": { "index": 36, "kind": "parameter", "displayName": 
"Previous Response Id", "group": "producer", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.openai.OpenAIConfiguration", 

(camel-spring-boot) branch main updated: Regen

2026-08-02 Thread davsclaus
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 3f8f46e2136 Regen
3f8f46e2136 is described below

commit 3f8f46e21361edc8326e5ac039e809cd64f0f5b7
Author: Claus Ibsen 
AuthorDate: Mon Aug 3 08:16:12 2026 +0200

Regen
---
 .../springboot/catalog/dev-consoles.properties |  1 +
 .../camel/springboot/catalog/dev-consoles/jfr.json | 76 ++
 .../src/main/docs/spring-boot.json |  7 ++
 3 files changed, 84 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index cc8288416f3..5a1de654eb7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -26,6 +26,7 @@ ibm-secrets
 inflight
 internal-tasks
 java-security
+jfr
 jfr-memory-leak
 jvm
 kafka
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/jfr.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/jfr.json
new file mode 100644
index 000..ded3e363e78
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/jfr.json
@@ -0,0 +1,76 @@
+{
+  "console": {
+"kind": "console",
+"group": "camel",
+"name": "jfr",
+"title": "JFR Runtime Instrumentation",
+"description": "Status and live control of camel-jfr runtime 
instrumentation",
+"deprecated": false,
+"javaType": "org.apache.camel.runtime.jfr.CamelJfrDevConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-jfr-starter",
+"version": "4.22.0-SNAPSHOT"
+  },
+  "options": {
+"command": {
+  "index": 0,
+  "kind": "option",
+  "displayName": "Command",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "string",
+  "javaType": "java.lang.String",
+  "enum": [
+"status",
+"enable",
+"disable",
+"jfc"
+  ],
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "defaultValue": "status",
+  "description": "Command to perform"
+},
+"disable": {
+  "index": 1,
+  "kind": "option",
+  "displayName": "Disable",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "string",
+  "javaType": "java.lang.String",
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "description": "Comma separated list of events to disable in the 
generated jfc settings overlay"
+},
+"event": {
+  "index": 2,
+  "kind": "option",
+  "displayName": "Event",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "string",
+  "javaType": "java.lang.String",
+  "enum": [
+"all",
+"route",
+"processor",
+"exchange",
+"send",
+"failed",
+"redelivery"
+  ],
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "defaultValue": "all",
+  "description": "The runtime event to enable or disable, or all for every 
event"
+}
+  }
+}
+
diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index e2b2c113a46..10e7a7e9df0 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -1027,6 +1027,13 @@
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
   "defaultValue": false
 },
+{
+  "name": "camel.main.startup-recorder-runtime-enabled",
+  "type": "java.lang.Boolean",
+  "description": "To also instrument the running Camel application, and 
not only its startup, by emitting Java Flight Recorder events for every 
exchange, route and processor. This requires that camel-jfr is on the 
classpath, and to enable this option. The runtime events are only captured 
while a recording is active. As they are emitted per message they add overhead, 
so this is turned off by default.",
+  "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+  "defaultValue": false
+},
 {
   "name": "camel.main.startup-summary-level",
   "type": "org.apache.camel.StartupSummaryLevel",



(camel-spring-boot) branch main updated: Regen

2026-07-28 Thread davsclaus
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 87b4fa543aa Regen
87b4fa543aa is described below

commit 87b4fa543aa0f49fddbb10e289e133079e63b0ce
Author: Claus Ibsen 
AuthorDate: Tue Jul 28 20:16:25 2026 +0200

Regen
---
 .../resources/org/apache/camel/springboot/catalog/components/xj.json | 5 +++--
 .../org/apache/camel/springboot/catalog/components/xslt-saxon.json   | 5 +++--
 .../org/apache/camel/springboot/catalog/components/xslt.json | 5 +++--
 components-starter/camel-xj-starter/src/main/docs/xj.json| 2 +-
 .../camel/component/xj/springboot/XJComponentConfiguration.java  | 4 ++--
 .../camel-xslt-saxon-starter/src/main/docs/xslt-saxon.json   | 2 +-
 .../xslt/saxon/springboot/XsltSaxonComponentConfiguration.java   | 4 ++--
 components-starter/camel-xslt-starter/src/main/docs/xslt.json| 2 +-
 .../camel/component/xslt/springboot/XsltComponentConfiguration.java  | 4 ++--
 docs/spring-boot/modules/ROOT/pages/starters/xj.adoc | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/xslt-saxon.adoc | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/xslt.adoc   | 2 +-
 12 files changed, 21 insertions(+), 18 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/xj.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/xj.json
index 91478de2e56..f5c9316859f 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/xj.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/xj.json
@@ -36,7 +36,7 @@
 "transformerFactoryConfigurationStrategy": { "index": 9, "kind": 
"property", "displayName": "Transformer Factory Configuration Strategy", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
configuration strategy to apply on freshly created instances of 
TransformerFactory." },
 "uriResolver": { "index": 10, "kind": "property", "displayName": "Uri 
Resolver", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "javax.xml.transform.URIResolver", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use a custom 
UriResolver. Should not be used together with the option 'uriResolverFactory'." 
},
 "uriResolverFactory": { "index": 11, "kind": "property", "displayName": 
"Uri Resolver Factory", "group": "advanced", "label": "advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.xslt.XsltUriResolverFactory", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use a custom 
UriResolver which depends on a dynamic endpoint resource URI. Should not be 
used together with the option 'uriResolver'." },
-"xpathTotalOpLimit": { "index": 12, "kind": "property", "displayName": 
"Xpath Total Op Limit", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "Limits the total 
number of XPath operators in an XSL Stylesheet. The default (from JDK) is 
1. Configuring this corresponds to setting JVM system property: 
jdk.xml.xpathTotalOpLimit" }
+"xpathTotalOpLimit": { "index": 12, "kind": "property", "displayName": 
"Xpath Total Op Limit", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "Limits the total 
number of XPath operators in an XSL Stylesheet. The default (from JDK) is 
1. The limit is set per TransformerFactory instance used by each endpoint, 
not as a JVM-global system  [...]
   },
   "headers": {
 "CamelXsltFileName": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The XSLT file name", "constantName": 
"org.apache.camel.component.xj.XJConstants#XSLT_FILE_NAME" },
@@ -66,6 +66,7 @@
 "transformerFactoryClass": { "index": 19, "kind": "parameter", 
"displayName": "Transformer Factory Class", "group": "advanced", "label": 
"advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 

(camel-spring-boot) branch main updated: Regen

2026-07-28 Thread davsclaus
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 53df6028999 Regen
53df6028999 is described below

commit 53df60289992e2e178f0c343bfcdff1d8f068789
Author: Claus Ibsen 
AuthorDate: Tue Jul 28 09:45:01 2026 +0200

Regen
---
 .../apache/camel/springboot/catalog/components/keycloak.json  | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/keycloak.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/keycloak.json
index b9bca2b96c8..af4f64a2a1a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/keycloak.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/keycloak.json
@@ -43,7 +43,7 @@
 "ipAddress": { "index": 16, "kind": "property", "displayName": "Ip 
Address", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.keycloak.KeycloakConfiguration", 
"configurationField": "configuration", "description": "Filter events by IP 
address" },
 "keycloakClient": { "index": 17, "kind": "property", "displayName": 
"Keycloak Client", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "org.keycloak.admin.client.Keycloak", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.keycloak.KeycloakConfiguration", 
"configurationField": "configuration", "description": "To use an existing 
configured Keycloak admin client" },
 "maxResults": { "index": 18, "kind": "property", "displayName": "Max 
Results", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 100, "configurationClass": 
"org.apache.camel.component.keycloak.KeycloakConfiguration", 
"configurationField": "configuration", "description": "Maximum number of events 
to retrieve per poll" },
-"operation": { "index": 19, "kind": "property", "displayName": 
"Operation", "group": "common", "label": "", "required": false, "type": "enum", 
"javaType": "org.apache.camel.component.keycloak.KeycloakOperations", "enum": [ 
"createRealm", "deleteRealm", "getRealm", "updateRealm", "createUser", 
"deleteUser", "getUser", "updateUser", "listUsers", "searchUsers", 
"createRole", "deleteRole", "getRole", "updateRole", "listRoles", 
"assignRoleToUser", "removeRoleFromUser", "getUserRoles", "cr [...]
+"operation": { "index": 19, "kind": "property", "displayName": 
"Operation", "group": "common", "label": "", "required": false, "type": "enum", 
"javaType": "org.apache.camel.component.keycloak.KeycloakOperations", "enum": [ 
"createRealm", "deleteRealm", "getRealm", "updateRealm", "createUser", 
"deleteUser", "getUser", "updateUser", "listUsers", "searchUsers", 
"createRole", "deleteRole", "getRole", "updateRole", "listRoles", 
"assignRoleToUser", "removeRoleFromUser", "getUserRoles", "cr [...]
 "operationTypes": { "index": 20, "kind": "property", "displayName": 
"Operation Types", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.keycloak.KeycloakConfiguration", 
"configurationField": "configuration", "description": "Filter admin events by 
operation types (comma-separated list, e.g., CREATE,UPDATE,DELETE)" },
 "password": { "index": 21, "kind": "property", "displayName": "Password", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "security": "secret", "configurationClass": 
"org.apache.camel.component.keycloak.KeycloakConfiguration", 
"configurationField": "configuration", "description": "Keycloak password" },
 "pojoRequest": { "index": 22, "kind": "property", "displayName": "Pojo 
Request", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.keycloak.KeycloakConfiguration", 
"configurationField": "configuration", "description": "If we want to use a POJO 
request as body or not" },
@@ -59,7 +59,7 @@
 "autowiredEnabled": { "index": 32, "kind": "property", "displayName": 
"Autowired Enabled", 

(camel-spring-boot) branch main updated: Regen

2026-07-24 Thread davsclaus
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 d652a655ac7 Regen
d652a655ac7 is described below

commit d652a655ac7293b0294349f3f192d716a2579b81
Author: Claus Ibsen 
AuthorDate: Sat Jul 25 08:20:11 2026 +0200

Regen
---
 .../camel/springboot/catalog/dev-consoles/processor-detail.json   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/processor-detail.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/processor-detail.json
index 6930ea57442..61f63a6ad90 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/processor-detail.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/processor-detail.json
@@ -18,13 +18,13 @@
   "displayName": "Route Id",
   "group": "query",
   "label": "query",
-  "required": true,
+  "required": false,
   "type": "string",
   "javaType": "java.lang.String",
   "deprecated": false,
   "autowired": false,
   "secret": false,
-  "description": "The route id to get processor details for"
+  "description": "The route id to get processor details for (use * for all 
routes)"
 }
   }
 }



(camel-spring-boot) branch main updated: Regen

2026-07-23 Thread davsclaus
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 95f2cf0407a Regen
95f2cf0407a is described below

commit 95f2cf0407a019f75d2a4857c20c1d270a099d06
Author: Claus Ibsen 
AuthorDate: Thu Jul 23 17:09:43 2026 +0200

Regen
---
 .../catalog/components/langchain4j-tools.json  |  5 +-
 .../springboot/catalog/dev-consoles.properties |  1 +
 .../catalog/dev-consoles/processor-detail.json | 31 +++
 tooling/camel-spring-boot-dependencies/pom.xml | 60 +++---
 4 files changed, 65 insertions(+), 32 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
index bb69b4dfe69..e2a117a3ca1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-tools.json
@@ -47,7 +47,8 @@
 "camelToolParameter": { "index": 7, "kind": "parameter", "displayName": 
"Camel Tool Parameter", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.langchain4j.tools.spec.CamelSimpleToolParameter", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Tool's Camel Parameters, programmatically define Tool 
description and parameters" },
 "exceptionHandler": { "index": 8, "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 def [...]
 "exchangePattern": { "index": 9, "kind": "parameter", "displayName": 
"Exchange Pattern", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
-"lazyStartProducer": { "index": 10, "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 [...]
-"chatModel": { "index": 11, "kind": "parameter", "displayName": "Chat 
Model", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "dev.langchain4j.model.chat.ChatModel", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.langchain4j.tools.LangChain4jToolsConfiguration", 
"configurationField": "configuration", "description": "Chat Model of type 
dev.langchain4j.model.cha [...]
+"maxToolCallingRoundTrips": { "index": 10, "kind": "parameter", 
"displayName": "Max Tool Calling Round Trips", "group": "producer", "label": 
"producer", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "defaultValue": 10, "description": "Maximum number of tool-calling round 
trips (iterations) allowed before stopping. This prevents infinite loops when 
the LLM keeps requesting tool calls indefinite [...]
+"lazyStartProducer": { "index": 11, "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 [...]
+"chatModel": { "index": 12, "kind": "parameter", "displayName": "Chat 
Model", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": 

(camel-spring-boot) branch main updated: Regen

2026-07-23 Thread davsclaus
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 0b8404825a6 Regen
0b8404825a6 is described below

commit 0b8404825a66ed8bc5554f7b042963bea309e142
Author: Claus Ibsen 
AuthorDate: Thu Jul 23 10:19:41 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/minio.json  |  4 ++--
 .../camel-minio-starter/src/main/docs/minio.json   |  4 ++--
 .../minio/springboot/MinioComponentConfiguration.java  | 10 +-
 .../component/minio/springboot/MinioComponentConverter.java|  4 ++--
 docs/spring-boot/modules/ROOT/pages/starters/minio.adoc|  2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
index d4d286fa2d4..521838530ef 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
@@ -72,7 +72,7 @@
 "accessKey": { "index": 45, "kind": "property", "displayName": "Access 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "security": "secret", "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Secret Access Key or Minio Access 
Key. If not set camel will connect to servic [...]
 "secretKey": { "index": 46, "kind": "property", "displayName": "Secret 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "security": "secret", "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Access Key Id or Minio Secret Key. 
If not set camel will connect to service fo [...]
 "serverSideEncryption": { "index": 47, "kind": "property", "displayName": 
"Server Side Encryption", "group": "security", "label": "security", "required": 
false, "type": "object", "javaType": "io.minio.ServerSideEncryption", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "Server-side encryption." },
-"serverSideEncryptionCustomerKey": { "index": 48, "kind": "property", 
"displayName": "Server Side Encryption Customer Key", "group": "security", 
"label": "security", "required": false, "type": "object", "javaType": 
"io.minio.ServerSideEncryptionCustomerKey", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "Server-side encryption for source objec [...]
+"serverSideEncryptionCustomerKey": { "index": 48, "kind": "property", 
"displayName": "Server Side Encryption Customer Key", "group": "security", 
"label": "security", "required": false, "type": "object", "javaType": 
"io.minio.ServerSideEncryption.CustomerKey", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "Server-side encryption for source obje [...]
   },
   "headers": {
 "CamelMinioBucketName": { "index": 0, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Consumer: The name of the bucket in which this object is 
contained.", "constantName": 
"org.apache.camel.component.minio.MinioConstants#BUCKET_NAME" },
@@ -163,6 +163,6 @@
 "accessKey": { "index": 60, "kind": "parameter", "displayName": "Access 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "security": "secret", "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Secret Access Key or Minio Access 
Key. If not set camel will connect to servi [...]
 "secretKey": { "index": 61, "kind": "parameter", "displayName": "Secret 
Key", "group": "security", "label": "security", "required": 

(camel-spring-boot) branch main updated: Regen

2026-07-22 Thread davsclaus
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 28979739483 Regen
28979739483 is described below

commit 289797394834128934fbcee367740d583e074fbc
Author: Claus Ibsen 
AuthorDate: Wed Jul 22 10:26:01 2026 +0200

Regen
---
 .../springboot/catalog/components/openai.json  | 130 +++--
 .../camel-aws-bedrock-starter/pom.xml  |   8 --
 .../camel-aws-cloudtrail-starter/pom.xml   |   8 --
 .../camel-aws-config-starter/pom.xml   |   8 --
 .../camel-aws-parameter-store-starter/pom.xml  |   8 --
 .../camel-aws-secrets-manager-starter/pom.xml  |   8 --
 .../camel-aws-security-hub-starter/pom.xml |   8 --
 .../camel-aws2-athena-starter/pom.xml  |   8 --
 .../camel-aws2-comprehend-starter/pom.xml  |   8 --
 components-starter/camel-aws2-cw-starter/pom.xml   |   8 --
 components-starter/camel-aws2-ddb-starter/pom.xml  |   8 --
 components-starter/camel-aws2-ec2-starter/pom.xml  |   8 --
 components-starter/camel-aws2-ecs-starter/pom.xml  |   8 --
 components-starter/camel-aws2-eks-starter/pom.xml  |   8 --
 .../camel-aws2-eventbridge-starter/pom.xml |   8 --
 components-starter/camel-aws2-iam-starter/pom.xml  |   8 --
 components-starter/camel-aws2-kms-starter/pom.xml  |   8 --
 .../camel-aws2-lambda-starter/pom.xml  |   8 --
 components-starter/camel-aws2-mq-starter/pom.xml   |   8 --
 components-starter/camel-aws2-msk-starter/pom.xml  |   8 --
 .../camel-aws2-polly-starter/pom.xml   |   8 --
 .../camel-aws2-redshift-starter/pom.xml|   8 --
 .../camel-aws2-rekognition-starter/pom.xml |   8 --
 components-starter/camel-aws2-s3-starter/pom.xml   |   8 --
 .../camel-aws2-s3-vectors-starter/pom.xml  |   8 --
 components-starter/camel-aws2-ses-starter/pom.xml  |   8 --
 components-starter/camel-aws2-sns-starter/pom.xml  |   8 --
 components-starter/camel-aws2-sqs-starter/pom.xml  |   8 --
 .../camel-aws2-step-functions-starter/pom.xml  |   8 --
 components-starter/camel-aws2-sts-starter/pom.xml  |   8 --
 .../camel-aws2-textract-starter/pom.xml|   8 --
 .../camel-aws2-timestream-starter/pom.xml  |   8 --
 .../camel-aws2-transcribe-starter/pom.xml  |   8 --
 .../camel-aws2-translate-starter/pom.xml   |   8 --
 .../camel-core-starter/src/main/docs/core.json |   7 ++
 .../Resilience4jConfigurationDefinitionCommon.java |  18 +++
 .../modules/ROOT/pages/starters/core.adoc  |   3 +-
 37 files changed, 94 insertions(+), 328 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
index 8a7c37a47eb..76a2a203f11 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
@@ -51,34 +51,37 @@
 "CamelOpenAIResponseModel": { "index": 14, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The model used for the completion 
response", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#RESPONSE_MODEL" },
 "CamelOpenAIResponseId": { "index": 15, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The unique identifier for the completion response", 
"constantName": "org.apache.camel.component.openai.OpenAIConstants#RESPONSE_ID" 
},
 "CamelOpenAIFinishReason": { "index": 16, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The reason the completion finished (e.g., stop, length, 
content_filter)", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#FINISH_REASON" },
-"CamelOpenAIPromptTokens": { "index": 17, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The number of tokens used in the prompt", 
"constantName": 
"org.apache.camel.component.openai.OpenAIConstants#PROMPT_TOKENS" },
-"CamelOpenAICompletionTokens": { "index": 18, "kind": 

(camel-spring-boot) branch main updated: Regen

2026-07-20 Thread davsclaus
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 e85c58fc940 Regen
e85c58fc940 is described below

commit e85c58fc940f28f57bf7b93b0e6328a192caec82
Author: Claus Ibsen 
AuthorDate: Mon Jul 20 20:03:11 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/activemq.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/activemq6.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/amqp.json  | 4 ++--
 .../apache/camel/springboot/catalog/components/azure-cosmosdb.json| 4 ++--
 .../apache/camel/springboot/catalog/components/azure-eventgrid.json   | 4 ++--
 .../apache/camel/springboot/catalog/components/azure-eventhubs.json   | 4 ++--
 .../org/apache/camel/springboot/catalog/components/azure-files.json   | 2 +-
 .../apache/camel/springboot/catalog/components/azure-functions.json   | 4 ++--
 .../apache/camel/springboot/catalog/components/azure-key-vault.json   | 2 +-
 .../apache/camel/springboot/catalog/components/azure-servicebus.json  | 4 ++--
 .../camel/springboot/catalog/components/azure-storage-blob.json   | 4 ++--
 .../camel/springboot/catalog/components/azure-storage-datalake.json   | 4 ++--
 .../camel/springboot/catalog/components/azure-storage-queue.json  | 4 ++--
 .../resources/org/apache/camel/springboot/catalog/components/jms.json | 4 ++--
 components-starter/camel-activemq-starter/src/main/docs/activemq.json | 2 +-
 .../component/activemq/springboot/ActiveMQComponentConfiguration.java | 2 +-
 .../camel-activemq6-starter/src/main/docs/activemq6.json  | 2 +-
 .../activemq6/springboot/ActiveMQComponentConfiguration.java  | 2 +-
 components-starter/camel-amqp-starter/src/main/docs/amqp.json | 2 +-
 .../camel/component/amqp/springboot/AMQPComponentConfiguration.java   | 2 +-
 .../camel-azure-cosmosdb-starter/src/main/docs/azure-cosmosdb.json| 2 +-
 .../azure/cosmosdb/springboot/CosmosDbComponentConfiguration.java | 2 +-
 .../camel-azure-eventgrid-starter/src/main/docs/azure-eventgrid.json  | 2 +-
 .../azure/eventgrid/springboot/EventGridComponentConfiguration.java   | 2 +-
 .../camel-azure-eventhubs-starter/src/main/docs/azure-eventhubs.json  | 2 +-
 .../azure/eventhubs/springboot/EventHubsComponentConfiguration.java   | 2 +-
 .../camel-azure-functions-starter/src/main/docs/azure-functions.json  | 2 +-
 .../azure/functions/springboot/FunctionsComponentConfiguration.java   | 2 +-
 .../src/main/docs/azure-servicebus.json   | 2 +-
 .../azure/servicebus/springboot/ServiceBusComponentConfiguration.java | 2 +-
 .../src/main/docs/azure-storage-blob.json | 2 +-
 .../azure/storage/blob/springboot/BlobComponentConfiguration.java | 2 +-
 .../src/main/docs/azure-storage-datalake.json | 2 +-
 .../storage/datalake/springboot/DataLakeComponentConfiguration.java   | 2 +-
 .../src/main/docs/azure-storage-queue.json| 2 +-
 .../azure/storage/queue/springboot/QueueComponentConfiguration.java   | 2 +-
 components-starter/camel-jms-starter/src/main/docs/jms.json   | 2 +-
 .../camel/component/jms/springboot/JmsComponentConfiguration.java | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/activemq.adoc| 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/activemq6.adoc   | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/amqp.adoc| 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/jms.adoc | 2 +-
 42 files changed, 54 insertions(+), 54 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
index f7d660b6600..09b971f8488 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
@@ -54,7 +54,7 @@
 "defaultTaskExecutorType": { "index": 27, "kind": "property", 
"displayName": "Default Task Executor Type", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.component.jms.DefaultTaskExecutorType", "enum": [ 
"ThreadPool", "SimpleAsync" ], "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "de [...]
 "eagerLoadingOfProperties": { "index": 28, "kind": "property", 
"displayName": "Eager Loading Of Properties", "group": 

(camel-spring-boot) branch main updated: Regen

2026-07-17 Thread davsclaus
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 038a953514a Regen
038a953514a is described below

commit 038a953514a6144ac1a4e74cbe6b794a66334743
Author: Claus Ibsen 
AuthorDate: Sat Jul 18 07:59:11 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/aws2-kinesis.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
index 248d5dc9841..77d9de2f185 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
@@ -68,8 +68,9 @@
 "CamelMessageTimestamp": { "index": 3, "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The timestamp of the message", "constantName": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Constants#MESSAGE_TIMESTAMP" },
 "CamelKinesisDbResumeAction": { "index": 4, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The resume action to execute when 
resuming.", "constantName": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Constants#RESUME_ACTION" },
 "CamelAwsKinesisShardId": { "index": 5, "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The shard ID of the shard where the data record was 
placed.", "constantName": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Constants#SHARD_ID" },
-"CamelAwsKinesisFailedRecordCount": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The number of records that failed in a 
batch put operation.", "constantName": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Constants#FAILED_RECORD_COUNT" 
},
-"CamelAwsKinesisRecordCount": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The total number of records in a batch 
put operation.", "constantName": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Constants#RECORD_COUNT" }
+"CamelAwsKinesisPartitionKeys": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "A list of partition keys 
for batch operations. When set, each record in the batch is assigned the 
partition key at the corresponding index, allowing records to be routed to 
different shards. If not set, the single Camel [...]
+"CamelAwsKinesisFailedRecordCount": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The number of records that failed in a 
batch put operation.", "constantName": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Constants#FAILED_RECORD_COUNT" 
},
+"CamelAwsKinesisRecordCount": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The total number of records in a batch 
put operation.", "constantName": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Constants#RECORD_COUNT" }
   },
   "properties": {
 "streamName": { "index": 0, "kind": "path", "displayName": "Stream Name", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"configurationField": "configuration", 

(camel-spring-boot) branch main updated: Regen

2026-07-13 Thread davsclaus
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 2c60d6bd203 Regen
2c60d6bd203 is described below

commit 2c60d6bd203da2d9aa1805eae9eee3b52f5bc2a9
Author: Claus Ibsen 
AuthorDate: Mon Jul 13 19:57:10 2026 +0200

Regen
---
 .../springboot/catalog/components/aws2-ec2.json|  2 +-
 .../camel/springboot/catalog/components/pqc.json   | 34 --
 .../camel-pqc-starter/src/main/docs/pqc.json   |  6 
 .../pqc/springboot/PQCComponentConfiguration.java  | 21 +
 .../modules/ROOT/pages/starters/pqc.adoc   |  3 +-
 5 files changed, 48 insertions(+), 18 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
index da04edf237e..c093212ed9c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
@@ -49,7 +49,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
+"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
 "CamelAwsEC2Operation": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The minimum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The maximum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
index 82af1392a19..063de00865f 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
@@ -45,15 +45,16 @@
 "keyRotationSchedulerEnabled": { "index": 18, "kind": "property", 
"displayName": "Key Rotation Scheduler Enabled", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to start an automated background key rotation 
scheduler for this component. Requires keyLifecycleManager to 

(camel-spring-boot) branch main updated: Regen

2026-07-07 Thread davsclaus
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 64572bf9987 Regen
64572bf9987 is described below

commit 64572bf9987be447f9a0fbb267578d691ee11d5f
Author: Claus Ibsen 
AuthorDate: Wed Jul 8 07:22:42 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/azure-files.json | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/file.json  | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/ftp.json   | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/ftps.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/mina-sftp.json   | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/sftp.json  | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/smb.json   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
index e45e6703034..2d999319699 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
@@ -62,7 +62,7 @@
 "moveFailed": { "index": 11, "kind": "parameter", "displayName": "Move 
Failed", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Sets the move failure expression based 
on Simple language. For example, to move files into a .error subdirectory use: 
.error. Note: When moving the files to the fail location Camel will handle the 
error and will not pick up [...]
 "noop": { "index": 12, "kind": "parameter", "displayName": "Noop", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "If true, the file is not moved or 
deleted in any way. This option is good for readonly data, or for ETL type 
requirements. If noop=true, Camel will set idempotent=true as well, to avoid 
consuming the same files over and o [...]
 "preMove": { "index": 13, "kind": "parameter", "displayName": "Pre Move", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Expression (such as File Language) used to 
dynamically set the filename when moving it before processing. For example to 
move in-progress files into the order directory set this value to order." },
-"preSort": { "index": 14, "kind": "parameter", "displayName": "Pre Sort", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "When pre-sort is enabled then the 
consumer will sort the file and directory names during polling, that was 
retrieved from the file system. You may want to do this in case you need to 
operate on the files in a sorte [...]
+"preSort": { "index": 14, "kind": "parameter", "displayName": "Pre Sort", 
"group": "consumer", "label": "consumer", "required": false, "type": "enum", 
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name", 
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired": 
false, "secret": false, "description": "When pre-sort is enabled then the 
consumer will sort the file and directory names during polling, that was 
retrieved from the file system. You  [...]
 "recursive": { "index": 15, "kind": "parameter", "displayName": 
"Recursive", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "If a directory, 
will look for files in all the sub-directories as well." },
 "resumeDownload": { "index": 16, "kind": "parameter", "displayName": 
"Resume Download", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Configures 
whether resume download is enabled. In addition the options localWorkDirectory 
must be configured so downloaded files are stored in a local directory, which 
is required to support resuming  [...]

(camel-spring-boot) branch main updated: Regen

2026-07-03 Thread davsclaus
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 6179be883c0 Regen
6179be883c0 is described below

commit 6179be883c0d67fa48f5be0787b330057905f93f
Author: Claus Ibsen 
AuthorDate: Fri Jul 3 19:45:52 2026 +0200

Regen
---
 .../beans/ElasticsearchBulkRequestAggregationStrategy.json |  2 +-
 .../org/apache/camel/springboot/catalog/components/amqp.json   |  2 +-
 .../camel/springboot/catalog/components/aws-cloudtrail.json|  4 ++--
 .../camel/springboot/catalog/components/debezium-postgres.json |  4 ++--
 .../camel/springboot/catalog/components/elasticsearch.json |  2 +-
 .../camel/springboot/catalog/components/hashicorp-vault.json   |  4 ++--
 .../org/apache/camel/springboot/catalog/components/irc.json|  2 +-
 .../catalog/components/langchain4j-embeddingstore.json |  2 +-
 .../org/apache/camel/springboot/catalog/components/log.json|  2 +-
 .../apache/camel/springboot/catalog/components/mapstruct.json  |  4 ++--
 .../springboot/catalog/components/pg-replication-slot.json |  2 +-
 .../apache/camel/springboot/catalog/components/pgevent.json|  2 +-
 .../springboot/catalog/dev-consoles/hashicorp-secrets.json |  4 ++--
 .../component/amqp/springboot/AMQPComponentConfiguration.java  |  2 +-
 .../springboot/CloudtrailComponentConfiguration.java   |  2 +-
 .../springboot/DebeziumPostgresComponentConfiguration.java |  2 +-
 .../es/springboot/ElasticsearchComponentConfiguration.java |  2 +-
 .../vault/springboot/HashicorpVaultComponentConfiguration.java |  2 +-
 .../component/irc/springboot/IrcComponentConfiguration.java|  2 +-
 .../LangChain4jEmbeddingStoreComponentConfiguration.java   |  2 +-
 .../component/log/springboot/LogComponentConfiguration.java|  2 +-
 .../camel-mapstruct-starter/src/main/docs/mapstruct.json   |  2 +-
 .../mapstruct/springboot/MapstructComponentConfiguration.java  |  4 ++--
 docs/spring-boot/modules/ROOT/nav.adoc | 10 +-
 docs/spring-boot/modules/ROOT/pages/starters/amqp.adoc |  2 +-
 .../modules/ROOT/pages/starters/aws-cloudtrail.adoc|  6 +++---
 .../modules/ROOT/pages/starters/debezium-postgres.adoc |  6 +++---
 .../spring-boot/modules/ROOT/pages/starters/elasticsearch.adoc |  2 +-
 .../modules/ROOT/pages/starters/hashicorp-vault.adoc   |  6 +++---
 docs/spring-boot/modules/ROOT/pages/starters/irc.adoc  |  2 +-
 .../ROOT/pages/starters/langchain4j-embeddingstore.adoc|  2 +-
 docs/spring-boot/modules/ROOT/pages/starters/log.adoc  |  2 +-
 docs/spring-boot/modules/ROOT/pages/starters/mapstruct.adoc|  4 ++--
 .../modules/ROOT/pages/starters/pg-replication-slot.adoc   |  4 ++--
 docs/spring-boot/modules/ROOT/pages/starters/pgevent.adoc  |  4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml |  4 ++--
 36 files changed, 56 insertions(+), 56 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/ElasticsearchBulkRequestAggregationStrategy.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/ElasticsearchBulkRequestAggregationStrategy.json
index 8ad1c8a67f2..29e94c9bee9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/ElasticsearchBulkRequestAggregationStrategy.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/ElasticsearchBulkRequestAggregationStrategy.json
@@ -5,7 +5,7 @@
 "javaType": 
"org.apache.camel.component.es.aggregation.ElasticsearchBulkRequestAggregationStrategy",
 "interfaceType": "org.apache.camel.AggregationStrategy",
 "title": "Elasticsearch Bulk Request Aggregation Strategy",
-"description": "Aggregates two ElasticSearch BulkOperation into a single 
BulkRequest",
+"description": "Aggregates two Elasticsearch BulkOperation into a single 
BulkRequest",
 "deprecated": false,
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-elasticsearch-starter",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
index 1a3632226df..7626cf66380 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "amqp",
 "title": "AMQP",
-

(camel-spring-boot) branch main updated: Regen

2026-07-02 Thread davsclaus
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 288858f1a84 Regen
288858f1a84 is described below

commit 288858f1a847849af6405b83a958a2130ea27cd6
Author: Claus Ibsen 
AuthorDate: Thu Jul 2 18:37:17 2026 +0200

Regen
---
 .../springboot/catalog/dev-consoles/bean.json  |  61 +++
 .../springboot/catalog/dev-consoles/browse.json| 105 +
 .../springboot/catalog/dev-consoles/debug.json |  74 +
 .../springboot/catalog/dev-consoles/errors.json|  87 ++
 .../catalog/dev-consoles/eval-language.json|  74 +
 .../springboot/catalog/dev-consoles/health.json|  22 +++
 .../catalog/dev-consoles/heap-histogram.json   |  17 ++
 .../springboot/catalog/dev-consoles/inflight.json  |  30 
 .../catalog/dev-consoles/jfr-memory-leak.json  |  84 ++
 .../springboot/catalog/dev-consoles/kafka.json |  17 ++
 .../catalog/dev-consoles/message-history.json  |  17 ++
 .../catalog/dev-consoles/micrometer.json   |  31 
 .../catalog/dev-consoles/opentelemetry.json|  35 +
 .../springboot/catalog/dev-consoles/processor.json |  50 ++
 .../springboot/catalog/dev-consoles/receive.json   |  52 ++
 .../springboot/catalog/dev-consoles/reload.json|  32 
 .../springboot/catalog/dev-consoles/rest-spec.json |  16 ++
 .../catalog/dev-consoles/route-controller.json |  32 
 .../catalog/dev-consoles/route-diagram.json| 175 +
 .../catalog/dev-consoles/route-dump.json   |  64 
 .../catalog/dev-consoles/route-group.json  |  48 ++
 .../catalog/dev-consoles/route-structure.json  |  60 +++
 .../catalog/dev-consoles/route-topology.json   |  47 ++
 .../springboot/catalog/dev-consoles/route.json |  65 
 .../springboot/catalog/dev-consoles/send.json  |  92 +++
 .../springboot/catalog/dev-consoles/source.json|  30 
 .../springboot/catalog/dev-consoles/sql-query.json | 121 ++
 .../springboot/catalog/dev-consoles/stub.json  |  63 
 .../springboot/catalog/dev-consoles/thread.json|  17 ++
 .../camel/springboot/catalog/dev-consoles/top.json |  30 
 .../springboot/catalog/dev-consoles/trace.json |  38 +
 .../catalog/dev-consoles/vertx-websocket.json  |  17 ++
 32 files changed, 1703 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/bean.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/bean.json
index 46d5faeecca..e83264cd132 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/bean.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/bean.json
@@ -10,6 +10,67 @@
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-console-starter",
 "version": "4.21.0-SNAPSHOT"
+  },
+  "options": {
+"filter": {
+  "index": 0,
+  "kind": "option",
+  "displayName": "Filter",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "string",
+  "javaType": "java.lang.String",
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "description": "Filters the beans matching by name"
+},
+"internal": {
+  "index": 1,
+  "kind": "option",
+  "displayName": "Internal",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "boolean",
+  "javaType": "java.lang.Boolean",
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "defaultValue": true,
+  "description": "Whether to include internal Camel beans"
+},
+"nulls": {
+  "index": 2,
+  "kind": "option",
+  "displayName": "Nulls",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "boolean",
+  "javaType": "java.lang.Boolean",
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "defaultValue": true,
+  "description": "Whether to include null values"
+},
+"properties": {
+  "index": 3,
+  "kind": "option",
+  "displayName": "Properties",
+  "group": "query",
+  "label": "query",
+  "required": false,
+  "type": "boolean",
+  "javaType": "java.lang.Boolean",
+  "deprecated": false,
+  "autowired": false,
+  "secret": false,
+  "defaultValue": true,
+  "description": "Whether to include bean properties"
+}
   }
 }
 
diff --git 

(camel-spring-boot) branch main updated: Regen

2026-07-02 Thread davsclaus
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 28cded8ecb5 Regen
28cded8ecb5 is described below

commit 28cded8ecb510dd7a849f688778f184d830c2e14
Author: Claus Ibsen 
AuthorDate: Thu Jul 2 12:43:57 2026 +0200

Regen
---
 .../camel/springboot/catalog/dataformats/pqc.json   |  7 +++
 .../camel/springboot/catalog/dev-consoles.properties|  1 +
 .../springboot/catalog/dev-consoles/heap-histogram.json | 15 +++
 .../camel-pqc-starter/src/main/docs/pqc.json|  9 +
 .../springboot/PQCDataFormatConfiguration.java  | 17 -
 docs/spring-boot/modules/ROOT/pages/starters/pqc.adoc   |  5 ++---
 6 files changed, 26 insertions(+), 28 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
index 3b40f791fad..ef43becd955 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
@@ -18,11 +18,10 @@
   "properties": {
 "id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": 
"common", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
id of this node" },
 "keyEncapsulationAlgorithm": { "index": 1, "kind": "attribute", 
"displayName": "Key Encapsulation Algorithm", "group": "common", "required": 
false, "type": "enum", "javaType": "java.lang.String", "enum": [ "MLKEM", 
"BIKE", "HQC", "CMCE", "SABER", "FRODO", "NTRU", "NTRULPRime", "SNTRUPrime", 
"KYBER" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "MLKEM", "description": "The Post-Quantum KEM algorithm to use 
for key encapsulation." },
-"symmetricKeyAlgorithm": { "index": 2, "kind": "attribute", "displayName": 
"Symmetric Key Algorithm", "group": "common", "required": false, "type": 
"enum", "javaType": "java.lang.String", "enum": [ "AES", "ARIA", "RC2", "RC5", 
"CAMELLIA", "CAST5", "CAST6", "CHACHA7539", "DSTU7624", "GOST28147", 
"GOST3412_2015", "GRAIN128", "HC128", "HC256", "SALSA20", "SEED", "SM4", 
"DESEDE" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "AES", "description": "The symmet [...]
+"symmetricKeyAlgorithm": { "index": 2, "kind": "attribute", "displayName": 
"Symmetric Key Algorithm", "group": "common", "required": false, "type": 
"enum", "javaType": "java.lang.String", "enum": [ "AES", "ARIA", "CAMELLIA", 
"CAST6", "DSTU7624", "GOST3412_2015", "SEED", "SM4", "CHACHA7539" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"AES", "description": "The symmetric encryption algorithm to use with the 
shared secret. Only algorithms that support au [...]
 "symmetricKeyLength": { "index": 3, "kind": "attribute", "displayName": 
"Symmetric Key Length", "group": "common", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 128, "description": "The length (in 
bits) of the symmetric key." },
 "keyPair": { "index": 4, "kind": "attribute", "displayName": "Key Pair", 
"group": "common", "required": false, "type": "object", "javaType": 
"java.security.KeyPair", "deprecated": false, "autowired": false, "secret": 
false, "description": "Refers to the KeyPair to lookup from the registry to use 
for KEM operations." },
-"bufferSize": { "index": 5, "kind": "attribute", "displayName": "Buffer 
Size", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 4096, "description": "The size of the 
buffer used for streaming encryption\/decryption." },
-"provider": { "index": 6, "kind": "attribute", "displayName": "Provider", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The JCE security provider to use." },
-"keyGenerator": { "index": 7, "kind": "attribute", "displayName": "Key 
Generator", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "javax.crypto.KeyGenerator", "deprecated": false, 
"autowired": false, "secret": false, "description": "Refers to a custom 
KeyGenerator to lookup from the registry for KEM operations." }
+"provider": { "index": 5, "kind": 

(camel-spring-boot) branch main updated: Regen

2026-07-01 Thread davsclaus
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 937cea5d82a Regen
937cea5d82a is described below

commit 937cea5d82aaade50808195a5ebf106e89cff4ea
Author: Claus Ibsen 
AuthorDate: Wed Jul 1 15:00:23 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/langchain4j-agent.json  | 6 +-
 .../camel/springboot/catalog/components/langchain4j-chat.json   | 6 +-
 .../camel/springboot/catalog/components/langchain4j-tools.json  | 6 ++
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
index 63a774341f0..9a907571204 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
@@ -42,7 +42,11 @@
 "CamelLangChain4jAgentUserMessage": { "index": 2, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The user message to accompany file 
content when using WrappedFile as input.", "constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#USER_MESSAGE" },
 "CamelLangChain4jAgentMediaType": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The media type (MIME type) of the file 
content. Overrides auto-detection from file extension.", "constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#MEDIA_TYPE" },
 "CamelLangChain4jAgentExcludeTags": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Comma-separated list of Camel tool tags 
to exclude from this agent invocation.", "constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#EXCLUDE_TAGS" },
-"CamelLangChain4jAgentExcludeMcpServers": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Comma-separated list of MCP server 
names (keys) to exclude from this agent invocation.", "constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#EXCLUDE_MCP_SERVERS" }
+"CamelLangChain4jAgentExcludeMcpServers": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Comma-separated list of MCP server 
names (keys) to exclude from this agent invocation.", "constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#EXCLUDE_MCP_SERVERS" 
},
+"CamelLangChain4jAgentFinishReason": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "dev.langchain4j.model.output.FinishReason", "enum": [ "STOP", 
"LENGTH", "TOOL_EXECUTION", "CONTENT_FILTER", "OTHER" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
Finish Reason.", "constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#FINISH_REASON" },
+"CamelLangChain4jAgentInputTokenCount": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Input Token Count.", 
"constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#INPUT_TOKEN_COUNT" },
+"CamelLangChain4jAgentOutputTokenCount": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Output Token Count.", 
"constantName": 
"org.apache.camel.component.langchain4j.agent.api.Headers#OUTPUT_TOKEN_COUNT" },
+"CamelLangChain4jAgentTotalTokenCount": { "index": 9, "kind": "header", 
"displayName": "", "group": "producer", 

(camel-spring-boot) branch main updated: Regen

2026-06-30 Thread davsclaus
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 000a5b5faff Regen
000a5b5faff is described below

commit 000a5b5faffdbc7d5fee5907ad2607a830289813
Author: Claus Ibsen 
AuthorDate: Wed Jul 1 07:06:09 2026 +0200

Regen
---
 .../camel/springboot/catalog/dev-consoles.properties  |  1 +
 .../camel/springboot/catalog/dev-consoles/sql-trace.json  | 15 +++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index 58374c6415d..c15b6f1c4d1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -53,6 +53,7 @@ sftp
 simple-language
 source
 sql-query
+sql-trace
 startup-recorder
 stub
 system-properties
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-trace.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-trace.json
new file mode 100644
index 000..ec23625e65f
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-trace.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+"kind": "console",
+"group": "camel",
+"name": "sql-trace",
+"title": "SQL Trace",
+"description": "Trace SQL query executions",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.SqlTraceDevConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.21.0-SNAPSHOT"
+  }
+}
+



(camel-spring-boot) branch main updated: Regen

2026-06-28 Thread davsclaus
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 a6b4f15e89f Regen
a6b4f15e89f is described below

commit a6b4f15e89fea9b1495e4227bd58b3d9549e9c24
Author: Claus Ibsen 
AuthorDate: Mon Jun 29 07:57:09 2026 +0200

Regen
---
 .../camel/springboot/catalog/dev-consoles.properties  |  1 +
 .../camel/springboot/catalog/dev-consoles/sql-query.json  | 15 +++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index 5bedc15f3a7..58374c6415d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -52,6 +52,7 @@ service
 sftp
 simple-language
 source
+sql-query
 startup-recorder
 stub
 system-properties
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-query.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-query.json
new file mode 100644
index 000..d157ad57430
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-query.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+"kind": "console",
+"group": "camel",
+"name": "sql-query",
+"title": "SQL Query",
+"description": "Execute SQL queries on DataSource beans",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.SqlQueryDevConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.21.0-SNAPSHOT"
+  }
+}
+



(camel-spring-boot) branch main updated: Regen

2026-06-28 Thread davsclaus
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 2541242a09b Regen
2541242a09b is described below

commit 2541242a09b137ffcf144d2fbd5cc9831e5347bd
Author: Claus Ibsen 
AuthorDate: Sun Jun 28 09:02:51 2026 +0200

Regen
---
 .../camel/springboot/catalog/dev-consoles.properties  |  1 +
 .../camel/springboot/catalog/dev-consoles/datasource.json | 15 +++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index f3b3e89502a..5bedc15f3a7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -7,6 +7,7 @@ browse
 circuit-breaker
 consumer
 context
+datasource
 debug
 endpoint
 errors
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/datasource.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/datasource.json
new file mode 100644
index 000..2db7b448370
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/datasource.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+"kind": "console",
+"group": "camel",
+"name": "datasource",
+"title": "DataSource",
+"description": "Displays DataSource connection pool metrics",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.DataSourceDevConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.21.0-SNAPSHOT"
+  }
+}
+



(camel-spring-boot) branch main updated: Regen

2026-06-25 Thread davsclaus
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 de97a3e7e7a Regen
de97a3e7e7a is described below

commit de97a3e7e7a764a93890edd38635539bb9c43383
Author: Claus Ibsen 
AuthorDate: Thu Jun 25 14:43:12 2026 +0200

Regen
---
 .../catalog/components/atmosphere-websocket.json   |   3 +-
 .../catalog/components/aws-bedrock-agent.json  | 124 ++---
 .../springboot/catalog/components/docling.json |  19 ++--
 .../camel/springboot/catalog/components/http.json  |  17 +--
 .../camel/springboot/catalog/components/https.json |  17 +--
 .../camel/springboot/catalog/components/jetty.json |  19 ++--
 .../springboot/catalog/components/servlet.json |   3 +-
 .../catalog/components/vertx-websocket.json|   2 +-
 .../src/main/docs/atmosphere-websocket.json|   6 +
 .../WebsocketComponentConfiguration.java   |  18 +++
 .../src/main/docs/aws-bedrock.json |   6 -
 .../BedrockAgentComponentConfiguration.java|  12 --
 .../camel-http-starter/src/main/docs/http.json |   6 +
 .../springboot/HttpComponentConfiguration.java |  18 +++
 .../camel-jetty-starter/src/main/docs/jetty.json   |   6 +
 .../JettyHttpComponentConfiguration12.java |  18 +++
 .../src/main/docs/servlet.json |   6 +
 .../springboot/ServletComponentConfiguration.java  |  18 +++
 .../ROOT/pages/starters/atmosphere-websocket.adoc  |   3 +-
 .../modules/ROOT/pages/starters/aws-bedrock.adoc   |   3 +-
 .../modules/ROOT/pages/starters/http.adoc  |   3 +-
 .../modules/ROOT/pages/starters/jetty.adoc |   3 +-
 .../modules/ROOT/pages/starters/servlet.adoc   |   3 +-
 23 files changed, 209 insertions(+), 124 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atmosphere-websocket.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atmosphere-websocket.json
index bdac63bc30d..175589ea2f3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atmosphere-websocket.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atmosphere-websocket.json
@@ -36,7 +36,8 @@
 "autowiredEnabled": { "index": 8, "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 t [...]
 "httpBinding": { "index": 9, "kind": "property", "displayName": "Http 
Binding", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.camel.http.common.HttpBinding", "deprecated": 
false, "autowired": false, "secret": false, "description": "To use a custom 
HttpBinding to control the mapping between Camel message and HttpClient." },
 "httpConfiguration": { "index": 10, "kind": "property", "displayName": 
"Http Configuration", "group": "advanced", "label": "advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.http.common.HttpConfiguration", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use the shared 
HttpConfiguration as base configuration." },
-"headerFilterStrategy": { "index": 11, "kind": "property", "displayName": 
"Header Filter Strategy", "group": "filter", "label": "filter", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message." }
+"headerFilterStrategy": { "index": 11, "kind": "property", "displayName": 
"Header Filter Strategy", "group": "filter", "label": "filter", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message." },
+"deserializationFilter": { "index": 12, "kind": "property", "displayName": 
"Deserialization Filter", "group": "security", "label": "advanced,security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
an ObjectInputFilter 

(camel-spring-boot) branch main updated: Regen

2026-06-23 Thread davsclaus
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 bacdbf43d89 Regen
bacdbf43d89 is described below

commit bacdbf43d89f9fb90d52623f07f77cc49cbac463
Author: Claus Ibsen 
AuthorDate: Tue Jun 23 14:07:02 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/imap.json  | 16 ++---
 .../camel/springboot/catalog/components/imaps.json | 16 ++---
 .../springboot/catalog/components/milo-browse.json |  8 +--
 .../springboot/catalog/components/milo-client.json |  8 +--
 .../camel/springboot/catalog/components/pop3.json  | 16 ++---
 .../camel/springboot/catalog/components/pop3s.json | 16 ++---
 .../camel/springboot/catalog/components/smtp.json  | 16 ++---
 .../camel/springboot/catalog/components/smtps.json | 16 ++---
 .../camel-mail-starter/src/main/docs/mail.json |  8 +++
 .../springboot/MailComponentConfiguration.java |  8 +++
 .../camel-milo-starter/src/main/docs/milo.json | 24 +++
 .../MiloBrowseComponentConfiguration.java  | 28 ++
 .../MiloClientComponentConfiguration.java  | 28 ++
 .../modules/ROOT/pages/starters/mail.adoc  |  8 +++
 .../modules/ROOT/pages/starters/milo.adoc  |  6 -
 15 files changed, 157 insertions(+), 65 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
index 987187fec51..0985d0a4133 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
@@ -51,10 +51,10 @@
 "replyTo": { "index": 22, "kind": "property", "displayName": "Reply To", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "The Reply-To recipients (the receivers of the 
response mail). Separate multiple email address [...]
 "subject": { "index": 23, "kind": "property", "displayName": "Subject", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "The Subject of the message being sent. Note: 
Setting the subject in the header takes precedenc [...]
 "to": { "index": 24, "kind": "property", "displayName": "To", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Sets the destination email address. Separate 
multiple email addresses with comma." },
-"useHeaderFrom": { "index": 25, "kind": "property", "displayName": "Use 
Header From", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Whether message headers From and Sender 
override the sender pre-configured in the endpoin [...]
-"useHeaderRecipients": { "index": 26, "kind": "property", "displayName": 
"Use Header Recipients", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "Whether message headers 
To, CC, and BCC override the recipients pre-configure [...]
-"useHeaderReplyTo": { "index": 27, "kind": "property", "displayName": "Use 
Header Reply To", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", 

(camel-spring-boot) branch main updated: Regen

2026-06-19 Thread davsclaus
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 5e4dbe9ddbb Regen
5e4dbe9ddbb is described below

commit 5e4dbe9ddbb6f33a36b3b4d7ef8026e91acbb5ce
Author: Claus Ibsen 
AuthorDate: Fri Jun 19 13:53:54 2026 +0200

Regen
---
 docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/disruptor.adoc  | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/fastjson.adoc   | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/google-storage.adoc | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/gson.adoc   | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/jsonb.adoc  | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/nats.adoc   | 4 ++--
 docs/spring-boot/modules/ROOT/pages/starters/snakeyaml.adoc  | 2 +-
 docs/spring-boot/modules/ROOT/pages/starters/xmlsecurity.adoc| 4 ++--
 10 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc 
b/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc
index fe3ce032d96..eb522649a49 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc
@@ -56,7 +56,7 @@ The starter supports 32 options, which are listed below.
 | camel.component.azure-cosmosdb.multiple-write-regions-enabled | Sets the 
flag to enable writes on any regions for geo-replicated database accounts in 
the Azure Cosmos DB service. When the value of this property is true, the SDK 
will direct write operations to available writable regions of geo-replicated 
database account. Writable regions are ordered by PreferredRegions property. 
Setting the property value to true has no effect until 
EnableMultipleWriteRegions in DatabaseAccount is also [...]
 | camel.component.azure-cosmosdb.operation | The CosmosDB operation that can 
be used with this component on the producer. | listdatabases | 
CosmosDbOperationsDefinition
 | camel.component.azure-cosmosdb.preferred-regions | Sets the comma separated 
preferred regions for geo-replicated database accounts. For example, East US as 
the preferred region. When EnableEndpointDiscovery is true and PreferredRegions 
is non-empty, the SDK will prefer to use the regions in the container in the 
order they are specified to perform operations. |  | String
-| camel.component.azure-cosmosdb.query | An SQL query to execute on a given 
resources. To learn more about Cosmos SQL API, check this link {link 
https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-getting-started} |  
| String
+| camel.component.azure-cosmosdb.query | An SQL query to execute on a given 
resources. To learn more about Cosmos SQL API, check this link \{link 
https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-getting-started} |  
| String
 | camel.component.azure-cosmosdb.query-request-options | Set additional 
QueryRequestOptions that can be used with queryItems, queryContainers, 
queryDatabases, listDatabases, listItems, listContainers operations. The option 
is a com.azure.cosmos.models.CosmosQueryRequestOptions type. |  | 
CosmosQueryRequestOptions
 | camel.component.azure-cosmosdb.read-requests-fallback-enabled | Sets whether 
to allow for reads to go to multiple regions configured on an account of Azure 
Cosmos DB service. DEFAULT value is true. If this property is not set, the 
default is true for all Consistency Levels other than Bounded Staleness, The 
default is false for Bounded Staleness. 1. endpointDiscoveryEnabled is true 2. 
the Azure Cosmos DB account has more than one region | true | Boolean
 | camel.component.azure-cosmosdb.throughput-properties | Sets throughput of 
the resources in the Azure Cosmos DB service. The option is a 
com.azure.cosmos.models.ThroughputProperties type. |  | ThroughputProperties
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc 
b/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc
index 10afb3fdc00..efcd7342e17 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc
@@ -30,7 +30,7 @@ The starter supports 32 options, which are listed below.
 |===
 | Name | Description | Default | Type
 | camel.component.crypto.algorithm | Sets the JCE name of the Algorithm that 
should be used for the signer. | SHA256withRSA | String
-| camel.component.crypto.alias | Sets the alias used to query the KeyStore for 
keys and {link java.security.cert.Certificate Certificates} to be used in 
signing and verifying exchanges. This value can be provided at runtime via the 
message header 

(camel-spring-boot) branch main updated: Regen

2026-06-18 Thread davsclaus
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 36dde812b2d Regen
36dde812b2d is described below

commit 36dde812b2d779d5e6e0cb968121a0fea7ddc56b
Author: Claus Ibsen 
AuthorDate: Thu Jun 18 22:02:07 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 2c7037ae96e..9213ea869a3 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -54,7 +54,7 @@
   
 com.openai
 openai-java
-4.40.0
+4.41.0
   
   
 eu.maveniverse.maven.mima.runtime



(camel-spring-boot) branch main updated: Regen

2026-06-17 Thread davsclaus
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 d8830415017 Regen
d8830415017 is described below

commit d883041501759aca35c59ef1c0b8a2c413382035
Author: Claus Ibsen 
AuthorDate: Wed Jun 17 16:00:45 2026 +0200

Regen
---
 core/camel-spring-boot/src/main/docs/spring-boot.json | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index 2d8278eb729..cf2734271fe 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -1196,7 +1196,7 @@
 {
   "name": "camel.main.yaml-dsl-compact-notation-warn",
   "type": "java.lang.Boolean",
-  "description": "Whether to log a WARN when YAML DSL routes use compact 
(shorthand) notation instead of the canonical (explicit\/normalized) form. The 
canonical style is recommended as it is more tooling and AI friendly. Use Camel 
CLI to normalize existing routes: camel yaml normalize ",
+  "description": "Whether to log a WARN when YAML DSL routes use compact 
(shorthand) notation instead of the canonical (explicit\/normalized) form. The 
canonical style is recommended as it is more tooling and AI friendly. Use Camel 
CLI to normalize existing routes: camel validate normalize ",
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
   "defaultValue": true
 },
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index bb8e1fe88e4..2c7037ae96e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -54,7 +54,7 @@
   
 com.openai
 openai-java
-4.39.1
+4.40.0
   
   
 eu.maveniverse.maven.mima.runtime



(camel-spring-boot) branch main updated: Regen

2026-06-12 Thread davsclaus
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 db1f0dd7429 Regen
db1f0dd7429 is described below

commit db1f0dd74293e1d77c9947f384e95219edb1ec0e
Author: Claus Ibsen 
AuthorDate: Sat Jun 13 08:05:12 2026 +0200

Regen
---
 .../components/elasticsearch-rest-client.json  |  7 ++-
 .../camel/springboot/catalog/components/http.json  | 38 ---
 .../camel/springboot/catalog/components/https.json | 38 ---
 .../camel/springboot/catalog/components/jetty.json |  3 +-
 .../springboot/catalog/components/netty-http.json  | 19 
 .../springboot/catalog/components/openai.json  | 57 +++---
 .../catalog/components/platform-http.json  |  2 +-
 .../catalog/components/rest-openapi.json   |  3 +-
 .../springboot/catalog/components/servlet.json | 13 ++---
 .../springboot/catalog/components/undertow.json| 13 ++---
 .../src/main/docs/elasticsearch-rest-client.json   | 13 +
 ...sticsearchRestClientComponentConfiguration.java | 29 +++
 .../ElasticsearchRestClientComponentConverter.java |  2 +
 .../camel-http-starter/src/main/docs/http.json |  7 +++
 .../springboot/HttpComponentConfiguration.java | 23 +
 tooling/camel-spring-boot-dependencies/pom.xml |  6 +--
 16 files changed, 180 insertions(+), 93 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
index c9c234b24aa..a144dc722cc 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest-client.json
@@ -35,7 +35,9 @@
 "snifferInterval": { "index": 8, "kind": "property", "displayName": 
"Sniffer Interval", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 6, "description": "Sniffer interval 
(in millis)" },
 "certificatePath": { "index": 9, "kind": "property", "displayName": 
"Certificate Path", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "supportFileReference": true, 
"description": "Certificate Path" },
 "password": { "index": 10, "kind": "property", "displayName": "Password", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "security": "secret", "description": "Password" },
-"user": { "index": 11, "kind": "property", "displayName": "User", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "security": "secret", "description": "Username" }
+"sslContextParameters": { "index": 11, "kind": "property", "displayName": 
"Ssl Context Parameters", "group": "security", "label": "security", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure security 
using SSLContextParameters. When configured, this takes precedence over the 
certificatePath option." },
+"useGlobalSslContextParameters": { "index": 12, "kind": "property", 
"displayName": "Use Global Ssl Context Parameters", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Enable usage of global SSL context 
parameters." },
+"user": { "index": 13, "kind": "property", "displayName": "User", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "security": "secret", "description": "Username" }
   },
   "headers": {
 "CamelElasticsearchId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "ID of the object to index or retrieve or delete", 
"constantName": 
"org.apache.camel.component.elasticsearch.rest.client.ElasticSearchRestClientConstant#ID"
 },
@@ 

(camel-spring-boot) branch main updated: Regen

2026-06-11 Thread davsclaus
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 da1d5bcfe0b Regen
da1d5bcfe0b is described below

commit da1d5bcfe0bec4c1da347065f22ed2edc9f5bdb5
Author: Claus Ibsen 
AuthorDate: Thu Jun 11 21:20:17 2026 +0200

Regen
---
 .../catalog/components/elasticsearch.json  |  7 ++-
 .../camel/springboot/catalog/components/solr.json  |  7 ++-
 .../src/main/docs/elasticsearch.json   | 13 +
 .../ElasticsearchComponentConfiguration.java   | 29 ++
 .../ElasticsearchComponentConverter.java   |  2 +
 .../camel-solr-starter/src/main/docs/solr.json | 13 +
 .../springboot/SolrComponentConfiguration.java | 29 ++
 .../solr/springboot/SolrComponentConverter.java|  2 +
 tooling/camel-spring-boot-dependencies/pom.xml | 66 +++---
 9 files changed, 131 insertions(+), 37 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
index 632fbf884b8..f0f4dc947de 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
@@ -38,7 +38,9 @@
 "certificatePath": { "index": 11, "kind": "property", "displayName": 
"Certificate Path", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The path of the 
self-signed certificate to use to access to Elasticsearch." },
 "enableSSL": { "index": 12, "kind": "property", "displayName": "Enable 
SSL", "group": "security", "label": "security", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Enable SSL" },
 "password": { "index": 13, "kind": "property", "displayName": "Password", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "security": "secret", "description": "Password for 
authenticating" },
-"user": { "index": 14, "kind": "property", "displayName": "User", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "security": "secret", "description": "Basic authenticate user" }
+"sslContextParameters": { "index": 14, "kind": "property", "displayName": 
"Ssl Context Parameters", "group": "security", "label": "security", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure security 
using SSLContextParameters. When configured, this takes precedence over the 
certificatePath option." },
+"useGlobalSslContextParameters": { "index": 15, "kind": "property", 
"displayName": "Use Global Ssl Context Parameters", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Enable usage of global SSL context 
parameters." },
+"user": { "index": 16, "kind": "property", "displayName": "User", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "security": "secret", "description": "Basic authenticate user" }
   },
   "headers": {
 "CamelElasticsearchOperation": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "org.apache.camel.component.es.ElasticsearchOperation", "enum": [ 
"Index", "Update", "Bulk", "GetById", "MultiGet", "MultiSearch", "Delete", 
"DeleteIndex", "Search", "Exists", "Ping" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
operation to perform", "constantName": "org.apache.cam [...]
@@ -73,6 +75,7 @@
 "sniffAfterFailureDelay": { "index": 17, "kind": "parameter", 
"displayName": "Sniff After Failure Delay", "group": "advanced", "label": 
"advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
6, "configurationClass": 

(camel-spring-boot) branch main updated: Regen

2026-06-09 Thread davsclaus
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 30fb202e47f Regen
30fb202e47f is described below

commit 30fb202e47f9d079879d0923f7b8f5a324ea2b38
Author: Claus Ibsen 
AuthorDate: Wed Jun 10 07:23:08 2026 +0200

Regen
---
 .../camel/springboot/catalog/languages/simple.json | 34 ++
 tooling/camel-spring-boot-dependencies/pom.xml | 14 -
 2 files changed, 41 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
index 675f993cf85..5ae254e64ad 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
@@ -154,5 +154,39 @@
 "variableAs(key,type)": { "index": 126, "kind": "function", "displayName": 
"Variable As", "group": "core", "label": "core", "required": false, "javaType": 
"Object", "prefix": "${", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Converts the variable to 
the given type (classname).", "ognl": false, "suffix": "}", "params": [ { 
"name": "key", "javaType": "String", "required": true, "description": "The 
variable name" }, { "name": "type",  [...]
 "variables": { "index": 127, "kind": "function", "displayName": 
"Variables", "group": "core", "label": "core", "required": false, "javaType": 
"java.util.Map", "prefix": "${", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Returns all the variables 
from the current Exchange in a Map", "ognl": false, "suffix": "}", "examples": 
[ "${variables} -> {myVar=value1, count=5}" ] },
 "xpath(input,exp)": { "index": 128, "kind": "function", "displayName": 
"XPath", "group": "xml", "label": "xml", "required": false, "javaType": 
"Object", "prefix": "${", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "When working with XML 
data, then this allows using the XPath language, for example, to extract data 
from the message body (in XML format). This requires having camel-xpath JAR on 
the classpath. For input (optional), you ca [...]
+  },
+  "operators": {
+"==": { "index": 0, "kind": "operator", "displayName": "Eq", "label": 
"binary", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Tests equality between 
left and right operand values. Camel will coerce the right operand type to 
match the left.", "operatorKind": "binary", "operatorSyntax": "LHS == RHS", 
"precedence": 10, "examples": [ "${header.foo} == 'bar'", "${header.count} == 
5" ] },
+"=~": { "index": 1, "kind": "operator", "displayName": "Eq ignore", 
"label": "binary", "required": false, "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "Tests equality between 
left and right operand values, ignoring case for string comparison.", 
"operatorKind": "binary", "operatorSyntax": "LHS =~ RHS", "precedence": 10, 
"examples": [ "${header.foo} =~ 'BAR'" ] },
+">": { "index": 2, "kind": "operator", "displayName": "Gt", "label": 
"binary", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Tests whether the left 
operand is greater than the right operand.", "operatorKind": "binary", 
"operatorSyntax": "LHS > RHS", "precedence": 10, "examples": [ "${header.count} 
> 100" ] },
+">=": { "index": 3, "kind": "operator", "displayName": "Gte", "label": 
"binary", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Tests whether the left 
operand is greater than or equal to the right operand.", "operatorKind": 
"binary", "operatorSyntax": "LHS >= RHS", "precedence": 10, "examples": [ 
"${header.count} >= 100" ] },
+"<": { "index": 4, "kind": "operator", "displayName": "Lt", "label": 
"binary", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Tests whether the left 
operand is less than the right operand.", "operatorKind": "binary", 
"operatorSyntax": "LHS < RHS", "precedence": 10, "examples": [ "${header.count} 
< 100" ] },
+"<=": { "index": 5, "kind": "operator", "displayName": "Lte", "label": 
"binary", "required": false, "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Tests whether the left 
operand is less 

(camel-spring-boot) branch main updated: Regen

2026-06-09 Thread davsclaus
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 43cfc47329a Regen
43cfc47329a is described below

commit 43cfc47329a63418cb1faa359bf02f0e4e99f93e
Author: Claus Ibsen 
AuthorDate: Tue Jun 9 16:25:12 2026 +0200

Regen
---
 core/camel-spring-boot/src/main/docs/spring-boot.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index e4fa48dd92c..7492dd7a866 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -835,7 +835,7 @@
 {
   "name": "camel.main.modeline",
   "type": "java.lang.Boolean",
-  "description": "Whether to support JBang style \/\/DEPS to specify 
additional dependencies when running Camel JBang",
+  "description": "Whether to support JBang style \/\/DEPS to specify 
additional dependencies when running Camel CLI",
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
   "defaultValue": false
 },
@@ -1196,7 +1196,7 @@
 {
   "name": "camel.main.yaml-dsl-compact-notation-warn",
   "type": "java.lang.Boolean",
-  "description": "Whether to log a WARN when YAML DSL routes use compact 
(shorthand) notation instead of the canonical (explicit\/normalized) form. The 
canonical style is recommended as it is more tooling and AI friendly. Use Camel 
JBang to normalize existing routes: camel yaml normalize ",
+  "description": "Whether to log a WARN when YAML DSL routes use compact 
(shorthand) notation instead of the canonical (explicit\/normalized) form. The 
canonical style is recommended as it is more tooling and AI friendly. Use Camel 
CLI to normalize existing routes: camel yaml normalize ",
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
   "defaultValue": true
 },



(camel-spring-boot) branch main updated: Regen

2026-06-05 Thread davsclaus
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 19d5b371260 Regen
19d5b371260 is described below

commit 19d5b37126081d0148d8d4ad8e51433d2e7e042f
Author: Claus Ibsen 
AuthorDate: Fri Jun 5 17:53:16 2026 +0200

Regen
---
 .../catalog/components/langchain4j-agent.json  | 26 --
 .../src/main/docs/langchain4j-agent.json   |  6 +
 .../LangChain4jAgentComponentConfiguration.java| 17 ++
 .../LangChain4jAgentComponentConverter.java|  2 ++
 4 files changed, 39 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
index d864f1da3ed..1b17ad0cf42 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-agent.json
@@ -25,13 +25,14 @@
   },
   "componentProperties": {
 "agent": { "index": 0, "kind": "property", "displayName": "Agent", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.langchain4j.agent.api.Agent", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.langchain4j.agent.LangChain4jAgentConfiguration", 
"configurationField": "configuration", "description": "The agent to use for the 
component" },
-"agentFactory": { "index": 1, "kind": "property", "displayName": "Agent 
Factory", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.langchain4j.agent.api.AgentFactory", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.langchain4j.agent.LangChain4jAgentConfiguration", 
"configurationField": "configuration", "description": "The agent factory to us 
[...]
-"configuration": { "index": 2, "kind": "property", "displayName": 
"Configuration", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.langchain4j.agent.LangChain4jAgentConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
configuration" },
-"lazyStartProducer": { "index": 3, "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 fail [...]
-"tags": { "index": 4, "kind": "property", "displayName": "Tags", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.langchain4j.agent.LangChain4jAgentConfiguration", 
"configurationField": "configuration", "description": "Tags for discovering and 
calling Camel route tools" },
-"autowiredEnabled": { "index": 5, "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 t [...]
-"mcpClients": { "index": 6, "kind": "property", "displayName": "Mcp 
Clients", "group": "advanced", "label": "advanced", "required": false, "type": 
"array", "javaType": "java.util.List", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.langchain4j.agent.LangChain4jAgentConfiguration", 
"configurationField": "configuration", "description": "Pre-built MCP (Model 
Context Protocol) client insta [...]
-"mcpServer": { "index": 7, "kind": "property", "displayName": "Mcp 
Server", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "java.util.Map", 
"prefix": "mcpServer.", "multiValue": true, "deprecated": false, "autowired": 
false, "secret": false, 

(camel-spring-boot) branch main updated: Regen

2026-06-04 Thread davsclaus
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 8d86bbfe944 Regen
8d86bbfe944 is described below

commit 8d86bbfe944b1fd460aca077f4fa3c2646d7a376
Author: Claus Ibsen 
AuthorDate: Thu Jun 4 16:46:33 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 76158394910..b9e72a19ff2 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -33,7 +33,7 @@
   
 com.google.api.grpc
 proto-google-common-protos
-2.71.0
+2.72.0
   
   
 com.google.protobuf
@@ -260,12 +260,12 @@
   
 net.bytebuddy
 byte-buddy
-1.18.9
+1.18.10
   
   
 net.bytebuddy
 byte-buddy-agent
-1.18.9
+1.18.10
   
   
 org.apache.avro



(camel-spring-boot) branch main updated: Regen

2026-06-02 Thread davsclaus
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 a93433f166e Regen
a93433f166e is described below

commit a93433f166e48308a3b05f52772b27c8894549b6
Author: Claus Ibsen 
AuthorDate: Wed Jun 3 07:36:52 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/couchbase.json|  2 +-
 .../apache/camel/springboot/catalog/components/dapr.json  |  4 ++--
 .../camel/springboot/catalog/components/debezium-db2.json |  4 ++--
 .../springboot/catalog/components/debezium-mongodb.json   |  4 ++--
 .../springboot/catalog/components/debezium-mysql.json |  4 ++--
 .../springboot/catalog/components/debezium-oracle.json|  4 ++--
 .../springboot/catalog/components/debezium-postgres.json  |  4 ++--
 .../springboot/catalog/components/debezium-sqlserver.json |  4 ++--
 .../camel/springboot/catalog/components/hwcloud-obs.json  |  2 +-
 .../apache/camel/springboot/catalog/components/iggy.json  |  4 ++--
 .../springboot/catalog/components/mongodb-gridfs.json |  2 +-
 .../camel/springboot/catalog/components/mongodb.json  |  4 ++--
 .../springboot/catalog/components/spring-rabbitmq.json|  4 ++--
 .../apache/camel/springboot/catalog/dataformats/hl7.json  |  3 ++-
 .../src/main/docs/debezium-db2.json   |  2 +-
 .../db2/springboot/DebeziumDb2ComponentConfiguration.java |  2 +-
 .../src/main/docs/debezium-mongodb.json   |  2 +-
 .../springboot/DebeziumMongodbComponentConfiguration.java |  2 +-
 .../src/main/docs/debezium-mysql.json |  2 +-
 .../springboot/DebeziumMySqlComponentConfiguration.java   |  2 +-
 .../src/main/docs/debezium-oracle.json|  2 +-
 .../springboot/DebeziumOracleComponentConfiguration.java  |  2 +-
 .../src/main/docs/debezium-postgres.json  |  2 +-
 .../DebeziumPostgresComponentConfiguration.java   |  2 +-
 .../src/main/docs/debezium-sqlserver.json |  2 +-
 .../DebeziumSqlserverComponentConfiguration.java  |  2 +-
 .../camel-hl7-starter/src/main/docs/hl7.json  |  6 ++
 .../hl7/springboot/HL7DataFormatConfiguration.java| 15 +++
 tooling/camel-spring-boot-dependencies/pom.xml|  4 ++--
 29 files changed, 60 insertions(+), 38 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
index 7ac0172dbbc..69fb909e870 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
@@ -42,7 +42,7 @@
 "protocol": { "index": 0, "kind": "path", "displayName": "Protocol", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The protocol to use" },
 "hostname": { "index": 1, "kind": "path", "displayName": "Hostname", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The hostname to use" },
 "port": { "index": 2, "kind": "path", "displayName": "Port", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 8091, 
"description": "The port number to use" },
-"bucket": { "index": 3, "kind": "parameter", "displayName": "Bucket", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The bucket to use" },
+"bucket": { "index": 3, "kind": "parameter", "displayName": "Bucket", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "endpointIdentity": true, "description": "The bucket to 
use" },
 "collection": { "index": 4, "kind": "parameter", "displayName": 
"Collection", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The collection to use" },
 "key": { "index": 5, "kind": "parameter", "displayName": "Key", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 

(camel-spring-boot) branch main updated: Regen

2026-06-01 Thread davsclaus
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 cd0f1f921ec Regen
cd0f1f921ec is described below

commit cd0f1f921ec304dccaecbeac6fa72c368c8fed40
Author: Claus Ibsen 
AuthorDate: Tue Jun 2 07:33:38 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index ad69aeb4410..b0b285420d2 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -54,7 +54,7 @@
   
 com.openai
 openai-java
-4.37.0
+4.38.0
   
   
 eu.maveniverse.maven.mima.runtime



(camel-spring-boot) branch main updated: Regen

2026-06-01 Thread davsclaus
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 ae350d5255c Regen
ae350d5255c is described below

commit ae350d5255c5bf49676a09a758c08d9f92b0e5c3
Author: Claus Ibsen 
AuthorDate: Mon Jun 1 14:28:02 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 06bcf501db5..ad69aeb4410 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -5203,7 +5203,7 @@
   
 org.xmlunit
 xmlunit-assertj3
-2.11.0
+2.12.0
   
 
   



(camel-spring-boot) branch main updated: Regen

2026-05-29 Thread davsclaus
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 6b22ec6d31c Regen
6b22ec6d31c is described below

commit 6b22ec6d31c2ea215f0254c01c435f6b363e7134
Author: Claus Ibsen 
AuthorDate: Fri May 29 10:54:31 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/irc.json   | 22 ++--
 .../camel/springboot/catalog/components/kafka.json | 24 +++---
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json
index 88fb0c3a85d..ec4fbba2e66 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json
@@ -31,16 +31,16 @@
 "useGlobalSslContextParameters": { "index": 3, "kind": "property", 
"displayName": "Use Global Ssl Context Parameters", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Enable usage of global SSL context 
parameters." }
   },
   "headers": {
-"irc.messageType": { "index": 0, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The type of message", "constantName": 
"org.apache.camel.component.irc.IrcConstants#IRC_MESSAGE_TYPE" },
-"irc.target": { "index": 1, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The target", "constantName": 
"org.apache.camel.component.irc.IrcConstants#IRC_TARGET" },
-"irc.sendTo": { "index": 2, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The nickname or channel the message should be sent to.", 
"constantName": "org.apache.camel.component.irc.IrcConstants#IRC_SEND_TO" },
-"irc.user.kicked": { "index": 3, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The nickname of the user who is kicked from a channel 
(passive).", "constantName": 
"org.apache.camel.component.irc.IrcConstants#IRC_USER_KICKED" },
-"irc.user.host": { "index": 4, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The host of the person who sent the line.", 
"constantName": "org.apache.camel.component.irc.IrcConstants#IRC_USER_HOST" },
-"irc.user.nick": { "index": 5, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The nickname of the person who sent the line or the 
server name of the server which sent the line.", "constantName": 
"org.apache.camel.component.irc.IrcConstants#IRC_USER_NICK" },
-"irc.user.servername": { "index": 6, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The server name of the server which sent the line or the 
nickname of the person who sent the line.", "constantName": 
"org.apache.camel.component.irc.IrcConstants#IRC_USER_SERVERNAME" },
-"irc.user.username": { "index": 7, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The username of the person who sent the line.", 
"constantName": "org.apache.camel.component.irc.IrcConstants#IRC_USER_USERNAME" 
},
-"irc.num": { "index": 8, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "int", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The numeric reply.", "constantName": 

(camel-spring-boot) branch main updated: Regen

2026-05-27 Thread davsclaus
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 b7195bf107e Regen
b7195bf107e is described below

commit b7195bf107ecdaf0d4e340a0e28af474e115ea4f
Author: Claus Ibsen 
AuthorDate: Wed May 27 10:17:08 2026 +0200

Regen
---
 .../camel/springboot/catalog/beans/JdbcAggregationRepository.json   | 2 +-
 .../camel/springboot/catalog/beans/LevelDBAggregationRepository.json| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
index d80a8f000e2..51b0c47e2fa 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
@@ -10,7 +10,7 @@
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-sql-starter",
 "version": "4.21.0-SNAPSHOT",
-"properties": { "dataSource": { "index": 0, "kind": "property", 
"displayName": "Data Source", "required": true, "type": "object", "javaType": 
"javax.sql.DataSource", "deprecated": false, "autowired": false, "secret": 
false, "description": "The DataSource to use for connecting to the database" }, 
"transactionManager": { "index": 1, "kind": "property", "displayName": 
"Transaction Manager", "required": true, "type": "object", "javaType": 
"org.springframework.transaction.PlatformTransact [...]
+"properties": { "dataSource": { "index": 0, "kind": "property", 
"displayName": "Data Source", "required": true, "type": "object", "javaType": 
"javax.sql.DataSource", "deprecated": false, "autowired": false, "secret": 
false, "description": "The DataSource to use for connecting to the database" }, 
"transactionManager": { "index": 1, "kind": "property", "displayName": 
"Transaction Manager", "required": true, "type": "object", "javaType": 
"org.springframework.transaction.PlatformTransact [...]
   }
 }
 
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
index a530e73fcbe..8fc438a7c23 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
@@ -10,7 +10,7 @@
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-leveldb-starter",
 "version": "4.21.0-SNAPSHOT",
-"properties": { "persistentFileName": { "index": 0, "kind": "property", 
"displayName": "Persistent File Name", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Name of file to use for storing data" }, 
"repositoryName": { "index": 1, "kind": "property", "displayName": "Repository 
Name", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, [...]
+"properties": { "persistentFileName": { "index": 0, "kind": "property", 
"displayName": "Persistent File Name", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Name of file to use for storing data" }, 
"repositoryName": { "index": 1, "kind": "property", "displayName": "Repository 
Name", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, [...]
   }
 }
 



(camel-spring-boot) branch main updated: Regen

2026-05-20 Thread davsclaus
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 6053b4e5be5 Regen
6053b4e5be5 is described below

commit 6053b4e5be59d214fff4d03775d6e85da046fb30
Author: Claus Ibsen 
AuthorDate: Wed May 20 13:59:03 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/cxf.json|  4 ++--
 .../camel/springboot/catalog/components/cxfrs.json  |  2 +-
 .../camel/springboot/catalog/components/imap.json   |  8 +---
 .../camel/springboot/catalog/components/imaps.json  |  8 +---
 .../camel/springboot/catalog/components/pop3.json   |  8 +---
 .../camel/springboot/catalog/components/pop3s.json  |  8 +---
 .../camel/springboot/catalog/components/smtp.json   |  8 +---
 .../camel/springboot/catalog/components/smtps.json  |  8 +---
 .../camel-mail-starter/src/main/docs/mail.json  |  7 +++
 .../mail/springboot/MailComponentConfiguration.java | 21 +
 tooling/camel-spring-boot-dependencies/pom.xml  |  5 +
 11 files changed, 66 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
index 7fcf7e3f579..8ffd0e47d4b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxf.json
@@ -34,8 +34,8 @@
 "useGlobalSslContextParameters": { "index": 6, "kind": "property", 
"displayName": "Use Global Ssl Context Parameters", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Enable usage of global SSL context 
parameters." }
   },
   "headers": {
-"operationName": { "index": 0, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the operation.", "constantName": 
"org.apache.camel.component.cxf.common.message.CxfConstants#OPERATION_NAME" },
-"operationNamespace": { "index": 1, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation namespace.", "constantName": 
"org.apache.camel.component.cxf.common.message.CxfConstants#OPERATION_NAMESPACE"
 },
+"CamelCxfOperationName": { "index": 0, "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the operation.", "constantName": 
"org.apache.camel.component.cxf.common.message.CxfConstants#OPERATION_NAME" },
+"CamelCxfOperationNamespace": { "index": 1, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The operation namespace.", 
"constantName": 
"org.apache.camel.component.cxf.common.message.CxfConstants#OPERATION_NAMESPACE"
 },
 "CamelDestinationOverrideUrl": { "index": 2, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The destination override url", 
"constantName": 
"org.apache.camel.component.cxf.common.message.CxfConstants#DESTINATION_OVERRIDE_URL"
 },
 "ResponseContext": { "index": 3, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "Map", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The response context", "constantName": 
"org.apache.camel.component.cxf.common.message.CxfConstants#RESPONSE_CONTEXT" },
 "CamelAuthentication": { "index": 4, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": 
"javax.security.auth.Subject", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The authentication", 
"constantName": 
"org.apache.camel.component.cxf.common.message.CxfConstants#AUTHENTICATION" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json
 

(camel-spring-boot) branch main updated: Regen

2026-05-20 Thread davsclaus
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 49975506d0a Regen
49975506d0a is described below

commit 49975506d0a8338c0cb94c1250fbaae18bf95d2f
Author: Claus Ibsen 
AuthorDate: Wed May 20 09:07:26 2026 +0200

Regen
---
 .../camel/springboot/catalog/dev-consoles.properties  |  1 +
 .../camel/springboot/catalog/dev-consoles/rest-spec.json  | 15 +++
 tooling/camel-spring-boot-dependencies/pom.xml|  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index 876a5cedd44..d6e8915ef07 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -37,6 +37,7 @@ receive
 reload
 resilience4j
 rest
+rest-spec
 route
 route-controller
 route-dump
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/rest-spec.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/rest-spec.json
new file mode 100644
index 000..8351138a86b
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/rest-spec.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+"kind": "console",
+"group": "camel",
+"name": "rest-spec",
+"title": "Rest Spec",
+"description": "OpenAPI specification content for contract-first REST 
services",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.RestSpecDevConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.21.0-SNAPSHOT"
+  }
+}
+
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 084e50ef683..4c6ae5df3a9 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -54,7 +54,7 @@
   
 com.openai
 openai-java
-4.35.0
+4.36.0
   
   
 eu.maveniverse.maven.mima.runtime



(camel-spring-boot) branch main updated: Regen

2026-05-18 Thread davsclaus
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 102cc2843c8 Regen
102cc2843c8 is described below

commit 102cc2843c84f53115cd08e128d7ac3e2e69a1dc
Author: Claus Ibsen 
AuthorDate: Tue May 19 07:21:35 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/http.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/https.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/iggy.json | 9 +
 .../org/apache/camel/springboot/catalog/components/paho.json | 2 +-
 .../camel/springboot/catalog/components/vertx-websocket.json | 9 +
 .../component/http/springboot/HttpComponentConfiguration.java| 5 -
 tooling/camel-spring-boot-dependencies/pom.xml   | 6 +++---
 7 files changed, 20 insertions(+), 15 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
index f62973ac094..4575334be12 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
@@ -41,7 +41,7 @@
 "userAgent": { "index": 11, "kind": "property", "displayName": "User 
Agent", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
set a custom HTTP User-Agent request header" },
 "allowJavaSerializedObject": { "index": 12, "kind": "property", 
"displayName": "Allow Java Serialized Object", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "security": 
"insecure:serialization", "defaultValue": false, "description": "Whether to 
allow java serialization when a request uses 
context-type=application\/x-java-serialized-object. This is by default turned 
off.  [...]
 "authCachingDisabled": { "index": 13, "kind": "property", "displayName": 
"Auth Caching Disabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Disables authentication scheme caching" },
-"automaticRetriesDisabled": { "index": 14, "kind": "property", 
"displayName": "Automatic Retries Disabled", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Disables automatic request recovery and re-execution" },
+"automaticRetriesDisabled": { "index": 14, "kind": "property", 
"displayName": "Automatic Retries Disabled", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Disables automatic request recovery and re-execution. 
This is useful when a server responds with HTTP 429 (Too Many Requests) and 
includes a long Retry-After header, which would ot [...]
 "autowiredEnabled": { "index": 15, "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  [...]
 "clientConnectionManager": { "index": 16, "kind": "property", 
"displayName": "Client Connection Manager", "group": "advanced", "label": 
"advanced", "required": false, "type": "object", "javaType": 
"org.apache.hc.client5.http.io.HttpClientConnectionManager", "deprecated": 
false, "autowired": false, "secret": false, "description": "To use a custom and 
shared HttpClientConnectionManager to manage connections. If this has been 
configured then this is always used for all endpoints created [...]
 "connectionsPerRoute": { "index": 17, "kind": "property", "displayName": 
"Connections Per Route", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 20, "description": "The maximum number 
of 

(camel-spring-boot) branch main updated: Regen

2026-05-15 Thread davsclaus
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 db3f1481ab8 Regen
db3f1481ab8 is described below

commit db3f1481ab843b6882a7c050c1b26ab72ab75134
Author: Claus Ibsen 
AuthorDate: Fri May 15 16:55:37 2026 +0200

Regen
---
 .../apache/camel/springboot/catalog/components/couchbase.json  | 10 +-
 .../apache/camel/springboot/catalog/components/couchdb.json| 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
index 84d25747888..7ac0172dbbc 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
@@ -31,11 +31,11 @@
 "healthCheckProducerEnabled": { "index": 4, "kind": "property", 
"displayName": "Health Check Producer 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 producer based health checks 
from this component. Notice: Camel has by default disabled all producer based 
health-checks. You can turn on producer [...]
   },
   "headers": {
-"CCB_KEY": { "index": 0, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The key", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_KEY" },
-"CCB_ID": { "index": 1, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The document id", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_ID" },
-"CCB_TTL": { "index": 2, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The expiry for the document in seconds", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_TTL" },
-"CCB_DDN": { "index": 3, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The design document name", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_DESIGN_DOCUMENT_NAME"
 },
-"CCB_VN": { "index": 4, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The view name", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_VIEWNAME" },
+"CamelCouchbaseKey": { "index": 0, "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The key", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_KEY" },
+"CamelCouchbaseId": { "index": 1, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The document id", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_ID" },
+"CamelCouchbaseTtl": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The expiry for the document in seconds", 
"constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_TTL" },
+"CamelCouchbaseDesignDocumentName": { "index": 3, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The design document name", 

(camel-spring-boot) branch main updated: Regen

2026-05-14 Thread davsclaus
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 73eb7153d86 Regen
73eb7153d86 is described below

commit 73eb7153d868a7e416f7674859270b3458b53e44
Author: Claus Ibsen 
AuthorDate: Thu May 14 21:36:53 2026 +0200

Regen
---
 .../springboot/catalog/components/cometd.json  |  3 ++-
 .../springboot/catalog/components/cometds.json |  3 ++-
 .../components/elasticsearch-rest-client.json  | 10 -
 .../catalog/components/jgroups-raft.json   | 24 +++---
 .../springboot/catalog/components/lucene.json  |  4 ++--
 5 files changed, 23 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometd.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometd.json
index 5a8b48f1116..04085f597c4 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometd.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometd.json
@@ -59,6 +59,7 @@
 "exceptionHandler": { "index": 15, "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 de [...]
 "exchangePattern": { "index": 16, "kind": "parameter", "displayName": 
"Exchange Pattern", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
 "disconnectLocalSession": { "index": 17, "kind": "parameter", 
"displayName": "Disconnect Local Session", "group": "producer", "label": 
"producer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to disconnect local sessions after publishing a 
message to its channel. Disconnecting local session is needed as they are not 
swept by default by CometD, and therefore you can [...]
-"lazyStartProducer": { "index": 18, "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 [...]
+"lazyStartProducer": { "index": 18, "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 [...]
+"headerFilterStrategy": { "index": 19, "kind": "parameter", "displayName": 
"Header Filter Strategy", "group": "advanced", "label": "advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom HeaderFilterStrategy to 
filter headers." }
   }
 }
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometds.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometds.json
index 5f416df3cae..58360edf33e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometds.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cometds.json
@@ -59,6 +59,7 @@
 "exceptionHandler": { "index": 15, "kind": "parameter", "displayName": 
"Exception Handler", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", 

(camel-spring-boot) branch main updated: Regen

2026-05-14 Thread davsclaus
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 ffdf7daf563 Regen
ffdf7daf563 is described below

commit ffdf7daf563370e4df1d4a45fec647af586ed190
Author: Claus Ibsen 
AuthorDate: Thu May 14 11:23:21 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/jgroups.json   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
index 4862effa62f..1b603dad7cb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jgroups.json
@@ -32,10 +32,10 @@
 "autowiredEnabled": { "index": 5, "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 t [...]
   },
   "headers": {
-"JGROUPS_CHANNEL_ADDRESS": { "index": 0, "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Address (org.jgroups.Address) of the 
channel associated with the endpoint.", "constantName": 
"org.apache.camel.component.jgroups.JGroupsConstants#HEADER_JGROUPS_CHANNEL_ADDRESS"
 },
-"JGROUPS_DEST": { "index": 1, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Consumer: The org.jgroups.Address 
instance extracted by org.jgroups.Message.getDest() method of the consumed 
message. Producer: The custom destination org.jgroups.Address of the message to 
be sent.", "constantName": "org.apache.camel.comp [...]
-"JGROUPS_SRC": { "index": 2, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "org.jgroups.Address", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Consumer : The org.jgroups.Address instance extracted by 
org.jgroups.Message.getSrc() method of the consumed message. Producer: The 
custom source org.jgroups.Address of the message to be sent.", "constantName": 
"org.apache.camel.component. [...]
-"JGROUPS_ORIGINAL_MESSAGE": { "index": 3, "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Message", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The original org.jgroups.Message 
instance from which the body of the consumed message has been extracted.", 
"constantName": 
"org.apache.camel.component.jgroups.JGroupsConstants#HEADER_JGROUPS_ORIGINAL_MESSAGE"
 }
+"CamelJGroupsChannelAddress": { "index": 0, "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "org.jgroups.Address", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Address 
(org.jgroups.Address) of the channel associated with the endpoint.", 
"constantName": 
"org.apache.camel.component.jgroups.JGroupsConstants#HEADER_JGROUPS_CHANNEL_ADDRESS"
 },
+"CamelJGroupsDest": { "index": 1, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Consumer: The org.jgroups.Address 
instance extracted by org.jgroups.Message.getDest() method of the consumed 
message. Producer: The custom destination org.jgroups.Address of the message to 
be sent.", "constantName": "org.apache.camel. [...]
+"CamelJGroupsSrc": { "index": 2, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": 
"org.jgroups.Address", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Consumer : The org.jgroups.Address 
instance extracted by org.jgroups.Message.getSrc() method of the consumed 
message. Producer: The custom source 

(camel-spring-boot) branch main updated: Regen

2026-05-13 Thread davsclaus
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 5f65b782320 Regen
5f65b782320 is described below

commit 5f65b782320b9916aa2c0709c1109dbba6f3fdcc
Author: Claus Ibsen 
AuthorDate: Wed May 13 10:04:41 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 04a64c672f9..e8256c4ab03 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -5195,6 +5195,11 @@
 plexus-xml
 3.0.1
   
+  
+org.jspecify
+jspecify
+1.0.0
+  
   
 org.xmlunit
 xmlunit-assertj3



(camel-spring-boot) branch main updated: Regen

2026-05-12 Thread davsclaus
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 8b32eb39f3e Regen
8b32eb39f3e is described below

commit 8b32eb39f3e897d09186097276d14541a851add4
Author: Claus Ibsen 
AuthorDate: Tue May 12 19:30:51 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/nats.json  | 95 +++---
 .../camel-nats-starter/src/main/docs/nats.json |  7 ++
 .../springboot/NatsComponentConfiguration.java | 22 +
 3 files changed, 78 insertions(+), 46 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
index 1ebedeba84b..e3bd41aa512 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
@@ -45,28 +45,29 @@
 "ackWait": { "index": 18, "kind": "property", "displayName": "Ack Wait", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 3, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "After a message is delivered to a consumer, 
the server waits 30 seconds (default) for an acknowledgement [...]
 "bridgeErrorHandler": { "index": 19, "kind": "property", "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 (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the lik [...]
 "durableName": { "index": 20, "kind": "property", "displayName": "Durable 
Name", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "Sets the name to assign to the JetStream 
durable consumer. Setting this value makes the consumer durable. Th [...]
-"maxDeliver": { "index": 21, "kind": "property", "displayName": "Max 
Deliver", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "Maximum number of attempts to deliver a 
message from Nats to a consumer. Once MaxDeliver is reached, the NATS server 
stop [...]
-"maxMessages": { "index": 22, "kind": "property", "displayName": "Max 
Messages", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "Stop receiving messages from a topic we are 
subscribing to after maxMessages" },
-"nackWait": { "index": 23, "kind": "property", "displayName": "Nack Wait", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 5000, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "For negative acknowledgements (NAK), 
redelivery is delayed by 5 seconds (default). Setting this to 0 or [...]
-"poolSize": { "index": 24, "kind": "property", "displayName": "Pool Size", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 10, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "Consumer thread pool size (default is 10)" },
-"pullBatchSize": { "index": 25, "kind": "property", "displayName": "Pull 
Batch Size", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 10, "configurationClass": 

(camel-spring-boot) branch main updated: Regen

2026-05-12 Thread davsclaus
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 197ff4512cc Regen
197ff4512cc is described below

commit 197ff4512ccb06ba011cd78fa90dd71c9ec2ab2f
Author: Claus Ibsen 
AuthorDate: Tue May 12 17:34:37 2026 +0200

Regen
---
 .../components/aws-bedrock-agent-runtime.json  |  11 +-
 .../catalog/components/aws-bedrock-agent.json  |   7 +-
 .../springboot/catalog/components/aws-bedrock.json |  13 +-
 .../springboot/catalog/components/braintree.json   |   4 +-
 .../springboot/catalog/components/docling.json | 160 +++--
 .../catalog/components/iec60870-client.json|   2 +-
 .../catalog/components/iec60870-server.json|   2 +-
 .../springboot/catalog/components/mina-sftp.json   |   2 +-
 .../camel/springboot/catalog/components/sftp.json  |  10 +-
 .../src/main/docs/docling.json |   7 +
 .../springboot/DoclingComponentConfiguration.java  |  13 ++
 .../camel-ftp-starter/src/main/docs/ftp.json   |  39 +
 .../springboot/SftpComponentConfiguration.java |  81 +++
 tooling/camel-spring-boot-dependencies/pom.xml |   2 +-
 14 files changed, 256 insertions(+), 97 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
index 61d90a28ac1..15f610c95bf 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
@@ -28,7 +28,7 @@
 "knowledgeBaseId": { "index": 1, "kind": "property", "displayName": 
"Knowledge Base Id", "group": "producer", "label": "", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "configurationField": "configuration", "description": "Define the Knowledge 
Base Id we are going to use" },
 "lazyStartProducer": { "index": 2, "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 fail [...]
 "modelId": { "index": 3, "kind": "property", "displayName": "Model Id", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"java.lang.String", "enum": [ "anthropic.claude-instant-v1", 
"anthropic.claude-v2", "anthropic.claude-v2:1" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "configurationField": "configurat [...]
-"operation": { "index": 4, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations",
 "enum": [ "retrieveAndGenerate", "invokeFlow" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "confi [...]
+"operation": { "index": 4, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations",
 "enum": [ "retrieveAndGenerate", "invokeFlow", "retrieve" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfigurat
 [...]
 "overrideEndpoint": { "index": 5, "kind": "property", "displayName": 
"Override Endpoint", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "configurationField": "configuration", "description": "Set 

(camel-spring-boot) branch main updated: Regen

2026-05-11 Thread davsclaus
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 30ca81f8eb4 Regen
30ca81f8eb4 is described below

commit 30ca81f8eb47aa34a637a361e3f93c0aae70c9ec
Author: Claus Ibsen 
AuthorDate: Mon May 11 21:33:37 2026 +0200

Regen
---
 .../components/aws-bedrock-agent-runtime.json  | 61 ++
 .../catalog/components/aws-bedrock-agent.json  |  9 +++-
 .../springboot/catalog/components/keycloak.json| 15 --
 .../src/main/docs/aws-bedrock.json | 25 +
 .../BedrockAgentRuntimeComponentConfiguration.java | 58 
 .../BedrockAgentRuntimeComponentConverter.java |  2 +
 .../src/main/docs/spring-boot.json |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml |  2 +-
 8 files changed, 144 insertions(+), 30 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
index da71797fbe3..61d90a28ac1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-bedrock-agent-runtime.json
@@ -28,7 +28,7 @@
 "knowledgeBaseId": { "index": 1, "kind": "property", "displayName": 
"Knowledge Base Id", "group": "producer", "label": "", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "configurationField": "configuration", "description": "Define the Knowledge 
Base Id we are going to use" },
 "lazyStartProducer": { "index": 2, "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 fail [...]
 "modelId": { "index": 3, "kind": "property", "displayName": "Model Id", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"java.lang.String", "enum": [ "anthropic.claude-instant-v1", 
"anthropic.claude-v2", "anthropic.claude-v2:1" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "configurationField": "configurat [...]
-"operation": { "index": 4, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations",
 "enum": [ "retrieveAndGenerate" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "configurationField" [...]
+"operation": { "index": 4, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations",
 "enum": [ "retrieveAndGenerate", "invokeFlow" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "confi [...]
 "overrideEndpoint": { "index": 5, "kind": "property", "displayName": 
"Override Endpoint", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
 "configurationField": "configuration", "description": "Set the need for 
overriding the endpoint. This option ne [...]
 "pojoRequest": { "index": 6, "kind": "property", "displayName": "Pojo 
Request", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 

(camel-spring-boot) branch main updated: Regen

2026-05-08 Thread davsclaus
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 da063a59d51 Regen
da063a59d51 is described below

commit da063a59d5142bb9798a4ae796705dd4519a26fc
Author: Claus Ibsen 
AuthorDate: Fri May 8 15:17:18 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/nats.json  | 70 --
 .../camel-nats-starter/src/main/docs/nats.json | 14 +
 .../springboot/NatsComponentConfiguration.java | 27 +
 3 files changed, 78 insertions(+), 33 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
index 2decf861010..1ebedeba84b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/nats.json
@@ -49,22 +49,24 @@
 "maxMessages": { "index": 22, "kind": "property", "displayName": "Max 
Messages", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "Stop receiving messages from a topic we are 
subscribing to after maxMessages" },
 "nackWait": { "index": 23, "kind": "property", "displayName": "Nack Wait", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 5000, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "For negative acknowledgements (NAK), 
redelivery is delayed by 5 seconds (default). Setting this to 0 or [...]
 "poolSize": { "index": 24, "kind": "property", "displayName": "Pool Size", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 10, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "Consumer thread pool size (default is 10)" },
-"pullSubscription": { "index": 25, "kind": "property", "displayName": 
"Pull Subscription", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.nats.NatsConfiguration", 
"configurationField": "configuration", "description": "Sets the consumer 
subscription type for JetStream. Set to true to use a Pull Subscri [...]
-"queueName": { "index": 26, "kind": "property", "displayName": "Queue 
Name", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "The Queue name if we are using nats for a 
queue configuration" },
-"replyToDisabled": { "index": 27, "kind": "property", "displayName": 
"Reply To Disabled", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.nats.NatsConfiguration", 
"configurationField": "configuration", "description": "Can be used to turn off 
sending back reply message in the consumer." },
-"consumerConfiguration": { "index": 28, "kind": "property", "displayName": 
"Consumer Configuration", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"io.nats.client.api.ConsumerConfiguration", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.nats.NatsConfiguration", "configurationField": 
"configuration", "description": "Sets a custom ConsumerConfiguration object f 
[...]
-"lazyStartProducer": { "index": 29, "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 

(camel-spring-boot) branch main updated: Regen

2026-05-06 Thread davsclaus
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 144aa07a1c2 Regen
144aa07a1c2 is described below

commit 144aa07a1c246161ca3b5a131e27e0928a87611a
Author: Claus Ibsen 
AuthorDate: Wed May 6 19:28:19 2026 +0200

Regen
---
 .../springboot/catalog/components/openai.json  | 144 +++--
 tooling/camel-spring-boot-dependencies/pom.xml |   5 -
 2 files changed, 73 insertions(+), 76 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
index 91a6a3add7e..ad89a599ef7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
@@ -46,80 +46,82 @@
 "CamelOpenAIJsonSchema": { "index": 9, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The JSON schema to use for structured output 
validation", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#JSON_SCHEMA" },
 "CamelOpenAIStripThinking": { "index": 10, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Whether to strip ... blocks from the 
response body", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#STRIP_THINKING" },
 "CamelOpenAIThinkingContent": { "index": 11, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The thinking content extracted from ... 
blocks in the model response", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#THINKING_CONTENT" },
-"CamelOpenAIResponseModel": { "index": 12, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The model used for the completion 
response", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#RESPONSE_MODEL" },
-"CamelOpenAIResponseId": { "index": 13, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The unique identifier for the completion response", 
"constantName": "org.apache.camel.component.openai.OpenAIConstants#RESPONSE_ID" 
},
-"CamelOpenAIFinishReason": { "index": 14, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The reason the completion finished (e.g., stop, length, 
content_filter)", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#FINISH_REASON" },
-"CamelOpenAIPromptTokens": { "index": 15, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The number of tokens used in the prompt", 
"constantName": 
"org.apache.camel.component.openai.OpenAIConstants#PROMPT_TOKENS" },
-"CamelOpenAICompletionTokens": { "index": 16, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The number of tokens used in the 
completion", "constantName": 
"org.apache.camel.component.openai.OpenAIConstants#COMPLETION_TOKENS" },
-"CamelOpenAITotalTokens": { "index": 17, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The total number of tokens used (prompt completion)", 
"constantName": 
"org.apache.camel.component.openai.OpenAIConstants#TOTAL_TOKENS" },
-"CamelOpenAIToolIterations": { "index": 18, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": 

(camel-spring-boot) branch main updated: Regen

2026-05-04 Thread davsclaus
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 029ae2ae7e4 Regen
029ae2ae7e4 is described below

commit 029ae2ae7e4752ebdec5727656f5b1f93036cb50
Author: Claus Ibsen 
AuthorDate: Mon May 4 17:59:44 2026 +0200

Regen
---
 .../catalog/components/azure-storage-blob.json |   9 +-
 .../springboot/catalog/components/openai.json  | 109 -
 .../camel-openai-starter/src/main/docs/openai.json |   6 ++
 .../springboot/OpenAIComponentConfiguration.java   |  14 ++-
 4 files changed, 86 insertions(+), 52 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 68d249d2ddc..b29cfce3b70 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -65,7 +65,7 @@
 "lazyStartProducer": { "index": 38, "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": 39, "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": 40, "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": 41, "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": 41, "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 [...]
 "pageBlobSize": { "index": 42, "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": 43, "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": 44, "kind": "property", 

(camel-spring-boot) branch main updated: Regen

2026-05-04 Thread davsclaus
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 1d88208924e Regen
1d88208924e is described below

commit 1d88208924eeec4b7b28302b3d1c7608cbbdbbf9
Author: Claus Ibsen 
AuthorDate: Mon May 4 12:32:59 2026 +0200

Regen
---
 .../catalog/components/azure-storage-blob.json |  6 +--
 tooling/camel-spring-boot-dependencies/pom.xml | 60 +++---
 2 files changed, 33 insertions(+), 33 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 1e8c9d5f332..68d249d2ddc 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -65,7 +65,7 @@
 "lazyStartProducer": { "index": 38, "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": 39, "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": 40, "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": 41, "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": 41, "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 [...]
 "pageBlobSize": { "index": 42, "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": 43, "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": 44, "kind": "property", 
"displayName": "Health Check Consumer Enabled", "group": "health", "label": 
"health", "required": false, "type": "boolean", "javaType": 

(camel-spring-boot) branch main updated: Regen

2026-05-01 Thread davsclaus
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 088155feefa Regen
088155feefa is described below

commit 088155feefabd4e2d48bfb656804c6a5cea0dc90
Author: Claus Ibsen 
AuthorDate: Fri May 1 16:59:22 2026 +0200

Regen
---
 core/camel-spring-boot/src/main/docs/spring-boot.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index 6e8cccf33a1..764220811b0 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -491,7 +491,7 @@
 {
   "name": "camel.main.dump-routes",
   "type": "java.lang.String",
-  "description": "If dumping is enabled then Camel will during startup 
dump all loaded routes (incl rests and route templates) represented as 
XML\/YAML DSL into the log. This is intended for trouble shooting or to assist 
during development. Sensitive information that may be configured in the route 
endpoints could potentially be included in the dump output and is therefore not 
recommended being used for production usage. This requires to have 
camel-xml-io\/camel-yaml-io on the classpa [...]
+  "description": "If dumping is enabled then Camel will during startup 
dump all loaded routes (incl rests and route templates) represented as 
XML\/YAML DSL into the log. This is intended for trouble shooting or to assist 
during development. Sensitive information that may be configured in the route 
endpoints could potentially be included in the dump output and is therefore not 
recommended being used for production usage. This requires to have 
camel-xml-io\/camel-yaml-io on the classpa [...]
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
 },
 {



(camel-spring-boot) branch main updated: Regen

2026-04-30 Thread davsclaus
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 b945b4e48aa Regen
b945b4e48aa is described below

commit b945b4e48aaddcbb79b30a0a4c3627751276ebff
Author: Claus Ibsen 
AuthorDate: Thu Apr 30 10:18:53 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/atom.json  | 31 --
 tooling/camel-spring-boot-dependencies/pom.xml | 15 ---
 2 files changed, 17 insertions(+), 29 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atom.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atom.json
index b10388bd9cd..857a30886b2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atom.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atom.json
@@ -41,19 +41,22 @@
 "exchangePattern": { "index": 7, "kind": "parameter", "displayName": 
"Exchange Pattern", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
 "pollStrategy": { "index": 8, "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 
[...]
 "feedHeader": { "index": 9, "kind": "parameter", "displayName": "Feed 
Header", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Sets whether to add the 
feed object as a header." },
-"backoffErrorThreshold": { "index": 10, "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." },
-"backoffIdleThreshold": { "index": 11, "kind": "parameter", "displayName": 
"Backoff Idle Threshold", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "The number of subsequent 
idle polls that should happen before the backoffMultipler should kick-in." },
-"backoffMultiplier": { "index": 12, "kind": "parameter", "displayName": 
"Backoff Multiplier", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "To let the scheduled 
polling consumer backoff if there has been a number of subsequent idles\/errors 
in a row. The multiplier is then the number of polls that will be skipped 
before the next actual attempt is h [...]
-"delay": { "index": 13, "kind": "parameter", "displayName": "Delay", 
"group": "scheduler", "label": "consumer,scheduler", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 500, "description": "Milliseconds before the 
next poll." },
-"greedy": { "index": 14, "kind": "parameter", "displayName": "Greedy", 
"group": "scheduler", "label": "consumer,scheduler", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If greedy is enabled, 
then the ScheduledPollConsumer will run immediately again, if the previous run 
polled 1 or more messages." },
-"initialDelay": { "index": 15, "kind": "parameter", "displayName": 
"Initial Delay", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "long", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 1000, "description": 
"Milliseconds before the first poll starts." },
-"repeatCount": { "index": 16, "kind": "parameter", "displayName": "Repeat 
Count", "group": "scheduler", 

(camel-spring-boot) branch main updated: Regen

2026-04-28 Thread davsclaus
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 ac3a67d2b83 Regen
ac3a67d2b83 is described below

commit ac3a67d2b83c7b883f0a476dcda1b82215db5557
Author: Claus Ibsen 
AuthorDate: Tue Apr 28 15:55:11 2026 +0200

Regen
---
 .../camel/springboot/catalog/beans/JdbcAggregationRepository.json | 2 +-
 .../camel/springboot/catalog/beans/LevelDBAggregationRepository.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/activemq.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/activemq6.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/amqp.json  | 4 ++--
 .../resources/org/apache/camel/springboot/catalog/components/jms.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/netty-http.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/sjms.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/sjms2.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/vertx-http.json| 2 +-
 components-starter/camel-activemq-starter/src/main/docs/activemq.json | 2 +-
 .../component/activemq/springboot/ActiveMQComponentConfiguration.java | 4 ++--
 .../camel-activemq6-starter/src/main/docs/activemq6.json  | 2 +-
 .../activemq6/springboot/ActiveMQComponentConfiguration.java  | 4 ++--
 components-starter/camel-amqp-starter/src/main/docs/amqp.json | 2 +-
 .../camel/component/amqp/springboot/AMQPComponentConfiguration.java   | 4 ++--
 components-starter/camel-jms-starter/src/main/docs/jms.json   | 2 +-
 .../camel/component/jms/springboot/JmsComponentConfiguration.java | 4 ++--
 components-starter/camel-sjms-starter/src/main/docs/sjms.json | 2 +-
 .../camel/component/sjms/springboot/SjmsComponentConfiguration.java   | 4 ++--
 components-starter/camel-sjms2-starter/src/main/docs/sjms2.json   | 2 +-
 .../camel/component/sjms2/springboot/Sjms2ComponentConfiguration.java | 4 ++--
 22 files changed, 34 insertions(+), 34 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
index a73316db1a9..d80a8f000e2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/JdbcAggregationRepository.json
@@ -10,7 +10,7 @@
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-sql-starter",
 "version": "4.21.0-SNAPSHOT",
-"properties": { "dataSource": { "index": 0, "kind": "property", 
"displayName": "Data Source", "required": true, "type": "object", "javaType": 
"javax.sql.DataSource", "deprecated": false, "autowired": false, "secret": 
false, "description": "The DataSource to use for connecting to the database" }, 
"transactionManager": { "index": 1, "kind": "property", "displayName": 
"Transaction Manager", "required": true, "type": "object", "javaType": 
"org.springframework.transaction.PlatformTransact [...]
+"properties": { "dataSource": { "index": 0, "kind": "property", 
"displayName": "Data Source", "required": true, "type": "object", "javaType": 
"javax.sql.DataSource", "deprecated": false, "autowired": false, "secret": 
false, "description": "The DataSource to use for connecting to the database" }, 
"transactionManager": { "index": 1, "kind": "property", "displayName": 
"Transaction Manager", "required": true, "type": "object", "javaType": 
"org.springframework.transaction.PlatformTransact [...]
   }
 }
 
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
index 791cdd6d804..a530e73fcbe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/LevelDBAggregationRepository.json
@@ -10,7 +10,7 @@
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-leveldb-starter",
 "version": "4.21.0-SNAPSHOT",
-"properties": { "persistentFileName": { "index": 0, "kind": "property", 
"displayName": "Persistent File Name", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 

(camel-spring-boot) branch main updated: Regen

2026-04-27 Thread davsclaus
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 3237d5fc792 Regen
3237d5fc792 is described below

commit 3237d5fc79247b135181b51a583ab75fe390cc53
Author: Claus Ibsen 
AuthorDate: Mon Apr 27 14:06:47 2026 +0200

Regen
---
 .../src/main/docs/spring-boot.json | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index b91a346cf82..6e8cccf33a1 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -69,6 +69,11 @@
   "type": 
"org.apache.camel.spring.boot.routetemplate.CamelRouteTemplateConfigurationProperties",
   "sourceType": 
"org.apache.camel.spring.boot.routetemplate.CamelRouteTemplateConfigurationProperties"
 },
+{
+  "name": "camel.security",
+  "type": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties",
+  "sourceType": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties"
+},
 {
   "name": "camel.ssl",
   "type": 
"org.apache.camel.spring.boot.security.CamelSSLConfigurationProperties",
@@ -1237,6 +1242,43 @@
   "description": "Route template configurations",
   "sourceType": 
"org.apache.camel.spring.boot.routetemplate.CamelRouteTemplateConfigurationProperties"
 },
+{
+  "name": "camel.security.allowed-properties",
+  "type": "java.lang.String",
+  "description": "Comma-separated list of property keys to exclude from 
security policy checks. Use full property paths (e.g., 
camel.component.aws2-s3.trustAllCertificates) to allow specific properties 
regardless of the configured policy.",
+  "sourceType": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties"
+},
+{
+  "name": "camel.security.insecure-dev-policy",
+  "type": "java.lang.String",
+  "description": "Security policy for development-only features. When set, 
overrides the global policy for options intended only for development 
environments.",
+  "sourceType": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties"
+},
+{
+  "name": "camel.security.insecure-serialization-policy",
+  "type": "java.lang.String",
+  "description": "Security policy for insecure deserialization 
configuration. When set, overrides the global policy for options that enable 
dangerous deserialization of untrusted data.",
+  "sourceType": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties"
+},
+{
+  "name": "camel.security.insecure-ssl-policy",
+  "type": "java.lang.String",
+  "description": "Security policy for insecure SSL\/TLS configuration. 
When set, overrides the global policy for options that disable certificate 
validation or hostname verification.",
+  "sourceType": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties"
+},
+{
+  "name": "camel.security.policy",
+  "type": "java.lang.String",
+  "description": "Global security policy applied to all categories unless 
overridden. Controls how Camel reacts when insecure configuration is detected 
at startup.",
+  "sourceType": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties",
+  "defaultValue": "warn"
+},
+{
+  "name": "camel.security.secret-policy",
+  "type": "java.lang.String",
+  "description": "Security policy for plain-text secrets. When set, 
overrides the global policy for properties that contain sensitive values 
configured as plain text.",
+  "sourceType": 
"org.apache.camel.spring.boot.security.CamelSecurityPolicyConfigurationProperties"
+},
 {
   "name": "camel.ssl.cert-alias",
   "type": "java.lang.String",



(camel-spring-boot) branch main updated: Regen

2026-04-25 Thread davsclaus
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 04b3fce1295 Regen
04b3fce1295 is described below

commit 04b3fce1295a719b842187afa5be5d701b90
Author: Claus Ibsen 
AuthorDate: Sat Apr 25 19:57:47 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/amqp.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/cometd.json| 4 ++--
 .../org/apache/camel/springboot/catalog/components/cometds.json   | 4 ++--
 .../springboot/catalog/components/elasticsearch-rest-client.json  | 4 ++--
 .../apache/camel/springboot/catalog/components/elasticsearch.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/github.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/github2.json   | 2 +-
 .../org/apache/camel/springboot/catalog/components/http.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/https.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/jetty.json | 4 ++--
 .../apache/camel/springboot/catalog/components/milo-server.json   | 2 +-
 .../apache/camel/springboot/catalog/components/opensearch.json| 4 ++--
 .../org/apache/camel/springboot/catalog/components/rocketmq.json  | 4 ++--
 .../apache/camel/springboot/catalog/components/salesforce.json| 8 
 .../org/apache/camel/springboot/catalog/components/solr.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/stripe.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/telegram.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/twilio.json| 6 +++---
 .../springboot/catalog/components/twitter-directmessage.json  | 8 
 .../camel/springboot/catalog/components/twitter-search.json   | 8 
 .../camel/springboot/catalog/components/twitter-timeline.json | 8 
 .../org/apache/camel/springboot/catalog/components/whatsapp.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/zeebe.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/zendesk.json   | 8 
 .../camel/springboot/catalog/components/zookeeper-master.json | 2 +-
 25 files changed, 55 insertions(+), 55 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
index 80f20999c1d..65379986693 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
@@ -134,9 +134,9 @@
 "errorHandlerLoggingLevel": { "index": 107, "kind": "property", 
"displayName": "Error Handler Logging Level", "group": "logging", "label": 
"consumer,logging", "required": false, "type": "enum", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "WARN", "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configura [...]
 "errorHandlerLogStackTrace": { "index": 108, "kind": "property", 
"displayName": "Error Handler Log Stack Trace", "group": "logging", "label": 
"consumer,logging", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Allows to control whether stack-traces should 
be logged o [...]
 "deserializationFilter": { "index": 109, "kind": "property", 
"displayName": "Deserialization Filter", "group": "security", "label": 
"advanced,security", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration", 
"configurationField": "configuration", "description": "Sets an 
ObjectInputFilter pattern (jdk.serialFilter syntax) applied as a defense [...]
-"keyStorePassword": { "index": 110, "kind": "property", "displayName": 
"Key Store Password", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "The SSL keystore password." 
},
+"keyStorePassword": { "index": 110, "kind": "property", "displayName": 
"Key Store Password", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": 

(camel-spring-boot) branch main updated: Regen

2026-04-25 Thread davsclaus
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 4a2884e5c3a Regen
4a2884e5c3a is described below

commit 4a2884e5c3a38778611e3467b40bf912da0d2a47
Author: Claus Ibsen 
AuthorDate: Sat Apr 25 14:18:11 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/azure-functions.json | 2 +-
 .../apache/camel/springboot/catalog/components/google-firestore.json| 2 +-
 .../camel/springboot/catalog/components/google-speech-to-text.json  | 2 +-
 .../camel/springboot/catalog/components/google-text-to-speech.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/google-vision.json   | 2 +-
 .../apache/camel/springboot/catalog/components/hazelcast-pncounter.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/huggingface.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/spring-ai-image.json | 2 +-
 .../org/apache/camel/springboot/catalog/dataformats/avroJackson.json| 2 +-
 .../org/apache/camel/springboot/catalog/dataformats/groovyJson.json | 2 +-
 .../org/apache/camel/springboot/catalog/dataformats/jackson.json| 2 +-
 .../apache/camel/springboot/catalog/dataformats/protobufJackson.json| 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
index ba63bd04bfc..c969c9a2572 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.19.0",
 "label": "cloud,serverless",
 "javaType": 
"org.apache.camel.component.azure.functions.FunctionsComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-azure-functions-starter",
 "version": "4.21.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
index 1bf32f55859..f11a66215a4 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.19.0",
 "label": "cloud,database",
 "javaType": 
"org.apache.camel.component.google.firestore.GoogleFirestoreComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-google-firestore-starter",
 "version": "4.21.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-speech-to-text.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-speech-to-text.json
index 17cf3bb1109..4cc92e4cff3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-speech-to-text.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-speech-to-text.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.19.0",
 "label": "cloud,ai",
 "javaType": 
"org.apache.camel.component.google.speechtotext.GoogleCloudSpeechToTextComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-google-speech-to-text-starter",
 "version": "4.21.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-text-to-speech.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-text-to-speech.json
index 446ec486e9e..d2d977a242e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-text-to-speech.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-text-to-speech.json
@@ -8,7 +8,7 @@
 "firstVersion": 

(camel-spring-boot) branch main updated: Regen

2026-04-24 Thread davsclaus
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 f7b15fc99f2 Regen
f7b15fc99f2 is described below

commit f7b15fc99f265f56446ed1647e14faa401e47c22
Author: Claus Ibsen 
AuthorDate: Fri Apr 24 15:48:58 2026 +0200

Regen
---
 .../catalog/components/azure-storage-blob.json |  9 +++---
 .../springboot/catalog/components/oaipmh.json  | 36 --
 tooling/camel-spring-boot-dependencies/pom.xml | 22 ++---
 3 files changed, 35 insertions(+), 32 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 57aba32f069..4cdf853a58d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/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", "createBlobContainer", "deleteBlobContainer", 
"listBlobs", "getBlob", "deleteBlob", "downloadBlobToFile", "downloadLink", 
"uploadBlockBlob", "uploadBlockBlobChunked", "stageBlockBlobList", 
"commitBlobBlockList", "getB [...]
+"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", "createBlobContainer", "deleteBlobContainer", 
"listBlobs", "getBlob", "deleteBlob", "downloadBlobToFile", "downloadLink", 
"uploadBlockBlob", "uploadBlockBlobChunked", "stageBlockBlobList", 
"commitBlobBlockList", "getB [...]
 "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": 

(camel-spring-boot) branch main updated: Regen

2026-04-17 Thread davsclaus
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 746c8ee3cdf Regen
746c8ee3cdf is described below

commit 746c8ee3cdfa56743417bdec545a36a33606d6de
Author: Claus Ibsen 
AuthorDate: Fri Apr 17 13:08:01 2026 +0200

Regen
---
 .../catalog/components/azure-storage-blob.json | 162 +++--
 .../springboot/catalog/components/zendesk.json |   6 +-
 .../src/main/docs/azure-storage-blob.json  |   6 +
 .../springboot/BlobComponentConfiguration.java |  16 ++
 4 files changed, 107 insertions(+), 83 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index f9b01db63cf..57aba32f069 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -41,38 +41,39 @@
 "regex": { "index": 14, "kind": "property", "displayName": "Regex", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Filters the results to 
return only blobs whose names match the specified regular expression. May be 
null to ret [...]
 "sasToken": { "index": 15, "kind": "property", "displayName": "Sas Token", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "In case of usage of 
Shared Access Signature we'll need to set a SAS Token" },
 "serviceClient": { "index": 16, "kind": "property", "displayName": 
"Service Client", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.azure.storage.blob.BlobServiceClient", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Client to a storage 
account. This client does not hold [...]
-"timeout": { "index": 17, "kind": "property", "displayName": "Timeout", 
"group": "common", "label": "common", "required": false, "type": "duration", 
"javaType": "java.time.Duration", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "An optional timeout 
value beyond which a RuntimeException will be raised." },
-"bridgeErrorHandler": { "index": 18, "kind": "property", "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 (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the lik [...]
-"deleteAfterRead": { "index": 19, "kind": "property", "displayName": 
"Delete After Read", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Delete blobs from Azure 
after they have been retrieved. The delete is  [...]
-"destinationBlobPrefix": { "index": 20, "kind": "property", "displayName": 
"Destination Blob Prefix", "group": "consumer", "label": "consumer", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Define the destination 
blob prefix to use when a blob must be moved, and  [...]
-"destinationBlobSuffix": { "index": 21, "kind": "property", "displayName": 
"Destination Blob Suffix", "group": "consumer", "label": "consumer", 

(camel-spring-boot) branch main updated: Regen

2026-04-16 Thread davsclaus
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 4dcf6636c55 Regen
4dcf6636c55 is described below

commit 4dcf6636c55b5b9aef80966129a46cb4751f5ee5
Author: Claus Ibsen 
AuthorDate: Thu Apr 16 14:10:32 2026 +0200

Regen
---
 .../catalog/components/aws-security-hub.json   |  2 +-
 .../catalog/components/aws2-comprehend.json|  2 +-
 .../springboot/catalog/components/aws2-polly.json  |  2 +-
 .../catalog/components/azure-storage-blob.json |  9 +++---
 .../springboot/catalog/components/github2.json |  2 +-
 .../catalog/components/ibm-watsonx-ai.json |  2 +-
 .../springboot/catalog/components/mina-sftp.json   |  2 +-
 .../camel/springboot/catalog/components/sjms.json  | 26 
 .../camel/springboot/catalog/components/sjms2.json | 26 
 .../camel/springboot/catalog/dataformats/ocsf.json |  2 +-
 .../camel-sjms-starter/src/main/docs/sjms.json | 12 
 .../springboot/SjmsComponentConfiguration.java | 36 ++
 .../camel-sjms2-starter/src/main/docs/sjms2.json   | 12 
 .../springboot/Sjms2ComponentConfiguration.java| 36 ++
 14 files changed, 136 insertions(+), 35 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-security-hub.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-security-hub.json
index 4acc0b6f4b9..081d541d635 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-security-hub.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-security-hub.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.18.0",
 "label": "cloud,security",
 "javaType": 
"org.apache.camel.component.aws.securityhub.SecurityHubComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws-security-hub-starter",
 "version": "4.20.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-comprehend.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-comprehend.json
index 55b5f31fef5..941f7a8d861 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-comprehend.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-comprehend.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.18.0",
 "label": "cloud,ai",
 "javaType": 
"org.apache.camel.component.aws2.comprehend.Comprehend2Component",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws2-comprehend-starter",
 "version": "4.20.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-polly.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-polly.json
index 749a975c1ca..a9edc4aaf52 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-polly.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-polly.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.18.0",
 "label": "cloud,ai",
 "javaType": "org.apache.camel.component.aws2.polly.Polly2Component",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws2-polly-starter",
 "version": "4.20.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 08847e1739b..f9b01db63cf 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -63,7 +63,7 @@
 "lazyStartProducer": { "index": 36, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, 

(camel-spring-boot) branch main updated: Regen

2026-04-15 Thread davsclaus
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 f86838c3c0e Regen
f86838c3c0e is described below

commit f86838c3c0e999774cd0f9b9a7cb67c80afda161
Author: Claus Ibsen 
AuthorDate: Thu Apr 16 07:28:56 2026 +0200

Regen
---
 .../springboot/catalog/components/netty-http.json  | 29 +++---
 .../springboot/catalog/components/vertx-http.json  |  3 ++-
 .../camel-google-storage-starter/pom.xml   |  8 --
 3 files changed, 17 insertions(+), 23 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
index e9e157eb720..d930a021dc0 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
@@ -206,19 +206,20 @@
 "workerGroup": { "index": 71, "kind": "parameter", "displayName": "Worker 
Group", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "io.netty.channel.EventLoopGroup", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "To use a explicit 
EventLoopGroup as the boss thread pool. For example to share a  [...]
 "decoders": { "index": 72, "kind": "parameter", "displayName": "Decoders", 
"group": "codec", "label": "codec", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "A list of decoders to be 
used. You can use a String which have values separated by comma, and have the 
values [...]
 "encoders": { "index": 73, "kind": "parameter", "displayName": "Encoders", 
"group": "codec", "label": "codec", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "A list of encoders to be 
used. You can use a String which have values separated by comma, and have the 
values [...]
-"enabledProtocols": { "index": 74, "kind": "parameter", "displayName": 
"Enabled Protocols", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "TLSv1.2,TLSv1.3", 
"configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Which protocols to 
enable when using SSL" },
-"hostnameVerification": { "index": 75, "kind": "parameter", "displayName": 
"Hostname Verification", "group": "security", "label": "common,security", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "To enable\/disable 
hostname verification on SSLEngine" },
-"keyStoreFormat": { "index": 76, "kind": "parameter", "displayName": "Key 
Store Format", "group": "security", "label": "security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Keystore format to be 
used for payload encryption. Defaults to JKS if not set" },
-"keyStoreResource": { "index": 77, "kind": "parameter", "displayName": 
"Key Store Resource", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"supportFileReference": true, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Client side certificate 
keystore [...]
-"needClientAuth": { "index": 78, "kind": "parameter", "displayName": "Need 
Client Auth", "group": "security", "label": "consumer,security", "required": 
false, "type": "boolean", "javaType": 

(camel-spring-boot) branch main updated: Regen

2026-04-14 Thread davsclaus
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 488c745e38b Regen
488c745e38b is described below

commit 488c745e38b87f35b5020fc01f44f7e7f8797bba
Author: Claus Ibsen 
AuthorDate: Tue Apr 14 14:28:12 2026 +0200

Regen
---
 .../springboot/catalog/components/activemq.json| 34 ++-
 .../springboot/catalog/components/activemq6.json   | 34 ++-
 .../camel/springboot/catalog/components/amqp.json  | 38 --
 .../camel/springboot/catalog/components/jms.json   | 34 ++-
 .../camel/springboot/catalog/components/sjms.json  |  3 +-
 .../camel/springboot/catalog/components/sjms2.json |  3 +-
 .../src/main/docs/activemq.json|  6 
 .../springboot/ActiveMQComponentConfiguration.java | 21 
 .../src/main/docs/activemq6.json   |  6 
 .../springboot/ActiveMQComponentConfiguration.java | 21 
 .../camel-amqp-starter/src/main/docs/amqp.json |  6 
 .../springboot/AMQPComponentConfiguration.java | 21 
 .../camel-jms-starter/src/main/docs/jms.json   |  6 
 .../jms/springboot/JmsComponentConfiguration.java  | 21 
 tooling/camel-spring-boot-dependencies/pom.xml | 14 
 15 files changed, 193 insertions(+), 75 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
index bbbd837044c..edd75b9e5c7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
@@ -128,14 +128,15 @@
 "headerFilterStrategy": { "index": 101, "kind": "property", "displayName": 
"Header Filter Strategy", "group": "filter", "label": "filter", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message." },
 "errorHandlerLoggingLevel": { "index": 102, "kind": "property", 
"displayName": "Error Handler Logging Level", "group": "logging", "label": 
"consumer,logging", "required": false, "type": "enum", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "WARN", "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configura [...]
 "errorHandlerLogStackTrace": { "index": 103, "kind": "property", 
"displayName": "Error Handler Log Stack Trace", "group": "logging", "label": 
"consumer,logging", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Allows to control whether stack-traces should 
be logged o [...]
-"password": { "index": 104, "kind": "property", "displayName": "Password", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Password to use with the ConnectionFactory. 
You can also configure username\/password directly on the ConnectionFactory." },
-"username": { "index": 105, "kind": "property", "displayName": "Username", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Username to use with the ConnectionFactory. 
You can also configure username\/password directly on the ConnectionFactory." },
-"transacted": { "index": 106, "kind": "property", "displayName": 
"Transacted", "group": "transaction", "label": "transaction", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration", 
"configurationField": "configuration", "description": "Specifies whether to use 
transacted 

(camel-spring-boot) branch main updated: Regen

2026-04-13 Thread davsclaus
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 8c63464d588 Regen
8c63464d588 is described below

commit 8c63464d588b810a84883eb24f3463c84ea5b9db
Author: Claus Ibsen 
AuthorDate: Mon Apr 13 17:05:06 2026 +0200

Regen
---
 .../camel/springboot/catalog/components/exec.json  | 26 +---
 .../camel-exec-starter/src/main/docs/exec.json | 31 +
 .../springboot/ExecComponentAutoConfiguration.java |  2 +-
 .../springboot/ExecComponentConfiguration.java | 74 ++
 .../exec/springboot/ExecComponentConverter.java| 65 +++
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  3 +-
 6 files changed, 189 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/exec.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/exec.json
index 79cc92acbc3..04ba9b98f81 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/exec.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/exec.json
@@ -25,7 +25,12 @@
   },
   "componentProperties": {
 "lazyStartProducer": { "index": 0, "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 fail [...]
-"autowiredEnabled": { "index": 1, "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 t [...]
+"timeout": { "index": 1, "kind": "property", "displayName": "Timeout", 
"group": "producer", "label": "", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"description": "The timeout, in milliseconds, after which the executable should 
be terminated. If execution has not completed within the timeout, the component 
will send a termination request." },
+"workingDir": { "index": 2, "kind": "property", "displayName": "Working 
Dir", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The directory in which the command should be 
executed. If null, the working directory of the current process will be used." 
},
+"allowControlHeaders": { "index": 3, "kind": "property", "displayName": 
"Allow Control Headers", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to allow to use Camel headers or not (default false). Enabling this 
allows to specify dynamic command line arguments via message header. However 
this can be seen as a potential securi [...]
+"autowiredEnabled": { "index": 4, "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 t [...]
+"binding": { "index": 5, "kind": "property", "displayName": "Binding", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.exec.ExecBinding", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use a custom 
org.apache.commons.exec.ExecBinding for advanced use-cases." },
+"commandExecutor": { "index": 6, "kind": "property", "displayName": 
"Command Executor", "group": "advanced", "label": "advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.exec.ExecCommandExecutor", "deprecated": false, 
"autowired": false, 

(camel-spring-boot) branch main updated: Regen

2026-04-11 Thread davsclaus
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 22291ca874e Regen
22291ca874e is described below

commit 22291ca874e4d51a19260f3d0255aa7b121f92dc
Author: Claus Ibsen 
AuthorDate: Sat Apr 11 09:28:44 2026 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/sjms.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/sjms2.json | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
index 548b3c7a81c..69e16649ae1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
@@ -54,7 +54,7 @@
 "asyncConsumer": { "index": 7, "kind": "parameter", "displayName": "Async 
Consumer", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the JmsConsumer 
processes the Exchange asynchronously. If enabled then the JmsConsumer may 
pickup the next message from the JMS queue, while the previous message is being 
processed asynchronously [...]
 "autoStartup": { "index": 8, "kind": "parameter", "displayName": "Auto 
Startup", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Specifies whether the 
consumer container should auto-startup." },
 "clientId": { "index": 9, "kind": "parameter", "displayName": "Client Id", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the JMS client ID to use. Note that this 
value, if specified, must be unique and can only be used by a single JMS 
connection instance. It is typically only required for durable topic 
subscriptions. If using Apache ActiveMQ  [...]
-"concurrentConsumers": { "index": 10, "kind": "parameter", "displayName": 
"Concurrent Consumers", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "Specifies the 
default number of concurrent consumers when consuming from JMS (not for 
request\/reply over JMS). See also the maxMessagesPerTask option to control 
dynamic scaling up\/down of threads. [...]
+"concurrentConsumers": { "index": 10, "kind": "parameter", "displayName": 
"Concurrent Consumers", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "Specifies the number 
of concurrent consumers when consuming from JMS (not for request\/reply over 
JMS). The concurrent consumer is fixed at startup and cannot be dynamic scaled 
like the camel-jms co [...]
 "durableSubscriptionName": { "index": 11, "kind": "parameter", 
"displayName": "Durable Subscription Name", "group": "consumer", "label": 
"consumer", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The durable subscriber name for specifying durable topic 
subscriptions. The clientId option must be configured as well." },
 "replyToDeliveryPersistent": { "index": 12, "kind": "parameter", 
"displayName": "Reply To Delivery Persistent", "group": "consumer", "label": 
"consumer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Specifies whether to use persistent delivery by default for 
replies." },
 "bridgeErrorHandler": { "index": 13, "kind": "parameter", "displayName": 
"Bridge Error Handler", "group": "consumer (advanced)", "label": 
"consumer,advanced", "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 (if possible) occurred 
while the Camel consumer is trying to pickup incoming [...]
@@ -67,7 +67,7 @@
 "deliveryMode": { "index": 20, "kind": "parameter", 

(camel-spring-boot) branch main updated: Regen

2026-04-10 Thread davsclaus
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 fb73165ef56 Regen
fb73165ef56 is described below

commit fb73165ef562cbd63bdf81866d39874e945c1670
Author: Claus Ibsen 
AuthorDate: Sat Apr 11 08:37:38 2026 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index b04eae18e1d..10968b09f04 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -54,7 +54,7 @@
   
 com.openai
 openai-java
-4.30.0
+4.31.0
   
   
 eu.maveniverse.maven.mima.runtime



(camel-spring-boot) branch main updated: Regen

2026-03-12 Thread davsclaus
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 687b02136cb Regen
687b02136cb is described below

commit 687b02136cb515c5d4433e94db8da9fe4f2d1209
Author: Claus Ibsen 
AuthorDate: Thu Mar 12 20:44:40 2026 +0100

Regen
---
 .../springboot/catalog/components/mina-sftp.json   |  14 +--
 .../camel/springboot/catalog/components/sftp.json  |   6 +-
 .../camel/springboot/catalog/components/ssh.json   | 110 +++--
 .../catalog/dataformats/avroJackson.json   |  14 +--
 .../springboot/catalog/dataformats/jacksonXml.json |  14 +--
 .../catalog/dataformats/protobufJackson.json   |  14 +--
 .../springboot/catalog/languages/csimple.json  |   2 +-
 .../springboot/catalog/others/csimple-joor.json|   2 +-
 .../catalog/transformers/avro-binary.json  |   4 +-
 .../catalog/transformers/avro-x-java-object.json   |   4 +-
 .../catalog/transformers/avro-x-struct.json|   4 +-
 .../catalog/transformers/protobuf-binary.json  |   4 +-
 .../transformers/protobuf-x-java-object.json   |   4 +-
 .../catalog/transformers/protobuf-x-struct.json|   4 +-
 .../camel-ssh-starter/src/main/docs/ssh.json   |  30 ++
 .../ssh/springboot/SshComponentConfiguration.java  |  62 
 tooling/camel-spring-boot-dependencies/pom.xml |   5 +
 17 files changed, 202 insertions(+), 95 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
index e43b7b2a4fd..852ecb3ea76 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
@@ -171,17 +171,17 @@
 "certUri": { "index": 118, "kind": "parameter", "displayName": "Cert Uri", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "supportFileReference": true, 
"configurationClass": 
"org.apache.camel.component.file.remote.mina.MinaSftpConfiguration", 
"configurationField": "configuration", "description": "Set the OpenSSH 
certificate as a classpath: or [...]
 "ciphers": { "index": 119, "kind": "parameter", "displayName": "Ciphers", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.mina.MinaSftpConfiguration", 
"configurationField": "configuration", "description": "Set the list of ciphers 
that will be used in order of preference. Possible cipher names are defined 
[...]
 "keyExchangeProtocols": { "index": 120, "kind": "parameter", 
"displayName": "Key Exchange Protocols", "group": "security", "label": 
"security", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.file.remote.mina.MinaSftpConfiguration", 
"configurationField": "configuration", "description": "Set the list of key 
exchange protocols that will be used in order of pr [...]
-"keyPair": { "index": 121, "kind": "parameter", "displayName": "Key Pair", 
"group": "security", "label": "security", "required": false, "type": "object", 
"javaType": "java.security.KeyPair", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.mina.MinaSftpConfiguration", 
"configurationField": "configuration", "description": "Set a 
java.security.KeyPair directly for public key authentication" },
+"keyPair": { "index": 121, "kind": "parameter", "displayName": "Key Pair", 
"group": "security", "label": "security", "required": false, "type": "object", 
"javaType": "java.security.KeyPair", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.mina.MinaSftpConfiguration", 
"configurationField": "configuration", "description": "Sets a key pair of the 
public and private key so to that the SFTP endpoint can do public\/priv [...]
 "knownHosts": { "index": 122, "kind": "parameter", "displayName": "Known 
Hosts", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "byte[]", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.mina.MinaSftpConfiguration", 

(camel-spring-boot) branch main updated: Regen

2026-03-11 Thread davsclaus
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 e6e5b7ab978 Regen
e6e5b7ab978 is described below

commit e6e5b7ab978e8341493ad376999a5fab40d040c1
Author: Claus Ibsen 
AuthorDate: Wed Mar 11 19:03:46 2026 +0100

Regen
---
 .../src/main/docs/spring-boot.json | 30 --
 1 file changed, 17 insertions(+), 13 deletions(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index fae6365f8c1..b91a346cf82 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -781,12 +781,6 @@
   "description": "The global name to use for Log EIP The name is default 
the routeId or the source:line if source location is enabled. You can also 
specify the name using tokens:  ${class} - the logger class name 
(org.apache.camel.processor.LogProcessor)  ${contextId} - the camel 
context id  ${routeId} - the route id  ${groupId} - the route group 
id  ${nodeId} - the node id  ${nodePrefixId} - the node prefix id 
 ${source} - the source:line (s [...]
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
 },
-{
-  "name": "camel.main.mdc-logging-keys-pattern",
-  "type": "java.lang.String",
-  "description": "Sets the pattern used for determine which custom MDC 
keys to propagate during message routing when the routing engine continues 
routing asynchronously for the given message. Setting this pattern to * will 
propagate all custom keys. Or setting the pattern to foo*,bar* will propagate 
any keys starting with either foo or bar. Notice that a set of standard Camel 
MDC keys are always propagated which starts with camel. as key name. The match 
rules are applied in this orde [...]
-  "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
-},
 {
   "name": "camel.main.message-history",
   "type": "java.lang.Boolean",
@@ -1141,13 +1135,6 @@
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
   "defaultValue": false
 },
-{
-  "name": "camel.main.use-mdc-logging",
-  "type": "java.lang.Boolean",
-  "description": "To turn on MDC logging",
-  "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-  "defaultValue": false
-},
 {
   "name": "camel.main.uuid-generator",
   "type": "java.lang.String",
@@ -2072,6 +2059,23 @@
 "replacement": "camel.main.run-controller",
 "since": "4.14.0"
   }
+},
+{
+  "name": "camel.main.mdc-logging-keys-pattern",
+  "type": "java.lang.String",
+  "description": "Sets the pattern used for determine which custom MDC 
keys to propagate during message routing when the routing engine continues 
routing asynchronously for the given message. Setting this pattern to * will 
propagate all custom keys. Or setting the pattern to foo*,bar* will propagate 
any keys starting with either foo or bar. Notice that a set of standard Camel 
MDC keys are always propagated which starts with camel. as key name. The match 
rules are applied in this orde [...]
+  "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+  "deprecated": true,
+  "deprecation": {}
+},
+{
+  "name": "camel.main.use-mdc-logging",
+  "type": "java.lang.Boolean",
+  "description": "To turn on MDC logging (deprecated, use camel-mdc 
component instead)",
+  "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+  "defaultValue": false,
+  "deprecated": true,
+  "deprecation": {}
 }
   ],
   "hints": [],



(camel-spring-boot) branch main updated: Regen

2026-03-11 Thread davsclaus
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 b98b935ce29 Regen
b98b935ce29 is described below

commit b98b935ce297e3ed4dc823d8b723a9c30d0381ab
Author: Claus Ibsen 
AuthorDate: Wed Mar 11 12:27:58 2026 +0100

Regen
---
 .../springboot/catalog/dev-consoles.properties |  1 +
 .../springboot/catalog/dev-consoles/errors.json| 15 +++
 .../camel/springboot/catalog/languages/simple.json | 49 +++---
 .../src/main/docs/spring-boot.json | 28 +
 4 files changed, 69 insertions(+), 24 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index 1e1e049d2d6..876a5cedd44 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -9,6 +9,7 @@ consumer
 context
 debug
 endpoint
+errors
 eval-language
 event
 gc
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/errors.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/errors.json
new file mode 100644
index 000..75077733572
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/errors.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+"kind": "console",
+"group": "camel",
+"name": "errors",
+"title": "Error Registry",
+"description": "Display captured routing errors",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.ErrorRegistryConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.19.0-SNAPSHOT"
+  }
+}
+
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
index 41c31eab16f..5bd507d68fb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.json
@@ -126,29 +126,30 @@
 "setHeader(name,type,exp)": { "index": 98, "kind": "function", 
"displayName": "Set Header", "group": "core", "label": "core", "required": 
false, "javaType": "Object", "prefix": "${", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Sets a message header with the given expression (optional converting to the 
given type)", "ognl": false, "suffix": "}" },
 "setVariable(name,type,exp)": { "index": 99, "kind": "function", 
"displayName": "Set Variable", "group": "core", "label": "core", "required": 
false, "javaType": "Object", "prefix": "${", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Sets a variable with the given expression (optional converting to the given 
type)", "ognl": false, "suffix": "}" },
 "shuffle(val...)": { "index": 100, "kind": "function", "displayName": 
"Shuffle Values", "group": "collection", "label": "collection", "required": 
false, "javaType": "List", "prefix": "${", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Returns a list of all the values shuffled in random order", "ognl": false, 
"suffix": "}" },
-"size(exp)": { "index": 101, "kind": "function", "displayName": "Size", 
"group": "collection", "label": "collection", "required": false, "javaType": 
"int", "prefix": "${", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Returns the number of elements in 
collection or array based payloads. If the value is null then 0 is returned, 
otherwise 1.", "ognl": false, "suffix": "}" },
-"skip(num)": { "index": 102, "kind": "function", "displayName": "Skip 
First Items from the Message Body", "group": "collection", "label": 
"collection", "required": false, "javaType": "java.util.Iterator", "prefix": 
"${", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The skip function iterates the message body and skips 
the first number of items. This can be used with the Splitter EIP to split a 
message body and skip the first N 

(camel-spring-boot) branch main updated: Regen

2026-03-10 Thread davsclaus
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 746c40e53cb Regen
746c40e53cb is described below

commit 746c40e53cbb8aa1ad82b491a8be325faa2e119d
Author: Claus Ibsen 
AuthorDate: Tue Mar 10 08:04:57 2026 +0100

Regen
---
 .../camel/springboot/catalog/components/as2.json   |  35 +++---
 .../catalog/components/google-firestore.json   |   2 +-
 .../catalog/components/google-vision.json  |   7 +-
 .../camel/springboot/catalog/languages/simple.json | 126 +++--
 .../src/main/docs/spring-boot.json |  24 
 tooling/camel-spring-boot-dependencies/pom.xml |  22 ++--
 6 files changed, 122 insertions(+), 94 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 602522078e4..69bba80c244 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
@@ -65,23 +65,24 @@
 "userAgent": { "index": 29, "kind": "parameter", "displayName": "User 
Agent", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "Camel AS2 Client Endpoint", 
"configurationClass": "org.apache.camel.component.as2.AS2Configuration", 
"configurationField": "configuration", "description": "The value included in 
the User-Agent message header identifying the AS2 user a [...]
 "exceptionHandler": { "index": 30, "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 de [...]
 "exchangePattern": { "index": 31, "kind": "parameter", "displayName": 
"Exchange Pattern", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
-"lazyStartProducer": { "index": 32, "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 [...]
-"accessToken": { "index": 33, "kind": "parameter", "displayName": "Access 
Token", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The access token that is used by the client 
for bearer authentication." },
-"decryptingPrivateKey": { "index": 34, "kind": "parameter", "displayName": 
"Decrypting Private Key", "group": "security", "label": "security", "required": 
false, "type": "object", "javaType": "java.security.PrivateKey", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The key used to encrypt the EDI message." },
-"encryptingAlgorithm": { "index": 35, "kind": "parameter", "displayName": 
"Encrypting Algorithm", "group": "security", "label": "security", "required": 
false, "type": "enum", "javaType": 
"org.apache.camel.component.as2.api.AS2EncryptionAlgorithm", "enum": [ 
"AES128_CBC", "AES192_CBC", "AES256_CBC", "AES128_CCM", "AES192_CCM", 
"AES256_CCM", "AES128_GCM", "AES192_GCM", "AES256_GCM", "CAMELLIA128_CBC", 
"CAMELLIA192_CBC", "CAMELLIA256_CBC", "CAST5_CBC", "DES_CBC", "DES_EDE3_CBC", 
"GOST28 [...]
-"encryptingCertificateChain": { "index": 36, "kind": "parameter", 
"displayName": "Encrypting Certificate Chain", "group": "security", "label": 
"security", "required": false, 

(camel-spring-boot) branch main updated: Regen

2026-03-08 Thread davsclaus
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 4ea7d76aac9 Regen
4ea7d76aac9 is described below

commit 4ea7d76aac9f82be44d95282049cae5ee48bb6db
Author: Claus Ibsen 
AuthorDate: Sun Mar 8 11:09:57 2026 +0100

Regen
---
 .../camel/springboot/catalog/components.properties | 395 +
 .../camel/springboot/catalog/components/iggy.json  |   2 +-
 .../camel/springboot/catalog/languages/simple.json |  82 +++--
 3 files changed, 439 insertions(+), 40 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
new file mode 100644
index 000..208a20e6cd4
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -0,0 +1,395 @@
+activemq
+activemq6
+amqp
+arangodb
+as2
+asterisk
+atmosphere-websocket
+atom
+avro
+aws-bedrock
+aws-bedrock-agent
+aws-bedrock-agent-runtime
+aws-cloudtrail
+aws-config
+aws-parameter-store
+aws-secrets-manager
+aws-security-hub
+aws2-athena
+aws2-comprehend
+aws2-cw
+aws2-ddb
+aws2-ddbstream
+aws2-ec2
+aws2-ecs
+aws2-eks
+aws2-eventbridge
+aws2-iam
+aws2-kinesis
+aws2-kinesis-firehose
+aws2-kms
+aws2-lambda
+aws2-mq
+aws2-msk
+aws2-polly
+aws2-redshift-data
+aws2-rekognition
+aws2-s3
+aws2-s3-vectors
+aws2-ses
+aws2-sns
+aws2-sqs
+aws2-step-functions
+aws2-sts
+aws2-textract
+aws2-timestream
+aws2-transcribe
+aws2-translate
+azure-cosmosdb
+azure-eventgrid
+azure-eventhubs
+azure-files
+azure-functions
+azure-key-vault
+azure-servicebus
+azure-storage-blob
+azure-storage-datalake
+azure-storage-queue
+bean
+bean-validator
+bonita
+box
+braintree
+browse
+caffeine-cache
+caffeine-loadcache
+chatscript
+chunk
+class
+clickup
+cm-sms
+coap
+coap+tcp
+coaps
+coaps+tcp
+cometd
+cometds
+consul
+controlbus
+couchbase
+couchdb
+cql
+cron
+crypto
+cxf
+cxfrs
+cyberark-vault
+dapr
+dataformat
+dataset
+dataset-test
+debezium-db2
+debezium-mongodb
+debezium-mysql
+debezium-oracle
+debezium-postgres
+debezium-sqlserver
+dfdl
+dhis2
+digitalocean
+direct
+disruptor
+disruptor-vm
+djl
+dns
+docker
+docling
+drill
+dropbox
+dynamic-router
+dynamic-router-control
+ehcache
+elasticsearch
+elasticsearch-rest-client
+exec
+fhir
+file
+file-watch
+flatpack
+flink
+flowable
+fop
+freemarker
+ftp
+ftps
+geocoder
+git
+github
+github2
+google-bigquery
+google-bigquery-sql
+google-calendar
+google-calendar-stream
+google-drive
+google-firestore
+google-functions
+google-mail
+google-mail-stream
+google-pubsub
+google-secret-manager
+google-sheets
+google-sheets-stream
+google-storage
+google-vertexai
+grape
+graphql
+grpc
+guava-eventbus
+hashicorp-vault
+hazelcast-atomicvalue
+hazelcast-instance
+hazelcast-list
+hazelcast-map
+hazelcast-multimap
+hazelcast-pncounter
+hazelcast-queue
+hazelcast-replicatedmap
+hazelcast-ringbuffer
+hazelcast-seda
+hazelcast-set
+hazelcast-topic
+http
+https
+huggingface
+hwcloud-dms
+hwcloud-frs
+hwcloud-functiongraph
+hwcloud-iam
+hwcloud-imagerecognition
+hwcloud-obs
+hwcloud-smn
+ibm-cos
+ibm-secrets-manager
+ibm-watson-discovery
+ibm-watson-language
+ibm-watson-speech-to-text
+ibm-watson-text-to-speech
+ibm-watsonx-ai
+iec60870-client
+iec60870-server
+iggy
+ignite-cache
+ignite-compute
+ignite-events
+ignite-idgen
+ignite-messaging
+ignite-queue
+ignite-set
+imap
+imaps
+infinispan
+infinispan-embedded
+influxdb
+influxdb2
+irc
+ironmq
+jcache
+jcr
+jdbc
+jetty
+jgroups
+jgroups-raft
+jira
+jms
+jmx
+jolt
+jooq
+jpa
+jslt
+json-patch
+json-validator
+jsonata
+jt400
+jte
+kafka
+kamelet
+keycloak
+knative
+kserve
+kubernetes-config-maps
+kubernetes-cronjob
+kubernetes-custom-resources
+kubernetes-deployments
+kubernetes-events
+kubernetes-hpa
+kubernetes-job
+kubernetes-namespaces
+kubernetes-nodes
+kubernetes-persistent-volumes
+kubernetes-persistent-volumes-claims
+kubernetes-pods
+kubernetes-replication-controllers
+kubernetes-resources-quota
+kubernetes-secrets
+kubernetes-service-accounts
+kubernetes-services
+kudu
+langchain4j-agent
+langchain4j-chat
+langchain4j-embeddings
+langchain4j-embeddingstore
+langchain4j-tools
+langchain4j-web-search
+language
+ldap
+ldif
+log
+lpr
+lucene
+lumberjack
+mapstruct
+master
+metrics
+micrometer
+milo-browse
+milo-client
+milo-server
+milvus
+mina
+mina-sftp
+minio
+mllp
+mock
+mongodb
+mongodb-gridfs
+mustache
+mvel
+mybatis
+mybatis-bean
+nats
+neo4j
+netty
+netty-http
+oaipmh
+olingo2
+olingo4
+once
+openai
+opensearch
+openshift-build-configs
+openshift-builds
+openshift-deploymentconfigs
+openstack-cinder
+openstack-glance
+openstack-keystone
+openstack-neutron
+openstack-nova
+openstack-swift

(camel-spring-boot) branch main updated: Regen

2026-03-07 Thread davsclaus
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 f0b5d7193db Regen
f0b5d7193db is described below

commit f0b5d7193dbdf976b7fe7544585375a654b5a2e8
Author: Claus Ibsen 
AuthorDate: Sat Mar 7 15:47:21 2026 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index e50c3f44087..e49b201fe1e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -5047,12 +5047,12 @@
   
 org.apache.maven.resolver
 maven-resolver-api
-1.9.25
+1.9.27
   
   
 org.apache.maven.resolver
 maven-resolver-util
-1.9.25
+1.9.27
   
   
 org.apache.maven.shared



(camel-spring-boot) branch main updated: Regen

2026-03-06 Thread davsclaus
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 9e1dcf05200 Regen
9e1dcf05200 is described below

commit 9e1dcf052004f77eb7ea0871c4ab34a419f7c7bf
Author: Claus Ibsen 
AuthorDate: Fri Mar 6 21:00:36 2026 +0100

Regen
---
 .../springboot/catalog/components/aws2-ec2.json|  2 +-
 .../catalog/components/google-pubsub.json  | 25 +++
 .../springboot/catalog/components/qdrant.json  |  3 +-
 .../springboot/catalog/dataformats.properties  |  1 +
 .../springboot/catalog/dataformats/groovyJson.json | 22 ++
 .../camel-groovy-starter/src/main/docs/groovy.json | 29 
 .../GroovyJSonlDataFormatAutoConfiguration.java| 78 ++
 .../GroovyJSonlDataFormatConfiguration.java| 49 ++
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  1 +
 components-starter/camel-pulsar-starter/pom.xml|  8 ---
 tooling/camel-spring-boot-dependencies/pom.xml | 22 +++---
 11 files changed, 207 insertions(+), 33 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
index 7faa3b8e037..1a4c62a958a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
@@ -49,7 +49,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
+"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
 "CamelAwsEC2Operation": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The minimum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The maximum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
index 90b66b2dacd..8a0e235fe12 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
@@ -54,17 +54,18 @@
 

(camel-spring-boot) branch main updated: Regen

2026-03-05 Thread davsclaus
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 ac839ffbdcf Regen
ac839ffbdcf is described below

commit ac839ffbdcf3f400ac1f921adba1c84b43bbfbbc
Author: Claus Ibsen 
AuthorDate: Thu Mar 5 14:23:26 2026 +0100

Regen
---
 .../springboot/catalog/dataformats/avroJackson.json  |  2 +-
 .../src/main/docs/jackson-avro.json  |  2 +-
 .../JacksonAvroDataFormatConfiguration.java  |  1 -
 tooling/camel-spring-boot-dependencies/pom.xml   | 20 
 4 files changed, 22 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avroJackson.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avroJackson.json
index f294d1b1f44..41620214ea8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avroJackson.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/avroJackson.json
@@ -33,7 +33,7 @@
 "timezone": { "index": 14, "kind": "attribute", "displayName": "Timezone", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "If set then Jackson will use the Timezone when 
marshalling\/unmarshalling." },
 "autoDiscoverObjectMapper": { "index": 15, "kind": "attribute", 
"displayName": "Auto Discover Object Mapper", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true then Jackson will lookup 
for an objectMapper into the registry" },
 "contentTypeHeader": { "index": 16, "kind": "attribute", "displayName": 
"Content Type Header", "group": "common", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether the data format 
should set the Content-Type header with the type from the data format. For 
example application\/xml for data formats marshalling to XML, or 
application\/json for data formats marshall [...]
-"schemaResolver": { "index": 17, "kind": "attribute", "displayName": 
"Schema Resolver", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.jackson.SchemaResolver", "deprecated": false, 
"autowired": false, "secret": false, "description": "Optional schema resolver 
used to lookup schemas for the data in transit." },
+"schemaResolver": { "index": 17, "kind": "attribute", "displayName": 
"Schema Resolver", "group": "advanced", "label": "advanced", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Optional schema resolver 
used to lookup schemas for the data in transit." },
 "autoDiscoverSchemaResolver": { "index": 18, "kind": "attribute", 
"displayName": "Auto Discover Schema Resolver", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "When not disabled, the SchemaResolver 
will be looked up into the registry" }
   }
 }
diff --git 
a/components-starter/camel-jackson-avro-starter/src/main/docs/jackson-avro.json 
b/components-starter/camel-jackson-avro-starter/src/main/docs/jackson-avro.json
index a2be0415a63..784aaf69f10 100644
--- 
a/components-starter/camel-jackson-avro-starter/src/main/docs/jackson-avro.json
+++ 
b/components-starter/camel-jackson-avro-starter/src/main/docs/jackson-avro.json
@@ -110,7 +110,7 @@
 {
   "name": "camel.dataformat.avro-jackson.schema-resolver",
   "type": "java.lang.String",
-  "description": "Optional schema resolver used to lookup schemas for the 
data in transit. The option is a 
org.apache.camel.component.jackson.SchemaResolver type.",
+  "description": "Optional schema resolver used to lookup schemas for the 
data in transit.",
   "sourceType": 
"org.apache.camel.component.jackson.avro.springboot.JacksonAvroDataFormatConfiguration"
 },
 {
diff --git 
a/components-starter/camel-jackson-avro-starter/src/main/java/org/apache/camel/component/jackson/avro/springboot/JacksonAvroDataFormatConfiguration.java
 

(camel-spring-boot) branch main updated: Regen

2026-03-04 Thread davsclaus
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 575f1525e18 Regen
575f1525e18 is described below

commit 575f1525e18dcac1d3cb9d1dbf215b9a184cc2d4
Author: Claus Ibsen 
AuthorDate: Wed Mar 4 18:34:32 2026 +0100

Regen
---
 .../camel/springboot/catalog/components/seda.json  | 23 +++---
 .../camel/springboot/catalog/components/stub.json  | 23 +++---
 tooling/camel-spring-boot-dependencies/pom.xml | 15 ++
 3 files changed, 39 insertions(+), 22 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/seda.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/seda.json
index 174c42009bf..c4494470476 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/seda.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/seda.json
@@ -38,7 +38,7 @@
   "properties": {
 "name": { "index": 0, "kind": "path", "displayName": "Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Name of queue" },
 "size": { "index": 1, "kind": "parameter", "displayName": "Size", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "The maximum capacity of the SEDA queue (i.e., the number of 
messages it can hold). Will by default use the queueSize set on the SEDA 
component." },
-"concurrentConsumers": { "index": 2, "kind": "parameter", "displayName": 
"Concurrent Consumers", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "Number of concurrent 
threads processing exchanges." },
+"concurrentConsumers": { "index": 2, "kind": "parameter", "displayName": 
"Concurrent Consumers", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "Number of concurrent 
threads processing exchanges. When virtualThreadPerTask is enabled, this 
becomes a concurrency limit (0 = unlimited) and defaults to 0 instead of 1." },
 "bridgeErrorHandler": { "index": 3, "kind": "parameter", "displayName": 
"Bridge Error Handler", "group": "consumer (advanced)", "label": 
"consumer,advanced", "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 (if possible) occurred 
while the Camel consumer is trying to pickup incoming  [...]
 "exceptionHandler": { "index": 4, "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 def [...]
 "exchangePattern": { "index": 5, "kind": "parameter", "displayName": 
"Exchange Pattern", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
@@ -46,15 +46,16 @@
 "multipleConsumers": { "index": 7, "kind": "parameter", "displayName": 
"Multiple Consumers", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Specifies whether multiple consumers are 
allowed. If enabled, you can use SEDA for Publish-Subscribe messaging. That is, 
you can send a message to the SEDA queue and have each [...]
 "pollTimeout": { "index": 8, "kind": "parameter", "displayName": "Poll 
Timeout", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": 

(camel-spring-boot) branch main updated: Regen

2026-02-28 Thread davsclaus
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 fd576ed456f Regen
fd576ed456f is described below

commit fd576ed456f5057446aff3f84ff1a3af6b58b96b
Author: Claus Ibsen 
AuthorDate: Sat Feb 28 09:07:37 2026 +0100

Regen
---
 .../org/apache/camel/springboot/catalog/components/json-patch.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
index 92e96fcb182..33bf2053c9c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
@@ -4,7 +4,7 @@
 "name": "json-patch",
 "title": "JsonPatch",
 "description": "Transforms JSON using JSON patch (RFC 6902).",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "3.12.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.jsonpatch.JsonPatchComponent",



(camel-spring-boot) branch main updated: Regen

2026-02-27 Thread davsclaus
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 3f9ea2c1692 Regen
3f9ea2c1692 is described below

commit 3f9ea2c1692416c6dcf6ec5bd505a80f9a232f12
Author: Claus Ibsen 
AuthorDate: Sat Feb 28 07:35:01 2026 +0100

Regen
---
 .../springboot/catalog/components/docling.json |  6 ++--
 .../springboot/catalog/components/huggingface.json |  6 ++--
 .../catalog/components/ibm-watsonx-ai.json |  6 ++--
 .../catalog/components/langchain4j-agent.json  |  4 +--
 .../springboot/catalog/components/openai.json  |  5 +--
 .../camel/springboot/catalog/components/pqc.json   | 42 +++---
 .../src/main/docs/docling.json |  6 
 .../springboot/DoclingComponentConfiguration.java  | 15 
 .../src/main/docs/huggingface.json |  6 
 .../HuggingFaceComponentConfiguration.java | 15 
 .../src/main/docs/ibm-watsonx-ai.json  |  6 
 .../WatsonxAiComponentConfiguration.java   | 15 
 .../src/main/docs/langchain4j-agent.json   |  2 +-
 .../LangChain4jAgentComponentConfiguration.java|  9 ++---
 .../camel-pqc-starter/src/main/docs/pqc.json   |  6 
 .../pqc/springboot/PQCComponentConfiguration.java  | 16 +
 .../pqc/springboot/PQCComponentConverter.java  |  2 ++
 tooling/camel-spring-boot-dependencies/pom.xml |  5 ---
 18 files changed, 132 insertions(+), 40 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/docling.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/docling.json
index c0f759c3136..149929a80db 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/docling.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/docling.json
@@ -74,7 +74,8 @@
 "apiKeyHeader": { "index": 47, "kind": "property", "displayName": "Api Key 
Header", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue": 
"X-API-Key", "configurationClass": 
"org.apache.camel.component.docling.DoclingConfiguration", 
"configurationField": "configuration", "description": "Header name for API key 
authentication" },
 "authenticationScheme": { "index": 48, "kind": "property", "displayName": 
"Authentication Scheme", "group": "security", "label": "security", "required": 
false, "type": "enum", "javaType": 
"org.apache.camel.component.docling.AuthenticationScheme", "enum": [ "NONE", 
"BEARER", "API_KEY" ], "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": "NONE", "configurationClass": 
"org.apache.camel.component.docling.DoclingConfiguration", "configuration [...]
 "authenticationToken": { "index": 49, "kind": "property", "displayName": 
"Authentication Token", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": true, 
"configurationClass": 
"org.apache.camel.component.docling.DoclingConfiguration", 
"configurationField": "configuration", "description": "Authentication token for 
docling-serve API (Bearer token or API  [...]
-"maxFileSize": { "index": 50, "kind": "property", "displayName": "Max File 
Size", "group": "security", "label": "security", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": 52428800, 
"configurationClass": 
"org.apache.camel.component.docling.DoclingConfiguration", 
"configurationField": "configuration", "description": "Maximum file size in 
bytes for processing" }
+"maxFileSize": { "index": 50, "kind": "property", "displayName": "Max File 
Size", "group": "security", "label": "security", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": 52428800, 
"configurationClass": 
"org.apache.camel.component.docling.DoclingConfiguration", 
"configurationField": "configuration", "description": "Maximum file size in 
bytes for processing" },
+"oauthProfile": { "index": 51, "kind": "property", "displayName": "Oauth 
Profile", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 

(camel-spring-boot) branch main updated: Regen

2026-02-24 Thread davsclaus
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 a32cfb09edc Regen
a32cfb09edc is described below

commit a32cfb09edca057afa5778381902a77cb47fa2a2
Author: Claus Ibsen 
AuthorDate: Wed Feb 25 07:47:30 2026 +0100

Regen
---
 core/camel-spring-boot/src/main/docs/spring-boot.json | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index 71368aaca4c..0a56aef9fb4 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -1195,6 +1195,12 @@
   "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
   "defaultValue": false
 },
+{
+  "name": "camel.main.stream-caching-spool-rules",
+  "type": "java.lang.String",
+  "description": "Sets custom rules 
(org.apache.camel.spi.StreamCachingStrategy.SpoolRule) for deciding when to 
spool to disk. Multiple rules can be separated by comma.",
+  "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
+},
 {
   "name": "camel.main.stream-caching-spool-threshold",
   "type": "java.lang.Long",



(camel-spring-boot) branch main updated: Regen

2026-02-24 Thread davsclaus
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 c02952921e8 Regen
c02952921e8 is described below

commit c02952921e8ff408ecc82b849bef8b651a02b402
Author: Claus Ibsen 
AuthorDate: Tue Feb 24 20:40:58 2026 +0100

Regen
---
 .../org/apache/camel/springboot/catalog/components/openai.json  | 2 +-
 .../resources/org/apache/camel/springboot/catalog/dataformats/pgp.json  | 2 +-
 .../org/apache/camel/springboot/catalog/dataformats/xmlSecurity.json| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
index 266284d391b..e0012d3b12e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/openai.json
@@ -68,7 +68,7 @@
 "developerMessage": { "index": 6, "kind": "parameter", "displayName": 
"Developer Message", "group": "producer", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.openai.OpenAIConfiguration", 
"configurationField": "configuration", "description": "Developer message to 
prepend before user messages" },
 "dimensions": { "index": 7, "kind": "parameter", "displayName": 
"Dimensions", "group": "producer", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.openai.OpenAIConfiguration", 
"configurationField": "configuration", "description": "Number of dimensions for 
the embedding output. Only supported by text-embedding-3 models.  [...]
 "embeddingModel": { "index": 8, "kind": "parameter", "displayName": 
"Embedding Model", "group": "producer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.openai.OpenAIConfiguration", 
"configurationField": "configuration", "description": "The model to use for 
embeddings" },
-"encodingFormat": { "index": 9, "kind": "parameter", "displayName": 
"Encoding Format", "group": "producer", "label": "", "required": false, "type": 
"enum", "javaType": "java.lang.String", "enum": [ "float", "base64" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "defaultValue": "float", "configurationClass": 
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField": 
"configuration", "description": "The format for embedding outp [...]
+"encodingFormat": { "index": 9, "kind": "parameter", "displayName": 
"Encoding Format", "group": "producer", "label": "", "required": false, "type": 
"enum", "javaType": "java.lang.String", "enum": [ "float", "base64" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "defaultValue": "base64", "configurationClass": 
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField": 
"configuration", "description": "The format for embedding out [...]
 "jsonSchema": { "index": 10, "kind": "parameter", "displayName": "Json 
Schema", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "supportFileReference": true, 
"configurationClass": "org.apache.camel.component.openai.OpenAIConfiguration", 
"configurationField": "configuration", "description": "JSON schema for 
structured output validation" },
 "maxTokens": { "index": 11, "kind": "parameter", "displayName": "Max 
Tokens", "group": "producer", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.openai.OpenAIConfiguration", 
"configurationField": "configuration", "description": "Maximum number of tokens 
to generate" },
 "model": { "index": 12, "kind": "parameter", "displayName": "Model", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 

(camel-spring-boot) branch main updated: Regen

2026-02-23 Thread davsclaus
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 0834a8f9685 Regen
0834a8f9685 is described below

commit 0834a8f9685f5a062a67f1f9165223180392198b
Author: Claus Ibsen 
AuthorDate: Mon Feb 23 14:49:21 2026 +0100

Regen
---
 .../camel/springboot/catalog/components/pqc.json   | 74 +
 .../camel-pqc-starter/src/main/docs/pqc.json   | 37 +++
 .../pqc/springboot/PQCComponentConfiguration.java  | 77 ++
 .../pqc/springboot/PQCComponentConverter.java  | 10 +--
 4 files changed, 167 insertions(+), 31 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
index 3ac65b316de..a47e78552d9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json
@@ -26,21 +26,27 @@
   "componentProperties": {
 "configuration": { "index": 0, "kind": "property", "displayName": 
"Configuration", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.pqc.PQCConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
 "lazyStartProducer": { "index": 1, "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 fail [...]
-"operation": { "index": 2, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.pqc.PQCOperations", "enum": [ "sign", "verify", 
"generateSecretKeyEncapsulation", "extractSecretKeyEncapsulation", 
"extractSecretKeyFromEncapsulation", "getRemainingSignatures", "getKeyState", 
"deleteKeyState", "generateKeyPair", "exportKey", "importKey", "rotateKey", 
"getKeyMetadata", "listKeys", "expir [...]
+"operation": { "index": 2, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "enum", "javaType": 
"org.apache.camel.component.pqc.PQCOperations", "enum": [ "sign", "verify", 
"hybridSign", "hybridVerify", "generateSecretKeyEncapsulation", 
"extractSecretKeyEncapsulation", "extractSecretKeyFromEncapsulation", 
"hybridGenerateSecretKeyEncapsulation", "hybridExtractSecretKeyEncapsulation", 
"hybridExtractSecretKeyFromEncapsulation", " [...]
 "autowiredEnabled": { "index": 3, "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 t [...]
-"keyEncapsulationAlgorithm": { "index": 4, "kind": "property", 
"displayName": "Key Encapsulation Algorithm", "group": "advanced", "label": 
"advanced", "required": false, "type": "enum", "javaType": "java.lang.String", 
"enum": [ "MLKEM", "BIKE", "HQC", "CMCE", "SABER", "FRODO", "NTRU", 
"NTRULPRime", "SNTRUPrime", "KYBER" ], "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.pqc.PQCConfiguration", "configur [...]
-"keyGenerator": { "index": 5, "kind": "property", "displayName": "Key 
Generator", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "javax.crypto.KeyGenerator", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.pqc.PQCConfiguration", 
"configurationField": "configuration", "description": "The Key Generator to be 
used in encapsulation and extraction" },
-"keyPair": { "index": 6, "kind": "property", "displayName": "Key Pair", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.security.KeyPair", "deprecated": false, "deprecationNote": 
"", "autowired": true, "secret": false, 

(camel-spring-boot) branch main updated: Regen

2026-02-22 Thread davsclaus
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 69e299c3877 Regen
69e299c3877 is described below

commit 69e299c38778233f7493e3f6818c5abfb07cdd11
Author: Claus Ibsen 
AuthorDate: Mon Feb 23 07:22:37 2026 +0100

Regen
---
 .../camel/springboot/catalog/components.properties |   1 +
 .../catalog/components/hazelcast-atomicvalue.json  |   2 +-
 ...t-atomicvalue.json => hazelcast-pncounter.json} |  19 ++--
 .../src/main/docs/hazelcast.json   |  49 ++
 ...zelcastPNCounterComponentAutoConfiguration.java |  77 +++
 .../HazelcastPNCounterComponentConfiguration.java  | 103 +
 .../HazelcastPNCounterComponentConverter.java  |  63 +
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   2 +
 8 files changed, 304 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index ac5c8ad55f5..be3aa5de2e8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -153,6 +153,7 @@ hazelcast-instance
 hazelcast-list
 hazelcast-map
 hazelcast-multimap
+hazelcast-pncounter
 hazelcast-queue
 hazelcast-replicatedmap
 hazelcast-ringbuffer
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-atomicvalue.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-atomicvalue.json
index 5ad1880dd9b..daeddbdf92d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-atomicvalue.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-atomicvalue.json
@@ -4,7 +4,7 @@
 "name": "hazelcast-atomicvalue",
 "title": "Hazelcast Atomic Number",
 "description": "Increment, decrement, set, etc. Hazelcast atomic number (a 
grid wide number).",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.7.0",
 "label": "cache,clustering",
 "javaType": 
"org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-atomicvalue.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-pncounter.json
similarity index 88%
copy from 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-atomicvalue.json
copy to 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-pncounter.json
index 5ad1880dd9b..1591133d5dd 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-atomicvalue.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hazelcast-pncounter.json
@@ -1,20 +1,20 @@
 {
   "component": {
 "kind": "component",
-"name": "hazelcast-atomicvalue",
-"title": "Hazelcast Atomic Number",
-"description": "Increment, decrement, set, etc. Hazelcast atomic number (a 
grid wide number).",
+"name": "hazelcast-pncounter",
+"title": "Hazelcast PN Counter",
+"description": "Increment, decrement, get, etc. operations on a Hazelcast 
PN Counter (CRDT counter).",
 "deprecated": false,
-"firstVersion": "2.7.0",
+"firstVersion": "4.19.0",
 "label": "cache,clustering",
-"javaType": 
"org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent",
-"supportLevel": "Stable",
+"javaType": 
"org.apache.camel.component.hazelcast.pncounter.HazelcastPNCounterComponent",
+"supportLevel": "Preview",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-hazelcast-starter",
 "version": "4.19.0-SNAPSHOT",
-"scheme": "hazelcast-atomicvalue",
+"scheme": "hazelcast-pncounter",
 "extendsScheme": "",
-"syntax": "hazelcast-atomicvalue:cacheName",
+"syntax": "hazelcast-pncounter:cacheName",
 "async": false,
 "api": false,
 "consumerOnly": false,
@@ -29,9 +29,6 @@
 "hazelcastInstance": { "index": 2, "kind": "property", "displayName": 

(camel-spring-boot) branch main updated: Regen

2026-02-18 Thread davsclaus
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 49c9d2c6244 Regen
49c9d2c6244 is described below

commit 49c9d2c6244df9df73f47501d9d35c1d1c979388
Author: Claus Ibsen 
AuthorDate: Wed Feb 18 21:03:44 2026 +0100

Regen
---
 .../apache/camel/springboot/catalog/components/azure-functions.json   | 2 +-
 .../apache/camel/springboot/catalog/components/google-firestore.json  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
index 87c02ee5c53..ebc40548908 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
@@ -5,7 +5,7 @@
 "title": "Azure Functions",
 "description": "Invoke and manage Azure Functions.",
 "deprecated": false,
-"firstVersion": "4.18.0",
+"firstVersion": "4.19.0",
 "label": "cloud,serverless",
 "javaType": 
"org.apache.camel.component.azure.functions.FunctionsComponent",
 "supportLevel": "Preview",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
index dea11c13f08..fcd838c7476 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
@@ -5,7 +5,7 @@
 "title": "Google Firestore",
 "description": "Store and retrieve data from Google Cloud Firestore NoSQL 
database.",
 "deprecated": false,
-"firstVersion": "4.18.0",
+"firstVersion": "4.19.0",
 "label": "cloud,database",
 "javaType": 
"org.apache.camel.component.google.firestore.GoogleFirestoreComponent",
 "supportLevel": "Preview",
@@ -47,7 +47,7 @@
 "CamelGoogleFirestoreQueryValue": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Object", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The value for query filtering.", 
"constantName": 
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_VALUE"
 },
 "CamelGoogleFirestoreQueryLimit": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The maximum number of documents to 
return in a query.", "constantName": 
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_LIMIT"
 },
 "CamelGoogleFirestoreQueryOrderBy": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The field to order the query results 
by.", "constantName": 
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_ORDER_BY"
 },
-"CamelGoogleFirestoreQueryOrderDirection": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "com.google.cloud.firestore.Query$Direction", "enum": [ 
"ASCENDING", "DESCENDING" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The direction to order the 
query results (ASCENDING or DESCENDING).", "constantName": 
"org.apache.camel.component.google.firestore.GoogleFi [...]
+"CamelGoogleFirestoreQueryOrderDirection": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "com.google.cloud.firestore.Query$Direction", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
direction to order the query results (ASCENDING or DESCENDING).", 
"constantName": 
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_ORDER_DIRECTION"
 },
 "CamelGoogleFirestoreResponseDocumentId": { "index": 9, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", 

(camel-spring-boot) branch main updated: Regen

2026-02-17 Thread davsclaus
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 7656d67ab2c Regen
7656d67ab2c is described below

commit 7656d67ab2c2f59f786b19c3fbd24cfd4bce0024
Author: Claus Ibsen 
AuthorDate: Tue Feb 17 20:11:22 2026 +0100

Regen
---
 .../apache/camel/springboot/catalog/components/aws-parameter-store.json | 2 +-
 .../apache/camel/springboot/catalog/components/aws2-rekognition.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/aws2-s3-vectors.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/azure-eventgrid.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/cyberark-vault.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/google-vertexai.json | 2 +-
 .../camel/springboot/catalog/components/ibm-watson-speech-to-text.json  | 2 +-
 .../camel/springboot/catalog/components/ibm-watson-text-to-speech.json  | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/iggy.json  | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/once.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/openai.json  | 2 +-
 .../camel/springboot/catalog/components/opentelemetry-metrics.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/spring-ai-chat.json  | 2 +-
 .../camel/springboot/catalog/components/spring-ai-embeddings.json   | 2 +-
 .../org/apache/camel/springboot/catalog/components/spring-ai-tools.json | 2 +-
 .../camel/springboot/catalog/components/spring-ai-vector-store.json | 2 +-
 .../resources/org/apache/camel/springboot/catalog/others/cli-debug.json | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-parameter-store.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-parameter-store.json
index e13628beecb..602ed702a31 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-parameter-store.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-parameter-store.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.17.0",
 "label": "cloud,management",
 "javaType": 
"org.apache.camel.component.aws.parameterstore.ParameterStoreComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws-parameter-store-starter",
 "version": "4.19.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-rekognition.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-rekognition.json
index 44a3493925c..6b5581fed70 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-rekognition.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-rekognition.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.17.0",
 "label": "cloud,ai",
 "javaType": 
"org.apache.camel.component.aws2.rekognition.Rekognition2Component",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws2-rekognition-starter",
 "version": "4.19.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3-vectors.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3-vectors.json
index ad82713b33e..86afd41cfb9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3-vectors.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3-vectors.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.17.0",
 "label": "cloud,ai",
 "javaType": 
"org.apache.camel.component.aws2.s3vectors.AWS2S3VectorsComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws2-s3-vectors-starter",
 "version": "4.19.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventgrid.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventgrid.json
index 

(camel-spring-boot) branch main updated: Regen

2026-02-17 Thread davsclaus
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 c1593185bc6 Regen
c1593185bc6 is described below

commit c1593185bc6f18c612ff88edea00b20b5a58b781
Author: Claus Ibsen 
AuthorDate: Tue Feb 17 14:12:13 2026 +0100

Regen
---
 .../camel/springboot/catalog/components/ssh.json   | 82 +++---
 .../camel-ssh-starter/src/main/docs/ssh.json   |  6 ++
 .../ssh/springboot/SshComponentConfiguration.java  | 14 
 3 files changed, 62 insertions(+), 40 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ssh.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ssh.json
index eb7d008cedc..06c3b6d1def 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ssh.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ssh.json
@@ -36,20 +36,21 @@
 "clientBuilder": { "index": 8, "kind": "property", "displayName": "Client 
Builder", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.sshd.client.ClientBuilder", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.ssh.SshConfiguration", 
"configurationField": "configuration", "description": "Instance of 
ClientBuilder used by the producer or consumer to cre [...]
 "compressions": { "index": 9, "kind": "property", "displayName": 
"Compressions", "group": "advanced", "label": "advanced", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ssh.SshConfiguration", "configurationField": 
"configuration", "description": "Whether to use compression, and if so which." 
},
 "configuration": { "index": 10, "kind": "property", "displayName": 
"Configuration", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.ssh.SshConfiguration", "deprecated": false, 
"autowired": false, "secret": false, "description": "Component configuration" },
-"shellPrompt": { "index": 11, "kind": "property", "displayName": "Shell 
Prompt", "group": "advanced", "label": "advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.ssh.SshConfiguration", "configurationField": 
"configuration", "description": "Sets the shellPrompt to be dropped when 
response is read after command execution" },
-"sleepForShellPrompt": { "index": 12, "kind": "property", "displayName": 
"Sleep For Shell Prompt", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 100, "configurationClass": 
"org.apache.camel.component.ssh.SshConfiguration", "configurationField": 
"configuration", "description": "Sets the sleep period in milliseconds to wait 
reading response from shell prompt.  [...]
-"healthCheckConsumerEnabled": { "index": 13, "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" },
-"healthCheckProducerEnabled": { "index": 14, "kind": "property", 
"displayName": "Health Check Producer 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 producer based health checks 
from this component. Notice: Camel has by default disabled all producer based 
health-checks. You can turn on produce [...]
-"certResource": { "index": 15, "kind": "property", "displayName": "Cert 
Resource", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.ssh.SshConfiguration", "configurationField": 
"configuration", "description": "Sets the resource path of the certificate to 
use for Authentication. Will use ResourceHelperKeyPairProvider  [...]
-"certResourcePassword": { "index": 16, "kind": "property", 

(camel-spring-boot) branch main updated: Regen

2026-02-16 Thread davsclaus
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 1b78e2fb67d Regen
1b78e2fb67d is described below

commit 1b78e2fb67d171599ed305dd3346b02fa0fd1e7e
Author: Claus Ibsen 
AuthorDate: Mon Feb 16 19:18:10 2026 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 20011cc89c9..3d5b1e9e0e3 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -54,7 +54,7 @@
   
 com.openai
 openai-java
-4.18.0
+4.21.0
   
   
 io.grpc



(camel-spring-boot) branch main updated: Regen

2026-02-12 Thread davsclaus
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 e206bab53b7 Regen
e206bab53b7 is described below

commit e206bab53b702101e4e8058216fc3ba5fce5a9b4
Author: Claus Ibsen 
AuthorDate: Thu Feb 12 16:09:51 2026 +0100

Regen
---
 .../org/apache/camel/springboot/catalog/components/aws2-ec2.json| 2 +-
 .../org/apache/camel/springboot/catalog/others/opentelemetry2.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
index 2bbdaeb27ff..28010595cc2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
@@ -49,7 +49,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
+"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
 "CamelAwsEC2Operation": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The minimum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The maximum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/opentelemetry2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/opentelemetry2.json
index 96a04b8a287..8a169d542f7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/opentelemetry2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/opentelemetry2.json
@@ -7,7 +7,7 @@
 "deprecated": false,
 "firstVersion": "4.11.0",
 "label": "monitoring,microservice",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-opentelemetry2-starter",
 "version": "4.18.0-SNAPSHOT"



  1   2   3   4   5   6   7   8   >