This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 84106763bf7 Regen for commit 8ba8e760b042511f769ac7008b91b9482ec7cb6e
add c922d557a70 CAMEL-19014: Disabling simple cache with 0 or negative
value should be possible
add 756017b1d41 CAMEL-19034 - Camel-AWS2-S3: GetObject should preserve the
metadata
add 708eb7dc0af CAMEL-19034 - Camel-AWS2-S3: GetObject should preserve the
metadata
add 57446d73de2 CAMEL-19034 - Camel-AWS2-S3: GetObject should preserve the
metadata
add 2cedf13a2cf CAMEL-19031: Check current saga status is RUNNING before
add a step (#9344)
add 78ff3cb62f7 CAMEL-19068: remove SAGA_LONG_RUNNING_ACTION in out
Message (#9368)
add ff1516c5fb6 CAMEL-18636 - azure data lake component: authentication
can not be configured using string properties - Do not validate the
configuration in component
add d16f53f938c [CAMEL-19081] Start a route with aggregation fails due to
NPE in AggregateProcessor (#9569)
add 15828b25ce3 CAMEL-19150: camel-olingo4 - Fix missing olingo4 endpoint
property names (#9570)
add 476f40798e1 Fix CS
No new revisions were added by this update.
Summary of changes:
.../camel/component/aws2/s3/AWS2S3Producer.java | 17 ++++++++
...perationIT.java => S3GetObjectOperationIT.java} | 50 ++++++++--------------
.../azure/storage/datalake/DataLakeComponent.java | 8 ----
.../camel/component/olingo4/Olingo4Endpoint.java | 3 +-
.../camel/component/olingo4/Olingo4RouteTest.java | 22 ++++++++--
.../processor/aggregate/AggregateProcessor.java | 16 ++++---
.../apache/camel/processor/saga/SagaProcessor.java | 1 +
.../camel/processor/SagaPropagationTest.java | 2 +-
.../apache/camel/processor/SagaTimeoutTest.java | 50 ++++++++++++++++++++++
.../apache/camel/saga/InMemorySagaCoordinator.java | 7 +++
.../apache/camel/support/CamelContextHelper.java | 9 +---
11 files changed, 126 insertions(+), 59 deletions(-)
copy
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3SimpleEncryptedUploadOperationIT.java
=> S3GetObjectOperationIT.java} (61%)