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 2023/02/22 18:40:23 UTC

[camel] branch CAMEL-18988/fix-leaks updated (fb9828bd865 -> acdd11ebd5b)

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

nfilotto pushed a change to branch CAMEL-18988/fix-leaks
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard fb9828bd865 CAMEL-18988: Add JVM options to get a Thread and heap dump on OOME
 discard b28d3198657 CAMEL-18988: Release the instances of DefaultCamelContext
 discard 9d0da519cd2 CAMEL-18988: Set log level to info
     add 122c55602b6 CAMEL-18988: Restore the log level to info
     add ddab1f1c511 CAMEL-18988: Release the instances of DefaultCamelContext
     add acdd11ebd5b CAMEL-18988: Add JVM options to get a Thread and heap dump on OOME

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   (fb9828bd865)
            \
             N -- N -- N   refs/heads/CAMEL-18988/fix-leaks (acdd11ebd5b)

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:
 .../java/org/apache/camel/builder/ExchangeBuilderTest.java | 14 +++++++-------
 .../event/EventNotifierServiceStoppingFailedEventTest.java |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)