This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit be74b817b7ad33b9839873cdb118931056ce18b4 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 5 11:33:37 2018 +0100 Fixed using OSGI blueprint with camel docs --- docs/user-manual/en/using-osgi-blueprint-with-camel.adoc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/user-manual/en/using-osgi-blueprint-with-camel.adoc b/docs/user-manual/en/using-osgi-blueprint-with-camel.adoc index 605d384..d3d9864 100644 --- a/docs/user-manual/en/using-osgi-blueprint-with-camel.adoc +++ b/docs/user-manual/en/using-osgi-blueprint-with-camel.adoc @@ -1,6 +1,5 @@ [[UsingOSGiblueprintwithCamel-UsingOSGiblueprintwithCamel]] -Using OSGi blueprint with Camel -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +=== Using OSGi blueprint with Camel *Available as of Camel 2.4* @@ -12,8 +11,7 @@ implementation, which is the one used by http://karaf.apache.org[Apache Karaf]. [[UsingOSGiblueprintwithCamel-Overview]] -Overview -^^^^^^^^ +==== Overview The XML schema is mostly the same as the one for Spring, so all the xml snippets throughout the documentation referring to Spring XML also apply @@ -49,11 +47,10 @@ packages that are imported by your bundle * no startup ordering issue with respect to the custom namespaces and your bundles * you can use Blueprint property placeholders, see more at -Using PropertyPlaceholder +link:using-propertyplaceholder.html[Using PropertyPlaceholder] [[UsingOSGiblueprintwithCamel-Usingcamel-blueprint]] -Using camel-blueprint -^^^^^^^^^^^^^^^^^^^^^ +==== Using camel-blueprint To leverage camel-blueprint in OSGi, you only need the Aries Blueprint bundle and the camel-blueprint bundle, in addition to camel-core and its