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/08/17 11:08:19 UTC

[camel] branch regen_bot updated (2564aa21420 -> 000a2cd92d0)

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 2564aa21420 CAMEL-19748: fixed catching Throwables in camel-support (#11137)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (000a2cd92d0)
            \
             O -- O -- O   (2564aa21420)

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/support/AsyncProcessorConverterHelper.java   |  2 +-
 .../org/apache/camel/support/DefaultTimeoutMap.java    |  4 ++--
 .../java/org/apache/camel/support/LRUCacheFactory.java |  2 +-
 .../org/apache/camel/support/LazyStartProducer.java    |  2 +-
 .../apache/camel/support/LoggingExceptionHandler.java  |  2 +-
 .../java/org/apache/camel/support/MessageHelper.java   | 18 +++++++++---------
 .../apache/camel/support/ScheduledPollConsumer.java    |  7 +++++--
 .../java/org/apache/camel/support/SimpleRegistry.java  |  2 +-
 .../org/apache/camel/support/SupplierRegistry.java     |  2 +-
 .../org/apache/camel/support/TimerListenerManager.java |  2 +-
 .../org/apache/camel/support/UnitOfWorkHelper.java     |  4 ++--
 .../camel/support/cache/DefaultConsumerCache.java      |  2 +-
 .../camel/support/cache/DefaultProducerCache.java      | 12 ++++++------
 .../camel/support/component/AbstractApiConsumer.java   |  2 +-
 .../camel/support/component/AbstractApiProducer.java   |  2 +-
 .../camel/support/component/ApiMethodHelper.java       |  2 +-
 .../apache/camel/support/jndi/JndiBeanRepository.java  |  2 +-
 .../camel/support/processor/CamelLogProcessor.java     |  2 +-
 .../camel/support/processor/DelegateSyncProcessor.java |  4 ++--
 .../camel/support/processor/MarshalProcessor.java      |  2 +-
 .../camel/support/processor/UnmarshalProcessor.java    |  2 +-
 21 files changed, 41 insertions(+), 38 deletions(-)