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

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


    from 28b34ab  Camel 3 migration guide: camel-rx component was removed
     new 0d6fa3f  CAMEL-14354: camel-core - Optimize unnecessary object 
allocations. EventHelper no longer create objects
     new 1a25fc8  CAMEL-14354: camel-core - Optimize unnecessary object 
allocations. ReactiveExecutor no longer creates object for callback API.
     new cc8b286  CAMEL-14354: camel-core - Optimize

The 3 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:
 .../main/java/org/apache/camel/AsyncCallback.java  |    9 +-
 .../org/apache/camel/spi/ReactiveExecutor.java     |   25 +-
 .../camel/impl/engine/DefaultReactiveExecutor.java |   14 -
 .../camel/processor/CamelInternalProcessor.java    |    2 +-
 .../apache/camel/processor/MulticastProcessor.java |    2 +-
 .../java/org/apache/camel/processor/Pipeline.java  |    2 +-
 .../processor/SharedCamelInternalProcessor.java    |    2 +-
 .../errorhandler/RedeliveryErrorHandler.java       |   10 +-
 .../java/org/apache/camel/support/EventHelper.java | 1432 +++++++++++++++++---
 .../camel/support/processor/CamelLogProcessor.java |    8 +-
 10 files changed, 1271 insertions(+), 235 deletions(-)

Reply via email to