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


The following commit(s) were added to refs/heads/master by this push:
     new 30e82ab  Update migration guide
30e82ab is described below

commit 30e82ab4a56e80578b0929fe39056e5656b962aa
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Oct 2 10:18:55 2019 +0200

    Update migration guide
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 3 ++-
 1 file changed, 2 insertions(+), 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 463c92e..2d9520a 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
@@ -94,7 +94,8 @@ The properties component will now use OS environment 
variables as preferred valu
 
 The `properties` component no longer support using endpoints, such as 
`properties:myKey`. The properties component is now only a property placeholder 
service.
 You can therefore no longer lookup the properties component via 
`camelContext.getComponent("properties")`.
-Instead you can use `camelContext.getPropertiesComponent()`.
+Instead you can use `camelContext.getPropertiesComponent()`, which also 
returns an interface of the properties component as 
`org.apache.camel.spi.PropertiesComponent`.
+The implementation is still named 
`org.apache.camel.component.properties.PropertiesComponent`, however it should 
rarely be used, as you should favour using the interface instead.
 
 
 === Removed components

Reply via email to