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 2f27d34ba20 Regen
2f27d34ba20 is described below

commit 2f27d34ba20a440ccb3e181dc6df4ac703b92fce
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Nov 13 12:44:39 2024 +0100

    Regen
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../org/apache/camel/springboot/catalog/components/netty-http.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/netty.json       | 4 ++--
 .../camel-netty-http-starter/src/main/docs/netty-http.json          | 2 +-
 .../netty/http/springboot/NettyHttpComponentConfiguration.java      | 6 +++++-
 components-starter/camel-netty-starter/src/main/docs/netty.json     | 2 +-
 .../component/netty/springboot/NettyComponentConfiguration.java     | 6 +++++-
 tooling/camel-spring-boot-dependencies/pom.xml                      | 2 +-
 7 files changed, 17 insertions(+), 9 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
index e93fa956090..4f197f0ed49 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
@@ -60,7 +60,7 @@
     "producerPoolBlockWhenExhausted": { "index": 32, "kind": "property", 
"displayName": "Producer Pool Block When Exhausted", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the value for the blockWhe [...]
     "producerPoolEnabled": { "index": 33, "kind": "property", "displayName": 
"Producer Pool Enabled", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Whether producer pool is enabled or not. 
Important: If  [...]
     "producerPoolMaxIdle": { "index": 34, "kind": "property", "displayName": 
"Producer Pool Max Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 100, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of idle instances in the pool." },
-    "producerPoolMaxTotal": { "index": 35, "kind": "property", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can be allocate [...]
+    "producerPoolMaxTotal": { "index": 35, "kind": "property", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can be allocate [...]
     "producerPoolMaxWait": { "index": 36, "kind": "property", "displayName": 
"Producer Pool Max Wait", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the maximum 
duration (value in millis) the borrowObjec [...]
     "producerPoolMinEvictableIdle": { "index": 37, "kind": "property", 
"displayName": "Producer Pool Min Evictable Idle", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 300000, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum amount of time (val [...]
     "producerPoolMinIdle": { "index": 38, "kind": "property", "displayName": 
"Producer Pool Min Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum number of instances allowed 
in the producer pool before the evi [...]
@@ -181,7 +181,7 @@
     "producerPoolBlockWhenExhausted": { "index": 46, "kind": "parameter", 
"displayName": "Producer Pool Block When Exhausted", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Sets the value for th 
[...]
     "producerPoolEnabled": { "index": 47, "kind": "parameter", "displayName": 
"Producer Pool Enabled", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Whether producer pool is 
enabled or not. Impo [...]
     "producerPoolMaxIdle": { "index": 48, "kind": "parameter", "displayName": 
"Producer Pool Max Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 100, 
"configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of idle instances in t [...]
-    "producerPoolMaxTotal": { "index": 49, "kind": "parameter", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can b [...]
+    "producerPoolMaxTotal": { "index": 49, "kind": "parameter", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can b [...]
     "producerPoolMaxWait": { "index": 50, "kind": "parameter", "displayName": 
"Producer Pool Max Wait", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Sets the maximum 
duration (value in millis) the b [...]
     "producerPoolMinEvictableIdle": { "index": 51, "kind": "parameter", 
"displayName": "Producer Pool Min Evictable Idle", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 300000, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Sets the minimum amount 
of [...]
     "producerPoolMinIdle": { "index": 52, "kind": "parameter", "displayName": 
"Producer Pool Min Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.http.NettyHttpConfiguration", 
"configurationField": "configuration", "description": "Sets the minimum number 
of instances allowed in the producer pool befo [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json
index 187d7f70d8c..2c018db2f08 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty.json
@@ -58,7 +58,7 @@
     "producerPoolBlockWhenExhausted": { "index": 31, "kind": "property", 
"displayName": "Producer Pool Block When Exhausted", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the value for the blockWhe [...]
     "producerPoolEnabled": { "index": 32, "kind": "property", "displayName": 
"Producer Pool Enabled", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Whether producer pool is enabled or not. 
Important: If  [...]
     "producerPoolMaxIdle": { "index": 33, "kind": "property", "displayName": 
"Producer Pool Max Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 100, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of idle instances in the pool." },
-    "producerPoolMaxTotal": { "index": 34, "kind": "property", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can be allocate [...]
+    "producerPoolMaxTotal": { "index": 34, "kind": "property", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can be allocate [...]
     "producerPoolMaxWait": { "index": 35, "kind": "property", "displayName": 
"Producer Pool Max Wait", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the maximum 
duration (value in millis) the borrowObjec [...]
     "producerPoolMinEvictableIdle": { "index": 36, "kind": "property", 
"displayName": "Producer Pool Min Evictable Idle", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 300000, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum amount of time (val [...]
     "producerPoolMinIdle": { "index": 37, "kind": "property", "displayName": 
"Producer Pool Min Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum number of instances allowed 
in the producer pool before the evi [...]
@@ -151,7 +151,7 @@
     "producerPoolBlockWhenExhausted": { "index": 33, "kind": "parameter", 
"displayName": "Producer Pool Block When Exhausted", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the value for the blockWh [...]
     "producerPoolEnabled": { "index": 34, "kind": "parameter", "displayName": 
"Producer Pool Enabled", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Whether producer pool is enabled or not. 
Important: If [...]
     "producerPoolMaxIdle": { "index": 35, "kind": "parameter", "displayName": 
"Producer Pool Max Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 100, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of idle instances in the pool." },
-    "producerPoolMaxTotal": { "index": 36, "kind": "parameter", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can be allocat [...]
+    "producerPoolMaxTotal": { "index": 36, "kind": "parameter", "displayName": 
"Producer Pool Max Total", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the cap on the 
number of objects that can be allocat [...]
     "producerPoolMaxWait": { "index": 37, "kind": "parameter", "displayName": 
"Producer Pool Max Wait", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": -1, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Sets the maximum 
duration (value in millis) the borrowObje [...]
     "producerPoolMinEvictableIdle": { "index": 38, "kind": "parameter", 
"displayName": "Producer Pool Min Evictable Idle", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 300000, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum amount of time (va [...]
     "producerPoolMinIdle": { "index": 39, "kind": "parameter", "displayName": 
"Producer Pool Min Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum number of instances allowed 
in the producer pool before the ev [...]
diff --git 
a/components-starter/camel-netty-http-starter/src/main/docs/netty-http.json 
b/components-starter/camel-netty-http-starter/src/main/docs/netty-http.json
index ae68996da00..12c93c68701 100644
--- a/components-starter/camel-netty-http-starter/src/main/docs/netty-http.json
+++ b/components-starter/camel-netty-http-starter/src/main/docs/netty-http.json
@@ -267,7 +267,7 @@
     {
       "name": "camel.component.netty-http.producer-pool-max-total",
       "type": "java.lang.Integer",
-      "description": "Sets the cap on the number of objects that can be 
allocated by the pool (checked out to clients, or idle awaiting checkout) at a 
given time. Use a negative value for no limit.",
+      "description": "Sets the cap on the number of objects that can be 
allocated by the pool (checked out to clients, or idle awaiting checkout) at a 
given time. Use a negative value for no limit. Be careful to not set this value 
too low (such as 1) as the pool must have space to create a producer such as 
when performing retries. Be mindful that the option 
producerPoolBlockWhenExhausted is default true, and the pool will then block 
when there is no space, which can lead to the applicati [...]
       "sourceType": 
"org.apache.camel.component.netty.http.springboot.NettyHttpComponentConfiguration",
       "defaultValue": -1
     },
diff --git 
a/components-starter/camel-netty-http-starter/src/main/java/org/apache/camel/component/netty/http/springboot/NettyHttpComponentConfiguration.java
 
b/components-starter/camel-netty-http-starter/src/main/java/org/apache/camel/component/netty/http/springboot/NettyHttpComponentConfiguration.java
index 9a869931764..c62dfdad40b 100644
--- 
a/components-starter/camel-netty-http-starter/src/main/java/org/apache/camel/component/netty/http/springboot/NettyHttpComponentConfiguration.java
+++ 
b/components-starter/camel-netty-http-starter/src/main/java/org/apache/camel/component/netty/http/springboot/NettyHttpComponentConfiguration.java
@@ -258,7 +258,11 @@ public class NettyHttpComponentConfiguration
     /**
      * Sets the cap on the number of objects that can be allocated by the pool
      * (checked out to clients, or idle awaiting checkout) at a given time. Use
-     * a negative value for no limit.
+     * a negative value for no limit. Be careful to not set this value too low
+     * (such as 1) as the pool must have space to create a producer such as 
when
+     * performing retries. Be mindful that the option
+     * producerPoolBlockWhenExhausted is default true, and the pool will then
+     * block when there is no space, which can lead to the application to hang.
      */
     private Integer producerPoolMaxTotal = -1;
     /**
diff --git a/components-starter/camel-netty-starter/src/main/docs/netty.json 
b/components-starter/camel-netty-starter/src/main/docs/netty.json
index bf09332c956..716ab33d01e 100644
--- a/components-starter/camel-netty-starter/src/main/docs/netty.json
+++ b/components-starter/camel-netty-starter/src/main/docs/netty.json
@@ -301,7 +301,7 @@
     {
       "name": "camel.component.netty.producer-pool-max-total",
       "type": "java.lang.Integer",
-      "description": "Sets the cap on the number of objects that can be 
allocated by the pool (checked out to clients, or idle awaiting checkout) at a 
given time. Use a negative value for no limit.",
+      "description": "Sets the cap on the number of objects that can be 
allocated by the pool (checked out to clients, or idle awaiting checkout) at a 
given time. Use a negative value for no limit. Be careful to not set this value 
too low (such as 1) as the pool must have space to create a producer such as 
when performing retries. Be mindful that the option 
producerPoolBlockWhenExhausted is default true, and the pool will then block 
when there is no space, which can lead to the applicati [...]
       "sourceType": 
"org.apache.camel.component.netty.springboot.NettyComponentConfiguration",
       "defaultValue": -1
     },
diff --git 
a/components-starter/camel-netty-starter/src/main/java/org/apache/camel/component/netty/springboot/NettyComponentConfiguration.java
 
b/components-starter/camel-netty-starter/src/main/java/org/apache/camel/component/netty/springboot/NettyComponentConfiguration.java
index 33f34fe0813..949e2537f69 100644
--- 
a/components-starter/camel-netty-starter/src/main/java/org/apache/camel/component/netty/springboot/NettyComponentConfiguration.java
+++ 
b/components-starter/camel-netty-starter/src/main/java/org/apache/camel/component/netty/springboot/NettyComponentConfiguration.java
@@ -275,7 +275,11 @@ public class NettyComponentConfiguration
     /**
      * Sets the cap on the number of objects that can be allocated by the pool
      * (checked out to clients, or idle awaiting checkout) at a given time. Use
-     * a negative value for no limit.
+     * a negative value for no limit. Be careful to not set this value too low
+     * (such as 1) as the pool must have space to create a producer such as 
when
+     * performing retries. Be mindful that the option
+     * producerPoolBlockWhenExhausted is default true, and the pool will then
+     * block when there is no space, which can lead to the application to hang.
      */
     private Integer producerPoolMaxTotal = -1;
     /**
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 5fae8381108..7298cfbd5da 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4465,7 +4465,7 @@
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-tracing</artifactId>
-        <version>1.3.5</version>
+        <version>1.4.0</version>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>

Reply via email to