This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push:
new ea65d0b Polish and cleanup documentation
ea65d0b is described below
commit ea65d0b80802c0d9c29ba748e5ddc1d9cc08a7ab
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 18 18:21:45 2021 +0200
Polish and cleanup documentation
---
.../src/main/docs/modules/ROOT/pages/properties-component.adoc | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/camel-core/src/main/docs/modules/ROOT/pages/properties-component.adoc
b/camel-core/src/main/docs/modules/ROOT/pages/properties-component.adoc
index 5a65bf3..25a1373 100644
--- a/camel-core/src/main/docs/modules/ROOT/pages/properties-component.adoc
+++ b/camel-core/src/main/docs/modules/ROOT/pages/properties-component.adoc
@@ -98,13 +98,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:latest@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**