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 2022/06/27 10:53:51 UTC

[camel] branch regen_bot updated (ed47696d1a2 -> 3bd6158823d)

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


 discard ed47696d1a2 Regen for commit 036a1feb0349043a49738ced42802a3c6b955e26
     add d1604ed8300 CAMEL-18171: camel-kubernetes - Add secret/configmap property placeholder function.
     add 39c294e5ab2 Fixed potential NPE in shutdown strategy
     add 73f1292993b CAMEL-18232: camel-core - Invalid ThreadName pattern using default thread pattern on some JDKs
     add 821adb8cc12 CAMEL-18232: camel-core - Invalid ThreadName pattern using default thread pattern on some JDKs
     add 3bd6158823d Regen for commit 821adb8cc121dfdace94f20bf36346dbfb51b6bb

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   (ed47696d1a2)
            \
             N -- N -- N   refs/heads/regen_bot (3bd6158823d)

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:
 .../properties/BasePropertiesFunction.java          | 13 +++++++++----
 .../camel/impl/engine/DefaultShutdownStrategy.java  |  9 ++++++++-
 .../impl/DefaultExecutorServiceManagerTest.java     |  2 +-
 .../apache/camel/util/concurrent/ThreadHelper.java  | 21 +++++++++++++++++----
 4 files changed, 35 insertions(+), 10 deletions(-)