This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from 91defb7 Regen for commit aedcc9be5770191e2a8cbad83efc13270a31307f (#5713) add 7104c7a upgrade to maven-checkstyle version 8.43 add c5bbbd5 fix the failing source check validation add a54c4c2 fix the failing source check validation add 08a66ab fix the failing source check validation add 2f86e3d Upgrade Jetcd to version 0.5.7 add 7edb267 Regen and sync deps add 8881874 CAMEL-16734: Added unit test. Thanks to Krzysztof Mackowiak for reporting and providing an unit test. add 05d58f0 CAMEL-16734: Transacted in multicast EIPs should process sync and find an alternative fix for CAMEL-16550 as that caused side-effects. Thanks to Krzysztof Mackowiak for reporting and an unit test. add aae0875 Upgrade assertj add 4b2c7bf CAMEL-16734: Transacted in multicast EIPs should process sync and find an alternative fix for CAMEL-16550 as that caused side-effects. Thanks to Krzysztof Mackowiak for reporting and an unit test. add 8759802 Upgrade JBPM to version 7.55.0.Final add 458aa36 Sync deps add 83dfe93 Upgrade Minio to version 8.2.2 add 0c2b6c4 Sync deps and regen add 9b441dd Go back to CS 8.40 as 8.43 requires too many code changes that it would take a longer time to get all done before the next release No new revisions were added by this update. Summary of changes: camel-dependencies/pom.xml | 8 ++-- .../apache/camel/catalog/docs/aggregate-eip.adoc | 10 ++++ .../camel/component/dataset/FileDataSet.java | 2 +- .../apache/camel/component/file/FileEndpoint.java | 2 +- .../FileChangedExclusiveReadLockStrategy.java | 4 +- .../rest/RestProducerBindingProcessor.java | 4 +- .../TransactedDoTryRecipientListTest.java | 52 +++++++++++++++++++++ .../spring/interceptor/TransactedPipelineTest.java | 53 ++++++++++++++++++++++ ...=> TransactedRecipientListThreadStuckTest.java} | 36 ++++++--------- ...ctedSplitAggregateThreadStuckParallelTest.java} | 6 +-- ...dSplitAggregateThreadStuckParallelTwoTest.java} | 12 ++--- .../TransactedSplitAggregateThreadStuckTest.java | 3 +- ...ransactedSplitAggregateThreadStuckTwoTest.java} | 12 ++--- .../docs/modules/eips/pages/aggregate-eip.adoc | 10 ++++ .../apache/camel/processor/MulticastProcessor.java | 29 ++++-------- .../processor/aggregate/AggregateProcessor.java | 25 +++++----- .../org/apache/camel/reifier/AggregateReifier.java | 8 ++-- .../aggregator/AggregatorLockingTest.java | 5 +- .../toolbox/FlexibleAggregationStrategiesTest.java | 4 +- .../ManagedRemoveRouteAggregateThreadPoolTest.java | 5 +- .../org/apache/camel/support/ObjectHelper.java | 4 +- .../ROOT/pages/camel-3x-upgrade-guide-3_11.adoc | 9 ++++ parent/pom.xml | 8 ++-- 23 files changed, 215 insertions(+), 96 deletions(-) create mode 100644 components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactedDoTryRecipientListTest.java create mode 100644 components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactedPipelineTest.java copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/{TransactedSplitAggregateThreadStuckTest.java => TransactedRecipientListThreadStuckTest.java} (53%) copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/{TransactedSplitAggregateThreadStuckTest.java => TransactedSplitAggregateThreadStuckParallelTest.java} (90%) copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/{TransactedSplitAggregateThreadStuckTest.java => TransactedSplitAggregateThreadStuckParallelTwoTest.java} (84%) copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/{TransactedSplitAggregateThreadStuckTest.java => TransactedSplitAggregateThreadStuckTwoTest.java} (85%)