Modified: websites/production/camel/content/camel-jboss.html
==============================================================================
--- websites/production/camel/content/camel-jboss.html (original)
+++ websites/production/camel/content/camel-jboss.html Thu Sep 14 19:25:46 2017
@@ -117,7 +117,7 @@ One exception is if you are using <a sha
 <p>When using Spring XML its just a matter of defining a spring bean with the 
JBoss class resolver as shown:</p>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
    &lt;bean id=&quot;jbossResolver&quot; 
class=&quot;org.apacheextras.camel.jboss.JBossPackageScanClassResolver&quot;/&gt;
 
   &lt;camelContext id=&quot;camel&quot; 
xmlns=&quot;http://camel.apache.org/schema/spring&quot;&gt;
@@ -131,7 +131,7 @@ One exception is if you are using <a sha
 
 <p>The <a shape="rect" class="external-link" 
href="http://camel-extra.googlecode.com/"; rel="nofollow">Camel Extra</a> 
project was moved to an official associated Apache site and as part of the 
migration the package names in the source code must not use 
<code>org.apache</code> so we renamed the packages as shown above. But <em>if 
you are using the <strong>older</strong> versions of the JAR files</em> then 
you need to use as shown below:</p>
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
    &lt;bean id=&quot;jbossResolver&quot; 
class=&quot;org.apache.camel.jboss.JBossPackageScanClassResolver&quot;/&gt;
 ]]></script>
 </div></div>

Modified: websites/production/camel/content/camel-maven-archetypes.html
==============================================================================
--- websites/production/camel/content/camel-maven-archetypes.html (original)
+++ websites/production/camel/content/camel-maven-archetypes.html Thu Sep 14 
19:25:46 2017
@@ -86,7 +86,7 @@
         <tr>
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h2 
id="CamelMavenArchetypes-CamelMavenArchetypes">Camel Maven 
Archetypes</h2><p>Camel is distributed with the following archetypes for Maven 
end users.</p><h3 id="CamelMavenArchetypes-ArchetypeSupported">Archetype 
Supported</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Archetype</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>camel-archetype-activemq</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>This archetype is used to 
create a new Maven project for Camel routes with Apache ActiveMQ 
embedded.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-blueprint</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.8:</strong> This archetype 
is used to create a new Maven project for Camel routes to be running in OSGi 
 using Blueprint.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-component</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>This archetype is used for creating a new 
Maven project for Camel <a shape="rect" href="components.html">Components</a>. 
Use this if there is a component missing in Camel that you want to create 
yourself.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">camel-archetype-cdi</td><td colspan="1" rowspan="1" 
class="confluenceTd"><strong>Camel 2.16:</strong> This archetype is used to 
create a new Maven project for Camel routes <span style="line-height: 
1.4285715;">in the Java Container using CDI to configure components, 
</span><span style="line-height: 1.4285715;">endpoints and 
beans</span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-<s>component-scala</s></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><s><strong>Deprecated. Camel 
2.10:</strong> This ar
 chetype is used for creating a new Maven project for Camel <a shape="rect" 
href="components.html">Components</a> using Scala. Use this if there is a 
component missing in Camel that you want to create yourself. Deprecated to be 
removed in Camel 2.16 onwards.</s></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><s>camel-archetype-cxf-code-first-blueprint</s></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><s><strong>Deprecated. Camel 
2.12.2:</strong> This archetype is used creating a new Maven project for Camel 
with <a shape="rect" href="cxf.html">CXF</a> exposing a web service using 
code-first style. This project is for OSGi Blueprint containers. 
<strong>Removed</strong><span> from Camel 2.18 
onwards.</span></s></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><s>camel-archetype-cxf-contract-first-blueprint</s></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><s><strong>Deprecated. Camel 
2.12.1:</strong> This archetype is
  used creating a new Maven project for Camel with <a shape="rect" 
href="cxf.html">CXF</a> exposing a web service using contract-first style. This 
project is for OSGi Blueprint containers. <strong>Removed</strong> from Camel 
2.18 onwards.</s></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-dataformat</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.9:</strong> This archetype 
is used for creating a new Maven project for Camel <a shape="rect" 
href="data-format.html">Data Format</a>s. Use this if there is a data format 
missing in Camel that you want to create yourself.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-groovy</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.11:</strong> This archetype 
is used to create a new Maven project for Camel using Groovy 
DSL.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-java</p></td><
 td colspan="1" rowspan="1" class="confluenceTd"><p>This archetype is used to 
