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 2020/09/15 05:17:29 UTC

[camel] branch master updated (5a18c56 -> d48de4c)

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

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


    from 5a18c56  Sync Properties
     new 92919f7  Upgrade AWS SDK v2 to version 2.14.17
     new d48de4c  REgen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml                                 |  2 +-
 .../camel/catalog/models/resilience4jConfiguration.json    |  4 ++--
 .../org/apache/camel/catalog/schemas/camel-spring.xsd      | 14 +++++++-------
 .../org/apache/camel/model/resilience4jConfiguration.json  |  4 ++--
 parent/pom.xml                                             |  2 +-
 5 files changed, 13 insertions(+), 13 deletions(-)


[camel] 02/02: REgen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d48de4c815d19f65117ba2346dbecbc9bd52270f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 15 07:15:15 2020 +0200

    REgen
---
 camel-dependencies/pom.xml                                 |  2 +-
 .../camel/catalog/models/resilience4jConfiguration.json    |  4 ++--
 .../org/apache/camel/catalog/schemas/camel-spring.xsd      | 14 +++++++-------
 .../org/apache/camel/model/resilience4jConfiguration.json  |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index a6f5e40..01c05c8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -71,7 +71,7 @@
     <awaitility-version>4.0.3</awaitility-version>
     <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>
     <aws-java-sdk-version>1.11.714</aws-java-sdk-version>
