(camel-spring-boot) branch main updated: Regen
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 mode"
(camel-spring-boot) branch main updated: Regen
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, "s
(camel-spring-boot) branch main updated: Regen
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", "displayNa
(camel-spring-boot) branch main updated: Regen
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
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",
"confi
(camel-spring-boot) branch main updated: Regen
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
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 num
(camel-spring-boot) branch main updated: Regen
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, "type"
(camel-spring-boot) branch main updated: Regen
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 +open
(camel-spring-boot) branch main updated: Regen
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
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 @@
"exceptionHandler":
(camel-spring-boot) branch main updated: Regen
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
b/components-starter/camel-jackson-avro-starter/src/main/java/org/apache/camel/component/jackson/avro/springboot/JacksonAvroDataFormatConfiguration
(camel-spring-boot) branch main updated: Regen
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": fa
(camel-spring-boot) branch main updated: Regen
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
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":
"org.apa
(camel-spring-boot) branch main updated: Regen
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
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":
"org.apache.camel.component.openai.O
(camel-spring-boot) branch main updated: Regen
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, "configurati
(camel-spring-boot) branch main updated: Regen
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":
"Haze
(camel-spring-boot) branch main updated: Regen
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", "requir
(camel-spring-boot) branch main updated: Regen
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
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", "disp
(camel-spring-boot) branch main updated: Regen
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
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"
(camel-spring-boot) branch main updated: Regen
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 3dcbd9d6cbf Regen
3dcbd9d6cbf is described below
commit 3dcbd9d6cbf5f82107859f113dc76f336ae0f99a
Author: Claus Ibsen
AuthorDate: Thu Feb 12 09:32:10 2026 +0100
Regen
---
.../springboot/catalog/components/docling.json | 106 ++
.../springboot/DoclingComponentConfiguration.java | 217 +
tooling/camel-spring-boot-dependencies/pom.xml | 5 +
3 files changed, 293 insertions(+), 35 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 73d9a4b0631..c49e9a7841a 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
@@ -34,24 +34,42 @@
"operation": { "index": 7, "kind": "property", "displayName": "Operation",
"group": "producer", "label": "", "required": true, "type": "enum", "javaType":
"org.apache.camel.component.docling.DoclingOperations", "enum": [
"CONVERT_TO_MARKDOWN", "CONVERT_TO_HTML", "CONVERT_TO_JSON", "EXTRACT_TEXT",
"EXTRACT_STRUCTURED_DATA", "SUBMIT_ASYNC_CONVERSION",
"CHECK_CONVERSION_STATUS", "BATCH_CONVERT_TO_MARKDOWN",
"BATCH_CONVERT_TO_HTML", "BATCH_CONVERT_TO_JSON", "BATCH_EXTRACT_TEXT",
"BATCH_E [...]
"outputFormat": { "index": 8, "kind": "property", "displayName": "Output
Format", "group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "defaultValue": "markdown",
"configurationClass":
"org.apache.camel.component.docling.DoclingConfiguration",
"configurationField": "configuration", "description": "Output format for
document conversion" },
"useDoclingServe": { "index": 9, "kind": "property", "displayName": "Use
Docling Serve", "group": "producer", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass":
"org.apache.camel.component.docling.DoclingConfiguration",
"configurationField": "configuration", "description": "Use docling-serve API
instead of CLI command" },
-"asyncPollInterval": { "index": 10, "kind": "property", "displayName":
"Async Poll Interval", "group": "advanced", "label": "advanced", "required":
false, "type": "integer", "javaType": "long", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue":
2000, "configurationClass":
"org.apache.camel.component.docling.DoclingConfiguration",
"configurationField": "configuration", "description": "Polling interval for
async conversion status in millise [...]
-"asyncTimeout": { "index": 11, "kind": "property", "displayName": "Async
Timeout", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "long", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "defaultValue": 30,
"configurationClass":
"org.apache.camel.component.docling.DoclingConfiguration",
"configurationField": "configuration", "description": "Maximum time to wait for
async conversion completion in millisec [...]
-"autowiredEnabled": { "index": 12, "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 [...]
-"doclingCommand": { "index": 13, "kind": "property", "displayName":
"Docling Command", "group": "advanced", "label": "advanced", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false,
"configurationClass":
"org.apache.camel.component.docling.DoclingConfiguration",
"configurationField": "configuration", "description": "Path to Docling Python
executable or command" },
-"processTimeout": { "index": 14, "kind": "property", "displayName":
"Process Timeout", "group": "advanced", "label": "advanced", "required": false,
"type": "integer", "javaType": "long", "deprecated": false, "deprecationNote":
"", "autowired":
(camel-spring-boot) branch main updated: Regen
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 84bf9b4a6c2 Regen
84bf9b4a6c2 is described below
commit 84bf9b4a6c251bb1cc6405b9393e8460d89d0cbf
Author: Claus Ibsen
AuthorDate: Mon Feb 9 07:21:23 2026 +0100
Regen
---
.../springboot/catalog/components/coap+tcp.json| 24 +
.../camel/springboot/catalog/components/coap.json | 24 +
.../springboot/catalog/components/coaps+tcp.json | 24 +
.../camel/springboot/catalog/components/coaps.json | 24 +
.../springboot/CoAPComponentAutoConfiguration.java | 2 +-
.../springboot/CoAPComponentConfiguration.java | 14 +
.../coap/springboot/CoAPComponentConverter.java| 63 ++
...rk.boot.autoconfigure.AutoConfiguration.imports | 3 +-
8 files changed, 132 insertions(+), 46 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/coap+tcp.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/coap+tcp.json
index 7aaf2a9ae68..674eadd3b8c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/coap+tcp.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/coap+tcp.json
@@ -28,7 +28,8 @@
"configurationFile": { "index": 0, "kind": "property", "displayName":
"Configuration File", "group": "common", "label": "", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Name of COAP configuration
file to load and use. Will by default load from classpath, so use file: as
prefix to load from file system." },
"bridgeErrorHandler": { "index": 1, "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": 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 [...]
-"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 [...]
+"client": { "index": 3, "kind": "property", "displayName": "Client",
"group": "producer (advanced)", "label": "producer,advanced", "required":
false, "type": "object", "javaType": "org.eclipse.californium.core.CoapClient",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a shared client for the producers" },
+"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 [...]
},
"headers": {
"CamelCoapETag": { "index": 0, "kind": "header", "displayName": "",
"group": "common", "label": "", "required": false, "javaType": "byte[]",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The CoAP ETag for the response.", "constantName":
"org.apache.camel.coap.CoAPConstants#COAP_ETAG" },
@@ -46,15 +47,16 @@
"exceptionHandler": { "index": 5, "kind": "parameter", "displayName":
"Exception Handler", "group": "consumer (advanced)", "label":
"consumer,advanced", "required": false, "type": "object", "javaType":
"org.apach
(camel-spring-boot) branch main updated: Regen
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 5d25add6f7d Regen
5d25add6f7d is described below
commit 5d25add6f7d483e1ed921c014f37bae493353f71
Author: Claus Ibsen
AuthorDate: Sun Feb 8 14:00:00 2026 +0100
Regen
---
.../beans/LevelDBAggregationRepository.json| 2 +-
.../camel/springboot/catalog/languages/simple.json | 67 +++---
.../camel/springboot/catalog/others/leveldb.json | 2 +-
3 files changed, 36 insertions(+), 35 deletions(-)
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 501ae8eb8ca..f9e8fde5690 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
@@ -6,7 +6,7 @@
"interfaceType": "org.apache.camel.spi.AggregationRepository",
"title": "Level DBAggregation Repository",
"description": "Aggregation repository that uses LevelDB to store
exchanges.",
-"deprecated": false,
+"deprecated": true,
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-leveldb-starter",
"version": "4.18.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 26ab57d39ac..f5292746964 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
@@ -104,38 +104,39 @@
"propertiesExist:key": { "index": 76, "kind": "function", "displayName":
"Property Placeholder Exists", "group": "core", "label": "core", "required":
false, "javaType": "boolean", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Checks whether a property placeholder with the given key exists or not. The
result can be negated by prefixing the key with !", "ognl": false, "suffix":
"}" },
"quote(exp)": { "index": 77, "kind": "function", "displayName": "Quote",
"group": "string", "label": "string", "required": false, "javaType": "String",
"prefix": "${", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "Returns the message body (or expression) as a
double quoted string", "ognl": false, "suffix": "}" },
"random(min,max)": { "index": 78, "kind": "function", "displayName":
"Random", "group": "number", "label": "number", "required": false, "javaType":
"int", "prefix": "${", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Returns a random number between min and
max (exclusive)", "ognl": false, "suffix": "}" },
-"ref:name": { "index": 79, "kind": "function", "displayName": "Bean By
Id", "group": "core", "label": "core", "required": false, "javaType": "Object",
"prefix": "${", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "To look up a bean from the Registry with the
given name.", "ognl": false, "suffix": "}" },
-"replace(from,to,exp)": { "index": 80, "kind": "function", "displayName":
"Replace String Values", "group": "string", "label": "string", "required":
false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Replace all the string values in the message body\/expression. To make it
easier to replace single and double quotes, then you can use XML escaped values
`\\"` as double quote, `\\'` as s [...]
-"reverse(val...)": { "index": 81, "kind": "function", "displayName":
"Reverse 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, but in reverse order", "ognl": false,
"suffix": "}" },
-"routeGroup": { "index": 82, "kind": "function", "displayName": "Route
Group", "group": "core", "label": "core", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The
(camel-spring-boot) branch main updated: Regen
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 b7304bce533 Regen
b7304bce533 is described below
commit b7304bce5334ce9fd2fe87f0202d6f175a0f4685
Author: Claus Ibsen
AuthorDate: Sat Feb 7 16:59:11 2026 +0100
Regen
---
.../springboot/catalog/components/mina-sftp.json | 194 +
.../camel/springboot/catalog/others/yaml-dsl.json | 2 +-
2 files changed, 195 insertions(+), 1 deletion(-)
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
new file mode 100644
index 000..b5ec2e16040
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
@@ -0,0 +1,194 @@
+{
+ "component": {
+"kind": "component",
+"name": "mina-sftp",
+"title": "MINA SFTP",
+"description": "Upload and download files to\/from SFTP servers using
Apache MINA SSHD.",
+"deprecated": false,
+"firstVersion": "4.18.0",
+"label": "file",
+"javaType":
"org.apache.camel.component.file.remote.mina.MinaSftpComponent",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-mina-sftp-starter",
+"version": "4.18.0-SNAPSHOT",
+"scheme": "mina-sftp",
+"extendsScheme": "file",
+"syntax": "mina-sftp:host:port\/directoryName",
+"async": false,
+"api": false,
+"consumerOnly": false,
+"producerOnly": false,
+"lenientProperties": false,
+"browsable": true,
+"remote": true
+ },
+ "componentProperties": {
+"bridgeErrorHandler": { "index": 0, "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": 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 [...]
+"autowiredEnabled": { "index": 2, "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 [...]
+"healthCheckConsumerEnabled": { "index": 3, "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": 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": {
+"CamelFileLength": { "index": 0, "kind": "header", "displayName": "",
"group": "consumer", "label": "consumer", "required": false, "javaType":
"long", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "important": true, "description": "A long value containing the
file size.", "constantName":
"org.apache.camel.component.file.remote.FtpConstants#FILE_LENGTH" },
+"CamelFileLastModified": { "index": 1, "kind": "header", "displayName":
"", "group": "consumer", "label": "consumer", "required": false, "javaType":
"long", "deprecated": false, "deprecationNote
(camel-spring-boot) branch main updated: Regen
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 04f71d2c691 Regen
04f71d2c691 is described below
commit 04f71d2c691402d4e2d3a3a9eaab6a9238ef92cc
Author: Claus Ibsen
AuthorDate: Fri Feb 6 17:02:29 2026 +0100
Regen
---
.../beans/LevelDBAggregationRepository.json| 2 +-
.../springboot/catalog/components/vertx-http.json | 60 +++---
.../camel-google-vertexai-starter/pom.xml | 8 ---
.../VertxHttpComponentConfiguration.java | 15 ++
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
5 files changed, 48 insertions(+), 39 deletions(-)
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 fbebcc3aa27..501ae8eb8ca 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.18.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, [...]
}
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
index cd7cbd51392..b578e7d7cf8 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
@@ -28,21 +28,22 @@
"responsePayloadAsByteArray": { "index": 1, "kind": "property",
"displayName": "Response Payload As Byte Array", "group": "producer", "label":
"producer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Whether the response body should be byte or as
io.vertx.core.buffer.Buffer" },
"allowJavaSerializedObject": { "index": 2, "kind": "property",
"displayName": "Allow Java Serialized Object", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether to allow java serialization when a request has
the Content-Type application\/x-java-serialized-object This is disabled by
default. If you enable this, be aware that Java [...]
"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 [...]
-"vertx": { "index": 4, "kind": "property", "displayName": "Vertx",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "io.vertx.core.Vertx", "deprecated": false, "autowired": false,
"secret": false, "description": "To use an existing vertx instead of creating a
new instance" },
-"vertxHttpBinding": { "index": 5, "kind": "property", "displayName":
(camel-spring-boot) branch main updated: Regen
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 200ad28277c Regen
200ad28277c is described below
commit 200ad28277ce047ab336f552871971e0ab41c657
Author: Claus Ibsen
AuthorDate: Thu Feb 5 16:59:46 2026 +0100
Regen
---
.../springboot/catalog/components/github.json | 2 +-
.../catalog/components/langchain4j-tools.json | 17 +-
.../springboot/catalog/dev-consoles.properties | 1 +
.../{simple-language.json => eval-language.json} | 8 +-
.../catalog/dev-consoles/simple-language.json | 2 +-
.../camel/springboot/catalog/languages/file.json | 30 +--
.../camel/springboot/catalog/languages/simple.json | 224 ++---
tooling/camel-spring-boot-dependencies/pom.xml | 5 +
8 files changed, 148 insertions(+), 141 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
index e0af29a7d89..a9740da48ad 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
@@ -4,7 +4,7 @@
"name": "github",
"title": "GitHub",
"description": "Interact with the GitHub API.",
-"deprecated": false,
+"deprecated": true,
"firstVersion": "2.15.0",
"label": "file,cloud,api",
"javaType": "org.apache.camel.component.github.GitHubComponent",
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 2da6ca1ed87..80fa683271c 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
@@ -34,13 +34,14 @@
"toolId": { "index": 0, "kind": "path", "displayName": "Tool Id", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The tool id" },
"tags": { "index": 1, "kind": "parameter", "displayName": "Tags", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The tags for the tools" },
"description": { "index": 2, "kind": "parameter", "displayName":
"Description", "group": "consumer", "label": "consumer", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Tool description" },
-"name": { "index": 3, "kind": "parameter", "displayName": "Name", "group":
"consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Tool name" },
-"parameters": { "index": 4, "kind": "parameter", "displayName":
"Parameters", "group": "consumer", "label": "consumer", "required": false,
"type": "object", "javaType": "java.util.Map", "prefix": "parameter.", "multiValue": true, "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "List of Tool parameters in the form of parameter.=. This is a
multi-value option with prefix: parameter." },
-"bridgeErrorHandler": { "index": 5, "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 [...]
-"camelToolParameter": { "index": 6, "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, "descripti
(camel-spring-boot) branch main updated: Regen
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 a1776c428af Regen
a1776c428af is described below
commit a1776c428af81a53f9e81b1ad32a014225363b1e
Author: Claus Ibsen
AuthorDate: Wed Feb 4 10:54:33 2026 +0100
Regen
---
.../org/apache/camel/springboot/catalog/languages/file.json | 5 +++--
.../apache/camel/springboot/catalog/languages/simple.json | 5 +++--
.../simple/springboot/FileLanguageConfiguration.java| 13 +
.../simple/springboot/SimpleLanguageConfiguration.java | 13 +
4 files changed, 32 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
index 4e231948b54..237159c553c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
@@ -20,8 +20,9 @@
"expression": { "index": 1, "kind": "value", "displayName": "Expression",
"group": "common", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The expression value in your chosen language syntax" },
"trimResult": { "index": 2, "kind": "attribute", "displayName": "Trim
Result", "group": "common", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to trim the returned values when
this language are in use. For example the output result may contain unwanted
line breaks at the beginning and end such as when using Java DSL with
multi-line blocks. Is default fals [...]
"pretty": { "index": 3, "kind": "attribute", "displayName": "Pretty",
"group": "common", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "To pretty format the output (only JSon
or XML supported)" },
-"resultType": { "index": 4, "kind": "attribute", "displayName": "Result
Type", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the class of the result type (type from output)" },
-"trim": { "index": 5, "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. For
example when using DSLs where the source will span across multiple lines and
there may be additional line breaks at b [...]
+"nested": { "index": 4, "kind": "attribute", "displayName": "Nested",
"group": "advanced", "label": "advanced", "required": false, "type": "boolean",
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "If the result is a
nested simple expression should this expression be evaluated as well" },
+"resultType": { "index": 5, "kind": "attribute", "displayName": "Result
Type", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the class of the result type (type from output)" },
+"trim": { "index": 6, "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. For
example when using DSLs where the source will span across multiple lines and
there may be additional line breaks at b [...]
},
"functions": {
"file:name": { "index": 0, "kind": "function", "displayName": "File",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The file name (relative
from starting directory)", "ognl": false, "suffix": "}" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/simple.jso
(camel-spring-boot) branch main updated: Regen
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 4bc1a012713 Regen
4bc1a012713 is described below
commit 4bc1a012713ae964f995ba7a6e7026da52591460
Author: Claus Ibsen
AuthorDate: Mon Feb 2 09:29:25 2026 +0100
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../springboot/catalog/dev-consoles/simple-language.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 c57cc925937..c6de790fd6d 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
@@ -43,6 +43,7 @@ route-structure
send
service
sftp
+simple-language
source
startup-recorder
stub
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/simple-language.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/simple-language.json
new file mode 100644
index 000..e5217fc5e3b
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/simple-language.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+"kind": "console",
+"group": "camel",
+"name": "simple-language",
+"title": "Simple Language",
+"description": "Display simple language details",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.SimpleLanguageConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.18.0-SNAPSHOT"
+ }
+}
+
(camel-spring-boot) branch main updated: Regen
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 471b5940536 Regen
471b5940536 is described below
commit 471b59405362cbf4776fb17dc9cf8b321fe9bc5d
Author: Claus Ibsen
AuthorDate: Sun Feb 1 17:36:54 2026 +0100
Regen
---
.../apache/camel/springboot/catalog/languages/simple.json | 13 +++--
1 file changed, 7 insertions(+), 6 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 9c38c46a684..571f8b340b3 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
@@ -128,11 +128,12 @@
"trim(exp)": { "index": 101, "kind": "function", "displayName": "Trim",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The trim function trims
the message body (or expression) by removing all leading and trailing white
spaces.", "ognl": false, "suffix": "}" },
"type:name.field": { "index": 102, "kind": "function", "displayName":
"Java Field Value", "group": "function", "label": "function", "required":
false, "javaType": "Object", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "To
refer to a type or field by its classname. To refer to a field, you can append
.FIELD_NAME. For example, you can refer to the constant field from Exchange as:
`org.apache.camel.Exchange.FILE_NAME`", [...]
"kindOfType(exp)": { "index": 103, "kind": "function", "displayName":
"Kind of Type", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "What kind of type is
the value (null,number,string,boolean,array,object)", "ognl": false, "suffix":
"}" },
-"uppercase(exp)": { "index": 104, "kind": "function", "displayName":
"Uppercase", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Uppercases the message
body (or expression)", "ognl": false, "suffix": "}" },
-"uuid(type)": { "index": 105, "kind": "function", "displayName": "Generate
UUID", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a UUID using the
Camel `UuidGenerator`. You can choose between `default`, `classic`, `short` and
`simple` as the type. If no type is given, the default is used. It is also
possible to use a custom `Uuid [...]
-"variable.name": { "index": 106, "kind": "function", "displayName":
"Variable", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "The variable with the
given name", "ognl": true, "suffix": "}" },
-"variableAs(key,type)": { "index": 107, "kind": "function", "displayName":
"Variable As", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Converts the variable
to the given type (classname).", "ognl": false, "suffix": "}" },
-"variables": { "index": 108, "kind": "function", "displayName":
"Variables", "group": "function", "label": "function", "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": "}" },
-"xpath(input,exp)": { "index": 109, "kind": "function", "displayName":
"XPath", "group": "function", "label": "function", "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 (optiona [...]
+"unquote(exp)": { "index": 104, "kind":
(camel-spring-boot) branch main updated: Regen
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 2e7799c1ff2 Regen
2e7799c1ff2 is described below
commit 2e7799c1ff2b7dc2bd8c6d5cc2c15cf691451405
Author: Claus Ibsen
AuthorDate: Fri Jan 30 18:08:50 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 53 +++---
1 file changed, 27 insertions(+), 26 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 e000b67a848..9c38c46a684 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
@@ -107,31 +107,32 @@
"reverse(val...)": { "index": 80, "kind": "function", "displayName":
"Reverse Values", "group": "function", "label": "function", "required": false,
"javaType": "List", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a list of all the
values, but in reverse order", "ognl": false, "suffix": "}" },
"routeGroup": { "index": 81, "kind": "function", "displayName": "Route
Group", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "The route group of the
current route the Exchange is being routed. Not all routes have a group
assigned, so this may be null.", "ognl": false, "suffix": "}" },
"routeId": { "index": 82, "kind": "function", "displayName": "Route Id",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The route id of the
current route the Exchange is being routed", "ognl": false, "suffix": "}" },
-"setVariable(key,exp)": { "index": 83, "kind": "function", "displayName":
"Set Variable", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Sets an attachment
with payload from the message body\/expression.", "ognl": false, "suffix": "}"
},
-"setHeader(name,type,exp)": { "index": 84, "kind": "function",
"displayName": "Set Header", "group": "function", "label": "function",
"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": 85, "kind": "function",
"displayName": "Set Variable", "group": "function", "label": "function",
"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": 86, "kind": "function", "displayName":
"Shuffle Values", "group": "function", "label": "function", "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": 87, "kind": "function", "displayName": "Size",
"group": "function", "label": "function", "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": 88, "kind": "function", "displayName": "Skip First
Items from the Message Body", "group": "function", "label": "function",
"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 number of [...]
-"split(exp,separator)": { "index": 89, "kind": "function", "displayName":
"Split String Values", "gro
(camel-spring-boot) branch main updated: Regen
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 4ccef95265d Regen
4ccef95265d is described below
commit 4ccef95265d15a9551b65c1084c572e9f1179366
Author: Claus Ibsen
AuthorDate: Fri Jan 30 17:03:58 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 65 +++---
1 file changed, 33 insertions(+), 32 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 91a75545e00..e000b67a848 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
@@ -100,37 +100,38 @@
"prettyBody": { "index": 73, "kind": "function", "displayName": "Pretty
Body", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the body to a
String, and attempts to pretty print if JSon or XML; otherwise the body is
returned as the String value.", "ognl": false, "suffix": "}" },
"properties:key:default": { "index": 74, "kind": "function",
"displayName": "Property Placeholder", "group": "function", "label":
"function", "required": false, "javaType": "String", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Lookup a property placeholder with the given key. If the
key does not exist nor has a value, then an optional default value can be
specified.", "ognl": false, "suffix": "}" },
"propertiesExist:key": { "index": 75, "kind": "function", "displayName":
"Property Placeholder Exists", "group": "function", "label": "function",
"required": false, "javaType": "boolean", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Checks whether a property placeholder with the given key exists or not. The
result can be negated by prefixing the key with !", "ognl": false, "suffix":
"}" },
-"random(min,max)": { "index": 76, "kind": "function", "displayName":
"Random", "group": "function", "label": "function", "required": false,
"javaType": "int", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a random number
between min and max (exclusive)", "ognl": false, "suffix": "}" },
-"ref:name": { "index": 77, "kind": "function", "displayName": "Bean By
Id", "group": "function", "label": "function", "required": false, "javaType":
"Object", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "To look up a bean from the
Registry with the given name.", "ognl": false, "suffix": "}" },
-"replace(from,to,exp)": { "index": 78, "kind": "function", "displayName":
"Replace String Values", "group": "function", "label": "function", "required":
false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Replace all the string values in the message body\/expression. To make it
easier to replace single and double quotes, then you can use XML escaped values
`\\"` as double quote, `\\'` [...]
-"reverse(val...)": { "index": 79, "kind": "function", "displayName":
"Reverse Values", "group": "function", "label": "function", "required": false,
"javaType": "List", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a list of all the
values, but in reverse order", "ognl": false, "suffix": "}" },
-"routeGroup": { "index": 80, "kind": "function", "displayName": "Route
Group", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "The route group of the
current route the Exchange is being routed. Not all routes have a group
assigned, so this may be null.", "ognl": false, "suffix": "}" },
-"routeId": { "index": 81, "kind": "function", "displayName": "Route Id",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The route id of the
current route the Exchange is being routed", "ognl": false, "suffix": "}" },
-"setVariable(key
(camel-spring-boot) branch main updated: Regen
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 54701ab8ec1 Regen
54701ab8ec1 is described below
commit 54701ab8ec1b225e943a25dc3ee727886733099d
Author: Claus Ibsen
AuthorDate: Fri Jan 30 14:45:41 2026 +0100
Regen
---
.../springboot/catalog/components/aws2-ec2.json| 2 +-
.../springboot/catalog/components/docling.json | 49 ++
.../springboot/catalog/components/openai.json | 23 ++-
.../camel/springboot/catalog/languages/simple.json | 194 +++--
.../springboot/DoclingComponentConfiguration.java | 12 --
.../springboot/OpenAIComponentConfiguration.java | 2 +-
6 files changed, 141 insertions(+), 141 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 90f1856e713..2bbdaeb27ff 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/docling.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/docling.json
index b4f5ea125b1..73d9a4b0631 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
@@ -46,13 +46,12 @@
"batchSize": { "index": 19, "kind": "property", "displayName": "Batch
Size", "group": "batch", "label": "batch", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "defaultValue": 10, "configurationClass":
"org.apache.camel.component.docling.DoclingConfiguration",
"conf
(camel-spring-boot) branch main updated: Regen
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 bf5c710f6a4 Regen
bf5c710f6a4 is described below
commit bf5c710f6a4131e9a30c30dc578abc23c5e3c6ff
Author: Claus Ibsen
AuthorDate: Thu Jan 29 12:56:11 2026 +0100
Regen
---
.../springboot/catalog/components/openai.json | 23 ++-
.../camel/springboot/catalog/languages/simple.json | 193 +++--
.../springboot/OpenAIComponentConfiguration.java | 2 +-
3 files changed, 120 insertions(+), 98 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 a394ad982ee..d91c3e98b02 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
@@ -25,16 +25,35 @@
},
"componentProperties": {
"apiKey": { "index": 0, "kind": "property", "displayName": "Api Key",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Default API key for all endpoints" },
-"baseUrl": { "index": 1, "kind": "property", "displayName": "Base Url",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Default base URL for all endpoints" },
+"baseUrl": { "index": 1, "kind": "property", "displayName": "Base Url",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "https:\/\/api.openai.com\/v1", "description":
"Default base URL for all endpoints" },
"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 [...]
"model": { "index": 3, "kind": "property", "displayName": "Model",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Default model for all endpoints" },
"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 [...]
},
+ "headers": {
+"CamelOpenAIUserMessage": { "index": 0, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The user message to send to the OpenAI chat completion
API", "constantName":
"org.apache.camel.component.openai.OpenAIConstants#USER_MESSAGE" },
+"CamelOpenAISystemMessage": { "index": 1, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The system message to provide context and instructions
to the model", "constantName":
"org.apache.camel.component.openai.OpenAIConstants#SYSTEM_MESSAGE" },
+"CamelOpenAIDeveloperMessage": { "index": 2, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The developer message to provide
additional instructions to the model", "constantName":
"org.apache.camel.component.openai.OpenAIConstants#DEVELOPER_MESSAGE" },
+"CamelOpenAIModel": { "index": 3, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "
(camel-spring-boot) branch main updated: Regen
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 c61fb948f74 Regen
c61fb948f74 is described below
commit c61fb948f74ae72439957165148f0e9cda7a17e9
Author: Claus Ibsen
AuthorDate: Wed Jan 28 09:32:01 2026 +0100
Regen
---
.../springboot/catalog/components/aws2-ec2.json| 2 +-
.../springboot/catalog/components/aws2-lambda.json | 25 +++---
2 files changed, 23 insertions(+), 4 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 9653597fd3b..90f1856e713 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/aws2-lambda.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-lambda.json
index 828096881ba..551b2830d97 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-lambda.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-lambda.json
@@ -26,7 +26,7 @@
"componentProperties": {
"configuration": { "index": 0, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.aws2.lambda.Lambda2Configuration", "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":
(camel-spring-boot) branch main updated: Regen
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 d9407783018 Regen
d9407783018 is described below
commit d9407783018d4cb2891ae642d24941c859d8d88e
Author: Claus Ibsen
AuthorDate: Mon Jan 26 21:48:04 2026 +0100
Regen
---
.../apache/camel/springboot/catalog/languages/simple.json | 13 +++--
1 file changed, 7 insertions(+), 6 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 25d63cc4506..857d46c7719 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
@@ -120,11 +120,12 @@
"throwException(type,msg)": { "index": 93, "kind": "function",
"displayName": "Throw Exception", "group": "function", "label": "function",
"required": false, "javaType": "java.lang.Exception", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Deliberately throws an error. Uses
IllegalArgumentException by default if no type is specified (use fully
qualified classname).", "ognl": false, "suffix": "}" },
"trim(exp)": { "index": 94, "kind": "function", "displayName": "Trim",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The trim function trims
the message body (or expression) by removing all leading and trailing white
spaces.", "ognl": false, "suffix": "}" },
"type:name.field": { "index": 95, "kind": "function", "displayName": "Java
Field Value", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "To refer to a type or
field by its classname. To refer to a field, you can append .FIELD_NAME. For
example, you can refer to the constant field from Exchange as:
`org.apache.camel.Exchange.FILE_NAME`", " [...]
-"uppercase(exp)": { "index": 96, "kind": "function", "displayName":
"Uppercase", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Uppercases the message
body (or expression)", "ognl": false, "suffix": "}" },
-"uuid(type)": { "index": 97, "kind": "function", "displayName": "Generate
UUID", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a UUID using the
Camel `UuidGenerator`. You can choose between `default`, `classic`, `short` and
`simple` as the type. If no type is given, the default is used. It is also
possible to use a custom `UuidG [...]
-"variable.name": { "index": 98, "kind": "function", "displayName":
"Variable", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "The variable with the
given name", "ognl": true, "suffix": "}" },
-"variableAs(key,type)": { "index": 99, "kind": "function", "displayName":
"Variable As", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Converts the variable
to the given type (classname).", "ognl": false, "suffix": "}" },
-"variables": { "index": 100, "kind": "function", "displayName":
"Variables", "group": "function", "label": "function", "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": "}" },
-"xpath(input,exp)": { "index": 101, "kind": "function", "displayName":
"XPath", "group": "function", "label": "function", "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 cla
(camel-spring-boot) branch main updated: Regen
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 3e30ddbd34a Regen 3e30ddbd34a is described below commit 3e30ddbd34aab3a8e130bb9809092b48344b3f47 Author: Claus Ibsen AuthorDate: Mon Jan 26 19:40:51 2026 +0100 Regen --- .../org/apache/camel/springboot/catalog/components/flowable.json| 2 +- .../org/apache/camel/springboot/catalog/components/smooks.json | 2 +- .../resources/org/apache/camel/springboot/catalog/dataformats/fory.json | 2 +- .../org/apache/camel/springboot/catalog/dataformats/smooks.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/components/flowable.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/flowable.json index 6fad924a106..33a5b4d03a3 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/flowable.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/flowable.json @@ -8,7 +8,7 @@ "firstVersion": "4.9.0", "label": "workflow", "javaType": "org.apache.camel.component.flowable.FlowableComponent", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-flowable-starter", "version": "4.18.0-SNAPSHOT", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json index a2050e93d14..07532b837ca 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smooks.json @@ -8,7 +8,7 @@ "firstVersion": "4.7.0", "label": "transformation", "javaType": "org.apache.camel.component.smooks.SmooksComponent", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-smooks-starter", "version": "4.18.0-SNAPSHOT", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json index 88d6879b01b..4b0f7a3f329 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/fory.json @@ -8,7 +8,7 @@ "firstVersion": "4.9.0", "label": "dataformat,transformation", "javaType": "org.apache.camel.component.fory.ForyDataFormat", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-fory-starter", "version": "4.18.0-SNAPSHOT", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/smooks.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/smooks.json index e099ff8c8d1..96e284deb6b 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/smooks.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/smooks.json @@ -8,7 +8,7 @@ "firstVersion": "4.9.0", "label": "dataformat,transformation", "javaType": "org.apache.camel.dataformat.smooks.SmooksDataFormat", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-smooks-starter", "version": "4.18.0-SNAPSHOT",
(camel-spring-boot) branch main updated: Regen
This is an automated email from the ASF dual-hosted git repository.
acosentino 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 00707776bec Regen
00707776bec is described below
commit 00707776bec0abf37e73d8ad99f6475789e6d7cb
Author: Andrea Cosentino
AuthorDate: Mon Jan 26 15:16:08 2026 +0100
Regen
Signed-off-by: Andrea Cosentino
---
.../components/langchain4j-embeddingstore.json | 24 ++--
.../camel/springboot/catalog/dataformats/ocsf.json | 4 +-
.../camel/springboot/catalog/languages/simple.json | 135 +++--
.../src/main/docs/langchain4j-embeddingstore.json | 26
...hain4jEmbeddingStoreComponentConfiguration.java | 49
.../camel-ocsf-starter/src/main/docs/ocsf.json | 12 --
.../springboot/OcsfDataFormatConfiguration.java| 36 --
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
8 files changed, 162 insertions(+), 126 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
index b55aff299bc..2260dea319f 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
@@ -24,11 +24,15 @@
"remote": true
},
"componentProperties": {
-"configuration": { "index": 0, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description": "The
configuration;" },
-"embeddingStore": { "index": 1, "kind": "property", "displayName":
"Embedding Store", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"dev.langchain4j.store.embedding.EmbeddingStore",
"deprecated": false, "deprecationNote": "", "autowired": true, "secret":
false, "configurationClass":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"configurationField": "config [...]
-"embeddingStoreFactory": { "index": 2, "kind": "property", "displayName":
"Embedding Store Factory", "group": "producer", "label": "", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.langchain4j.embeddingstore.EmbeddingStoreFactory",
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"configurationField": "conf [...]
-"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 [...]
-"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 [...]
+"action": { "index": 0, "kind": "property", "displayName": "Action",
"group": "producer", "label": "", "required": false, "type": "enum",
"javaType":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreAction",
"enum": [ "ADD", "REMOVE", "SEARCH" ], "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"configurationField": "configurati [...]
+"configuration": { "index": 1, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description": "The
configuration;" },
+
(camel-spring-boot) branch main updated: Regen
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 448dc0cf1b1 Regen 448dc0cf1b1 is described below commit 448dc0cf1b148ae6bd9f6f293fed69730ca18e1b Author: Claus Ibsen AuthorDate: Mon Jan 26 12:30:15 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 195b595190e..2db264157e3 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.16.0 +4.16.1 io.grpc
(camel-spring-boot) branch main updated: Regen
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 5f078998c57 Regen
5f078998c57 is described below
commit 5f078998c574842ec4dd872f8786bbcf230c13b2
Author: Claus Ibsen
AuthorDate: Fri Jan 23 16:29:46 2026 +0100
Regen
---
.../components/langchain4j-embeddingstore.json | 24 ++--
.../camel/springboot/catalog/languages/simple.json | 129 +++--
.../src/main/docs/langchain4j-embeddingstore.json | 26 +
...hain4jEmbeddingStoreComponentConfiguration.java | 49
tooling/camel-spring-boot-dependencies/pom.xml | 5 -
5 files changed, 156 insertions(+), 77 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
index b55aff299bc..2260dea319f 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain4j-embeddingstore.json
@@ -24,11 +24,15 @@
"remote": true
},
"componentProperties": {
-"configuration": { "index": 0, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description": "The
configuration;" },
-"embeddingStore": { "index": 1, "kind": "property", "displayName":
"Embedding Store", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"dev.langchain4j.store.embedding.EmbeddingStore",
"deprecated": false, "deprecationNote": "", "autowired": true, "secret":
false, "configurationClass":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"configurationField": "config [...]
-"embeddingStoreFactory": { "index": 2, "kind": "property", "displayName":
"Embedding Store Factory", "group": "producer", "label": "", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.langchain4j.embeddingstore.EmbeddingStoreFactory",
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"configurationField": "conf [...]
-"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 [...]
-"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 [...]
+"action": { "index": 0, "kind": "property", "displayName": "Action",
"group": "producer", "label": "", "required": false, "type": "enum",
"javaType":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreAction",
"enum": [ "ADD", "REMOVE", "SEARCH" ], "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"configurationField": "configurati [...]
+"configuration": { "index": 1, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description": "The
configuration;" },
+"embeddingStore": { "index": 2, "kind": "property", "displayName":
"Embedding Store", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"dev.langchain4j.store.embedding.EmbeddingStore",
"deprecated"
(camel-spring-boot) branch main updated: Regen
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 c5f37a96683 Regen
c5f37a96683 is described below
commit c5f37a96683a1e16ae49be3e9de48928fd4432a9
Author: Claus Ibsen
AuthorDate: Fri Jan 23 13:06:54 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 52 +++---
.../camel-http-starter/src/main/docs/http.json | 19
tooling/camel-spring-boot-dependencies/pom.xml | 5 +++
3 files changed, 51 insertions(+), 25 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 873a8b624ee..fb1b47d2f5f 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
@@ -50,7 +50,7 @@
"convertTo(exp,type)": { "index": 23, "kind": "function", "displayName":
"Convert To", "group": "function", "label": "function", "required": false,
"javaType": "", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the message body
(or expression) to the specified type.", "ognl": true, "suffix": "}" },
"date(command)": { "index": 24, "kind": "function", "displayName": "Parse
Date", "group": "function", "label": "function", "required": false, "javaType":
"java.util.Date", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Evaluates to a
java.util.Date object. Supported commands are: `now` for current timestamp,
`exchangeCreated` for the timestamp when the current exchange was created,
`header.xxx` to use the Long\/Date ob [...]
"date-with-timezone(command:timezone:pattern)": { "index": 25, "kind":
"function", "displayName": "Date Formatter", "group": "function", "label":
"function", "required": false, "javaType": "String", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Formats the date to a String using the given date
pattern, and with support for timezone. Supported commands are: `now` for
current timestamp, `exchangeCreated` for the timesta [...]
-"distinct(val...)": { "index": 26, "kind": "function", "displayName":
"Distinct Values", "group": "function", "label": "function", "required": false,
"javaType": "long", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a set of all the
values with duplicates removed", "ognl": false, "suffix": "}" },
+"distinct(val...)": { "index": 26, "kind": "function", "displayName":
"Distinct Values", "group": "function", "label": "function", "required": false,
"javaType": "Set", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a set of all the
values with duplicates removed", "ognl": false, "suffix": "}" },
"empty(type)": { "index": 27, "kind": "function", "displayName": "Create
Empty Object", "group": "function", "label": "function", "required": false,
"javaType": "Object", "prefix": "${", "deprecated": true, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Creates a new empty
object (decided by type). Use `string` to create an empty String. Use `list` to
create an empty `java.util.ArrayList`. Use `map` to create an empty
`java.util.LinkedHashMap`. Use `set` [...]
"env.name": { "index": 28, "kind": "function", "displayName": "OS
Environment Variable", "group": "function", "label": "function", "required":
false, "javaType": "Object", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
OS environment variable with the given name", "ognl": false, "suffix": "}" },
"exchange": { "index": 29, "kind": "function", "displayName": "Exchange",
"group": "function", "label": "function", "required": false, "javaType":
"org.apache.camel.Exchange", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
current exchange", "ognl": true, "suffix": "}" },
@@ -97,29 +97,31 @@
"random(min,max)": { "index": 70, "kind": "function", "displayName":
"Random", "group": "function", "label": "function", "required": false,
"javaType": "int", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a random number
between min and max
(camel-spring-boot) branch main updated: Regen
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 a2d51ef7216 Regen
a2d51ef7216 is described below
commit a2d51ef72166ea39e71ad524b4d0aecb7a16f584
Author: Claus Ibsen
AuthorDate: Fri Jan 23 10:51:46 2026 +0100
Regen
---
.../springboot/catalog/components/weaviate.json| 27 +-
1 file changed, 11 insertions(+), 16 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
index 9e78f95629a..ab16aa64065 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
@@ -35,22 +35,17 @@
"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 [...]
},
"headers": {
-"CamelWeaviateAction": { "index": 0, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"enum": [ "CREATE_COLLECTION", "CREATE_INDEX", "UPSERT", "INSERT", "SEARCH",
"DELETE", "UPDATE", "QUERY", "QUERY_BY_ID" ], "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
action to be performed.", "constantName":
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#ACTION" },
-"CamelWeaviateTextFieldName": { "index": 1, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Text Field Name for Insert\/Upsert
operation", "constantName":
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#TEXT_FIELD_NAME" },
-"CamelweaviateVectorFieldName": { "index": 2, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Vector Field Name for Insert\/Upsert
operation", "constantName":
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#VECTOR_FIELD_NAME"
},
-"CamelWeaviateCollectionName": { "index": 3, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Collection Name for Insert\/Upsert
operation", "constantName":
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#COLLECTION_NAME" },
-"CamelWeaviateCollectionSimilarityMetric": { "index": 4, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "enum": [ "cosine", "euclidean", "dotproduct" ],
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Collection Similarity Metric", "constantName":
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#COLLECTION_SIMILARITY_METRIC"
},
-"CamelWeaviateCollectionDimension": { "index": 5, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Collection Dimension", "constantName":
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#COLLECTION_DIMENSION"
},
-"CamelWeaviateCollectionCloud": { "index": 6, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "enum": [ "aws", "gcp", "azure" ], "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Collection Cloud Vendor", "constantName":
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#COLLECTION_CLOUD"
},
-"CamelWeaviateCollectionCloudRegion": { "index": 7, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "enum": [ "aws", "gcp", "azure" ], "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Collecti
(camel-spring-boot) branch main updated: Regen
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 391ea6e6cda Regen
391ea6e6cda is described below
commit 391ea6e6cdad6d9e64d3ee7eeb74406a998a5461
Author: Claus Ibsen
AuthorDate: Tue Jan 20 20:10:52 2026 +0100
Regen
---
.../springboot/catalog/components/aws2-iam.json| 22 -
.../springboot/catalog/components/service.json | 2 +-
.../camel/springboot/catalog/languages/simple.json | 95 +++---
3 files changed, 68 insertions(+), 51 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
index 97b9338eeef..9af56163525 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
@@ -27,7 +27,7 @@
"configuration": { "index": 0, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType": "org.apache.camel.component.aws2.iam.IAM2Configuration",
"deprecated": false, "autowired": false, "secret": false, "description":
"Component configuration" },
"iamClient": { "index": 1, "kind": "property", "displayName": "Iam
Client", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "software.amazon.awssdk.services.iam.IamClient", "deprecated":
false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass": "org.apache.camel.component.aws2.iam.IAM2Configuration",
"configurationField": "configuration", "description": "To use an existing
configured AWS IAM client" },
"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 [...]
-"operation": { "index": 3, "kind": "property", "displayName": "Operation",
"group": "producer", "label": "", "required": false, "type": "enum",
"javaType": "org.apache.camel.component.aws2.iam.IAM2Operations", "enum": [
"listAccessKeys", "createUser", "deleteUser", "getUser", "listUsers",
"createAccessKey", "deleteAccessKey", "updateAccessKey", "createGroup",
"deleteGroup", "listGroups", "addUserToGroup", "removeUserFromGroup" ],
"deprecated": false, "autowired": false, "secret": fal [...]
+"operation": { "index": 3, "kind": "property", "displayName": "Operation",
"group": "producer", "label": "", "required": false, "type": "enum",
"javaType": "org.apache.camel.component.aws2.iam.IAM2Operations", "enum": [
"listAccessKeys", "createUser", "deleteUser", "getUser", "listUsers",
"createAccessKey", "deleteAccessKey", "updateAccessKey", "createGroup",
"deleteGroup", "listGroups", "addUserToGroup", "removeUserFromGroup",
"createRole", "deleteRole", "getRole", "listRoles", "cre [...]
"overrideEndpoint": { "index": 4, "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.iam.IAM2Configuration", "configurationField":
"configuration", "description": "Set the need for overriding the endpoint. This
option needs to be used in combination wi [...]
"pojoRequest": { "index": 5, "kind": "property", "displayName": "Pojo
Request", "group": "producer", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.aws2.iam.IAM2Configuration", "configurationField":
"configuration", "description": "If we want to use a POJO request as body or
not" },
"region": { "index": 6, "kind": "property", "displayName": "Region",
"group": "producer", "label": "", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "ap-south-2", "ap-south-1",
"eu-south-1", "eu-south-2", "us-gov-east-1", "me-central-1", "il-central-1",
"ca-central-1", "eu-central-1", "us-iso-west-1", "eu-central-2", "us-west-1",
"us-west-2", "af-south-1", "eu-north-1", "eu-west-3", "eu-west-
(camel-spring-boot) branch main updated: Regen
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 819b1cde690 Regen
819b1cde690 is described below
commit 819b1cde69033978f398f76b1a412a1ec6581b41
Author: Claus Ibsen
AuthorDate: Tue Jan 20 09:26:00 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 22 --
1 file changed, 12 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 ca9abe34100..de9be6e6230 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
@@ -97,15 +97,17 @@
"list(val...)": { "index": 71, "kind": "function", "displayName": "Create
List of values", "group": "function", "label": "function", "required": false,
"javaType": "java.util.ArrayList", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
list function creates an ArrayList with the given set of values.", "ognl":
false, "suffix": "}" },
"map(key1,value1,...)": { "index": 72, "kind": "function", "displayName":
"Create Map of pairs", "group": "function", "label": "function", "required":
false, "javaType": "java.util.LinkedHashMap", "prefix": "${", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The map function creates a LinkedHashMap with the given set of
pairs.", "ognl": false, "suffix": "}" },
"abs(exp)": { "index": 73, "kind": "function", "displayName": "Absolute
Number", "group": "function", "label": "function", "required": false,
"javaType": "Long", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the message body
(or expression) to a long number and return the absolute value.", "ognl":
false, "suffix": "}" },
-"attachments": { "index": 74, "kind": "function", "displayName":
"Attachments", "group": "function", "label": "function", "required": false,
"javaType": "java.util.Map", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "All
the attachments as a Map
(camel-spring-boot) branch main updated: Regen
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 c3dfa2d9f33 Regen
c3dfa2d9f33 is described below
commit c3dfa2d9f33fbc7e9a78dca483fdd1fd2c27e1f0
Author: Claus Ibsen
AuthorDate: Tue Jan 20 07:20:15 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 21 +++--
1 file changed, 11 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 c12dbbc99f5..ca9abe34100 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
@@ -96,15 +96,16 @@
"iif(predicate,trueExp,falseExp)": { "index": 70, "kind": "function",
"displayName": "If Then Else", "group": "function", "label": "function",
"required": false, "javaType": "Object", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Evaluates the predicate and returns the value of trueExp or falseExp. This
function is similar to the ternary operator in Java.", "ognl": false, "suffix":
"}" },
"list(val...)": { "index": 71, "kind": "function", "displayName": "Create
List of values", "group": "function", "label": "function", "required": false,
"javaType": "java.util.ArrayList", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
list function creates an ArrayList with the given set of values.", "ognl":
false, "suffix": "}" },
"map(key1,value1,...)": { "index": 72, "kind": "function", "displayName":
"Create Map of pairs", "group": "function", "label": "function", "required":
false, "javaType": "java.util.LinkedHashMap", "prefix": "${", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The map function creates a LinkedHashMap with the given set of
pairs.", "ognl": false, "suffix": "}" },
-"attachments": { "index": 73, "kind": "function", "displayName":
"Attachments", "group": "function", "label": "function", "required": false,
"javaType": "java.util.Map", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "All
the attachments as a Map
(camel-spring-boot) branch main updated: Regen
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 70be96fbd81 Regen
70be96fbd81 is described below
commit 70be96fbd81ba963f29ee80e8f66457865be36cf
Author: Claus Ibsen
AuthorDate: Mon Jan 19 21:06:14 2026 +0100
Regen
---
.../camel/springboot/catalog/components/kafka.json | 92 +-
.../camel/springboot/catalog/languages/simple.json | 49 ++--
.../camel-kafka-starter/src/main/docs/kafka.json | 42 ++
.../springboot/KafkaComponentConfiguration.java| 92 ++
4 files changed, 212 insertions(+), 63 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
index 32bd3d0baf0..b922e6d07de 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
@@ -124,26 +124,33 @@
"kerberosPrincipalToLocalRules": { "index": 97, "kind": "property",
"displayName": "Kerberos Principal To Local Rules", "group": "security",
"label": "common,security", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "DEFAULT", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "A list of rules for mapping from [...]
"kerberosRenewJitter": { "index": 98, "kind": "property", "displayName":
"Kerberos Renew Jitter", "group": "security", "label": "common,security",
"required": false, "type": "number", "javaType": "java.lang.Double",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
"0.05", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Percentage of random jitter added to the
renewal time." },
"kerberosRenewWindowFactor": { "index": 99, "kind": "property",
"displayName": "Kerberos Renew Window Factor", "group": "security", "label":
"common,security", "required": false, "type": "number", "javaType":
"java.lang.Double", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "0.8", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Login thread will sleep until the specified wi
[...]
-"saslJaasConfig": { "index": 100, "kind": "property", "displayName": "Sasl
Jaas Config", "group": "security", "label": "common,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": true, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Expose the kafka sasl.jaas.config parameter
Example: org.apache.kafka.common.security.plain. [...]
-"saslKerberosServiceName": { "index": 101, "kind": "property",
"displayName": "Sasl Kerberos Service Name", "group": "security", "label":
"common,security", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The Kerberos principal
name that Kafka runs as. This can be defined eith [...]
-"saslMechanism": { "index": 102, "kind": "property", "displayName": "Sasl
Mechanism", "group": "security", "label": "common,security", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "GSSAPI",
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The Simple
Authentication and Security Layer (SASL) Mechanism used. [...]
-"securityProtocol": { "index": 103, "kind": "property", "displayName":
"Security Protocol", "group": "security", "label": "common,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
"PLAINTEXT", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "Protocol used to communicate with brokers.
SASL_PLAINTEXT, [...]
-"sslCipherSuites": { "index": 104, "kind": "property", "displayName": "Ssl
Cipher Suites", "grou
(camel-spring-boot) branch main updated: Regen
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 2f4a2f1c0e2 Regen
2f4a2f1c0e2 is described below
commit 2f4a2f1c0e21ca230fc593ff6739a41fbea4b273
Author: Claus Ibsen
AuthorDate: Mon Jan 19 13:07:30 2026 +0100
Regen
---
.../camel/springboot/catalog/components/cql.json | 37 ---
.../camel/springboot/catalog/languages/simple.json | 54 +++---
2 files changed, 44 insertions(+), 47 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
index 95f2c77fe3c..ebc00821505 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
@@ -49,24 +49,23 @@
"lazyStartProducer": { "index": 13, "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 [...]
"extraTypeCodecs": { "index": 14, "kind": "parameter", "displayName":
"Extra Type Codecs", "group": "advanced", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "To use a specific comma
separated list of Extra Type codecs. Possible values are: BLOB_TO_ARRAY,
BOOLEAN_LIST_TO_ARRAY, BYTE_LIST_TO_ARRAY, SHORT_LIST_TO_ARRAY,
INT_LIST_TO_ARRAY, LONG_LIST_TO_ARRAY, FLOAT_LIST_T [...]
"loadBalancingPolicyClass": { "index": 15, "kind": "parameter",
"displayName": "Load Balancing Policy Class", "group": "advanced", "label":
"advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "To use a specific LoadBalancingPolicyClass" },
-"requestTimeout": { "index": 16, "kind": "parameter", "displayName":
"Request Timeout", "group": "advanced", "label": "advanced", "required": false,
"type": "duration", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "description": "Request timeout in milliseconds. The timeout
is applied to each individual query execution." },
-"resultSetConversionStrategy": { "index": 17, "kind": "parameter",
"displayName": "Result Set Conversion Strategy", "group": "advanced", "label":
"advanced", "required": false, "type": "object", "javaType":
"org.apache.camel.component.cassandra.ResultSetConversionStrategy",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a custom class that implements logic for converting ResultSet into message
body ALL, ONE, LIMIT_10, LIMIT_100..." },
-"session": { "index": 18, "kind": "parameter", "displayName": "Session",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "com.datastax.oss.driver.api.core.CqlSession", "deprecated": false,
"autowired": false, "secret": false, "description": "To use the Session
instance (you would normally not use this option)" },
-"backoffErrorThreshold": { "index": 19, "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": 20, "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": 21, "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
(camel-spring-boot) branch main updated: Regen
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 fe6fb5209af Regen
fe6fb5209af is described below
commit fe6fb5209afe7e4925f0539284fe167659be2751
Author: Claus Ibsen
AuthorDate: Mon Jan 19 07:55:32 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 62 +++---
1 file changed, 32 insertions(+), 30 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 607ecbcc7e1..9e1a25b64c1 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
@@ -75,35 +75,37 @@
"substringBetween(exp,after,before)": { "index": 49, "kind": "function",
"displayName": "Substring Between", "group": "function", "label": "function",
"required": false, "javaType": "int", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a random number between min (included) and max (excluded).", "ognl":
false, "suffix": "}" },
"split(exp,separator)": { "index": 50, "kind": "function", "displayName":
"Split String Values", "group": "function", "label": "function", "required":
false, "javaType": "String[]", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Splits the message body\/expression as a String value using the separator into
a String array", "ognl": false, "suffix": "}" },
"capitalize(exp)": { "index": 51, "kind": "function", "displayName":
"Capitalize String Values", "group": "function", "label": "function",
"required": false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Capitalizes the message body\/expression as a String value (upper case every
words)", "ognl": false, "suffix": "}" },
-"random(min,max)": { "index": 52, "kind": "function", "displayName":
"Random", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Returns a substring of
the message body\/expression that are between after and before. Returns null if
nothing comes between.", "ognl": false, "suffix": "}" },
-"skip(num)": { "index": 53, "kind": "function", "displayName": "Skip First
Items from the Message Body", "group": "function", "label": "function",
"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 number of [...]
-"convertTo(exp,type)": { "index": 54, "kind": "function", "displayName":
"Convert To", "group": "function", "label": "function", "required": false,
"javaType": "", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the message body
(or expression) to the specified type.", "ognl": true, "suffix": "}" },
-"isEmpty(exp)": { "index": 55, "kind": "function", "displayName": "Is
Empty", "group": "function", "label": "function", "required": false,
"javaType": "boolean", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Whether the message
body (or expression) is null or empty (list\/map types are tested if they have
0 elements).", "ognl": false, "suffix": "}" },
-"trim(exp)": { "index": 56, "kind": "function", "displayName": "Trim",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The trim function trims
the message body (or expression) by removing all leading and trailing white
spaces.", "ognl": false, "suffix": "}" },
-"normalizeWhitespace(exp)": { "index": 57, "kind": "function",
"displayName": "Normalize Whitspace", "group": "function", "label": "function",
"required": false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Normalizes the whitespace in the message body (or expression) by cleaning up
excess whitespaces.", "ognl
(camel-spring-boot) branch main updated: Regen
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 92b7a0a3e2e Regen
92b7a0a3e2e is described below
commit 92b7a0a3e2e4e1861c19876134140fd105316b4c
Author: Claus Ibsen
AuthorDate: Sat Jan 17 14:02:30 2026 +0100
Regen
---
.../org/apache/camel/springboot/catalog/languages/simple.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 b34862a98c1..02368263da8 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
@@ -101,6 +101,8 @@
"attachmentContentAs(type)": { "index": 75, "kind": "function",
"displayName": "Attachment Content As", "group": "function", "label":
"function", "required": false, "javaType": "Object", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The content of the attachment, converted to the given
type.", "ognl": false, "suffix": "}" },
"attachmentHeader(key,name)": { "index": 76, "kind": "function",
"displayName": "Attachment Header", "group": "function", "label": "function",
"required": false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
attachment header with the given name.", "ognl": false, "suffix": "}" },
"attachmentHeader(key,name,type)": { "index": 77, "kind": "function",
"displayName": "Attachment Header", "group": "function", "label": "function",
"required": false, "javaType": "Object", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
attachment header with the given name, converted to the given type.", "ognl":
false, "suffix": "}" },
-"attachment(key)": { "index": 78, "kind": "function", "displayName":
"Attachment", "group": "function", "label": "function", "required": false,
"javaType": "jakarta.activation.DataHandler", "prefix": "${", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The DataHandler for the given attachment.", "ognl": true,
"suffix": "}" }
+"attachment(key)": { "index": 78, "kind": "function", "displayName":
"Attachment", "group": "function", "label": "function", "required": false,
"javaType": "jakarta.activation.DataHandler", "prefix": "${", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The DataHandler for the given attachment.", "ognl": true,
"suffix": "}" },
+"base64Encode(exp)": { "index": 79, "kind": "function", "displayName":
"Base64 Encode", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Base64 encodes the
message body (or expression)", "ognl": false, "suffix": "}" },
+"base64Decode(exp)": { "index": 80, "kind": "function", "displayName":
"Base64 Decode", "group": "function", "label": "function", "required": false,
"javaType": "byte[]", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Base64 decodes the
message body (or expression)", "ognl": false, "suffix": "}" }
}
}
(camel-spring-boot) branch main updated: Regen
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 a487518e785 Regen
a487518e785 is described below
commit a487518e785cb2a21561a7a6da86d0b42d2d8e29
Author: Claus Ibsen
AuthorDate: Fri Jan 16 16:14:41 2026 +0100
Regen
---
.../camel/springboot/catalog/components/cql.json | 37 +++
.../camel/springboot/catalog/languages/simple.json | 54 +++---
2 files changed, 47 insertions(+), 44 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
index ebc00821505..95f2c77fe3c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
@@ -49,23 +49,24 @@
"lazyStartProducer": { "index": 13, "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 [...]
"extraTypeCodecs": { "index": 14, "kind": "parameter", "displayName":
"Extra Type Codecs", "group": "advanced", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "To use a specific comma
separated list of Extra Type codecs. Possible values are: BLOB_TO_ARRAY,
BOOLEAN_LIST_TO_ARRAY, BYTE_LIST_TO_ARRAY, SHORT_LIST_TO_ARRAY,
INT_LIST_TO_ARRAY, LONG_LIST_TO_ARRAY, FLOAT_LIST_T [...]
"loadBalancingPolicyClass": { "index": 15, "kind": "parameter",
"displayName": "Load Balancing Policy Class", "group": "advanced", "label":
"advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "To use a specific LoadBalancingPolicyClass" },
-"resultSetConversionStrategy": { "index": 16, "kind": "parameter",
"displayName": "Result Set Conversion Strategy", "group": "advanced", "label":
"advanced", "required": false, "type": "object", "javaType":
"org.apache.camel.component.cassandra.ResultSetConversionStrategy",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a custom class that implements logic for converting ResultSet into message
body ALL, ONE, LIMIT_10, LIMIT_100..." },
-"session": { "index": 17, "kind": "parameter", "displayName": "Session",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "com.datastax.oss.driver.api.core.CqlSession", "deprecated": false,
"autowired": false, "secret": false, "description": "To use the Session
instance (you would normally not use this option)" },
-"backoffErrorThreshold": { "index": 18, "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": 19, "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": 20, "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": 21, "kind": "parameter", "displayName": "Delay",
"group": "scheduler", "label": "consumer,scheduler", "required": false, "type":
"integer", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "defaultV
(camel-spring-boot) branch main updated: Regen
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 0c4dc1e95d2 Regen
0c4dc1e95d2 is described below
commit 0c4dc1e95d2d5ec567a8ec4ef49e05ae316efcf6
Author: Claus Ibsen
AuthorDate: Fri Jan 16 10:05:17 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 55 +++---
tooling/camel-spring-boot-dependencies/pom.xml | 4 +-
2 files changed, 30 insertions(+), 29 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 f324489874e..dc4ce90387e 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
@@ -72,32 +72,33 @@
"substring(head,tail)": { "index": 46, "kind": "function", "displayName":
"Substring", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Returns a substring of
the message body\/expression. If only one positive number, then the returned
string is clipped from the beginning. If only one negative number, then the
returned string is clipped fr [...]
"substringBefore(exp,before)": { "index": 47, "kind": "function",
"displayName": "Substring Before", "group": "function", "label": "function",
"required": false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a substring of the message body\/expression that comes before. Returns
null if nothing comes before.", "ognl": false, "suffix": "}" },
"substringAfter(exp,before)": { "index": 48, "kind": "function",
"displayName": "Substring After", "group": "function", "label": "function",
"required": false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a substring of the message body\/expression that comes after. Returns
null if nothing comes after.", "ognl": false, "suffix": "}" },
-"substringBetween(exp,after,before)": { "index": 49, "kind": "function",
"displayName": "Generate Random Number", "group": "function", "label":
"function", "required": false, "javaType": "int", "prefix": "${", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Returns a random number between min (included) and max
(excluded).", "ognl": false, "suffix": "}" },
-"random(min,max)": { "index": 50, "kind": "function", "displayName":
"Random", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Returns a substring of
the message body\/expression that are between after and before. Returns null if
nothing comes between.", "ognl": false, "suffix": "}" },
-"skip(num)": { "index": 51, "kind": "function", "displayName": "Skip First
Items from the Message Body", "group": "function", "label": "function",
"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 number of [...]
-"convertTo(exp,type)": { "index": 52, "kind": "function", "displayName":
"Convert To", "group": "function", "label": "function", "required": false,
"javaType": "", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the message body
(or expression) to the specified type.", "ognl": true, "suffix": "}" },
-"trim(exp)": { "index": 53, "kind": "function", "displayName": "Trim",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The trim function trims
the message body (or expression) by removing all leading and trailing white
spaces.", "ognl": false, "suffix": "}" },
-"length(exp)": { "index": 54, "kind": "function", "displayName": "Length",
"group": "function", "label": "function", "required": false, "javaType": "int",
"prefix": "${", "deprecated": false, "deprecationNote": "", "autow
(camel-spring-boot) branch main updated: Regen
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 a371511125f Regen
a371511125f is described below
commit a371511125fb839847c2586d8b6b665dd69a8f5b
Author: Claus Ibsen
AuthorDate: Fri Jan 16 08:04:26 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 53 +++---
1 file changed, 27 insertions(+), 26 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 48e99344b3a..f324489874e 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
@@ -72,31 +72,32 @@
"substring(head,tail)": { "index": 46, "kind": "function", "displayName":
"Substring", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Returns a substring of
the message body\/expression. If only one positive number, then the returned
string is clipped from the beginning. If only one negative number, then the
returned string is clipped fr [...]
"substringBefore(exp,before)": { "index": 47, "kind": "function",
"displayName": "Substring Before", "group": "function", "label": "function",
"required": false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a substring of the message body\/expression that comes before. Returns
null if nothing comes before.", "ognl": false, "suffix": "}" },
"substringAfter(exp,before)": { "index": 48, "kind": "function",
"displayName": "Substring After", "group": "function", "label": "function",
"required": false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a substring of the message body\/expression that comes after. Returns
null if nothing comes after.", "ognl": false, "suffix": "}" },
-"random(min,max)": { "index": 49, "kind": "function", "displayName":
"Generate Random Number", "group": "function", "label": "function", "required":
false, "javaType": "int", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a random number between min (included) and max (excluded).", "ognl":
false, "suffix": "}" },
-"skip(num)": { "index": 50, "kind": "function", "displayName": "Skip First
Items from the Message Body", "group": "function", "label": "function",
"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 number of [...]
-"convertTo(exp,type)": { "index": 51, "kind": "function", "displayName":
"Convert To", "group": "function", "label": "function", "required": false,
"javaType": "", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the message body
(or expression) to the specified type.", "ognl": true, "suffix": "}" },
-"trim(exp)": { "index": 52, "kind": "function", "displayName": "Trim",
"group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The trim function trims
the message body (or expression) by removing all leading and trailing white
spaces.", "ognl": false, "suffix": "}" },
-"length(exp)": { "index": 53, "kind": "function", "displayName": "Length",
"group": "function", "label": "function", "required": false, "javaType": "int",
"prefix": "${", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The payload length (number of bytes) of the
message body (or expression).", "ognl": false, "suffix": "}" },
-"size(exp)": { "index": 54, "kind": "function", "displayName": "Size",
"group": "function", "label": "function", "required": false, "javaType": "int",
"prefix": "${", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The size of the message body (or expression).
If the payload is java.util.Collection or java.ut
(camel-spring-boot) branch main updated: Regen
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 e05ac325aee Regen
e05ac325aee is described below
commit e05ac325aeedac0873eb32ce034586134a6c29f9
Author: Claus Ibsen
AuthorDate: Wed Jan 14 20:30:32 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 144 +++--
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
2 files changed, 75 insertions(+), 71 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 6c238edfd78..48e99344b3a 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
@@ -24,75 +24,79 @@
},
"functions": {
"body": { "index": 0, "kind": "function", "displayName": "Body", "group":
"function", "label": "function", "required": false, "javaType": "Object",
"prefix": "${", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The message body", "ognl": true, "suffix": "}"
},
-"prettyBody": { "index": 1, "kind": "function", "displayName": "Pretty
Body", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the body to a
String, and attempts to pretty print if JSon or XML; otherwise the body is
returned as the String value.", "ognl": false, "suffix": "}" },
-"bodyOneLine": { "index": 2, "kind": "function", "displayName": "Body One
Line", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Converts the body to a
String and removes all line-breaks, so the string is in one line.", "ognl":
false, "suffix": "}" },
-"originalBody": { "index": 3, "kind": "function", "displayName": "Original
Body", "group": "function", "label": "function", "required": false, "javaType":
"Object", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The original incoming body
(only available if allowUseOriginalMessage=true).", "ognl": false, "suffix":
"}" },
-"id": { "index": 4, "kind": "function", "displayName": "Id", "group":
"function", "label": "function", "required": false, "javaType": "String",
"prefix": "${", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The message id", "ognl": false, "suffix": "}"
},
-"messageTimestamp": { "index": 5, "kind": "function", "displayName":
"Message Timestamp", "group": "function", "label": "function", "required":
false, "javaType": "long", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
message timestamp (millis since epoc) that this message originates from. Some
systems like JMS, Kafka, AWS have a timestamp on the event\/message that Camel
received. This method returns the timestamp [...]
-"exchangeId": { "index": 6, "kind": "function", "displayName": "Exchange
Id", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The exchange id", "ognl":
false, "suffix": "}" },
-"exchange": { "index": 7, "kind": "function", "displayName": "Exchange",
"group": "function", "label": "function", "required": false, "javaType":
"org.apache.camel.Exchange", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
current exchange", "ognl": true, "suffix": "}" },
-"exception": { "index": 8, "kind": "function", "displayName": "Exception",
"group": "function", "label": "function", "required": false, "javaType":
"java.lang.Exception", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "The exception object
on the exchange (also from caught exceptions), is null if no exception
present.", "ognl": true, "suffix": "}" },
-"exception.message": { "index": 9, "kind": "function", "displayName":
"Exception Message", "group": "function", "label": "function", "required":
false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret
(camel-spring-boot) branch main updated: Regen
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 fcfc30601df Regen
fcfc30601df is described below
commit fcfc30601dfa7779db477b1b9cdd7b32cb6088f3
Author: Claus Ibsen
AuthorDate: Tue Jan 13 20:13:15 2026 +0100
Regen
---
.../springboot/catalog/components/aws2-kms.json| 7 +++-
.../springboot/catalog/components/aws2-lambda.json | 9 -
.../springboot/catalog/components/aws2-mq.json | 6 +++-
.../springboot/catalog/components/aws2-msk.json| 6 +++-
.../springboot/catalog/components/aws2-sns.json| 5 ++-
.../springboot/catalog/components/aws2-sqs.json| 8 -
.../springboot/catalog/components/aws2-sts.json| 7 +++-
.../camel/springboot/catalog/languages/simple.json | 42 +++---
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
9 files changed, 64 insertions(+), 28 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kms.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kms.json
index 006c639331b..7d653275572 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kms.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kms.json
@@ -50,7 +50,12 @@
"CamelAwsKMSLimit": { "index": 1, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The limit number of keys to return while performing a
listKeys operation", "constantName":
"org.apache.camel.component.aws2.kms.KMS2Constants#LIMIT" },
"CamelAwsKMSDescription": { "index": 2, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "A key description to use while performing a createKey
operation", "constantName":
"org.apache.camel.component.aws2.kms.KMS2Constants#DESCRIPTION" },
"CamelAwsKMSKeyId": { "index": 3, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The key Id", "constantName":
"org.apache.camel.component.aws2.kms.KMS2Constants#KEY_ID" },
-"CamelAwsKMSPendingWindowInDays": { "index": 4, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The waiting period, specified in number
of days.", "constantName":
"org.apache.camel.component.aws2.kms.KMS2Constants#PENDING_WINDOW_IN_DAYS" }
+"CamelAwsKMSPendingWindowInDays": { "index": 4, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The waiting period, specified in number
of days.", "constantName":
"org.apache.camel.component.aws2.kms.KMS2Constants#PENDING_WINDOW_IN_DAYS" },
+"CamelAwsKMSMarker": { "index": 5, "kind": "header", "displayName": "",
"group": "listKeys", "label": "listKeys", "required": false, "javaType":
"String", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The marker for the next set of results.",
"constantName": "org.apache.camel.component.aws2.kms.KMS2Constants#MARKER" },
+"CamelAwsKMSTruncated": { "index": 6, "kind": "header", "displayName": "",
"group": "listKeys", "label": "listKeys", "required": false, "javaType":
"Boolean", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "Whether the response has more results (is
truncated).", "constantName":
"org.apache.camel.component.aws2.kms.KMS2Constants#IS_TRUNCATED" },
+"CamelAwsKMSKeyArn": { "index": 7, "kind": "header", "displayName": "",
"group": "createKey describeKey", "label": "createKey describeKey", "required":
false, "javaType": "String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The Amazon Resource Name
(ARN) of the key.", "constantName":
"org.apache.camel.component.aws2.kms.KMS2Constants#KEY_ARN" },
+"CamelAwsKMSKeyState": { "index": 8, "kind": "header", "displayName": "",
"group": "createKey describeKey", "label": "createKey describeKey", "required":
false, "javaTy
(camel-spring-boot) branch main updated: Regen
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 94a1436b1c9 Regen
94a1436b1c9 is described below
commit 94a1436b1c91dc2b564c9e5e878a859e7fdc55d0
Author: Claus Ibsen
AuthorDate: Tue Jan 13 07:50:37 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/csimple.json | 5 +++--
.../camel/springboot/catalog/languages/file.json| 5 +++--
.../camel/springboot/catalog/languages/simple.json | 5 +++--
.../camel-core-starter/src/main/docs/core.json | 21 +
.../springboot/CSimpleLanguageConfiguration.java| 12
.../springboot/FileLanguageConfiguration.java | 12
.../springboot/SimpleLanguageConfiguration.java | 12
7 files changed, 66 insertions(+), 6 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json
index fa1350c805c..0368ec28f0e 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/csimple.json
@@ -18,7 +18,8 @@
"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": "Sets
the id of this node" },
"expression": { "index": 1, "kind": "value", "displayName": "Expression",
"group": "common", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The expression value in your chosen language syntax" },
-"resultType": { "index": 2, "kind": "attribute", "displayName": "Result
Type", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the class of the result type (type from output)" },
-"trim": { "index": 3, "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
value to remove leading and trailing whitespaces and line breaks" }
+"pretty": { "index": 2, "kind": "attribute", "displayName": "Pretty",
"group": "common", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "To pretty format the output (only JSon
or XML supported)" },
+"resultType": { "index": 3, "kind": "attribute", "displayName": "Result
Type", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the class of the result type (type from output)" },
+"trim": { "index": 4, "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
value to remove leading and trailing whitespaces and line breaks" }
}
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
index b271edd19e1..575b2497f00 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/file.json
@@ -18,8 +18,9 @@
"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": "Sets
the id of this node" },
"expression": { "index": 1, "kind": "value", "displayName": "Expression",
"group": "common", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The expression value in your chosen language syntax" },
-"resultType": { "index": 2, "kind": "attribute
(camel-spring-boot) branch main updated: Regen
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 1bc1221afcb Regen
1bc1221afcb is described below
commit 1bc1221afcb2aff11ff22ed5c36bbf9ebc51e76c
Author: Claus Ibsen
AuthorDate: Mon Jan 12 17:46:04 2026 +0100
Regen
---
.../catalog/components/aws2-eventbridge.json | 7 -
.../catalog/components/aws2-kinesis-firehose.json | 6 +++-
.../catalog/components/aws2-kinesis.json | 4 ++-
.../camel/springboot/catalog/languages/simple.json | 35 +++---
4 files changed, 32 insertions(+), 20 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
index fbd14dd86f9..b58c1bae66a 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
@@ -58,7 +58,12 @@
"CamelAwsEventbridgeTargetArn": { "index": 6, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The Amazon Resource Name (ARN) of the
target resource.", "constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#TARGET_ARN" },
"CamelAwsEventbridgeResourcesArn": { "index": 7, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Comma separated list of Amazon Resource
Names (ARN) of the resources related to Event", "constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#EVENT_RESOURCES_ARN"
},
"CamelAwsEventbridgeSource": { "index": 8, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The source related to Event",
"constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#EVENT_SOURCE"
},
-"CamelAwsEventbridgeDetailType": { "index": 9, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The detail type related to Event",
"constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#EVENT_DETAIL_TYPE"
}
+"CamelAwsEventbridgeDetailType": { "index": 9, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The detail type related to Event",
"constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#EVENT_DETAIL_TYPE"
},
+"CamelAwsEventbridgeNextToken": { "index": 10, "kind": "header",
"displayName": "", "group": "listRules listTargetsByRule
listRuleNamesByTarget", "label": "listRules listTargetsByRule
listRuleNamesByTarget", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The token for the next set of results.", "constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#NEXT_TOKEN" },
+"CamelAwsEventbridgeLimit": { "index": 11, "kind": "header",
"displayName": "", "group": "listRules listTargetsByRule
listRuleNamesByTarget", "label": "listRules listTargetsByRule
listRuleNamesByTarget", "required": false, "javaType": "Integer", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The maximum number of results to return.", "constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#LIMIT" },
+"CamelAwsEventbridgeIsTruncated": { "index": 12, "kind": "header",
"displayName": "", "group": "listRules listTargetsByRule
listRuleNamesByTarget", "label": "listRules listTargetsByRule
listRuleNamesByTarget", "required": false, "javaType": "Boolean", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Whether the response has more results (is truncated).",
"constantName":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConstants#I [...]
+"CamelAwsEventbridgeRuleArn": { "index": 13, "kind":
(camel-spring-boot) branch main updated: Regen
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 a3ca07bfb3e Regen
a3ca07bfb3e is described below
commit a3ca07bfb3e6fb59f4e462e94a03146c4e9b9162
Author: Claus Ibsen
AuthorDate: Mon Jan 12 15:34:02 2026 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/aws2-ec2.json | 5 -
.../org/apache/camel/springboot/catalog/components/aws2-ecs.json | 5 -
.../org/apache/camel/springboot/catalog/components/aws2-eks.json | 5 -
.../org/apache/camel/springboot/catalog/components/ibm-cos.json | 2 +-
.../camel/springboot/catalog/components/ibm-watson-discovery.json| 2 +-
.../camel/springboot/catalog/components/ibm-watson-language.json | 2 +-
.../org/apache/camel/springboot/catalog/dataformats/pqc.json | 2 +-
7 files changed, 16 insertions(+), 7 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 eb33107c8d6..9653597fd3b 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
@@ -62,7 +62,10 @@
"CamelAwsEC2InstancesClientToken": { "index": 11, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Unique, case-sensitive identifier you
provide to ensure the idempotency of the request.", "constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCES_CLIENT_TOKEN" },
"CamelAwsEC2InstancesPlacement": { "index": 12, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "software.amazon.awssdk.services.ec2.model.Placement",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The placement for the instance.", "constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCES_PLACEMENT" },
"CamelAwsEC2InstancesTags": { "index": 13, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "Collection", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "A collection of tags to
add or remove from EC2 resources", "constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCES_TAGS" },
-"CamelAwsEC2SubnetId": { "index": 14, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The ID of the subnet to launch the instance into.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#SUBNET_ID" }
+"CamelAwsEC2SubnetId": { "index": 14, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The ID of the subnet to launch the instance into.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#SUBNET_ID" },
+"CamelAwsEC2NextToken": { "index": 15, "kind": "header", "displayName":
"", "group": "describeInstances describeInstancesStatus", "label":
"describeInstances describeInstancesStatus", "required": false, "javaType":
"String", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The token for the next set of results.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#NEXT_TOKEN" },
+"CamelAwsEC2MaxResults": { "index": 16, "kind": "header", "displayName":
"", "group": "describeInstances describeInstancesStatus", "label":
"describeInstances describeInstancesStatus", "required": false, "javaType":
"Integer", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The maximum number of results to return.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#MAX_RESULTS" },
+"CamelAwsEC2IsTruncated": { "index": 17, "kind": "header", "displayName":
"", "group": "describeInstances describeInstancesStatus", "label":
"describeInstances describeInstancesStatus", "required": false, "javaType":
"Boolean", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "Whether the response has more re
(camel-spring-boot) branch main updated: Regen
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 25ffa8065a0 Regen
25ffa8065a0 is described below
commit 25ffa8065a0ca6bea4eff1a0cfd13aab9343f65f
Author: Claus Ibsen
AuthorDate: Mon Jan 12 10:57:32 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 38 --
1 file changed, 20 insertions(+), 18 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 e33f2f51526..1a563bed58b 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
@@ -70,23 +70,25 @@
"substring(head,tail)": { "index": 45, "kind": "function", "displayName":
"Substring", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Returns a substring of
the message body\/expression. If only one positive number, then the returned
string is clipped from the beginning. If only one negative number, then the
returned string is clipped fr [...]
"random(min,max)": { "index": 46, "kind": "function", "displayName":
"Generate Random Number", "group": "function", "label": "function", "required":
false, "javaType": "int", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a random number between min (included) and max (excluded).", "ognl":
false, "suffix": "}" },
"skip(num)": { "index": 47, "kind": "function", "displayName": "Skip First
Items from the Message Body", "group": "function", "label": "function",
"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 number of [...]
-"trim(exp)": { "index": 48, "kind": "function", "displayName": "Trims the
message body (or expression)", "group": "function", "label": "function",
"required": false, "javaType": "", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
trim function trims the message body (or expression) by removing all leading
and trailing white spaces.", "ognl": false, "suffix": "}" },
-"collate(num)": { "index": 49, "kind": "function", "displayName": "Group
Message Body into Sub Lists", "group": "function", "label": "function",
"required": false, "javaType": "java.util.Iterator", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The collate function iterates the message body and
groups the data into sub lists of specified size. This can be used with the
Splitter EIP to split a message body and group\/ba [...]
-"join(separator,prefix,exp)": { "index": 50, "kind": "function",
"displayName": "Join", "group": "function", "label": "function", "required":
false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
join function iterates the message body\/expression and joins the data into a
string. The separator is by default a comma. The prefix is optional. The join
uses the message body as source by default. [...]
-"messageHistory(boolean)": { "index": 51, "kind": "function",
"displayName": "Print Message History", "group": "function", "label":
"function", "required": false, "javaType": "String", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The message history of the current exchange (how it has
been routed). This is similar to the route stack-trace message history the
error handler logs in case of an unhandled exception. The b [...]
-"uuid(type)": { "index": 52, "kind": "function", "displayName": "Generate
UUID", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a UUID using the
Camel `UuidGenerator`. You can choose between `default`, `classic`, `short` and
`simple` as the type. If no type is given, the default is used. It is also
possible to use a c
(camel-spring-boot) branch main updated: Regen
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 de0bf97244e Regen
de0bf97244e is described below
commit de0bf97244eb298fbb97549b3af3e3a3559c165f
Author: Claus Ibsen
AuthorDate: Mon Jan 12 08:26:05 2026 +0100
Regen
---
.../camel/springboot/catalog/languages/simple.json | 35 +++---
1 file changed, 18 insertions(+), 17 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 c7f2526b51e..e33f2f51526 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
@@ -70,22 +70,23 @@
"substring(head,tail)": { "index": 45, "kind": "function", "displayName":
"Substring", "group": "function", "label": "function", "required": false,
"javaType": "String", "prefix": "${", "deprecated": false, "deprecationNote":
"", "autowired": false, "secret": false, "description": "Returns a substring of
the message body\/expression. If only one positive number, then the returned
string is clipped from the beginning. If only one negative number, then the
returned string is clipped fr [...]
"random(min,max)": { "index": 46, "kind": "function", "displayName":
"Generate Random Number", "group": "function", "label": "function", "required":
false, "javaType": "int", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a random number between min (included) and max (excluded).", "ognl":
false, "suffix": "}" },
"skip(num)": { "index": 47, "kind": "function", "displayName": "Skip First
Items from the Message Body", "group": "function", "label": "function",
"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 number of [...]
-"collate(num)": { "index": 48, "kind": "function", "displayName": "Group
Message Body into Sub Lists", "group": "function", "label": "function",
"required": false, "javaType": "java.util.Iterator", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The collate function iterates the message body and
groups the data into sub lists of specified size. This can be used with the
Splitter EIP to split a message body and group\/ba [...]
-"join(separator,prefix,exp)": { "index": 49, "kind": "function",
"displayName": "Join", "group": "function", "label": "function", "required":
false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
join function iterates the message body\/expression and joins the data into a
string. The separator is by default a comma. The prefix is optional. The join
uses the message body as source by default. [...]
-"messageHistory(boolean)": { "index": 50, "kind": "function",
"displayName": "Print Message History", "group": "function", "label":
"function", "required": false, "javaType": "String", "prefix": "${",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The message history of the current exchange (how it has
been routed). This is similar to the route stack-trace message history the
error handler logs in case of an unhandled exception. The b [...]
-"uuid(type)": { "index": 51, "kind": "function", "displayName": "Generate
UUID", "group": "function", "label": "function", "required": false, "javaType":
"String", "prefix": "${", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Returns a UUID using the
Camel `UuidGenerator`. You can choose between `default`, `classic`, `short` and
`simple` as the type. If no type is given, the default is used. It is also
possible to use a custom `UuidG [...]
-"hash(exp,algorithm)": { "index": 52, "kind": "function", "displayName":
"Compute Hash Value", "group": "function", "label": "function", "required":
false, "javaType": "String", "prefix": "${", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description":
"Returns a hashed value (string in hex decimal) of the message body\/expression
using JDK MessageDigest. The algorithm can be SH
(camel-spring-boot) branch main updated: Regen
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 48c8c62c884 Regen
48c8c62c884 is described below
commit 48c8c62c884387c2d6e8c10593a5dcfc5ef793bc
Author: Claus Ibsen
AuthorDate: Sun Jan 11 11:02:31 2026 +0100
Regen
---
.../springboot/catalog/components/openai.json | 33 +++---
1 file changed, 17 insertions(+), 16 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 491d97ddb2d..ea9afd9673f 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
@@ -32,21 +32,22 @@
},
"properties": {
"operation": { "index": 0, "kind": "path", "displayName": "Operation",
"group": "producer", "label": "", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The operation to perform
(currently only chat-completion is supported)" },
-"apiKey": { "index": 1, "kind": "parameter", "displayName": "Api Key",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": true, "configurationClass":
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField":
"configuration", "description": "OpenAI API key. Can also be set via
OPENAI_API_KEY environment variable." },
-"baseUrl": { "index": 2, "kind": "parameter", "displayName": "Base Url",
"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": "Base URL for OpenAI API. Defaults to OpenAI's
official endpoint. Can be used for local or third-p [...]
-"conversationHistoryProperty": { "index": 3, "kind": "parameter",
"displayName": "Conversation History Property", "group": "producer", "label":
"", "required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "defaultValue": "CamelOpenAIConversationHistory", "configurationClass":
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField":
"configuration", "description": "Exchan [...]
-"conversationMemory": { "index": 4, "kind": "parameter", "displayName":
"Conversation Memory", "group": "producer", "label": "", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue":
false, "configurationClass":
"org.apache.camel.component.openai.OpenAIConfiguration", "configurationField":
"configuration", "description": "Enable conversation memory per Exchange" },
-"developerMessage": { "index": 5, "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" },
-"jsonSchema": { "index": 6, "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": 7, "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": 8, "kind": "parameter", "displayName": "Model",
"group": "producer", "lab
(camel-spring-boot) branch main updated: Regen
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 0ae17d5aa28 Regen
0ae17d5aa28 is described below
commit 0ae17d5aa28221cb84a19b12676f564949eeb5aa
Author: Claus Ibsen
AuthorDate: Fri Jan 9 20:07:39 2026 +0100
Regen
---
.../catalog/components/azure-storage-blob.json | 124 +++--
.../src/main/docs/azure-storage-blob.json | 18 +++
.../springboot/BlobComponentConfiguration.java | 43 +++
3 files changed, 128 insertions(+), 57 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 23a878061b0..3b8d73ebb4c 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
@@ -45,28 +45,31 @@
"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 [...]
"blobSequenceNumber": { "index": 19, "kind": "property", "displayName":
"Blob Sequence Number", "group": "producer", "label": "producer", "required":
false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": 0, "configurationClass":
"org.apache.camel.component.azure.storage.blob.BlobConfiguration",
"configurationField": "configuration", "description": "A user-controlled value
that you can use to track requests. T [...]
"blockListType": { "index": 20, "kind": "property", "displayName": "Block
List Type", "group": "producer", "label": "producer", "required": false,
"type": "enum", "javaType": "com.azure.storage.blob.models.BlockListType",
"enum": [ "committed", "uncommitted", "all" ], "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "COMMITTED",
"configurationClass":
"org.apache.camel.component.azure.storage.blob.BlobConfiguration",
"configurationField": "configuration", "des [...]
-"changeFeedContext": { "index": 21, "kind": "property", "displayName":
"Change Feed Context", "group": "producer", "label": "producer", "required":
false, "type": "object", "javaType": "com.azure.core.util.Context",
"deprecated": false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.storage.blob.BlobConfiguration",
"configurationField": "configuration", "description": "When using getChangeFeed
producer operation, this gives additional con [...]
-"changeFeedEndTime": { "index": 22, "kind": "property", "displayName":
"Change Feed End Time", "group": "producer", "label": "producer", "required":
false, "type": "object", "javaType": "java.time.OffsetDateTime", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.storage.blob.BlobConfiguration",
"configurationField": "configuration", "description": "When using getChangeFeed
producer operation, this filters the results to [...]
-"changeFeedStartTime": { "index": 23, "kind": "property", "displayName":
"Change Feed Start Time", "group": "producer", "label": "producer", "required":
false, "type": "object", "javaType": "java.time.OffsetDateTime", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.storage.blob.BlobConfiguration",
"configurationField": "configuration", "description": "When using getChangeFeed
producer operation, this filters the result [...]
-"closeStreamAfterWrite": { "index": 24, "kind": "property", "displayName":
"Close Stream After Write", "group": "producer", "label": "producer",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"configurationClass":
"org.apache.camel.component.azure.storage.blob.BlobConfiguration",
"configurationField": "configuration", "description": "Close the stream after
write or keep it open, default is true" },
-"commitBlockListLater": { "index": 25, "kind": "property", "displayName":
"Commit Block List Later", "group": "producer", "label":
(camel-spring-boot) branch main updated: Regen
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 8b811e8784e Regen
8b811e8784e is described below
commit 8b811e8784e718e305b897719cf0bdcadfb974d2
Author: Claus Ibsen
AuthorDate: Fri Jan 9 11:14:48 2026 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/zendesk.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
index b1ad3757e80..42dcafcc750 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
@@ -37,7 +37,7 @@
"username": { "index": 9, "kind": "property", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "description": "The user name." }
},
"properties": {
-"methodName": { "index": 0, "kind": "path", "displayName": "Method Name",
"group": "common", "label": "", "required": true, "type": "enum", "javaType":
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS",
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE",
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION",
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLA [...]
+"methodName": { "index": 0, "kind": "path", "displayName": "Method Name",
"group": "common", "label": "", "required": true, "type": "enum", "javaType":
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS",
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE",
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION",
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLA [...]
"inBody": { "index": 1, "kind": "parameter", "displayName": "In Body",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets the name of a parameter to be passed in
the exchange In Body" },
"serverUrl": { "index": 2, "kind": "parameter", "displayName": "Server
Url", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.zendesk.ZendeskConfiguration",
"configurationField": "configuration", "description": "The server URL to
connect." },
"sendEmptyMessageWhenIdle": { "index": 3, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },
@@ -66,9 +66,9 @@
"username": { "index": 26, "kind": "parameter", "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.zendesk.ZendeskConfiguration",
"configurationField": "configuration", "description": "The user name." }
},
"apis": {
-"DEFAULT": { "consumerOnly": false, "producerOnly": false, "description":
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [
"java.util.List addTagToOrganisations(long id, String[] tags)" ] },
"addTagToTicket": { "description": "", "signatures": [ "java.util.List
addTagToTicket(long id, String[] tags)" ] }, "addTagToTopics": { "description":
"", "signatures": [ "java.util.List addTagToTopics(long id, String[]
tags)" ] }, "associateA [...]
+"DEFAULT": { "consumerOnly": false, "producerOnly": false, "description":
"", "methods": { "addTagToOrganisations": { "description": "", "signatures": [
"java.util.List addTagToOrganisations(long id, String[] tags)" ] },
"addTagToTicket": { "description": "", "signatures": [ "java.util.List
addTagToTicket(long id, String[] tags)" ] }, "addTagToTopics": { "description":
"", "signatures": [ "java.util.List addTagToTopics
(camel-spring-boot) branch main updated: Regen
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 c23d808044e Regen
c23d808044e is described below
commit c23d808044e13f5532e9606b8d4f1acf89c0b4f9
Author: Claus Ibsen
AuthorDate: Thu Jan 8 20:34:13 2026 +0100
Regen
---
.../springboot/catalog/components/aws2-athena.json | 33 +++
.../springboot/catalog/components/aws2-cw.json | 104 +++--
.../springboot/catalog/components/aws2-ddb.json| 41
.../camel/springboot/catalog/components/once.json | 2 +-
.../springboot/catalog/components/stripe.json | 2 +-
.../src/main/docs/aws2-cw.json | 7 ++
.../cw/springboot/Cw2ComponentConfiguration.java | 13 +++
.../springboot/OnceComponentConfiguration.java | 3 +-
.../springboot/StripeComponentConfiguration.java | 2 +-
9 files changed, 119 insertions(+), 88 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
index e772c5fc8a5..41c5faeaf2d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
@@ -71,22 +71,23 @@
"CamelAwsAthenaWorkGroup": { "index": 3, "kind": "header", "displayName":
"", "group": "listQueryExecutions startQueryExecution", "label":
"listQueryExecutions startQueryExecution", "required": false, "javaType":
"String", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The workgroup to use for running the query.",
"constantName":
"org.apache.camel.component.aws2.athena.Athena2Constants#WORK_GROUP" },
"CamelAwsAthenaNextToken": { "index": 4, "kind": "header", "displayName":
"", "group": "getQueryResults listQueryExecutions", "label": "getQueryResults
listQueryExecutions", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Pagination token to use in the case where the response from the
previous request was truncated.", "constantName":
"org.apache.camel.component.aws2.athena.Athena2Constants#NEXT_ [...]
"CamelAwsAthenaMaxResults": { "index": 5, "kind": "header", "displayName":
"", "group": "getQueryResults listQueryExecutions", "label": "getQueryResults
listQueryExecutions", "required": false, "javaType": "Integer", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Max number of results to return for the given operation (if
supported by the Athena API endpoint). If not set, will use the Athena API
default for the given operation.", "con [...]
-"CamelAwsAthenaIncludeTrace": { "index": 6, "kind": "header",
"displayName": "", "group": "startQueryExecution", "label":
"startQueryExecution", "required": false, "javaType": "boolean", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Include useful trace information at the beginning of queries as
an SQL comment (prefixed with --).", "constantName":
"org.apache.camel.component.aws2.athena.Athena2Constants#INCLUDE_TRACE" },
-"CamelAwsAthenaOutputLocation": { "index": 7, "kind": "header",
"displayName": "", "group": "getQueryExecution getQueryResults
startQueryExecution", "label": "getQueryExecution getQueryResults
startQueryExecution", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The location in Amazon S3 where query results are stored, such
as s3:\/\/path\/to\/query\/bucket\/. Ensure this value ends with a forwa [...]
-"CamelAwsAthenaOutputType": { "index": 8, "kind": "header", "displayName":
"", "group": "getQueryResults", "label": "getQueryResults", "required": false,
"javaType": "org.apache.camel.component.aws2.athena.Athena2OutputType", "enum":
[ "StreamList", "SelectList", "S3Pointer" ], "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "How
query results should be returned. One of StreamList (default - return a
GetQueryResultsIterable that can pag [...]
-"CamelAwsAthenaQueryExecutionState": { "index": 9, "kind": "header",
"displayName": "", "group": "getQueryExecution getQueryResults
startQueryExecution", "label": "getQueryExecution getQueryResults
startQueryExecution", "required": false, "javaType":
"software.amazon.awssdk.services.athena.model.QueryExecutionState", "enum": [
"QUEUED", "RUNNING", "S
(camel-spring-boot) branch main updated: Regen
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 34726f9542f Regen
34726f9542f is described below
commit 34726f9542f5f7b73d5b9eb4ac9ce33601fc7715
Author: Claus Ibsen
AuthorDate: Thu Jan 8 15:56:32 2026 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/sql-stored.json | 2 +-
components-starter/camel-sql-starter/src/main/docs/sql.json| 2 +-
.../sql/stored/springboot/SqlStoredComponentConfiguration.java | 7 +++
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql-stored.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql-stored.json
index 0f06f6d914c..a93f6cadd29 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql-stored.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql-stored.json
@@ -27,7 +27,7 @@
"dataSource": { "index": 0, "kind": "property", "displayName": "Data
Source", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "javax.sql.DataSource", "deprecated": false, "autowired": true,
"secret": false, "description": "Sets the DataSource to use to communicate with
the database." },
"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 [...]
"autowiredEnabled": { "index": 2, "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 [...]
-"serviceLocationEnabled": { "index": 3, "kind": "property", "displayName":
"Service Location Enabled", "group": "advanced", "label": "advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Whether to detect the network address location of the JMS
broker on startup. This information is gathered via reflection on the
ConnectionFactory, and is vendor specific. This option can [...]
+"serviceLocationEnabled": { "index": 3, "kind": "property", "displayName":
"Service Location Enabled", "group": "advanced", "label": "advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Whether to detect the network address location of the database
on startup. This information is gathered via reflection on the DataSource, and
is vendor specific. This option can be used [...]
},
"headers": {
"CamelSqlStoredTemplate": { "index": 0, "kind": "header", "displayName":
"", "group": "producer", "label": "producer", "required": false, "javaType":
"String", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The template", "constantName":
"org.apache.camel.component.sql.stored.SqlStoredConstants#SQL_STORED_TEMPLATE"
},
diff --git a/components-starter/camel-sql-starter/src/main/docs/sql.json
b/components-starter/camel-sql-starter/src/main/docs/sql.json
index c48dfad3e3a..510debc6b97 100644
--- a/components-starter/camel-sql-starter/src/main/docs/sql.json
+++ b/components-starter/camel-sql-starter/src/main/docs/sql.json
@@ -52,7 +52,7 @@
{
"name": "camel.component.sql-stored.service-location-enabled",
"type": "java.lang.Boolean",
- "description": "Whether to detect the network address location of the
JMS broker on startup. This information is gathered via reflection on the
ConnectionFactory, and is vendor specific. This option can be used to turn this
off.",
+ "description": "Whether to detect the network address location of the
database on startup. This information is gathered via reflection on the
DataSource, and is vendor specific. This option can be used to turn this off.",
"sourceType":
"org.apa
(camel-spring-boot) branch main updated: Regen
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 b8831c6e945 Regen
b8831c6e945 is described below
commit b8831c6e945648602011efc7fde7f3e5fdb11b20
Author: Claus Ibsen
AuthorDate: Tue Jan 6 13:38:47 2026 +0100
Regen
---
.../apache/camel/springboot/catalog/beans/FileLockClusterService.json | 2 +-
.../org/apache/camel/springboot/catalog/components/olingo2.json | 2 +-
.../org/apache/camel/springboot/catalog/components/olingo4.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/beans/FileLockClusterService.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/beans/FileLockClusterService.json
index cf39a0830fe..a2a9965384e 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.17.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/components/olingo2.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo2.json
index 04ab7e49f74..40d99c3f157 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo2.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo2.json
@@ -4,7 +4,7 @@
"name": "olingo2",
"title": "Olingo2",
"description": "Communicate with OData 2.0 services using Apache Olingo.",
-"deprecated": false,
+"deprecated": true,
"firstVersion": "2.14.0",
"label": "cloud",
"javaType": "org.apache.camel.component.olingo2.Olingo2Component",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
index 3b835acbba5..c8ce4817817 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
@@ -4,7 +4,7 @@
"name": "olingo4",
"title": "Olingo4",
"description": "Communicate with OData 4.0 services using Apache Olingo
OData API.",
-"deprecated": false,
+"deprecated": true,
"firstVersion": "2.19.0",
"label": "cloud",
"javaType": "org.apache.camel.component.olingo4.Olingo4Component",
(camel-spring-boot) branch main updated: Regen
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 d0d86b82324 Regen
d0d86b82324 is described below
commit d0d86b823240992ba725f269941f1795a372
Author: Claus Ibsen
AuthorDate: Thu Jan 1 09:03:29 2026 +0100
Regen
---
.../apache/camel/springboot/catalog/components/aws2-iam.json | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
index 4d040dd80d5..436f6ea3275 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
@@ -53,7 +53,15 @@
"CamelAwsIAMAccessKeyID": { "index": 2, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The accessKey you want to manage", "constantName":
"org.apache.camel.component.aws2.iam.IAM2Constants#ACCESS_KEY_ID" },
"CamelAwsIAMAccessKeyStatus": { "index": 3, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The Status of the AccessKey you want to
set, possible value are active and inactive", "constantName":
"org.apache.camel.component.aws2.iam.IAM2Constants#ACCESS_KEY_STATUS" },
"CamelAwsIAMGroupName": { "index": 4, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The name of an AWS IAM Group", "constantName":
"org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_NAME" },
-"CamelAwsIAMGroupPath": { "index": 5, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The path of an AWS IAM Group", "constantName":
"org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_PATH" }
+"CamelAwsIAMGroupPath": { "index": 5, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The path of an AWS IAM Group", "constantName":
"org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_PATH" },
+"CamelAwsIAMMarker": { "index": 6, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The marker to use for pagination in list operations",
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#MARKER" },
+"CamelAwsIAMMaxItems": { "index": 7, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The maximum number of items to return in list
operations", "constantName":
"org.apache.camel.component.aws2.iam.IAM2Constants#MAX_ITEMS" },
+"CamelAwsIAMIsTruncated": { "index": 8, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "Boolean",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Whether the list response is truncated (has more
results)", "constantName":
"org.apache.camel.component.aws2.iam.IAM2Constants#IS_TRUNCATED" },
+"CamelAwsIAMNextMarker": { "index": 9, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The marker to use for the next page of results",
"constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#NEXT_MARKER"
},
+"CamelAwsIAMUserArn": { "index": 10, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The ARN of the created or retrieved user",
"constantName": "org.apache.camel.component.aws2.iam.IAM2Con
(camel-spring-boot) branch main updated: Regen
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 e51bf3a824a Regen
e51bf3a824a is described below
commit e51bf3a824a7ccc4a151f249850c635132c03ed9
Author: Claus Ibsen
AuthorDate: Mon Dec 29 16:38:01 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/keycloak.json | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
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 d4fb04d70db..13872d30f9f 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
@@ -107,7 +107,13 @@
"CamelKeycloakUsernames": { "index": 45, "kind": "header", "displayName":
"", "group": "common", "label": "", "required": false, "javaType":
"java.util.List", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The list of usernames for
bulk operations", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#USERNAMES" },
"CamelKeycloakRoleNames": { "index": 46, "kind": "header", "displayName":
"", "group": "common", "label": "", "required": false, "javaType":
"java.util.List", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The list of role names for
bulk operations", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#ROLE_NAMES" },
"CamelKeycloakContinueOnError": { "index": 47, "kind": "header",
"displayName": "", "group": "common", "label": "", "required": false,
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Continue on error during bulk
operations", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#CONTINUE_ON_ERROR" },
-"CamelKeycloakBatchSize": { "index": 48, "kind": "header", "displayName":
"", "group": "common", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Batch size for bulk operations", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#BATCH_SIZE" }
+"CamelKeycloakBatchSize": { "index": 48, "kind": "header", "displayName":
"", "group": "common", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Batch size for bulk operations", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#BATCH_SIZE" },
+"CamelKeycloakAccessToken": { "index": 49, "kind": "header",
"displayName": "", "group": "common", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The access token for permission
evaluation", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#ACCESS_TOKEN" },
+"CamelKeycloakPermissionResourceNames": { "index": 50, "kind": "header",
"displayName": "", "group": "common", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Comma-separated list of resource names
or IDs to evaluate permissions for", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#PERMISSION_RESOURCE_NAMES"
},
+"CamelKeycloakPermissionScopes": { "index": 51, "kind": "header",
"displayName": "", "group": "common", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Comma-separated list of scopes to
evaluate permissions for", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#PERMISSION_SCOPES" },
+"CamelKeycloakSubjectToken": { "index": 52, "kind": "header",
"displayName": "", "group": "common", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Subject token for permission evaluation
on behalf of a user", "constantName":
"org.apache.camel.component.keycloak.KeycloakConstants#SUBJECT_TOKEN" },
+"CamelKeycloakPermissionAudience": { "index": 53, "kind": "header",
"displayName": "", "group": "common", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "
(camel-spring-boot) branch main updated: Regen
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 a606f52bcd4 Regen
a606f52bcd4 is described below
commit a606f52bcd433cf362246ac5da6b51f8365c01b5
Author: Claus Ibsen
AuthorDate: Mon Dec 29 09:22:21 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/xj.json | 3 ++-
.../camel/springboot/catalog/components/xslt-saxon.json| 3 ++-
.../apache/camel/springboot/catalog/components/xslt.json | 3 ++-
components-starter/camel-xj-starter/src/main/docs/xj.json | 7 +++
.../component/xj/springboot/XJComponentConfiguration.java | 14 ++
.../camel-xslt-saxon-starter/src/main/docs/xslt-saxon.json | 7 +++
.../saxon/springboot/XsltSaxonComponentConfiguration.java | 14 ++
.../camel-xslt-starter/src/main/docs/xslt.json | 7 +++
.../xslt/springboot/XsltComponentConfiguration.java| 14 ++
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
10 files changed, 70 insertions(+), 4 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 1a61400f403..f9821d865d8 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
@@ -35,7 +35,8 @@
"transformerFactoryClass": { "index": 8, "kind": "property",
"displayName": "Transformer Factory Class", "group": "advanced", "label":
"advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "To use a custom XSLT transformer factory, specified as a FQN
class name" },
"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'." }
+"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" }
},
"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" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/xslt-saxon.json
b/catalog/camel-catalog-provide
(camel-spring-boot) branch main updated: Regen
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 8f1401b0ec0 Regen 8f1401b0ec0 is described below commit 8f1401b0ec0524ee3d4cec140662b1786e802b97 Author: Claus Ibsen AuthorDate: Fri Dec 26 09:16:29 2025 +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 e41d981ec6f..4e3f5fc786b 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -4932,7 +4932,7 @@ org.apache.maven maven-archiver -3.6.5 +3.6.6 org.apache.maven
(camel-spring-boot) branch main updated: Regen
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 e9f3cbf087d Regen e9f3cbf087d is described below commit e9f3cbf087d4835acaaf2c40ac6118793c11dc7e Author: Claus Ibsen AuthorDate: Mon Dec 22 08:31:06 2025 +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 01c8e71b908..b8727e2b43d 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -260,12 +260,12 @@ net.bytebuddy byte-buddy -1.18.2 +1.18.3 net.bytebuddy byte-buddy-agent -1.18.2 +1.18.3 org.apache.avro
(camel-spring-boot) branch main updated: Regen
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 dda78598b3b Regen
dda78598b3b is described below
commit dda78598b3beab3106d27a73a1bd1b1c71a9d10d
Author: Claus Ibsen
AuthorDate: Mon Dec 15 07:42:25 2025 +0100
Regen
---
.../camel/springboot/catalog/components/qdrant.json | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
index 2eff45afe65..bc8f17fd708 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
@@ -36,16 +36,16 @@
"tls": { "index": 9, "kind": "property", "displayName": "Tls", "group":
"security", "label": "security", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.qdrant.QdrantConfiguration", "configurationField":
"configuration", "description": "Whether the client uses Transport Layer
Security (TLS) to secure communications" }
},
"headers": {
-"CamelQdrantAction": { "index": 0, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"enum": [ "CREATE_COLLECTION", "DELETE_COLLECTION", "UPSERT", "RETRIEVE",
"DELETE", "COLLECTION_INFO", "SIMILARITY_SEARCH" ], "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
action to be performed.", "constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#ACTION" },
-"CamelQdrantPointsPayloadSelector": { "index": 1, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "io.qdrant.client.grpc.Points$WithPayloadSelector", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Payload Selector.", "constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#PAYLOAD_SELECTOR" },
-"CamelQdrantOperationID": { "index": 2, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "long",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Operation ID.", "constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#OPERATION_ID" },
-"CamelQdrantOperationStatus": { "index": 3, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Operation Status.", "constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#OPERATION_STATUS" },
-"CamelQdrantOperationStatusValue": { "index": 4, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Operation Status Value.",
"constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#OPERATION_STATUS_VALUE" },
-"CamelQdrantReadConsistency": { "index": 5, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "io.qdrant.client.grpc.Points$ReadConsistency", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Read Consistency.", "constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#READ_CONSISTENCY" },
-"CamelQdrantWithPayload": { "index": 6, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "boolean",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "defaultValue": "true", "description": "Include Payload.",
"constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#INCLUDE_PAYLOAD" },
-"CamelQdrantWithVectors": { "index": 7, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "boolean",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "defaultValue": "false", "description": "Include Vectors.",
"constantName":
"org.apache.camel.component.qdrant.Qdrant$Headers#INCLUDE_VECTORS" },
-"CamelQdrantSize": { "index": 8, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType
(camel-spring-boot) branch main updated: Regen
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 5a697866cbc Regen
5a697866cbc is described below
commit 5a697866cbccb06bd553de360d8332d7f2ede5f3
Author: Claus Ibsen
AuthorDate: Thu Dec 11 14:01:59 2025 +0100
Regen
---
.../springboot/catalog/components/langchain4j-agent.json | 4 +++-
tooling/camel-spring-boot-dependencies/pom.xml| 11 ---
2 files changed, 11 insertions(+), 4 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 56aeabe45ad..46e467b566f 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
@@ -33,7 +33,9 @@
},
"headers": {
"CamelLangChain4jAgentSystemMessage": { "index": 0, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The system prompt.", "constantName":
"org.apache.camel.component.langchain4j.agent.api.Headers#SYSTEM_MESSAGE" },
-"CamelLangChain4jAgentMemoryId": { "index": 1, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "Object", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Memory ID.", "constantName":
"org.apache.camel.component.langchain4j.agent.api.Headers#MEMORY_ID" }
+"CamelLangChain4jAgentMemoryId": { "index": 1, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "Object", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Memory ID.", "constantName":
"org.apache.camel.component.langchain4j.agent.api.Headers#MEMORY_ID" },
+"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" }
},
"properties": {
"agentId": { "index": 0, "kind": "path", "displayName": "Agent Id",
"group": "producer", "label": "", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The Agent id" },
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 9b067de24ae..75447b1574e 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.9.0
+4.10.0
io.grpc
@@ -3394,6 +3394,11 @@
camel-iec60870
4.17.0-SNAPSHOT
+
+org.apache.camel
+camel-iggy
+4.17.0-SNAPSHOT
+
org.apache.camel
camel-ignite
@@ -4872,12 +4877,12 @@
org.apache.maven.resolver
maven-resolver-api
-1.9.25
+1.9.24
org.apache.maven.resolver
maven-resolver-util
-1.9.25
+1.9.24
org.apache.maven.shared
(camel-spring-boot) branch main updated: Regen
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 2f40044abd2 Regen
2f40044abd2 is described below
commit 2f40044abd2aa02ca83635e46a465032c8820e4d
Author: Claus Ibsen
AuthorDate: Tue Dec 9 16:37:02 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/stripe.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/stripe.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
index 766313a66e9..fb6adea3ed9 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
@@ -35,7 +35,7 @@
"CamelStripeObjectId": { "index": 2, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The ID of the object to retrieve, update, or delete",
"constantName": "org.apache.camel.component.stripe.StripeConstants#OBJECT_ID" }
},
"properties": {
-"operation": { "index": 0, "kind": "path", "displayName": "Operation",
"group": "producer", "label": "", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.stripe.StripeConfiguration", "configurationField":
"configuration", "description": "The Stripe operation to perform" },
+"operation": { "index": 0, "kind": "path", "displayName": "Operation",
"group": "producer", "label": "", "required": true, "type": "enum", "javaType":
"org.apache.camel.component.stripe.StripeOperation", "enum": [ "charges",
"customers", "paymentIntents", "paymentMethods", "refunds", "subscriptions",
"invoices", "products", "prices", "balanceTransactions" ], "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.compon [...]
"lazyStartProducer": { "index": 1, "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 produc [...]
"apiBase": { "index": 2, "kind": "parameter", "displayName": "Api Base",
"group": "advanced", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.stripe.StripeConfiguration", "configurationField":
"configuration", "description": "Override the default Stripe API base URL (for
testing purposes)" },
"apiKey": { "index": 3, "kind": "parameter", "displayName": "Api Key",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.stripe.StripeConfiguration", "configurationField":
"configuration", "description": "The Stripe API key for authentication" }
(camel-spring-boot) branch main updated: Regen
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 0784cd63461 Regen
0784cd63461 is described below
commit 0784cd634614d253cbf396142dac50070d0a2009
Author: Claus Ibsen
AuthorDate: Tue Dec 9 13:07:10 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/aws2-ec2.json | 2 +-
.../apache/camel/springboot/catalog/components/caffeine-cache.json | 4 ++--
.../camel/springboot/catalog/components/caffeine-loadcache.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/ehcache.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/grpc.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/jooq.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/pulsar.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/sftp.json | 2 +-
components-starter/camel-pulsar-starter/src/main/docs/pulsar.json| 5 +++--
.../component/pulsar/springboot/PulsarComponentConfiguration.java| 5 ++---
.../camel/component/pulsar/springboot/PulsarComponentConverter.java | 2 --
11 files changed, 19 insertions(+), 21 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 4fc7dc766e1..a7e08ca077b 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/caffeine-cache.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/caffeine-cache.json
index aaa68e26b73..de38d953dd9 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/caffeine-cache.json
+++
b/catalog/camel-
(camel-spring-boot) branch main updated: Regen
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 8acff60a452 Regen
8acff60a452 is described below
commit 8acff60a45292c32c912c0dfb2de726ce55a7dca
Author: Claus Ibsen
AuthorDate: Sat Dec 6 10:31:28 2025 +0100
Regen
---
.../camel/springboot/catalog/components/braintree.json | 2 +-
.../camel/springboot/catalog/components/stripe.json | 2 +-
.../camel/springboot/catalog/components/tika.json | 2 +-
tooling/camel-spring-boot-dependencies/pom.xml | 17 -
4 files changed, 19 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
index 48fa9a2f9bd..863d8efad0c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
@@ -6,7 +6,7 @@
"description": "Process payments using Braintree Payments.",
"deprecated": false,
"firstVersion": "2.17.0",
-"label": "saas",
+"label": "saas,finance",
"javaType": "org.apache.camel.component.braintree.BraintreeComponent",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
index 0f3cd0badcc..766313a66e9 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
@@ -6,7 +6,7 @@
"description": "Camel Stripe component",
"deprecated": false,
"firstVersion": "4.17.0",
-"label": "cloud",
+"label": "saas,finance",
"javaType": "org.apache.camel.component.stripe.StripeComponent",
"supportLevel": "Preview",
"groupId": "org.apache.camel.springboot",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/tika.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/tika.json
index f8a92280aa5..9b76dc6e90b 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/tika.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/tika.json
@@ -30,7 +30,7 @@
"properties": {
"operation": { "index": 0, "kind": "path", "displayName": "Operation",
"group": "producer", "label": "", "required": true, "type": "enum", "javaType":
"org.apache.camel.component.tika.TikaOperation", "enum": [ "parse", "detect" ],
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "configurationClass":
"org.apache.camel.component.tika.TikaConfiguration", "configurationField":
"tikaConfiguration", "description": "Operation type" },
"tikaParseOutputEncoding": { "index": 1, "kind": "parameter",
"displayName": "Tika Parse Output Encoding", "group": "producer", "label": "",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.tika.TikaConfiguration", "configurationField":
"tikaConfiguration", "description": "Tika Parse Output Encoding" },
-"tikaParseOutputFormat": { "index": 2, "kind": "parameter", "displayName":
"Tika Parse Output Format", "group": "producer", "label": "", "required":
false, "type": "enum", "javaType":
"org.apache.camel.component.tika.TikaParseOutputFormat", "enum": [ "xml",
"html", "text", "textMain" ], "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "xml", "configurationClass":
"org.apache.camel.component.tika.TikaConfiguration", "configurationField":
"tikaConfiguration", " [...]
+"tikaParseOutputFormat": { "index": 2, "kind": "parameter", "displayName":
"Tika Parse Output Format", "group": "producer", "label": "", "required":
false, "type": "enum", "javaType":
"org.apache.camel.component.tika.TikaParseOutputFormat", "enum": [ "xml",
"html", "text" ], "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "xml", "configurationClass":
"org.apache.camel.component.tika.TikaConfiguration", "configur
(camel-spring-boot) branch main updated: Regen
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 5ece2a962a6 Regen 5ece2a962a6 is described below commit 5ece2a962a64bdbd6df4485fb974e35a5114de67 Author: Claus Ibsen AuthorDate: Fri Dec 5 08:22:27 2025 +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 04aadf5a859..c27dfa2d4f5 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.8.0 +4.9.0 io.grpc
(camel-spring-boot) branch main updated: Regen
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 f4c5bd1d1c3 Regen
f4c5bd1d1c3 is described below
commit f4c5bd1d1c3febbb7c520b44870b6994127089ee
Author: Claus Ibsen
AuthorDate: Wed Dec 3 18:41:06 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/ibm-cos.json | 4 ++--
components-starter/camel-ibm-cos-starter/src/main/docs/ibm-cos.json | 2 +-
.../component/ibm/cos/springboot/IBMCOSComponentConfiguration.java| 4 +++-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
index c9eb08dfa0d..6764a35cefe 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
@@ -27,7 +27,7 @@
"autoCreateBucket": { "index": 0, "kind": "property", "displayName": "Auto
Create Bucket", "group": "common", "label": "common", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.ibm.cos.IBMCOSConfiguration", "configurationField":
"configuration", "description": "Automatically create the bucket if it doesn't
exist" },
"configuration": { "index": 1, "kind": "property", "displayName":
"Configuration", "group": "common", "label": "", "required": false, "type":
"object", "javaType": "org.apache.camel.component.ibm.cos.IBMCOSConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description": "The
component configuration" },
"delimiter": { "index": 2, "kind": "property", "displayName": "Delimiter",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.ibm.cos.IBMCOSConfiguration", "configurationField":
"configuration", "description": "The delimiter to use for listing objects" },
-"endpointUrl": { "index": 3, "kind": "property", "displayName": "Endpoint
Url", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.ibm.cos.IBMCOSConfiguration", "configurationField":
"configuration", "description": "IBM COS Endpoint URL (e.g.,
https:\/\/s3.us-south.cloud-object-storage.appdomain.cloud)" },
+"endpointUrl": { "index": 3, "kind": "property", "displayName": "Endpoint
Url", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.ibm.cos.IBMCOSConfiguration", "configurationField":
"configuration", "description": "IBM COS Endpoint URL (e.g.,
https:\/\/s3.us-south.cloud-object-storage.appdomain.cloud) Note that some
operations [...]
"location": { "index": 4, "kind": "property", "displayName": "Location",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.ibm.cos.IBMCOSConfiguration", "configurationField":
"configuration", "description": "IBM COS Location\/Region (e.g., us-south,
eu-gb)" },
"prefix": { "index": 5, "kind": "property", "displayName": "Prefix",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.ibm.cos.IBMCOSConfiguration", "configurationField":
"configuration", "description": "The prefix to use for listing objects" },
"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 [...]
@@ -81,7 +81,7 @@
"bucketName": { "index": 0, "kind": "path", "displayName": "Bucket Name",
"group": "common", "label": "", "
(camel-spring-boot) branch main updated: Regen
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 ee53f350206 Regen
ee53f350206 is described below
commit ee53f350206cd325481af646f907b128f5e59c58
Author: Claus Ibsen
AuthorDate: Wed Dec 3 13:03:13 2025 +0100
Regen
---
.../camel/springboot/catalog/components/smb.json | 110 +++--
tooling/camel-spring-boot-dependencies/pom.xml | 5 +
2 files changed, 61 insertions(+), 54 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
index b6f9fb5f4e2..becae881ff2 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
@@ -91,59 +91,61 @@
"keepLastModified": { "index": 38, "kind": "parameter", "displayName":
"Keep Last Modified", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Will keep the last modified timestamp
from the source file (if any). Will use the FileConstants.FILE_LAST_MODIFIED
header to located the timestamp. This header can contain eit [...]
"lazyStartProducer": { "index": 39, "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 [...]
"moveExistingFileStrategy": { "index": 40, "kind": "parameter",
"displayName": "Move Existing File Strategy", "group": "producer (advanced)",
"label": "producer,advanced", "required": false, "type": "object", "javaType":
"org.apache.camel.component.file.strategy.FileMoveExistingStrategy",
"deprecated": false, "autowired": false, "secret": false, "description":
"Strategy (Custom Strategy) used to move file with special naming token to use
when fileExist=Move is configured. By default, [...]
-"autoCreate": { "index": 41, "kind": "parameter", "displayName": "Auto
Create", "group": "advanced", "label": "advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Automatically create
missing directories in the file's pathname. For the file consumer, that means
creating the starting directory. For the file producer, it means the directory
the files should be written to." },
-"browseLimit": { "index": 42, "kind": "parameter", "displayName": "Browse
Limit", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 100, "description": "Maximum number of
messages to keep in memory available for browsing. Use 0 for unlimited." },
-"bufferSize": { "index": 43, "kind": "parameter", "displayName": "Buffer
Size", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 131072, "description": "Buffer size in bytes
used for writing files (or in case of FTP for downloading and uploading
files)." },
-"smbConfig": { "index": 44, "kind": "parameter", "displayName": "Smb
Config", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "com.hierynomus.smbj.SmbConfig", "deprecated": false,
"deprecationNote": "", "autowired": true, "secret": false,
"configurationClass": "org.apache.camel.component.smb.SmbConfiguration",
"configurationField": "configuration", "description": "An optional SMB client
configuration, can be used to configure client specific [...]
-"antExclude": { "index": 45, "kind": "parameter", "displayName": "Ant
Exclude", "group": "filter", "label": "consumer,filter", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Ant style filter
exclusion. If both antInclude and antExclude are used, antExclude takes
precedence over antInclude. Multiple exclusions may be specified in
comma-delimited format." },
-"antFilterCaseSensitive": { "index": 46,
(camel-spring-boot) branch main updated: Regen
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 d7cd1a4676c Regen
d7cd1a4676c is described below
commit d7cd1a4676cd8e10c2d7e43a2462746756e507d2
Author: Claus Ibsen
AuthorDate: Tue Dec 2 07:11:14 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/opensearch.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/opensearch.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/opensearch.json
index 32e64325376..655dbffc5bd 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/opensearch.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/opensearch.json
@@ -45,7 +45,7 @@
"documentClass": { "index": 3, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "Class",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "defaultValue": "ObjectNode", "description": "The full qualified name of
the class of the document to unmarshall", "constantName":
"org.apache.camel.component.opensearch.OpensearchConstants#PARAM_DOCUMENT_CLASS"
},
"waitForActiveShards": { "index": 4, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The index creation waits for the write consistency
number of shards to be available", "constantName":
"org.apache.camel.component.opensearch.OpensearchConstants#PARAM_WAIT_FOR_ACTIVE_SHARDS"
},
"scrollKeepAliveMs": { "index": 5, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The starting index of the response.", "constantName":
"org.apache.camel.component.opensearch.OpensearchConstants#PARAM_SCROLL_KEEP_ALIVE_MS"
},
-"useScroll": { "index": 6, "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "Boolean",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Set to true to enable scroll usage", "constantName":
"org.apache.camel.component.opensearch.OpensearchConstants#PARAM_SCROLL" },
+"useScroll": { "index": 6, "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "Boolean",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "Set to true to enable scroll usage. When enabled, the
body is returned as a OpensearchScrollRequestIterator. Make sure to use the
stream and close it accordingly to avoid potential resource leaks.",
"constantName": "org.apache.camel.component.opensear [...]
"size": { "index": 7, "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The size of the response.", "constantName":
"org.apache.camel.component.opensearch.OpensearchConstants#PARAM_SIZE" },
"from": { "index": 8, "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The starting index of the response.", "constantName":
"org.apache.camel.component.opensearch.OpensearchConstants#PARAM_FROM" }
},
(camel-spring-boot) branch main updated: Regen
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 ac61e688ef2 Regen
ac61e688ef2 is described below
commit ac61e688ef2d5cc79ce773d72aa539556fcc18d2
Author: Claus Ibsen
AuthorDate: Sat Nov 29 08:57:39 2025 +0100
Regen
---
.../camel/springboot/catalog/components/http.json | 92 +++---
.../camel/springboot/catalog/components/https.json | 92 +++---
.../camel-http-starter/src/main/docs/http.json | 6 ++
.../springboot/HttpComponentConfiguration.java | 13 +++
4 files changed, 113 insertions(+), 90 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 5fa946db421..128ca209ae1 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
@@ -58,23 +58,24 @@
"redirectHandlingDisabled": { "index": 28, "kind": "property",
"displayName": "Redirect Handling Disabled", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Disables automatic redirect handling" },
"useSystemProperties": { "index": 29, "kind": "property", "displayName":
"Use System Properties", "group": "advanced", "label": "advanced", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description": "To
use System Properties as fallback for configuration for configuring HTTP
Client" },
"headerFilterStrategy": { "index": 30, "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." },
-"proxyAuthDomain": { "index": 31, "kind": "property", "displayName":
"Proxy Auth Domain", "group": "proxy", "label": "producer,proxy", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Proxy authentication
domain to use with NTLM" },
-"proxyAuthHost": { "index": 32, "kind": "property", "displayName": "Proxy
Auth Host", "group": "proxy", "label": "producer,proxy", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": true,
"autowired": false, "secret": false, "description": "Proxy server host" },
-"proxyAuthMethod": { "index": 33, "kind": "property", "displayName":
"Proxy Auth Method", "group": "proxy", "label": "producer,proxy", "required":
false, "type": "enum", "javaType": "java.lang.String", "enum": [ "Basic",
"Digest", "NTLM" ], "deprecated": false, "autowired": false, "secret": false,
"description": "Proxy authentication method to use (NTLM is deprecated)" },
-"proxyAuthNtHost": { "index": 34, "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": 35, "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, "description": "Proxy server password" },
-"proxyAuthPort": { "index": 36, "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": 37, "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" },
-"proxyAuthUsername": { "index": 38, "kind": "property", "displayName":
"Proxy Auth Username",
(camel-spring-boot) branch main updated: Regen
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 50022885d32 Regen
50022885d32 is described below
commit 50022885d3203794b65fc1c94b90e8875715d056
Author: Claus Ibsen
AuthorDate: Fri Nov 28 16:35:59 2025 +0100
Regen
---
.../springboot/catalog/components/aws-bedrock-agent-runtime.json | 4 ++--
.../apache/camel/springboot/catalog/components/aws-bedrock-agent.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/aws-bedrock.json | 4 ++--
tooling/camel-spring-boot-dependencies/pom.xml| 4 ++--
4 files changed, 8 insertions(+), 8 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 c82c3c06512..f7cc08d4a7b 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
@@ -32,7 +32,7 @@
"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":
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
"configurationField": "configuration", "description": "If we want to use a
POJO request as body or not" },
"profileCredentialsName": { "index": 7, "kind": "property", "displayName":
"Profile Credentials Name", "group": "producer", "label": "", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "false",
"configurationClass":
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
"configurationField": "configuration", "description": "If using a profile
credentials pr [...]
-"region": { "index": 8, "kind": "property", "displayName": "Region",
"group": "producer", "label": "", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "us-east-1", "us-west-1",
"ap-southeast-1", "ap-northeast-1", "eu-central-1" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
"configurationField": "configuration", "description": "The [...]
+"region": { "index": 8, "kind": "property", "displayName": "Region",
"group": "producer", "label": "", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "us-east-1", "us-east-2",
"us-west-2", "us-gov-west-1", "ap-northeast-1", "ap-northeast-2", "ap-south-1",
"ap-southeast-1", "ap-southeast-2", "ca-central-1", "eu-central-1",
"eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "sa-east-1" ],
"deprecated": false, "autowired": false, "secret": false, "confi [...]
"uriEndpointOverride": { "index": 9, "kind": "property", "displayName":
"Uri Endpoint Override", "group": "producer", "label": "", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration",
"configurationField": "configuration", "description": "Set the overriding uri
endpoint. This option needs to be used in [...]
"useDefaultCredentialsProvider": { "index": 10, "kind": "property",
"displayName": "Use Default Credentials Provider", "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 whether the Bedrock
Age [...]
"useProfileCredent
(camel-spring-boot) branch main updated: Regen
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 e51ab794094 Regen e51ab794094 is described below commit e51ab79409486cef9b73c56abf8b6fa5f85c0223 Author: Claus Ibsen AuthorDate: Tue Nov 25 12:04:28 2025 +0100 Regen --- tooling/camel-spring-boot-dependencies/pom.xml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 35a92ec8eae..fdc1b0101d1 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -225,22 +225,22 @@ io.micrometer micrometer-commons -1.16.0 +1.15.6 io.micrometer micrometer-observation -1.16.0 +1.15.6 io.micrometer micrometer-registry-jmx -1.16.0 +1.15.6 io.micrometer micrometer-registry-prometheus -1.16.0 +1.15.6 io.micrometer
(camel-spring-boot) branch main updated: Regen
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 de03b17cdcf Regen
de03b17cdcf is described below
commit de03b17cdcf60a6a4666f6a5ebde932ad0213a42
Author: Claus Ibsen
AuthorDate: Mon Nov 24 15:26:29 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/asterisk.json | 2 +-
.../camel/springboot/catalog/components/atmosphere-websocket.json | 2 +-
.../org/apache/camel/springboot/catalog/components/exec.json | 2 +-
.../apache/camel/springboot/catalog/components/file-watch.json| 2 +-
.../org/apache/camel/springboot/catalog/components/file.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/ftp.json | 8
.../org/apache/camel/springboot/catalog/components/ftps.json | 8
.../org/apache/camel/springboot/catalog/components/http.json | 6 +++---
.../org/apache/camel/springboot/catalog/components/https.json | 6 +++---
.../org/apache/camel/springboot/catalog/components/kafka.json | 8
.../apache/camel/springboot/catalog/components/mybatis-bean.json | 2 +-
.../org/apache/camel/springboot/catalog/components/mybatis.json | 2 +-
.../org/apache/camel/springboot/catalog/components/nats.json | 6 +++---
.../apache/camel/springboot/catalog/components/netty-http.json| 6 +++---
.../org/apache/camel/springboot/catalog/components/netty.json | 2 +-
.../apache/camel/springboot/catalog/components/paho-mqtt5.json| 2 +-
.../org/apache/camel/springboot/catalog/components/paho.json | 2 +-
.../org/apache/camel/springboot/catalog/components/rest.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/rocketmq.json | 2 +-
.../org/apache/camel/springboot/catalog/components/sftp.json | 8
.../org/apache/camel/springboot/catalog/components/smb.json | 4 ++--
.../apache/camel/springboot/catalog/components/sql-stored.json| 2 +-
.../org/apache/camel/springboot/catalog/components/sql.json | 6 +++---
.../org/apache/camel/springboot/catalog/components/ssh.json | 2 +-
.../org/apache/camel/springboot/catalog/components/undertow.json | 6 +++---
25 files changed, 52 insertions(+), 52 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/asterisk.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/asterisk.json
index 488b0277eb1..b4ca6bfdf68 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/asterisk.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/asterisk.json
@@ -29,7 +29,7 @@
"autowiredEnabled": { "index": 2, "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": {
-"CamelAsteriskEventName": { "index": 0, "kind": "header", "displayName":
"", "group": "consumer", "label": "consumer", "required": false, "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "defaultValue": "Simple name of the event",
"description": "The name of the Asterisk event.", "constantName":
"org.apache.camel.component.asterisk.AsteriskConstants#EVENT_NAME" },
+"CamelAsteriskEventName": { "index": 0, "kind": "header", "displayName":
"", "group": "consumer", "label": "consumer", "required": false, "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "important": true, "description": "The name of the
Asterisk event.", "constantName":
"org.apache.camel.component.asterisk.AsteriskConstants#EVENT_NAME" },
"CamelAsteriskExtension": { "index": 1, "kind": "header", "displayName":
"", "group": "producer", "label": "producer", "required": false, "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The extension to query in case of an
ExtensionStateAction.", "constantName":
"org.apache.camel.component.asterisk.AsteriskConstants#EXTENSION" },
"CamelAsteriskContext": { "index": 2, "kind": "header", "displayName": "",
"group": "producer", "label": "producer", "required": false, "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "",
(camel-spring-boot) branch main updated: Regen
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 e42772bc5ce Regen
e42772bc5ce is described below
commit e42772bc5ce22b8c7f073a4b9bc3f5e04f4e908d
Author: Claus Ibsen
AuthorDate: Fri Nov 21 10:17:47 2025 +0100
Regen
---
.../springboot/catalog/components/qdrant.json | 36 +++---
.../camel-qdrant-starter/src/main/docs/qdrant.json | 4 +-
.../springboot/QdrantComponentConfiguration.java | 57 +++---
.../springboot/QdrantComponentConverter.java | 4 +-
4 files changed, 50 insertions(+), 51 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
index 4276b11be49..2eff45afe65 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/qdrant.json
@@ -24,16 +24,16 @@
"remote": true
},
"componentProperties": {
-"apiKey": { "index": 0, "kind": "property", "displayName": "Api Key",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": true, "configurationClass":
"org.apache.camel.component.qdrant.QdrantConfiguration", "configurationField":
"configuration", "description": "Sets the API key to use for authentication" },
-"configuration": { "index": 1, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType": "org.apache.camel.component.qdrant.QdrantConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description": "The
configuration;" },
-"host": { "index": 2, "kind": "property", "displayName": "Host", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "defaultValue": "localhost", "configurationClass":
"org.apache.camel.component.qdrant.QdrantConfiguration", "configurationField":
"configuration", "description": "The host to connect to." },
-"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 [...]
-"maxResults": { "index": 4, "kind": "property", "displayName": "Max
Results", "group": "producer", "label": "", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 3, "configurationClass":
"org.apache.camel.component.qdrant.QdrantConfiguration", "configurationField":
"configuration", "description": "Max results for similarity search" },
-"port": { "index": 5, "kind": "property", "displayName": "Port", "group":
"producer", "label": "", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "defaultValue": 6334, "configurationClass":
"org.apache.camel.component.qdrant.QdrantConfiguration", "configurationField":
"configuration", "description": "The port to connect to." },
-"timeout": { "index": 6, "kind": "property", "displayName": "Timeout",
"group": "producer", "label": "", "required": false, "type": "duration",
"javaType": "java.time.Duration", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.qdrant.QdrantConfiguration", "configurationField":
"configuration", "description": "Sets a default timeout for all requests" },
-"tls": { "index": 7, "kind": "property", "displayName": "Tls", "group":
"producer", "label": "", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.qdrant.QdrantConfiguration", "configurationField":
"configuration", "description": "Whether the client uses Transport Layer
Security (TLS) to secure communications" },
-"autowiredEnabled": { "index": 8, "kind": "property", "displayName":
"Autowired Enabled", "group": "adv
(camel-spring-boot) branch main updated: Regen
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 c344cb2a6e5 Regen c344cb2a6e5 is described below commit c344cb2a6e5d57b305edc7d38ce6e2f48d11bba1 Author: Claus Ibsen AuthorDate: Wed Nov 19 07:23:15 2025 +0100 Regen --- tooling/camel-spring-boot-dependencies/pom.xml | 66 +- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 5e51f687fc5..4ddfe441aba 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -59,167 +59,167 @@ io.grpc grpc-all -1.76.0 +1.77.0 io.grpc grpc-alts -1.76.0 +1.77.0 io.grpc grpc-android -1.76.0 +1.77.0 io.grpc grpc-api -1.76.0 +1.77.0 io.grpc grpc-auth -1.76.0 +1.77.0 io.grpc grpc-benchmarks -1.76.0 +1.77.0 io.grpc grpc-binder -1.76.0 +1.77.0 io.grpc grpc-census -1.76.0 +1.77.0 io.grpc grpc-context -1.76.0 +1.77.0 io.grpc grpc-core -1.76.0 +1.77.0 io.grpc grpc-cronet -1.76.0 +1.77.0 io.grpc grpc-gcp-csm-observability -1.76.0 +1.77.0 io.grpc grpc-gcp-observability -1.76.0 +1.77.0 io.grpc grpc-googleapis -1.76.0 +1.77.0 io.grpc grpc-grpclb -1.76.0 +1.77.0 io.grpc grpc-inprocess -1.76.0 +1.77.0 io.grpc grpc-interop-testing -1.76.0 +1.77.0 io.grpc grpc-netty -1.76.0 +1.77.0 io.grpc grpc-netty-shaded -1.76.0 +1.77.0 io.grpc grpc-okhttp -1.76.0 +1.77.0 io.grpc grpc-opentelemetry -1.76.0 +1.77.0 io.grpc grpc-protobuf -1.76.0 +1.77.0 io.grpc grpc-protobuf-lite -1.76.0 +1.77.0 io.grpc grpc-rls -1.76.0 +1.77.0 io.grpc grpc-services -1.76.0 +1.77.0 io.grpc grpc-servlet -1.76.0 +1.77.0 io.grpc grpc-servlet-jakarta -1.76.0 +1.77.0 io.grpc grpc-stub -1.76.0 +1.77.0 io.grpc grpc-testing -1.76.0 +1.77.0 io.grpc grpc-testing-proto -1.76.0 +1.77.0 io.grpc grpc-util -1.76.0 +1.77.0 io.grpc grpc-xds -1.76.0 +1.77.0 io.grpc protoc-gen-grpc-java -1.76.0 +1.77.0 pom
(camel-spring-boot) branch main updated: Regen
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 a41fcb9ba4d Regen
a41fcb9ba4d is described below
commit a41fcb9ba4d86964192f5a1e1cce1e337f54493b
Author: Claus Ibsen
AuthorDate: Mon Nov 17 14:51:45 2025 +0100
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../springboot/catalog/dev-consoles/message-history.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 c14b411c38d..c57cc925937 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
@@ -24,6 +24,7 @@ kubernetes-configmaps
kubernetes-secrets
log
memory
+message-history
micrometer
platform-http
processor
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/message-history.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/message-history.json
new file mode 100644
index 000..2e4d99b67bc
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/message-history.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+"kind": "console",
+"group": "camel",
+"name": "message-history",
+"title": "Message History",
+"description": "History of latest completed exchange",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.MessageHistoryDevConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.17.0-SNAPSHOT"
+ }
+}
+
(camel-spring-boot) branch main updated: Regen
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 3b2884b5ae5 Regen 3b2884b5ae5 is described below commit 3b2884b5ae55fcc70994d21199b479165ebd0be7 Author: Claus Ibsen AuthorDate: Fri Nov 14 09:27:48 2025 +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 1f72c7c3d0f..c0d4c2e1e16 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.7.1 +4.8.0 io.grpc
(camel-spring-boot) branch main updated: Regen
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 c0ef627c335 Regen c0ef627c335 is described below commit c0ef627c335d60295db6f7932bb205dc68cd9aef Author: Claus Ibsen AuthorDate: Mon Nov 10 14:25:23 2025 +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 b08f12e52eb..5a47c1fb30d 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -4863,7 +4863,7 @@ org.codehaus.plexus plexus-archiver -4.10.3 +4.10.4 org.codehaus.plexus
(camel-spring-boot) branch main updated: Regen
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 f004b4d1488 Regen f004b4d1488 is described below commit f004b4d14883bcf0bccad533de4ec2c378017727 Author: Claus Ibsen AuthorDate: Sat Nov 8 10:58:09 2025 +0100 Regen --- tooling/camel-spring-boot-dependencies/pom.xml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 53f29173415..b08f12e52eb 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -51,6 +51,11 @@ + +com.openai +openai-java +4.7.1 + io.grpc grpc-all @@ -3909,6 +3914,11 @@ camel-olingo4-api 4.17.0-SNAPSHOT + +org.apache.camel +camel-openai +4.17.0-SNAPSHOT + org.apache.camel camel-openapi-java
(camel-spring-boot) branch main updated: Regen
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 333dff8802e Regen
333dff8802e is described below
commit 333dff8802e7bf53a9fc964685ef8c78a1816e0e
Author: Claus Ibsen
AuthorDate: Fri Nov 7 09:08:54 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/aws2-ec2.json | 2 +-
tooling/camel-spring-boot-dependencies/pom.xml| 8
2 files changed, 5 insertions(+), 5 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 e832275f2c1..4fc7dc766e1 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/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index b7fc3fb2d38..88bab1dedc2 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -220,22 +220,22 @@
io.micrometer
micrometer-commons
-1.15.5
+1.16.0
io.micrometer
micrometer-observation
-1.15.5
+1.16.0
io.micrometer
micrometer-registry-jmx
-1.15.5
+1.16.0
io.micrometer
micrometer-registry-prometheus
-1.15.5
+1.16.0
io.micrometer
(camel-spring-boot) branch main updated: Regen
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 38c4fc80bb2 Regen
38c4fc80bb2 is described below
commit 38c4fc80bb2b3e11964690a078afeb5cb9530648
Author: Claus Ibsen
AuthorDate: Thu Nov 6 16:02:05 2025 +0100
Regen
---
.../catalog/components/cyberark-vault.json | 34 ++--
.../catalog/components/google-pubsub.json | 12 +++--
.../camel/springboot/catalog/components/stomp.json | 2 +-
.../src/main/docs/cyberark-vault.json | 7 +++
.../CyberArkVaultComponentConfiguration.java | 14 +
.../src/main/docs/google-pubsub.json | 6 +++
.../GooglePubsubComponentAutoConfiguration.java| 2 +-
.../GooglePubsubComponentConfiguration.java| 16 ++
.../springboot/GooglePubsubComponentConverter.java | 63 ++
...rk.boot.autoconfigure.AutoConfiguration.imports | 3 +-
10 files changed, 135 insertions(+), 24 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cyberark-vault.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cyberark-vault.json
index 0c44c990044..1aba34500bb 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cyberark-vault.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cyberark-vault.json
@@ -29,27 +29,29 @@
"configuration": { "index": 2, "kind": "property", "displayName":
"Configuration", "group": "producer", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.cyberark.vault.CyberArkVaultConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description":
"Component configuration" },
"conjurClient": { "index": 3, "kind": "property", "displayName": "Conjur
Client", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.cyberark.vault.client.ConjurClient",
"deprecated": false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.cyberark.vault.CyberArkVaultConfiguration",
"configurationField": "configuration", "description": "Reference to a
ConjurClient instance in the registry" },
"lazyStartProducer": { "index": 4, "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 [...]
-"secretId": { "index": 5, "kind": "property", "displayName": "Secret Id",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.cyberark.vault.CyberArkVaultConfiguration",
"configurationField": "configuration", "description": "The secret ID to
retrieve from CyberArk Conjur" },
-"url": { "index": 6, "kind": "property", "displayName": "Url", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.cyberark.vault.CyberArkVaultConfiguration",
"configurationField": "configuration", "description": "The CyberArk Conjur
instance URL" },
-"verifySsl": { "index": 7, "kind": "property", "displayName": "Verify
Ssl", "group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.cyberark.vault.CyberArkVaultConfiguration",
"configurationField": "configuration", "description": "Whether to verify SSL
certificates when connecting to CyberArk Conjur" },
-"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 [...]
-"apiKey": { "inde
(camel-spring-boot) branch main updated: Regen
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 b1829a9d1cb Regen b1829a9d1cb is described below commit b1829a9d1cb31a2326fc898be653798c29ed10f1 Author: Claus Ibsen AuthorDate: Wed Nov 5 14:56:12 2025 +0100 Regen --- .../org/apache/camel/springboot/catalog/components/aws2-textract.json | 2 +- .../org/apache/camel/springboot/catalog/components/aws2-transcribe.json | 2 +- .../org/apache/camel/springboot/catalog/components/docling.json | 2 +- .../org/apache/camel/springboot/catalog/components/keycloak.json| 2 +- .../org/apache/camel/springboot/catalog/dataformats/groovyXml.json | 2 +- .../apache/camel/springboot/catalog/others/resilience4j-micrometer.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-textract.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-textract.json index f317ca0e88e..20f36a8df8d 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-textract.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-textract.json @@ -8,7 +8,7 @@ "firstVersion": "4.15.0", "label": "cloud,document", "javaType": "org.apache.camel.component.aws2.textract.Textract2Component", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-aws2-textract-starter", "version": "4.17.0-SNAPSHOT", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-transcribe.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-transcribe.json index 614ea8bdd69..b2cf7dbfdbc 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-transcribe.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-transcribe.json @@ -8,7 +8,7 @@ "firstVersion": "4.15.0", "label": "cloud,messaging", "javaType": "org.apache.camel.component.aws2.transcribe.Transcribe2Component", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-aws2-transcribe-starter", "version": "4.17.0-SNAPSHOT", 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 34681cc741b..81c36e699ce 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 @@ -8,7 +8,7 @@ "firstVersion": "4.15.0", "label": "transformation,ai", "javaType": "org.apache.camel.component.docling.DoclingComponent", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-docling-starter", "version": "4.17.0-SNAPSHOT", 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 a26c03951ce..9b88654dbde 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 @@ -8,7 +8,7 @@ "firstVersion": "4.15.0", "label": "security,management", "javaType": "org.apache.camel.component.keycloak.KeycloakComponent", -"supportLevel": "Preview", +"supportLevel": "Stable", "groupId": "org.apache.camel.springboot", "artifactId": "camel-keycloak-starter", "version": "4.17.0-SNAPSHOT", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/groovyXml.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/groovyXml.json index 1016094ec55..74366cad3b6 100644 --- a/catalog/camel-catalog-provider-spring
(camel-spring-boot) branch main updated: Regen
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 a84bfcd3528 Regen
a84bfcd3528 is described below
commit a84bfcd3528f1f029077e64debea46f8c5225961
Author: Claus Ibsen
AuthorDate: Wed Nov 5 07:56:11 2025 +0100
Regen
---
.../springboot/catalog/components/aws2-ec2.json| 2 +-
.../camel/springboot/catalog/components/dapr.json | 114 ++-
.../camel-dapr-starter/src/main/docs/dapr.json | 64 -
.../springboot/DaprComponentConfiguration.java | 153 +++--
.../dapr/springboot/DaprComponentConverter.java| 2 +
5 files changed, 282 insertions(+), 53 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 2276380fe49..12d3f688ba0 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/dapr.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dapr.json
index 49dda06091f..18b6f2a7ea4 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dapr.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dapr.json
@@ -29,30 +29,40 @@
"configStore": { "index": 2, "kind": "property", "displayName": "Config
Store", "group": "common", "label": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.dapr.DaprConfiguration", "configurationField":
"configuration", "description": "The name of the Dapr configuration store to
(camel-spring-boot) branch main updated: Regen
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 22d6e9bf866 Regen
22d6e9bf866 is described below
commit 22d6e9bf8661749fd140fb1bd29ce9a3101ceffe
Author: Claus Ibsen
AuthorDate: Mon Nov 3 15:05:49 2025 +0100
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../camel/springboot/catalog/dev-consoles/producer.json | 15 +++
.../apache/camel/springboot/catalog/others/aws-xray.json | 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 2f8b5ae7e8b..c14b411c38d 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
@@ -27,6 +27,7 @@ memory
micrometer
platform-http
processor
+producer
properties
quartz
receive
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/producer.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/producer.json
new file mode 100644
index 000..4cfc5ba147a
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/producer.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+"kind": "console",
+"group": "camel",
+"name": "producer",
+"title": "Producers",
+"description": "Display information about Camel producers",
+"deprecated": false,
+"javaType": "org.apache.camel.impl.console.ProducerDevConsole",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-console-starter",
+"version": "4.16.0-SNAPSHOT"
+ }
+}
+
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
index 9b7d12f0d9f..12dad0d65ab 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
@@ -4,7 +4,7 @@
"name": "aws-xray",
"title": "AWS XRay",
"description": "Enable Distributed tracing using AWS XRay",
-"deprecated": false,
+"deprecated": true,
"firstVersion": "2.21.0",
"label": "monitoring,microservice",
"supportLevel": "Stable",
(camel-spring-boot) branch main updated: Regen
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 85bd5e5dd8f Regen
85bd5e5dd8f is described below
commit 85bd5e5dd8f59963b589854b2a3897531c9d76aa
Author: Claus Ibsen
AuthorDate: Mon Nov 3 12:41:43 2025 +0100
Regen
---
.../camel/springboot/catalog/components/dapr.json | 111 -
.../camel-dapr-starter/src/main/docs/dapr.json | 39 +++-
.../springboot/DaprComponentConfiguration.java | 79 ++-
.../dapr/springboot/DaprComponentConverter.java| 2 +
4 files changed, 181 insertions(+), 50 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dapr.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dapr.json
index 3340b270180..49dda06091f 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dapr.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dapr.json
@@ -24,29 +24,35 @@
"remote": true
},
"componentProperties": {
-"configKeys": { "index": 0, "kind": "property", "displayName": "Config
Keys", "group": "common", "label": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.dapr.DaprConfiguration", "configurationField":
"configuration", "description": "List of keys for configuration operation" },
-"configStore": { "index": 1, "kind": "property", "displayName": "Config
Store", "group": "common", "label": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.dapr.DaprConfiguration", "configurationField":
"configuration", "description": "The name of the Dapr configuration store to
interact with, defined in statestore.yaml config" },
-"configuration": { "index": 2, "kind": "property", "displayName":
"Configuration", "group": "common", "label": "", "required": false, "type":
"object", "javaType": "org.apache.camel.component.dapr.DaprConfiguration",
"deprecated": false, "autowired": false, "secret": false, "description": "The
component configurations" },
-"contentType": { "index": 3, "kind": "property", "displayName": "Content
Type", "group": "common", "label": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.dapr.DaprConfiguration", "configurationField":
"configuration", "description": "The contentType for the Pub\/Sub component to
use." },
-"pubSubName": { "index": 4, "kind": "property", "displayName": "Pub Sub
Name", "group": "common", "label": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.dapr.DaprConfiguration", "configurationField":
"configuration", "description": "The name of the Dapr Pub\/Sub component to
use. This identifies which underlying messaging system Dapr will intera [...]
-"topic": { "index": 5, "kind": "property", "displayName": "Topic",
"group": "common", "label": "common", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.dapr.DaprConfiguration", "configurationField":
"configuration", "description": "The name of the topic to subscribe to. The
topic must exist in the Pub\/Sub component configured under the given
pubsubName." },
-"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 [...]
-"previewClient": { "index": 7, "kind": "property", "displayName": "Preview
Client", "group": "consumer", "label": "consumer", "required": false, "type":
"object", "javaType": "io.dapr.client.DaprPreviewClient", "deprecated": false,
"deprecationNote": "", "autowired": true, "secret": false,
"configurationClass": "org.apache.camel.component.dapr.DaprConfiguration",
"configurationField": "configuratio
(camel-spring-boot) branch main updated: Regen
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 f27915d2a1a Regen
f27915d2a1a is described below
commit f27915d2a1a4a4e967d615eb65d40cbe522003f5
Author: Claus Ibsen
AuthorDate: Sun Nov 2 09:28:19 2025 +0100
Regen
---
.../resources/org/apache/camel/springboot/catalog/components/sql.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
index 7aaa0c816c9..264f4fa2765 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
@@ -44,7 +44,8 @@
"CamelSqlGeneratedColumns": { "index": 4, "kind": "header", "displayName":
"", "group": "producer", "label": "producer", "required": false, "javaType":
"String[] or int[]", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Set it to specify the expected
generated columns", "constantName":
"org.apache.camel.component.sql.SqlConstants#SQL_GENERATED_COLUMNS" },
"CamelSqlGeneratedKeysRowCount": { "index": 5, "kind": "header",
"displayName": "", "group": "producer", "label": "producer", "required": false,
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The number of rows in the header that
contains generated keys.", "constantName":
"org.apache.camel.component.sql.SqlConstants#SQL_GENERATED_KEYS_ROW_COUNT" },
"CamelSqlGeneratedKeyRows": { "index": 6, "kind": "header", "displayName":
"", "group": "producer", "label": "producer", "required": false, "javaType":
"List>", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "Rows that contains the
generated keys (a list of maps of keys).", "constantName":
"org.apache.camel.component.sql.SqlConstants#SQL_GENERATED_KEYS_DATA" },
-"CamelSqlParameters": { "index": 7, "kind": "header", "displayName": "",
"group": "producer", "label": "producer", "required": false, "javaType":
"Iterator", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The SQL parameters when using the option
useMessageBodyForSql", "constantName":
"org.apache.camel.component.sql.SqlConstants#SQL_PARAMETERS" }
+"CamelSqlParameters": { "index": 7, "kind": "header", "displayName": "",
"group": "producer", "label": "producer", "required": false, "javaType":
"Iterator", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The SQL parameters when using the option
useMessageBodyForSql", "constantName":
"org.apache.camel.component.sql.SqlConstants#SQL_PARAMETERS" },
+"CamelSqlDataSource": { "index": 8, "kind": "header", "displayName": "",
"group": "producer", "label": "producer", "required": false, "javaType":
"javax.sql.DataSource", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "To use a specific
DataSource to operate on another database than the pre configured DataSource on
the component", "constantName":
"org.apache.camel.component.sql.SqlConstants#SQL_DATA_SOURCE" }
},
"properties": {
"query": { "index": 0, "kind": "path", "displayName": "Query", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "supportFileReference": true, "largeInput": true,
"inputLanguage": "sql", "description": "Sets the SQL query to perform. You can
externalize the query by using file: or classpath: as prefix and specify the
location of the file." },
(camel-spring-boot) branch main updated: Regen
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 968e040fdce Regen
968e040fdce is described below
commit 968e040fdce4f5850309930e8f6b7714e9242de4
Author: Claus Ibsen
AuthorDate: Sat Nov 1 09:53:06 2025 +0100
Regen
---
.../camel/springboot/catalog/components/http.json | 21 +++--
.../camel/springboot/catalog/components/https.json | 21 +++--
2 files changed, 22 insertions(+), 20 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 1e0596a8c48..be336dfbaa0 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
@@ -148,15 +148,16 @@
"authMethod": { "index": 52, "kind": "parameter", "displayName": "Auth
Method", "group": "security", "label": "producer,security", "required": false,
"type": "enum", "javaType": "java.lang.String", "enum": [ "Basic", "Bearer",
"NTLM" ], "deprecated": false, "autowired": false, "secret": false,
"description": "Authentication methods allowed to use as a comma separated list
of values Basic, Bearer, or NTLM. (NTLM is deprecated)" },
"authPassword": { "index": 53, "kind": "parameter", "displayName": "Auth
Password", "group": "security", "label": "producer,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": true, "description": "Authentication password" },
"authUsername": { "index": 54, "kind": "parameter", "displayName": "Auth
Username", "group": "security", "label": "producer,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": true, "description": "Authentication username" },
-"oauth2CachedTokensDefaultExpirySeconds": { "index": 55, "kind":
"parameter", "displayName": "Oauth2 Cached Tokens Default Expiry Seconds",
"group": "security", "label": "producer,security", "required": false, "type":
"integer", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 3600, "description": "Default expiration time
for cached OAuth2 tokens, in seconds. Used if token response does not contain
'expires_in' field." },
-"oauth2CachedTokensExpirationMarginSeconds": { "index": 56, "kind":
"parameter", "displayName": "Oauth2 Cached Tokens Expiration Margin Seconds",
"group": "security", "label": "producer,security", "required": false, "type":
"integer", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 5, "description": "Amount of time which is
deducted from OAuth2 tokens expiry time to compensate for the time it takes
OAuth2 Token Endpoint to send the token [...]
-"oauth2CacheTokens": { "index": 57, "kind": "parameter", "displayName":
"Oauth2 Cache Tokens", "group": "security", "label": "producer,security",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"description": "Whether to cache OAuth2 client tokens." },
-"oauth2ClientId": { "index": 58, "kind": "parameter", "displayName":
"Oauth2 Client Id", "group": "security", "label": "producer,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": true, "description": "OAuth2
client id" },
-"oauth2ClientSecret": { "index": 59, "kind": "parameter", "displayName":
"Oauth2 Client Secret", "group": "security", "label": "producer,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": true, "description": "OAuth2
client secret" },
-"oauth2ResourceIndicator": { "index": 60, "kind": "parameter",
"displayName": "Oauth2 Resource Indicator", "group": "security", "label":
"producer,security", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "OAuth2 Token endpoint" },
-"oauth2Scope": { "index": 61, "kind": "parameter", "displayName": "Oauth2
Scope", "group": "security", "label": "producer,security", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "OAuth2 scope" },
-"oauth2TokenEndpoint": { "index": 62, "kind": "parameter", "displayName":
"Oauth2 Token Endp
