You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/08/20 15:14:50 UTC

[GitHub] [camel] lburgazzoli commented on a change in pull request #4109: Lifecycle enhancements

lburgazzoli commented on a change in pull request #4109:
URL: https://github.com/apache/camel/pull/4109#discussion_r474060977



##########
File path: core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
##########
@@ -2757,6 +2810,7 @@ protected void doStartCamel() throws Exception {
         ServiceHelper.startService(lifecycleStrategies);
         for (LifecycleStrategy strategy : lifecycleStrategies) {
             try {
+                strategy.onContextStarting(this);
                 strategy.onContextStart(this);

Review comment:
       yes the old name is `onContextStart` and I have deprecated it




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org