This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from a55d270 Removed Jenkinsfile for JDK 14 new 0b185d1 CAMEL-16103: Fixed multicast based EIPs (splitter, recipient list) in transacted mode will cause stackframe sizes to grown deep and lead to stack overflow error. new fbffe84 CAMEL-16120: Upgrade resilience4j to 1.7 new 75a09b5 Add ignite to git ignore new abd3732 CAMEL-16103: Fixed multicast based EIPs (splitter, recipient list) in transacted mode will cause stackframe sizes to grown deep and lead to stack overflow error. new a60f7ce Add git ignore for leveldb new f6a2fc5 CAMEL-16103: Fixed multicast based EIPs (splitter, recipient list) in transacted mode will cause stackframe sizes to grown deep and lead to stack overflow error. new f24071a CAMEL-16103: Fixed multicast based EIPs (splitter, recipient list) in transacted mode will cause stackframe sizes to grown deep and lead to stack overflow error. The 7 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-ignite/.gitignore | 1 + components/camel-leveldb-legacy/.gitignore | 1 + components/camel-leveldb/.gitignore | 1 + ...> TransactedStackSizeBreakOnExceptionTest.java} | 51 +++-- ...TransactedStackSizeParallelProcessingTest.java} | 49 +++-- .../interceptor/TransactedStackSizeTest.java | 36 +++- .../apache/camel/processor/MulticastProcessor.java | 205 ++++++++++++++++----- .../ROOT/pages/camel-3x-upgrade-guide-3_8.adoc | 9 + parent/pom.xml | 2 +- 9 files changed, 274 insertions(+), 81 deletions(-) create mode 100644 components/camel-ignite/.gitignore create mode 100644 components/camel-leveldb-legacy/.gitignore create mode 100644 components/camel-leveldb/.gitignore copy components/camel-spring/src/test/java/org/apache/camel/spring/interceptor/{TransactedStackSizeTest.java => TransactedStackSizeBreakOnExceptionTest.java} (51%) copy components/camel-spring/src/test/java/org/apache/camel/spring/interceptor/{TransactedStackSizeTest.java => TransactedStackSizeParallelProcessingTest.java} (54%)