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

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


    from ac1cf87  Polished
     new 961ad0e  CAMEL-16938: camel-core - Using transacted could cause 
StackOverflowException in some complex use cases. Changed ordering of executing 
transacted tasks in ReactiveExecutor to run from queue, which allows the 
waiting callee thread to run the task (so it runs with the right thread) but 
this also collapses the strack depth.
     new 4f36e0b  CAMEL-16938: camel-core - Using transacted could cause 
StackOverflowException in some complex use cases. Changed ordering of executing 
transacted tasks in ReactiveExecutor to run from queue, which allows the 
waiting callee thread to run the task (so it runs with the right thread) but 
this also collapses the strack depth.

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:
 components/camel-reactive-executor-vertx/pom.xml   |  2 +-
 .../reactive/vertx/VertXReactiveExecutor.java      |  6 ++++
 .../TransactedRetryWhileStackSizeTest.java         | 42 +++++++++++++++-------
 .../org/apache/camel/spi/ReactiveExecutor.java     |  9 +++++
 .../camel/impl/engine/DefaultReactiveExecutor.java |  8 +++++
 .../org/apache/camel/processor/LoopProcessor.java  |  2 +-
 .../apache/camel/processor/MulticastProcessor.java |  2 +-
 .../java/org/apache/camel/processor/Pipeline.java  |  2 +-
 .../errorhandler/RedeliveryErrorHandler.java       |  2 +-
 ....java => RetryWhileStackOverflowIssueTest.java} | 28 ++++++++++-----
 .../ROOT/pages/camel-3x-upgrade-guide-3_12.adoc    |  2 --
 .../ROOT/pages/camel-3x-upgrade-guide-3_13.adoc    | 23 ++++++++++++
 .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc |  1 +
 13 files changed, 102 insertions(+), 27 deletions(-)
 copy 
core/camel-core/src/test/java/org/apache/camel/issues/RetryWhileSimpleExpressionIssueTest.java
 => 
components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactedRetryWhileStackSizeTest.java
 (58%)
 copy 
core/camel-core/src/test/java/org/apache/camel/issues/{RetryWhileSimpleExpressionIssueTest.java
 => RetryWhileStackOverflowIssueTest.java} (71%)
 create mode 100644 
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc

Reply via email to