You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/01/31 16:47:03 UTC

[camel] branch regen_bot updated (5ab684e -> 97c88a4)

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.


    omit 5ab684e  Regen for commit 6c3e39cb1bd525fd88f168500452d87df91cdf50
     add a55d270  Removed Jenkinsfile for JDK 14
     add 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.
     add fbffe84  CAMEL-16120: Upgrade resilience4j to 1.7
     add 75a09b5  Add ignite to git ignore
     add 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.
     add a60f7ce  Add git ignore for leveldb
     add 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.
     add 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.
     add 3781799  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.
     add 97c88a4  Regen for commit 378179991f67dfdfdc63877c1bbb070955897a00

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5ab684e)
            \
             N -- N -- N   refs/heads/regen_bot (97c88a4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile.jdk14                                  | 100 ----------
 camel-dependencies/pom.xml                         |   2 +-
 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 +-
 11 files changed, 275 insertions(+), 182 deletions(-)
 delete mode 100644 Jenkinsfile.jdk14
 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%)