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
from 5b2bdf0efbc Openstack 3.12 (#14231)
add 5eb89c8c05b Fix visibility problems
add 12e7338a5c1 Fix busy-wait loops
add e0a7a34a9fa Avoid busy-loop in aggregator processor
add 6939b4ed787 Disable busy-warning warning on shutdown strategy
add 5f72cef67cb Fix unneeded code in ServicePool
No new revisions were added by this update.
Summary of changes:
.../camel/impl/engine/DefaultShutdownStrategy.java | 3 ++
.../camel/impl/engine/DurationRoutePolicy.java | 2 +-
.../camel/impl/converter/CachingInjector.java | 2 +-
.../camel/model/dataformat/FhirDataformat.java | 2 +-
.../dataformat/UniVocityAbstractDataFormat.java | 2 +-
.../camel/model/language/ExpressionDefinition.java | 2 +-
.../model/language/NamespaceAwareExpression.java | 2 +-
.../processor/ConcurrentRequestsThrottler.java | 2 +-
.../apache/camel/processor/StreamResequencer.java | 18 ++++----
.../camel/processor/TotalRequestsThrottler.java | 2 +-
.../processor/aggregate/AggregateProcessor.java | 52 ++++++++++++++++++++--
.../errorhandler/RedeliveryErrorHandler.java | 1 +
.../processor/resequencer/ResequencerEngine.java | 49 +++++++++++++++++++-
.../org/apache/camel/main/PropertyOptionKey.java | 4 +-
.../apache/camel/support/cache/ServicePool.java | 41 +----------------
.../java/org/apache/camel/xml/in/BaseParser.java | 6 +--
16 files changed, 124 insertions(+), 66 deletions(-)