This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5b2bdf0efbc Openstack 3.12 (#14231)
     new 5eb89c8c05b Fix visibility problems
     new 12e7338a5c1 Fix busy-wait loops
     new e0a7a34a9fa Avoid busy-loop in aggregator processor
     new 6939b4ed787 Disable busy-warning warning on shutdown strategy
     new 5f72cef67cb Fix unneeded code in ServicePool

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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(-)

Reply via email to