Modified: websites/production/camel/content/aws-sdb.html
==============================================================================
--- websites/production/camel/content/aws-sdb.html (original)
+++ websites/production/camel/content/aws-sdb.html Thu Sep 14 19:25:46 2017
@@ -118,7 +118,7 @@ AmazonSimpleDB client = new AmazonSimple
registry.bind("client", client);
]]></script>
</div></div><h3 id="AWS-SDB-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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws</artifactId>
<version>${camel-version}</version>
Modified: websites/production/camel/content/aws-ses.html
==============================================================================
--- websites/production/camel/content/aws-ses.html (original)
+++ websites/production/camel/content/aws-ses.html Thu Sep 14 19:25:46 2017
@@ -102,7 +102,7 @@ AmazonSimpleEmailService client = new Am
registry.bind("client", client);
]]></script>
</div></div><h3 id="AWS-SES-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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws</artifactId>
<version>${camel-version}</version>
Modified: websites/production/camel/content/aws-sns.html
==============================================================================
--- websites/production/camel/content/aws-sns.html (original)
+++ websites/production/camel/content/aws-sns.html Thu Sep 14 19:25:46 2017
@@ -108,7 +108,7 @@ AmazonSNS client = new AmazonSNSClient(a
registry.bind("client", client);
]]></script>
</div></div><h3 id="AWS-SNS-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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws</artifactId>
<version>${camel-version}</version>
Modified: websites/production/camel/content/aws-sqs.html
==============================================================================
--- websites/production/camel/content/aws-sqs.html (original)
+++ websites/production/camel/content/aws-sqs.html Thu Sep 14 19:25:46 2017
@@ -105,7 +105,7 @@ registry.bind("client", client
.to("mock:result");
]]></script>
</div></div><h3 id="AWS-SQS-Dependencies">Dependencies</h3><p>Maven users will
need to add the following dependency to their
<strong><code>pom.xml</code></strong>.</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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws</artifactId>
<version>${camel-version}</version>
Modified: websites/production/camel/content/aws-swf.html
==============================================================================
--- websites/production/camel/content/aws-swf.html (original)
+++ websites/production/camel/content/aws-swf.html Thu Sep 14 19:25:46 2017
@@ -114,7 +114,7 @@ AmazonSimpleWorkflowClient client = new
registry.bind("client", client);
]]></script>
</div></div><h3 id="AWS-SWF-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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws</artifactId>
<version>${camel-version}</version>
Modified: websites/production/camel/content/base64.html
==============================================================================
--- websites/production/camel/content/base64.html (original)
+++ websites/production/camel/content/base64.html Thu Sep 14 19:25:46 2017
@@ -119,7 +119,7 @@
</marshal>
<to uri="bean:newOrder"/> ]]></script>
</div></div><h3 id="Base64-Dependencies">Dependencies</h3><p>To use Base64 in
your Camel routes you need to add a dependency on <strong>camel-base64</strong>
which implements this data format.</p><p>If you use Maven you can just add the
following to your pom.xml:</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-base64</artifactId>
<version>x.x.x</version> <!-- use the same version as your
Camel core version -->
Modified: websites/production/camel/content/bean-injection.html
==============================================================================
--- websites/production/camel/content/bean-injection.html (original)
+++ websites/production/camel/content/bean-injection.html Thu Sep 14 19:25:46
2017
@@ -99,7 +99,7 @@
<p>For example to inject a bean named foo, you can enlist the bean in the <a
shape="rect" href="registry.html">Registry</a> such as in a Spring XML file:</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="foo" class="com.foo.MyFooBean"/>
]]></script>
</div></div>
Modified: websites/production/camel/content/bean-validator.html
==============================================================================
--- websites/production/camel/content/bean-validator.html (original)
+++ websites/production/camel/content/bean-validator.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="BeanValidator-BeanValidatorComponent">Bean Validator
Component</h2><p><strong>Available as of Camel 2.3</strong></p><p>The Validator
component performs bean validation of the message body using the Java Bean
Validation API (<a shape="rect" class="external-link"
href="http://jcp.org/en/jsr/detail?id=303" rel="nofollow">JSR 303</a>). Camel
uses the reference implementation, which is <a shape="rect"
class="external-link"
href="http://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html_single/"
rel="nofollow">Hibernate Validator</a>.</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-bean-validator</artifactId>
<version>x.y.z</version>
Modified: websites/production/camel/content/beanshell.html
==============================================================================
--- websites/production/camel/content/beanshell.html (original)
+++ websites/production/camel/content/beanshell.html Thu Sep 14 19:25:46 2017
@@ -102,7 +102,7 @@
<p>Or the something like this in your Spring XML:</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[
<filter>
<language
language="beanshell">request.getHeaders().get("Foo") ==
null</language>
...
Modified: websites/production/camel/content/beanstalk.html
==============================================================================
--- websites/production/camel/content/beanstalk.html (original)
+++ websites/production/camel/content/beanstalk.html Thu Sep 14 19:25:46 2017
@@ -86,14 +86,14 @@
<tr>
<td valign="top" width="100%">
<div class="wiki-content maincontent"><h2
id="Beanstalk-Beanstalkcomponent">Beanstalk component</h2><p><strong>Available
in Camel 2.15</strong></p><p>camel-beanstalk project provides a Camel component
for job retrieval and post-processing of Beanstalk jobs.</p><p><span>You can
find the detailed explanation of Beanstalk job lifecycle at </span><a
shape="rect" class="external-link"
href="http://github.com/kr/beanstalkd/blob/v1.3/doc/protocol.txt"
rel="nofollow">Beanstalk protocol</a>.</p><h3
id="Beanstalk-Dependencies">Dependencies</h3><p>Maven users need to add the
following dependency to their <code>pom.xml</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[<dependency>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-beanstalk</artifactId>
<version>${camel-version}</version>
</dependency>
]]></script>
</div></div><p>where <code>${camel-version</code>} must be replaced by the
actual version of Camel (2.15.0 or higher).</p><h3 id="Beanstalk-URIformat">URI
format</h3><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[beanstalk://[host[:port]][/tube][?options]]]></script>
+<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[beanstalk://[host[:port]][/tube][?options]]]></script>
</div></div><p>You may omit either <code>port</code> or
both <code>host</code> and <code>port</code>: for the Beanstalk
defaults to be used (“localhost” and 11300). If you
omit <code>tube</code>, Beanstalk component will use the tube with name
“default”.</p><p>When listening, you may probably want to watch for
jobs from several tubes. Just separate them with plus sign, e.g.</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[beanstalk://localhost:11300/tube1+tube2]]></script>
</div></div><p><span style="line-height: 1.4285715;">Tube name will be URL
decoded, so if your tube names include special characters like + or ?, you need
to URL-encode them appropriately, or use the RAW syntax, see <a shape="rect"
href="how-do-i-configure-endpoints.html">more details here</a>.</span></p><p>By
the way, you cannot specify several tubes when you are writing jobs into
Beanstalk.</p><h3 id="Beanstalk-CommonURIoptions">Common URI options</h3><div
class="confluenceTableSmall"><div class="table-wrap"><table
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"><p>Name</p></th><th colspan="1" rowspan="1"
class="confluenceTh"><p>Default value</p></th><th colspan="1" rowspan="1"
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd">jobPriority</td><td colspan="1" rowspan="1"
class="confluenceTd">1000</td><td colspan="1" rowspan="1"
class="confluenceTd">Job priority. <span>(0 is the highest, see 
;</span><a shape="rect" class="external-link"
href="http://github.com/kr/beanstalkd/blob/v1.3/doc/protocol.txt"
rel="nofollow">Beanstalk protocol</a><span>)</span></td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd">jobDelay</td><td colspan="1"
rowspan="1" class="confluenceTd">0</td><td colspan="1" rowspan="1"
class="confluenceTd">Job delay in seconds.</td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd">jobTimeToRun</td><td colspan="1" rowspan="1"
class="confluenceTd">60</td><td colspan="1" rowspan="1"
class="confluenceTd">Job time to run in seconds. <span>(when 0, the beanstalkd
daemon raises it to 1 automatically, see </span><a shape="rect"
class="external-link"
href="http://github.com/kr/beanstalkd/blob/v1.3/doc/protocol.txt"
rel="nofollow">Beanstalk
protocol</a><span>)</span></td></tr></tbody></table></div></div>