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 16:40:18 UTC

[camel] branch main updated: Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f

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.git


The following commit(s) were added to refs/heads/main by this push:
     new e7338c8  Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f
e7338c8 is described below

commit e7338c86538aca69fee6221f1c46fc65339cbe6e
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Fri Dec 24 16:21:13 2021 +0000

    Regen for commit d1530a907a9d66b343ce82e02abf817bc192876f
    
    Signed-off-by: GitHub <no...@github.com>
---
 dsl/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/dsl/camel-componentdsl/src/generated/resources/metadata.json b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 5423de5..90e3c56 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -965,7 +965,7 @@
     "version": "3.15.0-SNAPSHOT",
     "scheme": "azure-servicebus",
     "extendsScheme": "",
-    "syntax": "azure-servicebus:queueNameOrTopicName",
+    "syntax": "azure-servicebus:topicOrQueueName",
     "async": false,
     "api": false,
     "consumerOnly": false,
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 7c73871..f16241b 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -1947,7 +1947,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
@@ -1955,7 +1955,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(
@@ -1970,7 +1970,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
@@ -1980,7 +1980,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/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
index 7a95ace..9978792 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
@@ -1319,7 +1319,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
@@ -1327,7 +1327,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) {
@@ -1341,7 +1341,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
@@ -1351,7 +1351,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(