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/03/31 12:48:05 UTC

[camel] branch regen_bot updated (4f3fb76 -> 8ea0d20)

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 4f3fb76  Regen for commit e2bda73c4f80b98fea4a19b7ca5fcc04224ff70e
     add 5657050  CAMEL-16353: camel-main - Add @EagerClassloaded to mark classes which should be eager loaded via camel-main. This optimize to load these classes before Camel is started and otherwise would load these classes on first message processed. A maven plugin scans the code and updates the source code to keep the list of classes to eager loaded automatic up-to-date.
     add 8ea0d20  Regen for commit 56570505e003b9c9e1ab18f0b686b2ed5735854f

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   (4f3fb76)
            \
             N -- N -- N   refs/heads/regen_bot (8ea0d20)

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/impl/engine/DefaultReactiveExecutor.java       | 16 +++++++---------
 .../org/apache/camel/main/EagerClassloadedHelper.java    |  3 ++-
 2 files changed, 9 insertions(+), 10 deletions(-)