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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f70b2e  update migration guide
7f70b2e is described below

commit 7f70b2ea88e0e835e3227fa4de727d3f7d2ba5d2
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Aug 22 13:43:26 2019 +0200

    update migration guide
---
 MIGRATION.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index 6e68b5b..680b032 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -65,7 +65,8 @@ Multiple CamelContexts per application not supported
 ----------------------------------------------------
 
 Support for multiple CamelContext's has been removed/deprecated and only 1 
CamelContext per deployment is supported.
-The latter was not recommended anyway and was also not 100% implemented (for 
example in camel-cdi). For Camel 3 only 1 CamelContext per deployment is 
recommended and supported.
+The latter was not recommended anyway and was also not 100% implemented (for 
example in camel-cdi). 
+For Camel 3 only 1 CamelContext per deployment is recommended and supported.
 
 The `context` attribute on the various Camel annotations such as 
`@EndpointInject`, `@Produce`, `@Consume` etc has therefore been removed.
 

Reply via email to