create a new Maven project for Camel routes using Java 
DSL.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-scala</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>This archetype is used to create a new 
Maven projects for building Camel routes in the <a shape="rect" 
href="scala-dsl.html">Scala DSL</a>.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">camel-archetype-scr</td><td colspan="1" 
rowspan="1" class="confluenceTd">This archetype is used to create a new Maven 
project for building Camel routes using OSGI SCR Declarative 
Services</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-spring</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>This archetype is used to create a new 
Maven project for Camel routes using Spring XML.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">camel-archety
 pe-spring-boot</td><td colspan="1" rowspan="1" 
class="confluenceTd"><strong>Camel 2.16:</strong> This archetype is used to 
create a new Maven project for Camel routes using Spring Boot.</td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-spring-dm</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.8:</strong> This archetype 
is used to create a new Maven project for Camel routes to be running in OSGi 
using Spring DM.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><s>camel-archetype-war</s></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><s><strong>Deprecated Camel 2.6 or 
older:</strong> This archetype is used to create a new Camel project that 
deploys the <a shape="rect" href="web-console.html">Camel Web Console, REST 
API</a>, and your routes as a <a shape="rect" class="external-link" 
href="http://en.wikipedia.org/wiki/Sun_WAR_(file_format)" 
rel="nofollow">WAR</a> file.</s></p></td></tr><tr><td co
 lspan="1" rowspan="1" 
class="confluenceTd"><p><s>camel-archetype-webconsole</s></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><s><strong><strong>Deprecated</strong> Camel 
2.7:</strong> This archetype is used to create a new Camel project that deploys 
the <a shape="rect" href="web-console.html">Camel Web Console, REST API</a>, 
and your routes as a <a shape="rect" class="external-link" 
href="http://en.wikipedia.org/wiki/Sun_WAR_(file_format)" 
rel="nofollow">WAR</a> file.</s></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>camel-archetype-web</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><strong>Camel 2.7:</strong> This archetype is used to 
create a new Camel project that deploys Camel Routes using Spring or Java DSL 
as a <a shape="rect" class="external-link" 
href="http://en.wikipedia.org/wiki/Sun_WAR_(file_format)" 
rel="nofollow">WAR</a> file.</p></td></tr></tbody></table></div><p>The maven 
coordinates for these archetypes is the follow
 ing:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[  
&lt;groupId&gt;org.apache.camel.archetypes&lt;/groupId&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[  
&lt;groupId&gt;org.apache.camel.archetypes&lt;/groupId&gt;
   &lt;artifactId&gt;${archetype-name}&lt;/artifactId&gt;
   &lt;version&gt;${camel-version}&lt;/version&gt;
 ]]></script>

