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 ed26e22 Fixed tests new 4e67b1e Move lifecycle api into its own api for camel context. new 094b8eb Fixed tests The 2 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: .../main/java/org/apache/camel/CamelContext.java | 44 +------- .../org/apache/camel/CamelContextLifecycle.java | 124 +++++++++++++++++++++ .../camel/impl/lw/ImmutableCamelContext.java | 2 +- .../directvm/AbstractDirectVmTestSupport.java | 8 +- .../directvm/DirectVmConsumerExpressionTest.java | 23 ++-- 5 files changed, 140 insertions(+), 61 deletions(-) create mode 100644 core/camel-api/src/main/java/org/apache/camel/CamelContextLifecycle.java