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:30:58 UTC

[camel] branch regen_bot updated (4cadbad9e1c -> eee48c6e043)

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 4cadbad9e1c Regen for commit ee5992f2f33116134ead28a6d3d0396ac814491f
     add f668488a05b (chores) core: removed methods that were identical to their parent methods
     add e10f5a8b5ae (chores) core: remove declared exceptions which are never thrown
     add 68122415a09 (chores) core: remove declared exceptions which are never thrown in private methods
     add 27bb983bd4b (chores) core: remove declared exceptions which are never thrown in public methods in anonymous classes
     add 28477e5680c (chores) core: remove declared exceptions which are never thrown in public static methods
     add 5c0bdead12f (chores) core: remove declared exceptions which are never thrown in private inner classes
     add eee48c6e043 Regen for commit 5c0bdead12f8bd46d24791fa551d21a744ba4ac0

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   (4cadbad9e1c)
            \
             N -- N -- N   refs/heads/regen_bot (eee48c6e043)

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/converter/stream/FileInputStreamCache.java       | 13 ++++---------
 .../org/apache/camel/support/AsyncProcessorSupport.java    |  8 --------
 .../java/org/apache/camel/support/DefaultComponent.java    | 10 ----------
 .../apache/camel/support/DefaultContextReloadStrategy.java | 10 ----------
 .../java/org/apache/camel/support/DefaultDataFormat.java   |  9 ---------
 .../java/org/apache/camel/support/DefaultEndpoint.java     | 10 ----------
 .../org/apache/camel/support/EventNotifierSupport.java     | 10 ----------
 .../main/java/org/apache/camel/support/GroupIterator.java  |  2 +-
 .../java/org/apache/camel/support/LazyStartProducer.java   | 14 +++++++-------
 .../org/apache/camel/support/PropertyBindingSupport.java   |  6 ++----
 .../main/java/org/apache/camel/support/ResourceHelper.java |  2 +-
 .../camel/support/ResourceReloadStrategySupport.java       | 11 -----------
 .../java/org/apache/camel/support/RestComponentHelper.java |  9 +++------
 .../java/org/apache/camel/support/RoutePolicySupport.java  | 10 ----------
 .../apache/camel/support/SimpleEventNotifierSupport.java   | 10 ----------
 .../camel/support/processor/ConvertBodyProcessor.java      | 10 ----------
 .../support/processor/PredicateValidatingProcessor.java    | 10 ----------
 .../camel/throttling/ThrottlingInflightRoutePolicy.java    |  2 +-
 18 files changed, 19 insertions(+), 137 deletions(-)