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 8c2136f  Updating Shiro to 1.7.0
     add 63cacb5  CAMEL-15784: camel-core - Optimize with bootstrap configurer 
resolver.
     add 45237ce  CAMEL-15784: camel-core - Optimize with bootstrap configurer 
resolver.
     add c99cee6  CAMEL-15784: camel-core - Optimize eager vs standard service 
on bootstrap and remove annoying test.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/ExtendedCamelContext.java     | 20 ++++++
 .../org/apache/camel/spi/ConfigurerResolver.java   |  2 +
 .../camel/impl/engine/AbstractCamelContext.java    | 77 ++++++++++++++--------
 ...inder.java => BootstrapConfigurerResolver.java} | 25 +++----
 .../camel/impl/engine/BootstrapFactoryFinder.java  | 19 ++++--
 .../impl/engine/DefaultConfigurerResolver.java     | 10 ++-
 .../camel/impl/engine/DefaultFactoryFinder.java    |  2 +-
 .../engine/DefaultServiceBootstrapCloseable.java   | 13 ++++
 .../camel/impl/engine/SimpleCamelContext.java      |  2 +-
 .../camel/impl/ExtendedCamelContextConfigurer.java | 10 +++
 .../camel/impl/lw/LightweightCamelContext.java     | 15 +++++
 .../impl/lw/LightweightRuntimeCamelContext.java    | 15 +++++
 .../camel/impl/MultipleLifecycleStrategyTest.java  | 64 ------------------
 .../org/apache/camel/main/BaseMainSupport.java     | 12 ++--
 .../java/org/apache/camel/main/MainHelper.java     |  4 +-
 15 files changed, 170 insertions(+), 120 deletions(-)
 copy 
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/{BootstrapFactoryFinder.java
 => BootstrapConfigurerResolver.java} (60%)
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/impl/MultipleLifecycleStrategyTest.java

Reply via email to