-    <aws-java-sdk2-version>2.14.16</aws-java-sdk2-version>
+    <aws-java-sdk2-version>2.14.17</aws-java-sdk2-version>
     <aws-xray-version>2.6.1</aws-xray-version>
     <axiom-version>1.2.14</axiom-version>
     <azure-eventhubs-checkpointstore-blob-version>1.1.2</azure-eventhubs-checkpointstore-blob-version>
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json
index c10f437..1b09ce0 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json
@@ -17,11 +17,11 @@
     "permittedNumberOfCallsInHalfOpenState": { "kind": "attribute", "displayName": "Permitted Number Of Calls In Half Open State", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "10", "description": "Configures the number of permitted calls when the CircuitBreaker is half open. The size must be greater than 0. Default size is 10." },
     "slidingWindowSize": { "kind": "attribute", "displayName": "Sliding Window Size", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed. slidingWindowSize configures the size of the sliding window. Sliding window can either be count-based or time-based. If slidingWindowTyp [...]
     "slidingWindowType": { "kind": "attribute", "displayName": "Sliding Window Type", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "COUNT_BASED", "TIME_BASED" ], "deprecated": false, "secret": false, "defaultValue": "COUNT_BASED", "description": "Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed. Sliding window can either be count-based or time-based. If slidingWindowType is COUNT_BASED [...]
-    "minimumNumberOfCalls": { "kind": "attribute", "displayName": "Minimum Number Of Calls", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate. For example, if minimumNumberOfCalls is 10, then at least 10 calls must be recorded, before the fa [...]
+    "minimumNumberOfCalls": { "kind": "attribute", "displayName": "Minimum Number Of Calls", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate. For example, if minimumNumberOfCalls is 10, then at least 10 calls must be recorded, before the failure rate  [...]
     "writableStackTraceEnabled": { "kind": "attribute", "displayName": "Writable Stack Trace Enabled", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": true, "description": "Enables writable stack traces. When set to false, Exception.getStackTrace returns a zero length array. This may be used to reduce log spam when the circuit breaker is open as the cause of the exceptions is already known (the circuit breaker i [...]
     "waitDurationInOpenState": { "kind": "attribute", "displayName": "Wait Duration In Open State", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "60", "description": "Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open. Default value is 60 seconds." },
     "automaticTransitionFromOpenToHalfOpenEnabled": { "kind": "attribute", "displayName": "Automatic Transition From Open To Half Open Enabled", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "Enables automatic transition from OPEN to HALF_OPEN state once the waitDurationInOpenState has passed." },
-    "slowCallRateThreshold": { "kind": "attribute", "displayName": "Slow Call Rate Threshold", "required": false, "type": "number", "javaType": "java.lang.Float", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures a threshold in percentage. The CircuitBreaker considers a call as slow when the call duration is greater than slowCallDurationThreshold(Duration. When the percentage of slow calls is equal or greater the threshold, the CircuitBreaker transit [...]
+    "slowCallRateThreshold": { "kind": "attribute", "displayName": "Slow Call Rate Threshold", "required": false, "type": "number", "javaType": "java.lang.Float", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures a threshold in percentage. The CircuitBreaker considers a call as slow when the call duration is greater than slowCallDurationThreshold Duration. When the percentage of slow calls is equal or greater the threshold, the CircuitBreaker transit [...]
     "slowCallDurationThreshold": { "kind": "attribute", "displayName": "Slow Call Duration Threshold", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "60", "description": "Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage. Default value is 60 seconds." },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The id of this node" }
   }
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 387d1a5..b54d1a1 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
@@ -4049,12 +4049,12 @@ aggregated. Default slidingWindowType is COUNT_BASED. Default value: COUNT_BASED
         <xs:attribute name="minimumNumberOfCalls" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-Configures configures the minimum number of calls which are required (per
-sliding window period) before the CircuitBreaker can calculate the error rate.
-For example, if minimumNumberOfCalls is 10, then at least 10 calls must be
-recorded, before the failure rate can be calculated. If only 9 calls have been
-recorded the CircuitBreaker will not transition to open even if all 9 calls have
-failed. Default minimumNumberOfCalls is 100. Default value: 100
+Configures the minimum number of calls which are required (per sliding window
+period) before the CircuitBreaker can calculate the error rate. For example, if
+minimumNumberOfCalls is 10, then at least 10 calls must be recorded, before the
+failure rate can be calculated. If only 9 calls have been recorded the
+CircuitBreaker will not transition to open even if all 9 calls have failed.
+Default minimumNumberOfCalls is 100. Default value: 100
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
@@ -4089,7 +4089,7 @@ waitDurationInOpenState has passed. Default value: false
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
 Configures a threshold in percentage. The CircuitBreaker considers a call as
-slow when the call duration is greater than slowCallDurationThreshold(Duration.
+slow when the call duration is greater than slowCallDurationThreshold Duration.
 When the percentage of slow calls is equal or greater the threshold, the
 CircuitBreaker transitions to open and starts short-circuiting calls. The
 threshold must be greater than 0 and not greater than 100. Default value is 100
diff --git a/core/camel-core-engine/src/generated/resources/org/apache/camel/model/resilience4jConfiguration.json b/core/camel-core-engine/src/generated/resources/org/apache/camel/model/resilience4jConfiguration.json
index c10f437..1b09ce0 100644
--- a/core/camel-core-engine/src/generated/resources/org/apache/camel/model/resilience4jConfiguration.json
+++ b/core/camel-core-engine/src/generated/resources/org/apache/camel/model/resilience4jConfiguration.json
@@ -17,11 +17,11 @@
     "permittedNumberOfCallsInHalfOpenState": { "kind": "attribute", "displayName": "Permitted Number Of Calls In Half Open State", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "10", "description": "Configures the number of permitted calls when the CircuitBreaker is half open. The size must be greater than 0. Default size is 10." },
     "slidingWindowSize": { "kind": "attribute", "displayName": "Sliding Window Size", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed. slidingWindowSize configures the size of the sliding window. Sliding window can either be count-based or time-based. If slidingWindowTyp [...]
     "slidingWindowType": { "kind": "attribute", "displayName": "Sliding Window Type", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "COUNT_BASED", "TIME_BASED" ], "deprecated": false, "secret": false, "defaultValue": "COUNT_BASED", "description": "Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed. Sliding window can either be count-based or time-based. If slidingWindowType is COUNT_BASED [...]
-    "minimumNumberOfCalls": { "kind": "attribute", "displayName": "Minimum Number Of Calls", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate. For example, if minimumNumberOfCalls is 10, then at least 10 calls must be recorded, before the fa [...]
+    "minimumNumberOfCalls": { "kind": "attribute", "displayName": "Minimum Number Of Calls", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate. For example, if minimumNumberOfCalls is 10, then at least 10 calls must be recorded, before the failure rate  [...]
     "writableStackTraceEnabled": { "kind": "attribute", "displayName": "Writable Stack Trace Enabled", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": true, "description": "Enables writable stack traces. When set to false, Exception.getStackTrace returns a zero length array. This may be used to reduce log spam when the circuit breaker is open as the cause of the exceptions is already known (the circuit breaker i [...]
     "waitDurationInOpenState": { "kind": "attribute", "displayName": "Wait Duration In Open State", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "60", "description": "Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open. Default value is 60 seconds." },
     "automaticTransitionFromOpenToHalfOpenEnabled": { "kind": "attribute", "displayName": "Automatic Transition From Open To Half Open Enabled", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "Enables automatic transition from OPEN to HALF_OPEN state once the waitDurationInOpenState has passed." },
-    "slowCallRateThreshold": { "kind": "attribute", "displayName": "Slow Call Rate Threshold", "required": false, "type": "number", "javaType": "java.lang.Float", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures a threshold in percentage. The CircuitBreaker considers a call as slow when the call duration is greater than slowCallDurationThreshold(Duration. When the percentage of slow calls is equal or greater the threshold, the CircuitBreaker transit [...]
+    "slowCallRateThreshold": { "kind": "attribute", "displayName": "Slow Call Rate Threshold", "required": false, "type": "number", "javaType": "java.lang.Float", "deprecated": false, "secret": false, "defaultValue": "100", "description": "Configures a threshold in percentage. The CircuitBreaker considers a call as slow when the call duration is greater than slowCallDurationThreshold Duration. When the percentage of slow calls is equal or greater the threshold, the CircuitBreaker transit [...]
     "slowCallDurationThreshold": { "kind": "attribute", "displayName": "Slow Call Duration Threshold", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "defaultValue": "60", "description": "Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage. Default value is 60 seconds." },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The id of this node" }
   }


[camel] 01/02: Upgrade AWS SDK v2 to version 2.14.17

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 92919f7f8e090d0a1e019a8ae36f1f750751aa3e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 15 06:41:43 2020 +0200

    Upgrade AWS SDK v2 to version 2.14.17
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 419f46e..60f99e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -78,7 +78,7 @@
         <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
         <awaitility-version>4.0.3</awaitility-version>
         <aws-java-sdk-version>1.11.714</aws-java-sdk-version>
-        <aws-java-sdk2-version>2.14.16</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.14.17</aws-java-sdk2-version>
         <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>
         <aws-xray-version>2.6.1</aws-xray-version>
         <axiom-version>1.2.14</axiom-version>