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

davsclaus pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new dbfc663  Polish and cleanup documentation
dbfc663 is described below

commit dbfc663875f5d88df9a897ff0540ecb928c7d980
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Aug 18 18:20:04 2021 +0200

    Polish and cleanup documentation
---
 core/camel-base/src/main/docs/properties-component.adoc      | 7 -------
 docs/components/modules/ROOT/pages/properties-component.adoc | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/core/camel-base/src/main/docs/properties-component.adoc 
b/core/camel-base/src/main/docs/properties-component.adoc
index f3f0488..dc28abf 100644
--- a/core/camel-base/src/main/docs/properties-component.adoc
+++ b/core/camel-base/src/main/docs/properties-component.adoc
@@ -45,13 +45,6 @@ Camel now provides a new `PropertiesComponent` in 
*camel-core* which
 allows you to use property placeholders when defining Camel
 Endpoint URIs.
 
-This works much like you would do if using Spring's
-`<property-placeholder>` tag. However Spring have a limitation which
-prevents 3rd party frameworks to leverage Spring property placeholders
-to the fullest. See more at
-xref:manual:faq:how-do-i-use-spring-property-placeholder-with-camel-xml.adoc[How
 do
-I use Spring Property Placeholder with Camel XML].
-
 [TIP]
 **Bridging Spring and Camel property placeholders** +
 You can bridge the Spring property placeholder
diff --git a/docs/components/modules/ROOT/pages/properties-component.adoc 
b/docs/components/modules/ROOT/pages/properties-component.adoc
index 7a935b2..ba47e5d 100644
--- a/docs/components/modules/ROOT/pages/properties-component.adoc
+++ b/docs/components/modules/ROOT/pages/properties-component.adoc
@@ -47,13 +47,6 @@ Camel now provides a new `PropertiesComponent` in 
*camel-core* which
 allows you to use property placeholders when defining Camel
 Endpoint URIs.
 
-This works much like you would do if using Spring's
-`<property-placeholder>` tag. However Spring have a limitation which
-prevents 3rd party frameworks to leverage Spring property placeholders
-to the fullest. See more at
-xref:manual:faq:how-do-i-use-spring-property-placeholder-with-camel-xml.adoc[How
 do
-I use Spring Property Placeholder with Camel XML].
-
 [TIP]
 **Bridging Spring and Camel property placeholders** +
 You can bridge the Spring property placeholder

Reply via email to