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 906e57381f9 Regen
906e57381f9 is described below

commit 906e57381f969d45364758a7698cdb488c09a629
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 24 12:37:03 2026 +0200

    Regen
---
 .../src/main/docs/spring-boot.json                 | 48 ++++++++++++----------
 tooling/camel-spring-boot-bom/pom.xml              |  5 +++
 2 files changed, 32 insertions(+), 21 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 b97439f73c4..ac1d3e6c321 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -650,27 +650,6 @@
       "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
       "defaultValue": false
     },
-    {
-      "name": "camel.main.exchange-factory",
-      "type": "java.lang.String",
-      "description": "Controls whether to pool (reuse) exchanges or create new 
exchanges (prototype). Using pooled will reduce JVM garbage collection overhead 
by avoiding to re-create Exchange instances per message each consumer receives. 
The default is prototype mode.",
-      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-      "defaultValue": "default"
-    },
-    {
-      "name": "camel.main.exchange-factory-capacity",
-      "type": "java.lang.Integer",
-      "description": "The capacity the pool (for each consumer) uses for 
storing exchanges. The default capacity is 100.",
-      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-      "defaultValue": 100
-    },
-    {
-      "name": "camel.main.exchange-factory-statistics-enabled",
-      "type": "java.lang.Boolean",
-      "description": "Configures whether statistics is enabled on exchange 
factory.",
-      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-      "defaultValue": false
-    },
     {
       "name": "camel.main.file-configurations",
       "type": "java.lang.String",
@@ -2191,6 +2170,33 @@
       "sourceType": 
"org.apache.camel.spring.boot.actuate.accesslog.ManagementAccessLogProperties",
       "defaultValue": "common"
     },
+    {
+      "name": "camel.main.exchange-factory",
+      "type": "java.lang.String",
+      "description": "Controls whether to pool (reuse) exchanges or create new 
exchanges (prototype). Using pooled will reduce JVM garbage collection overhead 
by avoiding to re-create Exchange instances per message each consumer receives. 
The default is prototype mode. @deprecated Exchange pooling is deprecated and 
will be removed in a future release.",
+      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+      "defaultValue": "default",
+      "deprecated": true,
+      "deprecation": {}
+    },
+    {
+      "name": "camel.main.exchange-factory-capacity",
+      "type": "java.lang.Integer",
+      "description": "The capacity the pool (for each consumer) uses for 
storing exchanges. The default capacity is 100. @deprecated Exchange pooling is 
deprecated and will be removed in a future release.",
+      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+      "defaultValue": 100,
+      "deprecated": true,
+      "deprecation": {}
+    },
+    {
+      "name": "camel.main.exchange-factory-statistics-enabled",
+      "type": "java.lang.Boolean",
+      "description": "Configures whether statistics is enabled on exchange 
factory. @deprecated Exchange pooling is deprecated and will be removed in a 
future release.",
+      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+      "defaultValue": false,
+      "deprecated": true,
+      "deprecation": {}
+    },
     {
       "name": "camel.main.main-run-controller",
       "type": "java.lang.Boolean",
diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 36d2193d98d..ba99be75808 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -2078,6 +2078,11 @@
         <artifactId>camel-twitter-starter</artifactId>
         <version>4.23.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-typesafe-ai-starter</artifactId>
+        <version>4.23.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-ubl-starter</artifactId>

Reply via email to