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

commit 851eba30fb0e45769e755d13d3b4698b449572eb
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Oct 12 17:18:24 2021 +0200

    Regen
---
 camel-dependencies/pom.xml                                   |  4 ++--
 .../resources/org/apache/camel/catalog/components/file.json  |  1 -
 .../org/apache/camel/catalog/schemas/camel-spring.xsd        | 12 +++++-------
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index d2ff729..70831a9 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -40,7 +40,7 @@
     <apache-drill-version>1.19.0</apache-drill-version>
     <apache-gora-version>0.9</apache-gora-version>
     <apacheds-version>2.0.0.AM26</apacheds-version>
-    <apicurio-version>1.0.16.Final</apicurio-version>
+    <apicurio-version>1.1.16</apicurio-version>
     <arangodb-java-version>6.14.0</arangodb-java-version>
     <aries-blueprint-api-version>1.0.1</aries-blueprint-api-version>
     <aries-blueprint-cm-version>1.3.0</aries-blueprint-cm-version>
@@ -55,7 +55,7 @@
     <aspectj-version>1.9.7</aspectj-version>
     <assertj-version>3.21.0</assertj-version>
     <asterisk-java-version>3.12.0</asterisk-java-version>
-    <atlasmap-version>2.2.3</atlasmap-version>
+    <atlasmap-version>2.3.0</atlasmap-version>
     <atlassian-fugue-version>3.0.0</atlassian-fugue-version>
     <atmos-client-version>3.1.0</atmos-client-version>
     <atmosphere-version>2.6.4</atmosphere-version>
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
index 8f254fb..90a50d3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
@@ -49,7 +49,6 @@
     "pollStrategy": { "kind": "parameter", "displayName": "Poll Strategy", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.spi.PollingConsumerPollStrategy", "deprecated": false, 
"autowired": false, "secret": false, "description": "A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation  [...]
     "probeContentType": { "kind": "parameter", "displayName": "Probe Content 
Type", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether to enable probing of the content type. If enable then 
the consumer uses Files#probeContentType(java.nio.file.Path) to determine the 
content-type of the file, and store that as a he [...]
     "processStrategy": { "kind": "parameter", "displayName": "Process 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileProcessStrategy<java.io.File>", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing 
you to implement your own readLock option or similar. Can also be used [...]
-    "resumeStrategy": { "kind": "parameter", "displayName": "Resume Strategy", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.file.consumer.FileConsumerResumeStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": "Set a 
resume strategy for files. This makes it possible to define a strategy for 
resuming reading files after the last point before stopping the application. 
[...]
     "startingDirectoryMustExist": { "kind": "parameter", "displayName": 
"Starting Directory Must Exist", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory must 
exist. Mind that the autoCreate option is default enabled, which means the 
starting directory is normally auto created if it doesn' [...]
     "startingDirectoryMustHaveAccess": { "kind": "parameter", "displayName": 
"Starting Directory Must Have Access", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory has 
access permissions. Mind that the startingDirectoryMustExist parameter must be 
set to true in order to verify that the di [...]
     "appendChars": { "kind": "parameter", "displayName": "Append Chars", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Used to append characters (text) after writing 
files. This can for example be used to add new lines or other separators when 
writing and appending new files or existing files. To specify new-line (slash-n 
or slash-r) or tab (slash-t)  [...]
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 3ef0c30..2366148 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
@@ -10446,23 +10446,22 @@ Whether to ignore invalid exchanges. Default value: 
false
         <xs:attribute name="capacity" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-Sets the capacity of the resequencer inbound queue. Default value: 1000
+Sets the capacity of the resequencer's inbound queue. Default value: 100
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
         <xs:attribute name="timeout" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-Sets minimum time (milliseconds) to wait for missing elements (messages).
-Default value: 1s
+Sets minimum time to wait for missing elements (messages). Default value: 1s
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
         <xs:attribute name="deliveryAttemptInterval" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-Sets the interval in milliseconds the stream resequencer will at most wait 
while
-waiting for condition of being able to deliver. Default value: 1s
+Sets the interval in milli seconds the stream resequencer will at most wait
+while waiting for condition of being able to deliver. Default value: 1s
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
@@ -10476,8 +10475,7 @@ Whether to ignore invalid exchanges. Default value: 
false
         <xs:attribute name="comparatorRef" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-To use a custom comparator as a
-org.apache.camel.processor.resequencer.ExpressionResultComparator type.
+To use a custom comparator.
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>

Reply via email to