This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.11.x by this push: new 6f6fced Move class to camel-main where it belongs. Thanks Zineb for spotting my mistake 6f6fced is described below commit 6f6fcedc573747b51439dec85f6eb951dcbdca94 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Aug 4 16:50:50 2021 +0200 Move class to camel-main where it belongs. Thanks Zineb for spotting my mistake --- .../main/java/org/apache/camel/main/MainAutowiredLifecycleStrategy.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/core/camel-base-engine/src/main/java/org/apache/camel/main/MainAutowiredLifecycleStrategy.java b/core/camel-main/src/main/java/org/apache/camel/main/MainAutowiredLifecycleStrategy.java similarity index 100% rename from core/camel-base-engine/src/main/java/org/apache/camel/main/MainAutowiredLifecycleStrategy.java rename to core/camel-main/src/main/java/org/apache/camel/main/MainAutowiredLifecycleStrategy.java