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 2022/06/15 21:18:21 UTC

[camel] branch main updated: Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7

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 b36367d15f1 Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7
b36367d15f1 is described below

commit b36367d15f1a699fe800e1103378c03f8045ae1d
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Wed Jun 15 20:35:51 2022 +0000

    Regen for commit 6cf6c061a6908363038abcd54404613fc8e8cbf7
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../org/apache/camel/catalog/schemas/camel-spring.xsd | 19 +++++++++++++------
 .../apache/camel/component/sjms/SjmsComponent.java    |  2 +-
 docs/components/modules/ROOT/nav.adoc                 |  2 +-
 .../components/modules/others/pages/uberjar-main.adoc |  1 -
 4 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 7148e8b0b05..492505b696c 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -3904,7 +3904,7 @@ the branch that matched. Default value: false
         <xs:attribute name="configuration" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-Refers to a circuit breaker configuration (such as hystrix, resillience4j, or
+Refers to a circuit breaker configuration (such as resillience4j, or
 microprofile-fault-tolerance) to use for configuring the circuit breaker EIP.
             ]]></xs:documentation>
           </xs:annotation>
@@ -9607,11 +9607,10 @@ Default value: false
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
 Whether the fallback goes over the network. If the fallback will go over the
-network it is another possible point of failure and so it also needs to be
-wrapped by a HystrixCommand. It is important to execute the fallback command on
-a separate thread-pool, otherwise if the main command were to become latent and
-fill the thread-pool this would prevent the fallback from running if the two
-commands share the same pool. Default value: false
+network it is another possible point of failure. It is important to execute the
+fallback command on a separate thread-pool, otherwise if the main command were
+to become latent and fill the thread-pool this would prevent the fallback from
+running if the two commands share the same pool. Default value: false
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
@@ -10515,6 +10514,14 @@ Sets the resume strategy to use.
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
+        <xs:attribute name="intermittent" type="xs:string">
+          <xs:annotation>
+            <xs:documentation xml:lang="en"><![CDATA[
+Sets whether the offsets will be intermittently present or whether they must be
+present in every exchange. Default value: false
+            ]]></xs:documentation>
+          </xs:annotation>
+        </xs:attribute>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
diff --git a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
index 4f5326d0ef7..521d875639e 100644
--- a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
+++ b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
@@ -73,7 +73,7 @@ public class SjmsComponent extends HeaderFilterStrategyComponent {
     private int replyToOnTimeoutMaxConcurrentConsumers = 1;
 
     @Metadata(label = "advanced",
-            description = "Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.")
+              description = "Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.")
     private ExceptionListener exceptionListener;
 
     public SjmsComponent() {
diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index b6ad7a420b1..c08cf9b8383 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -45,7 +45,6 @@
 *** xref:azure-storage-blob-component.adoc[Azure Storage Blob Service]
 *** xref:azure-storage-datalake-component.adoc[Azure Storage Datalake Service]
 *** xref:azure-storage-queue-component.adoc[Azure Storage Queue Service]
-*** xref:hashicorp-vault-component.adoc[Hashicorp Vault]
 ** xref:bean-component.adoc[Bean]
 ** xref:bean-validator-component.adoc[Bean Validator]
 ** xref:bonita-component.adoc[Bonita]
@@ -128,6 +127,7 @@
 ** xref:graphql-component.adoc[GraphQL]
 ** xref:grpc-component.adoc[gRPC]
 ** xref:guava-eventbus-component.adoc[Guava EventBus]
+** xref:hashicorp-vault-component.adoc[Hashicorp Vault]
 ** xref:hazelcast-summary.adoc[Hazelcast]
 *** xref:hazelcast-atomicvalue-component.adoc[Hazelcast Atomic Number]
 *** xref:hazelcast-instance-component.adoc[Hazelcast Instance]
diff --git a/docs/components/modules/others/pages/uberjar-main.adoc b/docs/components/modules/others/pages/uberjar-main.adoc
deleted file mode 120000
index 4f4a3066836..00000000000
--- a/docs/components/modules/others/pages/uberjar-main.adoc
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../dsl/camel-uberjar-main/src/main/docs/uberjar-main.adoc
\ No newline at end of file