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/11/07 10:04:32 UTC

[camel] branch regen_bot updated (4e79c5b -> 0a94e0f)

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 4e79c5b  Generated configurer special handling for camel-main so we can use them only during bootstrap. Removed need for ALL_OPTIONS in almost all configurers.
     add 7e3059c  Polished
     add ba757ce  camel-core - Favour static logger
     add 0a94e0f  camel-core - Optimize to avoid lambda classes in base engine to reduce memory and reduce classes loaded.

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/engine/SimpleCamelContext.java      | 216 +++++++++++++--------
 .../org/apache/camel/reifier/AggregateReifier.java |   6 +-
 .../java/org/apache/camel/reifier/LogReifier.java  |  10 +-
 .../org/apache/camel/reifier/ProcessorReifier.java |  27 ++-
 .../org/apache/camel/reifier/RouteReifier.java     |  28 +--
 .../org/apache/camel/reifier/ThreadsReifier.java   |   1 -
 .../reifier/dataformat/DataFormatReifier.java      |   4 +-
 .../reifier/errorhandler/ErrorHandlerReifier.java  |  10 +-
 .../camel/reifier/language/ExpressionReifier.java  |   6 +-
 .../reifier/loadbalancer/LoadBalancerReifier.java  |   4 +-
 .../reifier/transformer/TransformerReifier.java    |   4 +-
 .../camel/reifier/validator/ValidatorReifier.java  |   4 +-
 12 files changed, 187 insertions(+), 133 deletions(-)