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[
<bean id="jbossResolver"
class="org.apacheextras.camel.jboss.JBossPackageScanClassResolver"/>
<camelContext id="camel"
xmlns="http://camel.apache.org/schema/spring">
@@ -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[
<bean id="jbossResolver"
class="org.apache.camel.jboss.JBossPackageScanClassResolver"/>
]]></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[
<groupId>org.apache.camel.archetypes</groupId>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>${archetype-name}</artifactId>
<version>${camel-version}</version>
]]></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[ <plugin>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[ <plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
<configuration>
@@ -105,7 +105,7 @@ mvn camel:run
</plugin>
]]></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 <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[ <plugin>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[ <plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
<configuration>
@@ -118,7 +118,7 @@ mvn camel:run
</plugin>
]]></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[ <plugin>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[ <plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
<configuration>
@@ -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[ <plugin>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[ <plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
<configuration>
@@ -140,7 +140,7 @@ mvn compile camel:run
</plugin>
]]></script>
</div></div><p> </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[<plugin>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
<configuration>
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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<version>x.y.x</version>
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. </p><p>To
use <strong><code>ZipkinTracer</code></strong> in XML all you need to do
is to setup scribe an the Zipkin tracer
as <strong><code><bean></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[ <!-- configure the scribe span collector
with the hostname and port for the Zipkin Collector Server -->
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[ <!-- configure the scribe span collector
with the hostname and port for the Zipkin Collector Server -->
<bean id="scribe"
class="com.github.kristofa.brave.scribe.ScribeSpanCollector">
<constructor-arg index="0"
value="192.168.90.100"/>
<constructor-arg index="1" value="9410"/>
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 <a
shape="rect" class="external-link"
href="https://github.com/OpenHFT/Chronicle-Engine"
rel="nofollow">Chronicle-Engine</a> in Apache Camel.</p><p> </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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-chronicle</artifactId>
<version>x.x.x</version>
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> 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> template. This can be ideal when using <a
shape="rect" href="templating.html">Templating</a> to generate responses
for requests.</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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-chunk</artifactId>
<version>x.x.x</version> <!-- use the same version as your
Camel core version -->
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[
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cmis</artifactId>
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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cometd</artifactId>
<version>x.x.x</version>
@@ -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[...
<camel:sslContextParameters
id="sslContextParameters">
<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> / <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> / <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>/ <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>
/ <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>
/ <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>
/ <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>
/ <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> / <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> / <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>  / <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> / <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> / <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>
/ <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>
/ <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&localWorkDirectory=/tmp
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[smb://[email protected]/sharename?password=secret&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> / <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> / <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> / <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> / <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> / <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 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> / <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> / <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>
/ <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> / <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>
/ <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>
/ <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>
/ <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>
/ <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 <a shape="rect"
class="external-link" href="https://www.virtualbox.org/wiki/VirtualBox"
rel="nofollow">VirtualBox</a> 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> / <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> / <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 <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[?<options>]
]]></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[?<options>]
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[aws-ddb://tableName[?<options>]
]]></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[?<options>]