Modified: websites/production/camel/content/camel-run-maven-goal.html
==============================================================================
--- websites/production/camel/content/camel-run-maven-goal.html (original)
+++ websites/production/camel/content/camel-run-maven-goal.html Thu Sep 14 
19:25:46 2017
@@ -96,7 +96,7 @@ mvn camel:run
 <script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[OSGI-INF/blueprint/*.xml
 ]]></script>
 </div></div><p>You would need to configure the camel:run plugin to use 
blueprint, by setting useBlueprint to true as shown below</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
         &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
         &lt;artifactId&gt;camel-maven-plugin&lt;/artifactId&gt;
         &lt;configuration&gt;
@@ -105,7 +105,7 @@ mvn camel:run
       &lt;/plugin&gt;    
 ]]></script>
 </div></div><p>This allows you to boot up any Blueprint services you wish - 
whether they are Camel-related, or any other 
Blueprint.</p><p>From&#160;<strong>Camel 2.17</strong> onwards the camel:run 
goal is able to auto detect if camel-blueprint is on the classpath or there is 
blueprint XML files in the project, and therefore you no longer have to 
configure the useBlueprint option.</p><div class="confluence-information-macro 
confluence-information-macro-information"><p class="title">Using limited 
Blueprint container</p><span class="aui-icon aui-icon-small aui-iconfont-info 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>We use the <a shape="rect" 
class="external-link" href="https://code.google.com/p/pojosr/"; 
rel="nofollow">PojoSR project</a> as the blueprint container. This project is 
not a full fledged blueprint container. For that you can use <a shape="rect" 
class="external-link" href="http://karaf.apache.org/";>Apache Karaf</a> or <a 
shap
 e="rect" class="external-link" href="http://servicemix.apache.org/";>Apache 
ServiceMix</a>.</p><p>In <strong>Camel 2.15.3</strong> and later, we use <a 
shape="rect" class="external-link" 
href="https://github.com/apache/felix/tree/trunk/connect"; rel="nofollow">Felix 
Connect</a> instead. PojoSR <a shape="rect" class="external-link" 
href="https://issues.apache.org/jira/browse/FELIX-4445";>was donated</a> to ASF 
and is now maintained under Felix project.</p></div></div><p>You can use the 
<code>applicationContextUri</code> configuration to specify an explicit 
blueprint XML file, such as:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
         &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
         &lt;artifactId&gt;camel-maven-plugin&lt;/artifactId&gt;
         &lt;configuration&gt;
@@ -118,7 +118,7 @@ mvn camel:run
       &lt;/plugin&gt;    
 ]]></script>
 </div></div><p>The <code>applicationContextUri</code> will currently load the 
file from the classpath, so in the example above the myBlueprint.xml file must 
be in the root of the classpath.<br clear="none"> The 
<code>configAdminPid</code> is the pid name which will be used as the pid name 
for configuration admin service when loading the persistence properties file. 
<br clear="none"> The <code>configAdminFileName</code> is the file name which 
will be used to load the configuration admin service properties file.</p><h3 
id="CamelRunMavenGoal-RunningCDI">Running CDI</h3><p>From <strong>Camel 
2.11</strong> onwards the <code>camel:run</code> plugin also supports running a 
<a shape="rect" href="cdi.html">CDI</a> application</p><p>You would need to 
configure the camel:run plugin to use CDI, by setting useCDI to true as shown 
below</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
         &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
         &lt;artifactId&gt;camel-maven-plugin&lt;/artifactId&gt;
         &lt;configuration&gt;
@@ -131,7 +131,7 @@ mvn camel:run
 mvn compile camel:run
 ]]></script>
 </div></div><h3 id="CamelRunMavenGoal-Loggingtheclasspath">Logging the 
classpath</h3><p>From <strong>Camel 2.10</strong> onwards you can configure 
whether the classpath should be logged when <code>camel:run</code> executes. In 
older releases the classpath is always logged.<br clear="none"> This can be 
verbose and noisy, so from Camel 2.10 onwards, the classpath is not logged 
anymore. You can enable this in the configuration using:</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[      &lt;plugin&gt;
         &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
         &lt;artifactId&gt;camel-maven-plugin&lt;/artifactId&gt;
         &lt;configuration&gt;
@@ -140,7 +140,7 @@ mvn compile camel:run
       &lt;/plugin&gt;    
 ]]></script>
 </div></div><p>&#160;</p><h3 
id="CamelRunMavenGoal-UsinglivereloadofXMLfiles">Using live reload of XML 
files</h3><p>From <strong>Camel 2.19</strong> onwards you can configure the 
plugin to scan for XML file changes and trigger a reload of the Camel routes 
which are contained in those XML files.</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;plugin&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;plugin&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-maven-plugin&lt;/artifactId&gt;
   &lt;configuration&gt;

Modified: websites/production/camel/content/camel-xyz-release-template.html
==============================================================================
--- websites/production/camel/content/camel-xyz-release-template.html (original)
+++ websites/production/camel/content/camel-xyz-release-template.html Thu Sep 
14 19:25:46 2017
@@ -92,7 +92,7 @@
 
 
 <h2 id="Camelx.y.zRelease(template)-NewandNoteworthy">New and 
Noteworthy</h2><p>Welcome to the x.y.z release which approx XXX issues resolved 
(new features, improvements and bug fixes such as...)</p><ul><li>highlighted 
issue fixed</li><li>highlighted issue fixed</li></ul><h3 
id="Camelx.y.zRelease(template)-New">New <a shape="rect" 
href="enterprise-integration-patterns.html">Enterprise Integration 
Patterns</a></h3><h3 id="Camelx.y.zRelease(template)-New.1">New <a shape="rect" 
href="components.html">Components</a></h3><h3 
id="Camelx.y.zRelease(template)-NewDSL">New DSL</h3><h3 
id="Camelx.y.zRelease(template)-NewAnnotations">New Annotations</h3><h3 
id="Camelx.y.zRelease(template)-NewDataFormats">New <a shape="rect" 
href="data-format.html">Data Formats</a></h3><h3 
id="Camelx.y.zRelease(template)-New.2">New <a shape="rect" 
href="languages.html">Languages</a></h3><h3 
id="Camelx.y.zRelease(template)-New.3">New <a shape="rect" 
href="examples.html">Examples</a></h3><h3 id="Camelx.y.zRelease(
 template)-New.4">New <a shape="rect" 
href="tutorials.html">Tutorials</a></h3><h2 
id="Camelx.y.zRelease(template)-APIbreaking">API breaking</h2><h2 
id="Camelx.y.zRelease(template)-KnownIssues">Known Issues</h2><h2 
id="Camelx.y.zRelease(template)-Importantchangestoconsiderwhenupgrading">Important
 changes to consider when upgrading</h2><h2 
id="Camelx.y.zRelease(template)-GettingtheDistributions">Getting the 
Distributions</h2><h3 
id="Camelx.y.zRelease(template)-BinaryDistributions">Binary 
Distributions</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Windows 
Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" href="
 
http://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x.zip";>apache-camel-x.y.x.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/x.y.x/apache-camel-x.y.x.zip.asc";>apache-camel-x.y.x.zip.asc</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin 
Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x.tar.gz";>apache-camel-x.y.x.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/x.y.x/apache-camel-x.y.x.tar.gz.asc";>apache-camel-x.y.x.tar.gz.asc</a></p></td></tr></tbody></table></div><div
 class="confluence-information-macro 
confluence-information-macro-information"><p clas
 s="title">The above URLs use redirection</p><span class="aui-icon 
aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>The above URLs use the Apache 
Mirror system to redirect you to a suitable mirror for your download. Some 
users have experienced issues with some versions of browsers (e.g. some Safari 
browsers). If the download doesn't seem to work for you from the above URL then 
try using <a shape="rect" class="external-link" 
href="http://www.mozilla.com/en-US/firefox/"; 
rel="nofollow">FireFox</a></p></div></div><h3 
id="Camelx.y.zRelease(template)-SourceDistributions">Source 
Distributions</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td 
colspan="
 1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x-src.zip";>apache-camel-x.y.x-src.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/camel/apache-camel/x.y.x/apache-camel-x.y.x-src.zip.asc";>apache-camel-x.y.x-src.zip.asc</a></p></td></tr></tbody></table></div><h3
 id="Camelx.y.zRelease(template)-GettingtheBinariesusingMaven2">Getting the 
Binaries using Maven 2</h3><p>To use this release in your maven project, the 
proper dependency configuration that you should use in your <a shape="rect" 
class="external-link" 
href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html";>Maven
 POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;x.y.x&lt;/version&gt;

Modified: websites/production/camel/content/camel-zipkin.html
==============================================================================
--- websites/production/camel/content/camel-zipkin.html (original)
+++ websites/production/camel/content/camel-zipkin.html Thu Sep 14 19:25:46 2017
@@ -94,7 +94,7 @@ zipkin.setSpanCollector(new ScribeSpanCo
 // ...then add zipkin to the CamelContext
 zipkin.init(camelContext);]]></script>
 </div></div><p>The configuration about will the trace all incoming and 
outgoing messages in Camel routes.&#160;</p><p>To 
use&#160;<strong><code>ZipkinTracer</code></strong> in XML all you need to do 
is to setup scribe an the Zipkin tracer 
as&#160;<strong><code>&lt;bean&gt;</code></strong> and then they are automatic 
discovered and used by Camel.</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[  &lt;!-- configure the scribe span collector 
with the hostname and port for the Zipkin Collector Server --&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[  &lt;!-- configure the scribe span collector 
with the hostname and port for the Zipkin Collector Server --&gt;
   &lt;bean id=&quot;scribe&quot; 
class=&quot;com.github.kristofa.brave.scribe.ScribeSpanCollector&quot;&gt;
     &lt;constructor-arg index=&quot;0&quot; 
value=&quot;192.168.90.100&quot;/&gt;
     &lt;constructor-arg index=&quot;1&quot; value=&quot;9410&quot;/&gt;

Modified: websites/production/camel/content/chronicle-engine.html
==============================================================================
--- websites/production/camel/content/chronicle-engine.html (original)
+++ websites/production/camel/content/chronicle-engine.html Thu Sep 14 19:25:46 
2017
@@ -86,7 +86,7 @@
         <tr>
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h2 
id="ChronicleEngine-ChronicleEngineComponent">Chronicle Engine 
Component</h2><p><strong>Available as of Camel 2.18</strong></p><p>The 
chronicle component let you leverage the power of OpenHFT's&#160;<a 
shape="rect" class="external-link" 
href="https://github.com/OpenHFT/Chronicle-Engine"; 
rel="nofollow">Chronicle-Engine</a> in Apache Camel.</p><p>&#160;</p><p>Maven 
users will need to add the following dependency to 
their&#160;<code>pom.xml</code>&#160;for this component:</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-chronicle&lt;/artifactId&gt;
     &lt;version&gt;x.x.x&lt;/version&gt;

Modified: websites/production/camel/content/chunk.html
==============================================================================
--- websites/production/camel/content/chunk.html (original)
+++ websites/production/camel/content/chunk.html Thu Sep 14 19:25:46 2017
@@ -86,7 +86,7 @@
         <tr>
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h2 
id="Chunk-Chunk">Chunk</h2><p><strong>Available as of Camel 
2.15</strong></p><p>The <strong>chunk:</strong>&#160;component allows for 
processing a message using a <a shape="rect" class="external-link" 
href="http://www.x5software.com/chunk/examples/ChunkExample?loc=en_US"; 
rel="nofollow">Chunk</a>&#160;template. This can be ideal when using&#160;<a 
shape="rect" href="templating.html">Templating</a>&#160;to generate responses 
for requests.</p><p>Maven users will need to add the following dependency to 
their&#160;<code>pom.xml</code>&#160;for this component:</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
 &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
 &lt;artifactId&gt;camel-chunk&lt;/artifactId&gt;
 &lt;version&gt;x.x.x&lt;/version&gt; &lt;!-- use the same version as your 
Camel core version --&gt;

Modified: websites/production/camel/content/cmis.html
==============================================================================
--- websites/production/camel/content/cmis.html (original)
+++ websites/production/camel/content/cmis.html Thu Sep 14 19:25:46 2017
@@ -122,7 +122,7 @@ If <code>CamelCMISRetrieveContent</code>
 <h3 id="CMIS-Dependencies">Dependencies</h3>
 <p>Maven users will need to add the following dependency to their pom.xml.</p>
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader 
panelHeader pdl" style="border-bottom-width: 1px;"><b>pom.xml</b></div><div 
class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[
 &lt;dependency&gt;
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-cmis&lt;/artifactId&gt;

Modified: websites/production/camel/content/cometd.html
==============================================================================
--- websites/production/camel/content/cometd.html (original)
+++ websites/production/camel/content/cometd.html Thu Sep 14 19:25:46 2017
@@ -86,7 +86,7 @@
         <tr>
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h2 id="Cometd-CometdComponent">Cometd 
Component</h2><p>The <strong>cometd:</strong> component is a transport for 
working with the <a shape="rect" class="external-link" 
href="http://www.mortbay.org/jetty"; rel="nofollow">jetty</a> implementation of 
the <a shape="rect" class="external-link" 
href="http://docs.codehaus.org/display/JETTY/Cometd+%28aka+Bayeux%29"; 
rel="nofollow">cometd/bayeux protocol</a>.<br clear="none"> Using this 
component in combination with the dojo toolkit library it's possible to push 
Camel messages directly into the browser using an AJAX based 
mechanism.</p><p>Maven users will need to add the following dependency to their 
<code>pom.xml</code> for this component:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-cometd&lt;/artifactId&gt;
     &lt;version&gt;x.x.x&lt;/version&gt;
@@ -123,7 +123,7 @@ CometdComponent commetdComponent = getCo
 commetdComponent.setSslContextParameters(scp);
 ]]></script>
 </div></div><h5 id="Cometd-SpringDSLbasedconfigurationofendpoint">Spring DSL 
based configuration of endpoint</h5><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[...
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[...
   &lt;camel:sslContextParameters
       id=&quot;sslContextParameters&quot;&gt;
     &lt;camel:keyManagers

Modified: websites/production/camel/content/component-list-external.html
==============================================================================
--- websites/production/camel/content/component-list-external.html (original)
+++ websites/production/camel/content/component-list-external.html Thu Sep 14 
19:25:46 2017
@@ -90,81 +90,81 @@
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>For JMS Messaging with <a shape="rect" 
class="external-link" href="http://activemq.apache.org/"; title="The most 
popular and powerful open source message broker">Apache 
ActiveMQ.</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://activemq.apache.org/broker-camel-component.html";>ActiveMQ 
Broker</a> /&#160;<code>activemq-camel</code></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: text; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[broker:[queue|topic:]destinationName]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>For internal message routing in the <a shape="rect" 
href="activemq.html">ActiveMQ</a> broker using Camel.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://activiti.org/userguide/index.html#bpmnCamelTask"; 
rel="nofollow">Activiti</a> /&#160;<code>activiti-camel</code></p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[activiti:camelProcess:serviceTask
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[activiti:camelProcess:serviceTask
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>For working with <a shape="rect" class="external-link" 
href="http://www.activiti.org/"; rel="nofollow">Activiti</a>, a light-weight 
workflow and Business Process Management (BPM) platform which supports BPMN 
2.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/gateway/camel_components/camel_bluetooth_component.html";
 rel="nofollow">Bluetooth </a>/&#160;<code>camel-bluetooth</code> / <a 
shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[bluetooth:label
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[bluetooth:label
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel Bluetooth component can retrieve information 
about the Bluetooth devices available within the device 
range.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" href="couchbase.html">Couchbase</a> 
/&#160;<code>camel-couchbase</code> / <a shape="rect" class="external-link" 
href="https://code.google.com/a/apache-extras.org/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[couchbase:protocol://host[:port]/bucket]]></script>
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[couchbase:protocol://host[:port]/bucket]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Couchbase</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Working with <a shape="rect" class="external-link" 
href="http://www.couchbase.com/"; rel="nofollow">Couchbase NoSQL</a> document 
database.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="db4o.html">Db4o</a> 
/&#160;<code>camel-db4o</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[db4o://className
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[db4o://className
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>GPL</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>For using a db4o datastore as a queue via the <a 
shape="rect" class="external-link" href="http://www.db4o.com/"; 
rel="nofollow">db4o</a> library.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="esper.html">Esper</a> 
/&#160;<code>camel-esper</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[esper:name
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[esper:name
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>GPL</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Working with the <a shape="rect" class="external-link" 
href="http://esper.codehaus.org"; rel="nofollow">Esper Library</a> for Event 
Stream Processing.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Fabric <a shape="rect" class="external-link" 
href="http://fabric8.io/gitbook/camelEndpointAmq.html"; rel="nofollow">AMQ</a> 
/&#160;<code>mq-fabric-camel</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; rel="nofollow">f</a><a 
shape="rect" class="external-link" href="http://fabric8.io/"; 
rel="nofollow">abric8</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[amq:[queue|topic:]destinationName]]></script>
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[amq:[queue|topic:]destinationName]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The <strong><a shape="rect" class="external-link" 
href="http://fabric8.io/gitbook/camelEndpointAmq.html"; 
rel="nofollow">amq:</a></strong> endpoint works exactly like the 
<strong>activemq:</strong> endpoint in Apache Camel; only it uses the <a 
shape="rect" class="external-link" href="http://fabric8.io/"; 
rel="nofollow">fabric</a> to automatically discover the broker. So there is no 
configuration required; it'll just work out of the box and automatically 
discover whatever ActiveMQ message brokers are available; with failover and 
load balancing.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><span>Fabric <a shape="rect" class="external-link" 
href="http://fabric8.io/gitbook/camelEndpointFabric.html"; 
rel="nofollow">Fabric</a></span><span> /&#160;<code>fabric-camel</code> / 
</span><a shape="rect" class="external-link" href="http://cod
 e.google.com/p/camel-extra/" rel="nofollow">f</a><a shape="rect" 
class="external-link" href="http://fabric8.io/"; 
rel="nofollow">abric8</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[fabric:logicalName:camelEndpointUri]]></script>
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[fabric:logicalName:camelEndpointUri]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The <strong><a shape="rect" class="external-link" 
href="http://fabric8.io/gitbook/camelEndpointFabric.html"; 
rel="nofollow">fabric:</a></strong> endpoint uses Fabric's discovery mechanism 
to expose physical sockets, HTTP endpoints, etc. into the <a shape="rect" 
class="external-link" href="http://fabric8.io/gitbook/registry.html"; 
rel="nofollow">runtime registry</a> using a logical name so that clients can 
use the existing Camel <a shape="rect" href="load-balancer.html">Load 
Balancer</a>.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><span>Fabric <a shape="rect" class="external-link" 
href="http://fabric8.io/gitbook/camelEndpointMaster.html"; 
rel="nofollow">Master</a> /&#160;<code>fabric-camel</code> / </span><a 
shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">f</a><a shape="rect" class
 ="external-link" href="http://fabric8.io/"; rel="nofollow">abric8</a></p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[master:clusterName:camelEndpointUri]]></script>
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[master:clusterName:camelEndpointUri]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The <strong><a shape="rect" class="external-link" 
href="http://fabric8.io/gitbook/camelEndpointMaster.html"; 
rel="nofollow">master:</a></strong> endpoint provides a way to ensure only a 
single consumer in a cluster consumes from a given endpoint; with automatic 
failover if that JVM dies.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/gateway/camel_components/camel_framebuffer_component.html";
 rel="nofollow">Framebuffer</a>&#160; /&#160;<code>camel-framebuffer</code> / 
<a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[framebuffer://name]]></script>
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[framebuffer://name]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel Framebuffer component can be used to manage any 
Linux Framebuffer.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/gateway/camel_components/camel_gpsd_component.html";
 rel="nofollow">gpsd</a> /&#160;<code>camel-gpsd</code> / <a shape="rect" 
class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[gpsd:label[?options]]]></script>
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[gpsd:label[?options]]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel <a shape="rect" class="external-link" 
href="http://www.catb.org/gpsd"; rel="nofollow">GPSD</a> component can be used 
to read current GPS information from GPS devices.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="hibernate.html">Hibernate</a> /&#160;<code>camel-hibernate</code> / <a 
shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[hibernate://entityName
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[hibernate://entityName
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>GPL</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>For using a database as a queue via the <a shape="rect" 
class="external-link" href="http://www.hibernate.org/"; 
rel="nofollow">Hibernate</a> library.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" href="jbi.html">JBI</a> 
/&#160;<code>servicemix-camel</code></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[jbi:serviceName
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[jbi:serviceName
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>For JBI integration such as working with <a 
shape="rect" class="external-link" href="http://servicemix.apache.org";>Apache 
ServiceMix.</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="jcifs.html">JCIFS</a> 
/&#160;<code>camel-jcifs</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[smb://[email protected]/sharename?password=secret&amp;localWorkDirectory=/tmp
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[smb://[email protected]/sharename?password=secret&amp;localWorkDirectory=/tmp
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>LGPL</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>This component provides access to remote file systems 
over the CIFS/SMB networking protocol by using the <a shape="rect" 
class="external-link" href="http://jcifs.samba.org/"; rel="nofollow">JCIFS</a> 
library.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/gateway/camel_components/camel_kura_cloud_component.html";
 rel="nofollow">kura-cloud</a> /&#160;<code>camel-kura</code> / <a shape="rect" 
class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[kura-wifi:networkInterface/ssid
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[kura-wifi:networkInterface/ssid
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel Kura Cloud component interacts directly with Kura 
CloudService.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/gateway/camel_components/camel_kura_wifi_component.html";
 rel="nofollow">kura-wifi</a> /&#160;<code>camel-kura</code> / <a shape="rect" 
class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[kura-wifi:networkInterface/ssid
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[kura-wifi:networkInterface/ssid
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel Kura WiFi component can be used to retrieve the 
information about the WiFi access spots available within the device 
range.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" href="nmr.html">NMR</a> /&#160;<code>servicemix-nmr</code></p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[nmr://serviceName
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[nmr://serviceName
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Integration with the Normalized Message Router BUS in 
<a shape="rect" class="external-link" 
href="http://servicemix.apache.org/SMX4NMR/index.html";>ServiceMix 
4.x.</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/backend/camel_components/camel_openimaj_component.html";
 rel="nofollow">OpenIMAJ</a> /&#160;<code>camel-openimaj</code> / <a 
shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[pi4j-gpio://gpioId[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[pi4j-gpio://gpioId[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel <a shape="rect" class="external-link" 
href="http://www.openimaj.org/"; rel="nofollow">OpenIMAJ</a> component can be 
used to detect faces in images.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="unresolved" 
href="#">pi4j-gpio</a> /&#160;<code>camel-pi4j</code> / <a shape="rect" 
class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[pi4j-gpio://gpioId[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[pi4j-gpio://gpioId[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>GPIO&#160;Component for RaspberryPi based on pi4j 
lib.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="https://github.com/camel-labs/camel-labs/tree/master/iot"; 
rel="nofollow">pi4j-i2c</a> /&#160;<code>camel-pi4j</code> / <a shape="rect" 
class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[pi4j-i2c://busId/deviceId[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[pi4j-i2c://busId/deviceId[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>i2c Component for RaspberryPi based on pi4j 
lib.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="https://github.com/camel-labs/camel-labs/tree/master/iot#camel-pubnub-component";
 rel="nofollow">PubNub</a> /&#160;<code>camel-pubnub</code> / <a shape="rect" 
class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[ 
pubnub://pubnubEndpointType:channel[?options]]]></script>
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[ 
pubnub://pubnubEndpointType:channel[?options]]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel <a shape="rect" class="external-link" 
href="https://www.pubnub.com/"; rel="nofollow">PubNub</a> component. More 
information <a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io project.</a></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" href="rcode.html">RCode</a> 
/&#160;<code>camel-rcode</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[rcode://host[:port]/operation[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[rcode://host[:port]/operation[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>LGPL</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Uses <a shape="rect" class="external-link" 
href="http://www.rforge.net/Rserve/"; rel="nofollow">Rserve</a> to integrate 
Camel with the statistics environment <a shape="rect" class="external-link" 
href="http://www.r-project.org/"; rel="nofollow">R.</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://scalate.fusesource.org/camel.html"; 
rel="nofollow">Scalate</a> /&#160;<code>scalate-camel</code></p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[scalate:templateName
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[scalate:templateName
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Uses the given <a shape="rect" class="external-link" 
href="http://scalate.fusesource.org/"; rel="nofollow">Scalate</a> template to 
transform the message.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="smooks.html">Smooks</a> 
/&#160;<code>camel-smooks</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[unmarshal(edi)
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[unmarshal(edi)
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>GPL</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>For working with EDI parsing using the <a shape="rect" 
class="external-link" href="http://milyn.codehaus.org/Smooks"; 
rel="nofollow">Smooks library</a>. This component is 
<strong>deprecated</strong> as Smooks now provides <a shape="rect" 
class="external-link" 
href="http://www.smooks.org/mediawiki/index.php?title=V1.5:Smooks_v1.5_User_Guide#Apache_Camel_Integration";
 rel="nofollow">Camel integration out of the box.</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="spring-neo4j.html">Spring Neo4j</a> 
/&#160;<code>camel-spring-neo4j</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[spring-neo4j:http://hostname[:port]/database[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[spring-neo4j:http://hostname[:port]/database[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>TBA</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Component for producing to Neo4j datastore using the <a 
shape="rect" class="external-link" 
href="http://www.springsource.org/spring-data/neo4j"; rel="nofollow">Spring Data 
Neo4j</a> library.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.tinkerforge.com"; rel="nofollow">Tinkerforge</a> 
/&#160;<code>camel-tinkerforge</code> / <a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[tinkerforge:[//hostname[:port]]/devicetype/uid/[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[tinkerforge:[//hostname[:port]]/devicetype/uid/[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The tinkerforge component allows interaction with 
Tinkerforge <a shape="rect" class="external-link" 
href="http://www.tinkerforge.com/en/doc/Primer.html#primer-bricklets"; 
rel="nofollow">bricklets</a>. It uses the standard <a shape="rect" 
class="external-link" 
href="http://www.tinkerforge.com/en/doc/Software/API_Bindings_Java.html#api-bindings-java";
 rel="nofollow">Java bindings</a> to connects to <code>brickd</code>. For more 
information see the <a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a>.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="virtualbox.html">VirtualBox</a> 
/&#160;<code>camel-virtualbox</code> / <a shape="rect" class="external-link" 
href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div c
 lass="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[virtualbox:machine[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[virtualbox:machine[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>GPL 
V2</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The VitualBox 
component uses the webservice API that exposes&#160;<a shape="rect" 
class="external-link" href="https://www.virtualbox.org/wiki/VirtualBox"; 
rel="nofollow">VirtualBox</a>&#160;functionality and consumes events generated 
by virtual machines.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/gateway/camel_components/camel_webcam_component.html";
 rel="nofollow">Webcam</a> /&#160;<code>camel-webcam</code> / <a shape="rect" 
class="external-link" 
href="https://rhiot.gitbooks.io/rhiotdocumentation/content/"; 
rel="nofollow">rhiot.io</a></p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[webcam:label[?options]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[webcam:label[?options]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Apache</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Camel <a shape="rect" class="external-link" 
href="http://webcam-capture.sarxos.pl/"; rel="nofollow">Webcam</a> component can 
be used to capture still images and detect motion.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="zeromq.html">ZeroMQ</a> /&#160;<code>camel-zeromq</code> / <a 
shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/"; 
rel="nofollow">camel-extra</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[zeromq:(tcp|ipc)://hostname:port
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[zeromq:(tcp|ipc)://hostname:port
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>LGPL</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The ZeroMQ component allows you to consumer or produce 
messages using&#160;<a shape="rect" class="external-link" 
href="http://zeromq.org"; 
rel="nofollow">ZeroMQ</a>.</p></td></tr></tbody></table></div></div>
         </td>

Modified: websites/production/camel/content/component-list-grouped.html
==============================================================================
--- websites/production/camel/content/component-list-grouped.html (original)
+++ websites/production/camel/content/component-list-grouped.html Thu Sep 14 
19:25:46 2017
@@ -97,7 +97,7 @@
 <script class="brush: text; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[aws-cw://namespace[?&lt;options&gt;]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For 
working with <a shape="rect" class="external-link" 
href="http://aws.amazon.com/cloudwatch/"; rel="nofollow">Amazon's CloudWatch 
(CW)</a>.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="aws-ddb.html">AWS-DDB</a> / <a 
shape="rect" href="aws.html">camel-aws</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: plain; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[aws-ddb://tableName[?&lt;options&gt;]
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[aws-ddb://tableName[?&lt;options&gt;]
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For 
working with <a shape="rect" class="external-link" 
href="http://aws.amazon.com/dynamodb/"; rel="nofollow">Amazon's DynamoDB 
(DDB)</a>.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="aws-sdb.html">AWS-SDB</a> / <a 
shape="rect" href="aws.html">camel-aws</a></p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: text; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[aws-sdb://domainName[?&lt;options&gt;]


Reply via email to