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 14:37:12 UTC

[camel] branch regen_bot updated (d7344fa7ef0 -> 72870d372f8)

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 d7344fa7ef0 Regen for commit 8836ab1da2a3e6a28e96232c942e87aa24cf980e
     add dc9cc309448 CAMEL-19381: camel-jbang - Fix detecting custom camel versions
     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 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 76ebc81f9b1 (chores) core: cleanup duplicated code
     add ce527ad5ce7 (chores) core: list containsAll may perform poorly
     add 72870d372f8 Regen for commit 739d4df9864cd2308778efcfcb2aa833aa455aab

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   (d7344fa7ef0)
            \
             N -- N -- N   refs/heads/regen_bot (72870d372f8)

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 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 9528 +++++++++++++-------
 .../camel/language/csimple/CSimpleHelper.java      |    2 +-
 .../converter/stream/FileInputStreamCache.java     |   13 +-
 .../camel/support/AsyncProcessorSupport.java       |    8 -
 .../apache/camel/support/CamelContextHelper.java   |   95 +-
 .../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    |   24 +-
 .../apache/camel/support/LazyStartProducer.java    |   14 +-
 .../camel/support/PropertyBindingSupport.java      |    6 +-
 .../org/apache/camel/support/ResourceHelper.java   |    2 +-
 .../support/ResourceReloadStrategySupport.java     |   11 -
 .../apache/camel/support/RestComponentHelper.java  |    9 +-
 .../apache/camel/support/RoutePolicySupport.java   |   10 -
 .../camel/support/SimpleEventNotifierSupport.java  |   10 -
 .../camel/support/builder/ExpressionBuilder.java   |   14 +-
 .../camel/support/cache/EventNotifierCallback.java |    5 +-
 .../camel/support/component/ApiMethodHelper.java   |   10 +-
 .../support/processor/ConvertBodyProcessor.java    |   10 -
 .../processor/PredicateValidatingProcessor.java    |   10 -
 .../idempotent/FileIdempotentRepository.java       |    2 +-
 .../throttling/ThrottlingInflightRoutePolicy.java  |    2 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |    2 +-
 27 files changed, 6450 insertions(+), 3390 deletions(-)