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 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. new 7e3059c Polished new ba757ce camel-core - Favour static logger new 0a94e0f camel-core - Optimize to avoid lambda classes in base engine to reduce memory and reduce classes loaded. 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: .../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(-)