You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/11/29 13:37:52 UTC

[camel] branch CAMEL-18764/fix-regressions-and-add-test-case updated (de0977d51dd -> 2cf8484c703)

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

nfilotto pushed a change to branch CAMEL-18764/fix-regressions-and-add-test-case
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard de0977d51dd CAMEL-18764: camel-core - Add unit test and fix regressions
     add c8356ddce83 Upgrade Hazelcast to version 5.2.1
     add 42857ead629 Sync deps
     add 56c6a0bf74b Upgrade Optaplanner to version 8.31.0.Final
     add 692c64d72da Sync deps
     add 023e3f5e3d2 Upgrade Undertow to version 2.2.21.Final
     add 6789dd20cc9 Sync deps
     add 39717d73a86 CAMEL-18772: camel-jbang - Fix run from gist causes long name that can lead to JMX MBean error.
     add 2cf8484c703 CAMEL-18764: camel-core - Add unit test and fix regressions

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   (de0977d51dd)
            \
             N -- N -- N   refs/heads/CAMEL-18764/fix-regressions-and-add-test-case (2cf8484c703)

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:
 camel-dependencies/pom.xml                              |  6 +++---
 ...t.java => CamelTestSupportOneContextForAllTest.java} | 17 +++++------------
 .../java/org/apache/camel/builder/RouteBuilder.java     |  7 +++++--
 .../org/apache/camel/dsl/jbang/core/commands/Run.java   |  4 ++++
 parent/pom.xml                                          |  6 +++---
 5 files changed, 20 insertions(+), 20 deletions(-)
 rename components/camel-test/camel-test-junit5/src/test/java/org/apache/camel/test/junit5/{CamelTestSupporOneContextForAllTest.java => CamelTestSupportOneContextForAllTest.java} (86%)