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 2020/10/26 09:55:32 UTC

[camel] branch regen_bot updated (e8729ec -> 35fa19f)

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 e8729ec  CAMEL-15753: camel-core - Modularize and move internal processors into their own factory.
     add 35fa19f  CAMEL-15753: camel-core - Modularize and move internal processors into their own factory

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/seda/SedaEndpoint.java |  9 ++-------
 .../java/org/apache/camel/spi/ProcessorFactory.java   |  6 ++----
 .../impl/engine/DefaultFluentProducerTemplate.java    |  4 +---
 .../camel/impl/engine/DefaultProducerTemplate.java    |  5 +----
 .../camel/impl/cloud/DefaultServiceCallProcessor.java |  8 +-------
 .../camel/processor/DefaultProcessorFactory.java      | 19 ++++++++-----------
 .../apache/camel/support/TypedProcessorFactory.java   |  7 ++++---
 7 files changed, 19 insertions(+), 39 deletions(-)