You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/24 15:32:37 UTC

[camel] branch camel-3.14.x updated: Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 8ed8820  Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5
8ed8820 is described below

commit 8ed8820faff9b92ea95a294115a4d0dc1601e545
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Fri Dec 24 15:22:27 2021 +0000

    Regen for commit 126d914775e84fd708eb13cebc4f803cfc9f26a5
    
    Signed-off-by: GitHub <no...@github.com>
---
 core/camel-componentdsl/src/generated/resources/metadata.json     | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 ++++----
 .../builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java    | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json
index 5a68c4b..636749d 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -965,7 +965,7 @@
     "version": "3.14.1-SNAPSHOT",
     "scheme": "azure-servicebus",
     "extendsScheme": "",
-    "syntax": "azure-servicebus:queueNameOrTopicName",
+    "syntax": "azure-servicebus:topicOrQueueName",
     "async": false,
     "api": false,
     "consumerOnly": false,
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index f8a1d4a..b46bd70 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -1958,7 +1958,7 @@ public class StaticEndpointBuilders {
      * Since: 3.12
      * Maven coordinates: org.apache.camel:camel-azure-servicebus
      * 
-     * Syntax: <code>azure-servicebus:queueNameOrTopicName</code>
+     * Syntax: <code>azure-servicebus:topicOrQueueName</code>
      * 
      * Path parameter: topicOrQueueName
      * Selected topic name or the queue name, that is depending on
@@ -1966,7 +1966,7 @@ public class StaticEndpointBuilders {
      * will be the queue name and if serviceBusType=topic, this will be the
      * topic name.
      * 
-     * @param path queueNameOrTopicName
+     * @param path topicOrQueueName
      * @return the dsl builder
      */
     public static org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder azureServicebus(
@@ -1986,7 +1986,7 @@ public class StaticEndpointBuilders {
      * Since: 3.12
      * Maven coordinates: org.apache.camel:camel-azure-servicebus
      * 
-     * Syntax: <code>azure-servicebus:queueNameOrTopicName</code>
+     * Syntax: <code>azure-servicebus:topicOrQueueName</code>
      * 
      * Path parameter: topicOrQueueName
      * Selected topic name or the queue name, that is depending on
@@ -1996,7 +1996,7 @@ public class StaticEndpointBuilders {
      * 
      * @param componentName to use a custom component name for the endpoint
      * instead of the default name
-     * @param path queueNameOrTopicName
+     * @param path topicOrQueueName
      * @return the dsl builder
      */
     public static org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder azureServicebus(
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
index 76cc138..bcc3fb8 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
@@ -1381,7 +1381,7 @@ public interface ServiceBusEndpointBuilderFactory {
          * Since: 3.12
          * Maven coordinates: org.apache.camel:camel-azure-servicebus
          * 
-         * Syntax: <code>azure-servicebus:queueNameOrTopicName</code>
+         * Syntax: <code>azure-servicebus:topicOrQueueName</code>
          * 
          * Path parameter: topicOrQueueName
          * Selected topic name or the queue name, that is depending on
@@ -1389,7 +1389,7 @@ public interface ServiceBusEndpointBuilderFactory {
          * will be the queue name and if serviceBusType=topic, this will be the
          * topic name.
          * 
-         * @param path queueNameOrTopicName
+         * @param path topicOrQueueName
          * @return the dsl builder
          */
         default ServiceBusEndpointBuilder azureServicebus(String path) {
@@ -1408,7 +1408,7 @@ public interface ServiceBusEndpointBuilderFactory {
          * Since: 3.12
          * Maven coordinates: org.apache.camel:camel-azure-servicebus
          * 
-         * Syntax: <code>azure-servicebus:queueNameOrTopicName</code>
+         * Syntax: <code>azure-servicebus:topicOrQueueName</code>
          * 
          * Path parameter: topicOrQueueName
          * Selected topic name or the queue name, that is depending on
@@ -1418,7 +1418,7 @@ public interface ServiceBusEndpointBuilderFactory {
          * 
          * @param componentName to use a custom component name for the endpoint
          * instead of the default name
-         * @param path queueNameOrTopicName
+         * @param path topicOrQueueName
          * @return the dsl builder
          */
         default ServiceBusEndpointBuilder azureServicebus(