This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 23126
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 76387cf8a6e204557db1c9d040da56043636cc78
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Mar 4 15:33:48 2026 +0100

    CAMEL-23126 - Camel-jbang-mcp: Add MCP Prompts for structured multi-step 
workflows to camel-jbang-mcp
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../builder/endpoint/dsl/SedaEndpointBuilderFactory.java     | 12 ++++++------
 .../builder/endpoint/dsl/StubEndpointBuilderFactory.java     | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
index 4a8dabc31c6c..6c1890a0b328 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
@@ -81,12 +81,12 @@ public interface SedaEndpointBuilderFactory {
          * Number of concurrent threads processing exchanges. When
          * virtualThreadPerTask is enabled, this becomes a concurrency limit (0
          * = unlimited) and defaults to 0 instead of 1.
-         *
+         * 
          * The option is a: <code>int</code> type.
-         *
+         * 
          * Default: 1
          * Group: consumer
-         *
+         * 
          * @param concurrentConsumers the value to set
          * @return the dsl builder
          */
@@ -98,12 +98,12 @@ public interface SedaEndpointBuilderFactory {
          * Number of concurrent threads processing exchanges. When
          * virtualThreadPerTask is enabled, this becomes a concurrency limit (0
          * = unlimited) and defaults to 0 instead of 1.
-         *
+         * 
          * The option will be converted to a <code>int</code> type.
-         *
+         * 
          * Default: 1
          * Group: consumer
-         *
+         * 
          * @param concurrentConsumers the value to set
          * @return the dsl builder
          */
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
index 5be38587183d..6fd4b9f479c1 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
@@ -81,12 +81,12 @@ public interface StubEndpointBuilderFactory {
          * Number of concurrent threads processing exchanges. When
          * virtualThreadPerTask is enabled, this becomes a concurrency limit (0
          * = unlimited) and defaults to 0 instead of 1.
-         *
+         * 
          * The option is a: <code>int</code> type.
-         *
+         * 
          * Default: 1
          * Group: consumer
-         *
+         * 
          * @param concurrentConsumers the value to set
          * @return the dsl builder
          */
@@ -98,12 +98,12 @@ public interface StubEndpointBuilderFactory {
          * Number of concurrent threads processing exchanges. When
          * virtualThreadPerTask is enabled, this becomes a concurrency limit (0
          * = unlimited) and defaults to 0 instead of 1.
-         *
+         * 
          * The option will be converted to a <code>int</code> type.
-         *
+         * 
          * Default: 1
          * Group: consumer
-         *
+         * 
          * @param concurrentConsumers the value to set
          * @return the dsl builder
          */

Reply via email to