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/02/17 11:49:57 UTC

[camel] branch master updated (7d98feb -> 30ddacd)

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 7d98feb  CAMEL-14565: Add docs for missing option
     add 30ddacd  CAMEL-14580: Add option allow-adding-new-routes to not allow adding new routes at runtime which we can use to optimize camel and reduce memory footprint. Only for single JVM Camel applications.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/ExtendedCamelContext.java     | 20 ++++++++++++
 .../camel/impl/engine/AbstractCamelContext.java    | 30 +++++++++++++++++
 .../camel/impl/AbstractModelCamelContext.java      |  9 +++++
 .../org/apache/camel/impl/DefaultCamelContext.java |  8 ++++-
 .../org/apache/camel/reifier/ProcessorReifier.java |  9 +++++
 .../camel/main/DefaultConfigurationConfigurer.java | 10 +++---
 .../camel/main/DefaultConfigurationProperties.java | 38 ++++++++++++++++++++++
 .../src/main/java/org/apache/camel/main/Main.java  |  1 +
 8 files changed, 120 insertions(+), 5 deletions(-)