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 f335870 camel-schematron: Correct duplicated id in sch-messages-fr.xhtml. new 773c8f6 Polished new 11d4eab CAMEL-14354: camel-core optimize. Lets use a inner class for the after task instead of lambda so we have nicer strackrrace and can better understand them. new 2a74c86 CAMEL-14354: camel-core - Optimize to reduce calling method in critical path new 8560972 CAMEL-14354: camel-core - Optimize pipeline to have work in run method insted of doProcess new d7241e1 CAMEL-14354: camel-core - Optimize to reduce calling method in critical path 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/DefaultRouteContext.java | 6 +- .../camel/processor/CamelInternalProcessor.java | 124 ++++++++++++--------- .../java/org/apache/camel/processor/Pipeline.java | 65 +++++------ 3 files changed, 103 insertions(+), 92 deletions(-)