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

jpoth 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 9afc6ed  Website: Camel3 migration guide: fixup JndiRegistry section
9afc6ed is described below

commit 9afc6ed3297c707d7e3b2b4c56a0a2fdf0634dfd
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Mon May 4 13:38:57 2020 +0200

    Website: Camel3 migration guide: fixup JndiRegistry section
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 5bc878e..7d764e0 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
@@ -564,9 +564,9 @@ should be rewritten as:
 
 == Upgrading Camel 3.1 to 3.2
 
-```=== JndiRegistry
+=== JndiRegistry
 
-The deprecated class `org.apache.camel.impl.JndiRegistry` was removed. 
`org.apache.camel.support.jndi.JndiBeanRepository` should be used instead.
+The deprecated class `org.apache.camel.impl.JndiRegistry` has been removed. 
The class `org.apache.camel.support.jndi.JndiBeanRepository` located in 
`org.apache.camel:camel-support` should be used instead.
 
 === Rest Configuration
 

Reply via email to