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 2021/08/04 14:51:51 UTC

[camel] branch main updated: Move class to camel-main where it belongs. Thanks Zineb for spotting my mistake

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c3b40b  Move class to camel-main where it belongs. Thanks Zineb for spotting my mistake
6c3b40b is described below

commit 6c3b40bac491b6a7704501d2ddeacbc854552113
Author: Claus Ibsen <cl...@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