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 2023/06/09 15:07:10 UTC

[camel] branch regen_bot updated (fc06eb1f26a -> 362426c8055)

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 fc06eb1f26a Regen for commit dc9cc3094487b44e59ffb9500e56aaac0596e1fc
     add 23b12352df2 incremental-build - Exit when any command fails
     add a0cfe7e7918 incremental-build - Reduce timeout
     add 2a008aab585 (chores) core: downgrade fields to local variables when possible
     add ee5992f2f33 (chores) core: removed unused code
     add f668488a05b (chores) core: removed methods that were identical to their parent methods
     add 362426c8055 Regen for commit f668488a05b902fe22301449e78d0c4e4a28b3e7

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   (fc06eb1f26a)
            \
             N -- N -- N   refs/heads/regen_bot (362426c8055)

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:
 .../actions/incremental-build/incremental-build.sh |  4 +++-
 .../camel/language/csimple/CSimpleHelper.java      |  2 +-
 .../camel/support/AsyncProcessorSupport.java       |  8 --------
 .../org/apache/camel/support/DefaultComponent.java | 10 ----------
 .../support/DefaultContextReloadStrategy.java      | 10 ----------
 .../apache/camel/support/DefaultDataFormat.java    |  9 ---------
 .../org/apache/camel/support/DefaultEndpoint.java  | 10 ----------
 .../apache/camel/support/EventNotifierSupport.java | 10 ----------
 .../org/apache/camel/support/GroupIterator.java    | 23 +---------------------
 .../support/ResourceReloadStrategySupport.java     | 11 -----------
 .../apache/camel/support/RoutePolicySupport.java   | 10 ----------
 .../camel/support/SimpleEventNotifierSupport.java  | 10 ----------
 .../camel/support/builder/ExpressionBuilder.java   | 14 +++++--------
 .../camel/support/cache/EventNotifierCallback.java |  5 ++---
 .../support/processor/ConvertBodyProcessor.java    | 10 ----------
 .../processor/PredicateValidatingProcessor.java    | 10 ----------
 16 files changed, 12 insertions(+), 144 deletions(-)