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 a409d340edd [create-pull-request] automated change (#1656)
a409d340edd is described below

commit a409d340edd5493a9adb3d50c78aa1e3eabeb252
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 08:14:36 2026 +0100

    [create-pull-request] automated change (#1656)
    
    Co-authored-by: oscerd <[email protected]>
---
 components-starter/camel-coap-starter/src/main/docs/coap.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components-starter/camel-coap-starter/src/main/docs/coap.json 
b/components-starter/camel-coap-starter/src/main/docs/coap.json
index 53ac4f98279..556e44a2953 100644
--- a/components-starter/camel-coap-starter/src/main/docs/coap.json
+++ b/components-starter/camel-coap-starter/src/main/docs/coap.json
@@ -27,6 +27,12 @@
       "sourceType": 
"org.apache.camel.coap.springboot.CoAPComponentConfiguration",
       "defaultValue": false
     },
+    {
+      "name": "camel.component.coap.client",
+      "type": "org.eclipse.californium.core.CoapClient",
+      "description": "To use a shared client for the producers. The option is 
a org.eclipse.californium.core.CoapClient type.",
+      "sourceType": 
"org.apache.camel.coap.springboot.CoAPComponentConfiguration"
+    },
     {
       "name": "camel.component.coap.configuration-file",
       "type": "java.lang.String",

Reply via email to