Hi Jared, thanks for bringing this to our attention, I'm sure that we have more of these issues throughout the documentation.
I'm looking at the old source[1] of documentation and for whatever reason the formatting is broken there, so that could be the reason why when we migrated the page over to Asciidoc that didn't carry over. Seems to point to snippets in CamelSpringPropertyPlaceholderConfigurerTest.xml[2]. I wonder if you can see if that makes sense and update the documentation to fix this, there's a "Edit this page" link top right, that'll take you directly to the source editor on GitHub to create a pull request. The syntax to include a snippet via tags should look like this[3]. Thanks :) zoran [1] https://cwiki.apache.org/confluence/display/CAMEL/Properties [2] https://github.com/apache/camel/blob/master/components/camel-spring/src/test/resources/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurerTest.xml [3] https://github.com/apache/camel/blob/master/docs/user-manual/modules/ROOT/pages/testing.adoc#L81-L84 On Thu, Dec 10, 2020 at 6:11 PM Jared Whiklo <jwhi...@gmail.com> wrote: > > Hi, > > I'm learning how to use Camel in a Spring Boot environment and have most > everything working except properties. > > I was looking at the explanation for bridging the two here > > https://camel.apache.org/components/latest/properties-component.html#_bridging_spring_and_camel_property_placeholders > > It says: > > > To bridge Spring and Camel you must define a single bean as shown below: > > but then doesn't actually have the example. Perhaps I misunderstood the > text, but could someone give me an example of the required bean? > > cheers, > jared > > -- > Jared Whiklo > jwhi...@gmail.com > > -- Zoran Regvart