This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2c1609f8311eeef203496ec2294b1a6bfae5f09c Author: Claus Ibsen <[email protected]> AuthorDate: Tue Mar 24 17:40:24 2020 +0100 CAMEL-14776: Update upg guide --- .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc index 2eee31a..90e5f3d 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc @@ -813,7 +813,16 @@ from("timer:foo?period=5000") === Main in camel-spring -The `org.apache.camel.spring.Main` class has been moved out of `camel-spring` JAR into its own JAR named `camel-spring-main`. +The `org.apache.camel.spring.Main` class has been moved out of `camel-spring` JAR into its own +JAR named `camel-spring-main`. + +=== Main in camel-test-blueprint + +The `org.apache.camel.test.blueprint.Main` class has been renamed to `org.apache.camel.test.blueprint.Main` +and moved into its own `camel-test-blueprint` JAR. + +To use the camel-maven-plugin goal `camel:run` with OSGi plugin, you now need to add the following dependency +to the classpath `org.apache.camel.karaf:camel-blueprint-main`. === API changes
