You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/11/04 09:33:49 UTC

[camel] branch master updated (d6f0f9d -> d47d974)

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 d6f0f9d  camel-jcache - Should init key expression in jcache policy.
     add d47d974  CAMEL-15802: camel-core - Optimize lightweight to unref all models

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/ExtendedCamelContext.java     |   7 +
 .../camel/impl/engine/AbstractCamelContext.java    |   6 +-
 .../org/apache/camel/impl/engine/DefaultRoute.java |   4 -
 .../camel/impl/engine/SimpleCamelContext.java      |   5 +
 .../org/apache/camel/impl/DefaultCamelContext.java | 323 ++++++++++++++++-----
 .../camel/impl/lw/LightweightCamelContext.java     |  24 +-
 .../impl/lw/LightweightRuntimeCamelContext.java    |   5 +
 7 files changed, 272 insertions(+), 102 deletions(-)