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 7d5e4fd  Update camel-3-migration-guide.adoc
7d5e4fd is described below

commit 7d5e4fd194644160ec4106b94bdc70c0876993d5
Author: Matej Melko <[email protected]>
AuthorDate: Thu May 7 15:12:43 2020 +0200

    Update camel-3-migration-guide.adoc
    
    Adding also `getCamelContexts` method that has been removed too and it's 
accessible.
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
index 0a554c2..a58e8b9 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
@@ -392,7 +392,7 @@ and in XML:
 
 === Main class
 
-The `Main` class from `camel-core`, `camel-spring` and `camel-cdi` has been 
modified to only support a single `CamelContext` which was really its 
intention, but there was some old crufty code for multiple Camels. The method 
`getCamelContextMap` has been removed, and there is just a `getCamelContext` 
method now.
+The `Main` class from `camel-core`, `camel-spring` and `camel-cdi` has been 
modified to only support a single `CamelContext` which was really its 
intention, but there was some old crufty code for multiple Camels. The methods 
`getCamelContextMap` and `getCamelContexts` have been removed, and there is 
just a `getCamelContext` method now.
 
 === POJO annotations
 

Reply via email to