Added: websites/production/camel/content/raspberrypi.html
==============================================================================
--- websites/production/camel/content/raspberrypi.html (added)
+++ websites/production/camel/content/raspberrypi.html Wed Apr  1 09:26:15 2015
@@ -0,0 +1,175 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+    <link href="//camel.apache.org/styles/site.css" rel="stylesheet" 
type="text/css">
+    <link href="//camel.apache.org/styles/type-settings.css" rel="stylesheet" 
type="text/css">
+    <script src="//camel.apache.org/styles/prototype.js" 
type="text/javascript"></script>
+    <script src="//camel.apache.org/styles/rico.js" 
type="text/javascript"></script>    
+    <script src="//camel.apache.org/styles/site.js" 
type="text/javascript"></script>
+
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+
+  <link href='//camel.apache.org/styles/highlighter/styles/shCoreCamel.css' 
rel='stylesheet' type='text/css' />
+  <link href='//camel.apache.org/styles/highlighter/styles/shThemeCamel.css' 
rel='stylesheet' type='text/css' />
+  <script src='//camel.apache.org/styles/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/shBrushXml.js' 
type='text/javascript'></script>
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+
+    <title>
+    Apache Camel: RaspberryPi
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+          <!-- Banner -->
+<div id="banner-content"><div id="asf_logo">
+       <div id="activemq_logo" style="height:108px; background:transparent 
url(banner.data/apache-camel-7.png) no-repeat scroll left top;">
+            <a shape="rect" style="float:left; 
width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px;
 margin-top:20px; margin-left:18px;" href="http://camel.apache.org/";>Camel</a>
+            <a shape="rect" style="float:right; 
width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px;
 margin-top:45px; margin-right:10px;" href="http://www.apache.org";>Apache</a>
+       </div>
+</div></div>
+          <!-- Banner -->
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+                <!-- Breadcrumbs -->
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a 
href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a 
href="components.html">Components</a>&nbsp;&gt;&nbsp;<a 
href="raspberrypi.html">RaspberryPi</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html">Download</a> 
| <a shape="rect" href="javadoc.html">JavaDoc</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+       <table border="0">
+       <tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><h2 
id="RaspberryPi-RaspberryPi(raspberrypi)Component">Raspberry Pi (raspberrypi) 
Component</h2><p><strong>Available as of Camel 2.16+</strong></p><p>The 
<strong>rbpi:</strong> component provides&#160;Raspberry Pi based <a 
shape="rect" 
href="https://cwiki.apache.org/confluence/display/CAMEL/Endpoint";>endpoints</a> 
for consuming GPIO Event. It can generates GPIO output event<br clear="none"> 
The component uses the <a shape="rect" class="external-link" 
href="http://pi4j.com/"; rel="nofollow">pi4j</a> library.</p><p>Maven users will 
need to add the following dependency to their <code>pom.xml</code> for this 
component:</p><p>&#160;</p><div class="container" title="Hint: double-click to 
select code"><p>&#160;</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
+    &lt;artifactId&gt;camel-raspberrypi&lt;/artifactId&gt;
+    &lt;version&gt;x.x.x&lt;/version&gt;
+    &lt;!-- use the same version as your Camel core version --&gt;
+&lt;/dependency&gt;]]></script>
+</div></div><p>&#160;</p></div><h3 id="RaspberryPi-URIformat">URI 
format</h3><p>The URI format to configure and manage PIN</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[raspberrypi://type:id?mode={output}&amp;action={action}...
+raspberrypi:type:id[?options]]]></script>
+</div></div><div class="syntaxhighlighter nogutter 
java"><p>&#160;</p></div><h3 id="RaspberryPi-RaspberryOption">Raspberry 
Option</h3><p>&#160;</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">Name</th><th colspan="1" rowspan="1" 
class="confluenceTh">Type</th><th colspan="1" rowspan="1" 
class="confluenceTh">Required</th><th colspan="1" rowspan="1" 
class="confluenceTh">Enum Values</th><th colspan="1" rowspan="1" 
class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">id</td><td colspan="1" rowspan="1" 
class="confluenceTd">java.lang.String</td><td colspan="1" rowspan="1" 
class="confluenceTd">true</td><td colspan="1" rowspan="1" 
class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd">To configure the pin id (Pi4j index)</td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">state</td><td colspan="1" 
rowspan="1" class="confluenceTd">com.pi4j.io.gpio
 .PinState</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong>LOW</strong><br 
clear="none">HIGH</td><td colspan="1" rowspan="1" class="confluenceTd"><p>To 
configure pin state :</p><p>if DIGITAL_INPUT then it is the event&#160;trigger 
state</p><p>if&#160;DIGITAL_OUTPUT then started state</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">mode</td><td colspan="1" 
rowspan="1" class="confluenceTd">com.pi4j.io.gpio.PinMode</td><td colspan="1" 
rowspan="1" class="confluenceTd">true</td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><strong>DIGITAL_OUTPUT</strong></p><p>DIGITAL_INPUT</p><p>PWM_OUTPUT</p><p>ANALOG_OUTPUT</p><p>ANALOG_INPUT</p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>To configure GPIO pin 
mode</p><p>Check Pi4j library for more details</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">action</td><td colspan="1" rowspan="1" 
class="confluenceTd">org.apache.cam
 el.component.raspberrypi.PinAction</td><td colspan="1" rowspan="1" 
class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>TOGGLE</p><p>BUZZ</p><p>HIGH</p><p>LOW</p><p>HEADER</p></td><td
 colspan="1" rowspan="1" class="confluenceTd">Default : use Body to if Action 
for ouput Pin (TOGGLE, BUZZ, HIGH, LOW for digital only) (HEADER digital and 
analog TODO)</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">value</td><td colspan="1" rowspan="1" 
class="confluenceTd">double</td><td colspan="1" rowspan="1" 
class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd">0</td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>To configure the started value</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">shutdownExport</td><td colspan="1" 
rowspan="1" class="confluenceTd">boolean</td><td colspan="1" rowspan="1" 
class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd">true</td><td colspan="1" rowsp
 an="1" class="confluenceTd">To configure the pin shutdown 
behavior</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">shutdownState</td><td colspan="1" rowspan="1" 
class="confluenceTd">com.pi4j.io.gpio.PinState</td><td colspan="1" rowspan="1" 
class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd"><strong>LOW</strong><br clear="none">HIGH</td><td 
colspan="1" rowspan="1" class="confluenceTd">To configure the pin state value 
before exit</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">shutdownResistance</td><td colspan="1" rowspan="1" 
class="confluenceTd">com.pi4j.io.gpio.PinPullResistance</td><td colspan="1" 
rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd"><strong>OFF</strong><br clear="none">PULL_DOWN<br 
clear="none">PULL_UP</td><td colspan="1" rowspan="1" class="confluenceTd">To 
configure the pin resistance before exit</td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">pullResist
 ance</td><td colspan="1" rowspan="1" 
class="confluenceTd">com.pi4j.io.gpio.PinPullResistance</td><td colspan="1" 
rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" 
class="confluenceTd">OFF<br clear="none">PULL_DOWN<br 
clear="none"><strong>PULL_UP</strong></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>To configure the input pull resistance,</p><p>Avoid 
strange value for info <a shape="rect" class="external-link" 
href="http://en.wikipedia.org/wiki/Pull-up_resistor"; 
rel="nofollow">http://en.wikipedia.org/wiki/Pull-up_resistor</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd">type</td><td colspan="1" 
rowspan="1" 
class="confluenceTd">org.apache.camel.component.raspberrypi.RaspberryType</td><td
 colspan="1" rowspan="1" class="confluenceTd">true</td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><strong>pin</strong></p><p>i2c</p><p>spi</p><p>serial</p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>pin : GPIO pi4j and wiringpi
  mapping,</p><p>i2c, spi, serial not yet 
available</p></td></tr></tbody></table></div><p>&#160;</p><h3 
id="RaspberryPi-Example:">Example :</h3><h4 
id="RaspberryPi-Simplebuttonw/LEDmode">Simple button w/ LED mode</h4><p>Plug an 
button on GPIO 1, and LED on GPIO 2 (with Resistor) and code a route like 
this</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[public RouteBuilder createRouteBuilder() 
throws Exception {
+   return new RouteBuilder() {
+      public void configure() {
+         
from(&quot;rbpi://pin:1?mode=DIGITAL_INPUT&amp;state=HIGH&quot;).id(&quot;rbpi-route&quot;).to(&quot;rbpi://pin:2?&amp;action=TOGGLE&quot;);
+      }
+    };
+ }]]></script>
+</div></div><p>&#160;</p><p>&#160;</p></div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3 
id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="download.html">Download</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a 
shape="rect" href="documentation.html">Documentation</a></h3><ul 
class="alternate"><li><a shape="rect" href="user-guide.html">User 
Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a 
shape="rect" href="books.html">Books</a></li><li><a shape="rect" 
href="tutorials.html">Tutorials</a></li><li><a shape="rect" 
href="examples.html">Examples</a></li><li><a shape="rect" 
href="cookbook.html">Cookbook</a></li><li><a shape="rect" 
href="architecture.html">Architecture</a></li><li><a shape="rect" 
href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" 
href="dsl.html">DSL</a></li><li><a shape="rect" 
href="components.html">Components</a></li><li><a shape="rect" 
href="data-format.html">Data Format</a></li><li><a shape="rect" 
href="languages.html">Languages</a></li><li><a shape="rect" 
href="security.html">Security</a></li><li><a shape="rect" 
href="security-advisories.html">Security Advisories</a></li></ul><h3 
id="Navigation-Search">Search</h3><form 
enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" 
action="http://www.google.com/cse";>
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script><h3
 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3><ul class="alternate"><li><a 
shape="rect" href="support.html">Support</a></li><li><a shape="rect" 
href="contributing.html">Contributing</a></li><li><a shape="rect" 
href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" 
href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" 
href="user-stories.html">User Stories</a></li><li><a shape="rect" 
href="news.html">News</a></li><li><a shape="rect" 
href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" 
href="team.html">Team</a></li><li><a shape="rect" class="external-link" 
href="http://camel-extra.googlecode.com/"; rel="nofollow">Camel 
Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a 
 >shape="rect" href="source.html">Source</a></li><li><a shape="rect" 
 >href="building.html">Building</a></li><li><a shape="rect" 
 >href="javadoc.html">JavaDoc</a></li><li><a shape="rect" 
 >href="irc-room.html">IRC Room</a></li></ul><h3 
 >id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul 
 >class="alternate"><li><a shape="rect" class="external-link" 
 >href="http://www.apache.org/licenses/";>License</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 > shape="rect" class="external-link" 
 >href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><li><a 
 >shape="rect" class="external-link" 
 >href="http://www.apache.org/security/";>Security</a></li></ul></div>
+                <!-- NavigationBar -->
+            </div>
+          </div>
+        </td>
+        </tr>
+       </tbody>
+        </table>
+
+
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="$base/privacy-policy.html">Privacy Policy</a> -
+        (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=55152410";>edit
 page</a>)
+        (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=55152410&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2015 The Apache Software Foundation.
+<br>          
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
+<br>
+<a href="http://hiramchirino.com";>Graphic Design By Hiram</a>
+</div>
+
+<!-- Camel committers that would like access to the Analytics, send a note to 
[email protected] -->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25976253-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+</body>
+</html>
+
+

Modified: websites/production/camel/content/rcode.html
==============================================================================
--- websites/production/camel/content/rcode.html (original)
+++ websites/production/camel/content/rcode.html Wed Apr  1 09:26:15 2015
@@ -181,7 +181,7 @@ template.sendBody(&quot;direct:rcode&quo
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/recipient-list.html
==============================================================================
--- websites/production/camel/content/recipient-list.html (original)
+++ websites/production/camel/content/recipient-list.html Wed Apr  1 09:26:15 
2015
@@ -350,7 +350,7 @@ from(&quot;direct:c&quot;).to(&quot;mock
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/recipientlist-annotation.html
==============================================================================
--- websites/production/camel/content/recipientlist-annotation.html (original)
+++ websites/production/camel/content/recipientlist-annotation.html Wed Apr  1 
09:26:15 2015
@@ -230,7 +230,7 @@ See the <a shape="rect" href="bean-integ
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/redeliverypolicy.html
==============================================================================
--- websites/production/camel/content/redeliverypolicy.html (original)
+++ websites/production/camel/content/redeliverypolicy.html Wed Apr  1 09:26:15 
2015
@@ -253,7 +253,7 @@ errorHandler(defaultErrorHandler().maxim
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/ref-language.html
==============================================================================
--- websites/production/camel/content/ref-language.html (original)
+++ websites/production/camel/content/ref-language.html Wed Apr  1 09:26:15 2015
@@ -163,7 +163,7 @@ from(&quot;seda:a&quot;).split().ref(&qu
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/ref.html
==============================================================================
--- websites/production/camel/content/ref.html (original)
+++ websites/production/camel/content/ref.html Wed Apr  1 09:26:15 2015
@@ -206,7 +206,7 @@ ref:someName[?options]
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/registry.html
==============================================================================
--- websites/production/camel/content/registry.html (original)
+++ websites/production/camel/content/registry.html Wed Apr  1 09:26:15 2015
@@ -126,7 +126,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/release-guide.html
==============================================================================
--- websites/production/camel/content/release-guide.html (original)
+++ websites/production/camel/content/release-guide.html Wed Apr  1 09:26:15 
2015
@@ -273,7 +273,7 @@ svn ci -m &quot;Update the pom version f
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/reports.html
==============================================================================
--- websites/production/camel/content/reports.html (original)
+++ websites/production/camel/content/reports.html Wed Apr  1 09:26:15 2015
@@ -120,7 +120,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/request-reply.html
==============================================================================
--- websites/production/camel/content/request-reply.html (original)
+++ websites/production/camel/content/request-reply.html Wed Apr  1 09:26:15 
2015
@@ -245,7 +245,7 @@ from(&quot;direct:testSetExchangePattern
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/resequencer.html
==============================================================================
--- websites/production/camel/content/resequencer.html (original)
+++ websites/production/camel/content/resequencer.html Wed Apr  1 09:26:15 2015
@@ -412,7 +412,7 @@ from(&quot;direct:start&quot;)
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/rest-dsl.html
==============================================================================
--- websites/production/camel/content/rest-dsl.html (original)
+++ websites/production/camel/content/rest-dsl.html Wed Apr  1 09:26:15 2015
@@ -266,7 +266,7 @@ public class UserPojo {
    .dataFormatProperty(&quot;json.in.disableFeatures&quot;, 
&quot;FAIL_ON_UNKNOWN_PROPERTIES,ADJUST_DATES_TO_CONTEXT_TIME_ZONE&quot;)
    .dataFormatProperty(&quot;json.in.enableFeatures&quot;, 
&quot;FAIL_ON_NUMBERS_FOR_ENUMS,USE_BIG_DECIMAL_FOR_FLOATS&quot;);]]></script>
 </div></div><p>The values that can be used for enabling and disabling features 
on Jackson are the names of the enums from the following three Jackson 
classes</p><ul><li>com.fasterxml.jackson.databind.SerializationFeature</li><li>com.fasterxml.jackson.databind.DeserializationFeature</li><li>com.fasterxml.jackson.databind.MapperFeature</li></ul><p>&#160;</p><p>The
 rest configuration is of course also possible using XML DSL</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;restConfiguration 
component=&quot;jetty&quot; host=&quot;localhost&quot; port=&quot;9090&quot; 
bindingModel=&quot;json&gt;
+<script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;restConfiguration 
component=&quot;jetty&quot; host=&quot;localhost&quot; port=&quot;9090&quot; 
bindingMode=&quot;json&quot;&gt;
   &lt;dataFormatProperty key=&quot;json.in.disableFeatures&quot; 
value=&quot;FAIL_ON_UNKNOWN_PROPERTIES,ADJUST_DATES_TO_CONTEXT_TIME_ZONE&quot;/&gt;
   &lt;dataFormatProperty key=&quot;json.in.enableFeatures&quot; 
value=&quot;FAIL_ON_NUMBERS_FOR_ENUMS,USE_BIG_DECIMAL_FOR_FLOATS&quot;/&gt;
 &lt;/restConfiguration&gt;]]></script>
@@ -341,7 +341,7 @@ public class UserPojo {
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/rest.html
==============================================================================
--- websites/production/camel/content/rest.html (original)
+++ websites/production/camel/content/rest.html Wed Apr  1 09:26:15 2015
@@ -153,7 +153,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/restlet.html
==============================================================================
--- websites/production/camel/content/restlet.html (original)
+++ websites/production/camel/content/restlet.html Wed Apr  1 09:26:15 2015
@@ -305,7 +305,7 @@ from(&quot;restlet:http://localhost:&quo
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/return-address.html
==============================================================================
--- websites/production/camel/content/return-address.html (original)
+++ websites/production/camel/content/return-address.html Wed Apr  1 09:26:15 
2015
@@ -180,7 +180,7 @@ from(&quot;activemq:queue:bar?disableRep
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/rmi.html
==============================================================================
--- websites/production/camel/content/rmi.html (original)
+++ websites/production/camel/content/rmi.html Wed Apr  1 09:26:15 2015
@@ -203,7 +203,7 @@ from(endpoint).to(&quot;pojo:bar&quot;);
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/route-throttling-example.html
==============================================================================
--- websites/production/camel/content/route-throttling-example.html (original)
+++ websites/production/camel/content/route-throttling-example.html Wed Apr  1 
09:26:15 2015
@@ -262,7 +262,7 @@ Below is a snippet when the example runs
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/routebox.html
==============================================================================
--- websites/production/camel/content/routebox.html (original)
+++ websites/production/camel/content/routebox.html Wed Apr  1 09:26:15 2015
@@ -309,7 +309,7 @@ from (&quot;direct:sendToMapBasedRoutebo
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/routebuilder.html
==============================================================================
--- websites/production/camel/content/routebuilder.html (original)
+++ websites/production/camel/content/routebuilder.html Wed Apr  1 09:26:15 2015
@@ -125,7 +125,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/routepolicy.html
==============================================================================
--- websites/production/camel/content/routepolicy.html (original)
+++ websites/production/camel/content/routepolicy.html Wed Apr  1 09:26:15 2015
@@ -190,7 +190,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/routes.html
==============================================================================
--- websites/production/camel/content/routes.html (original)
+++ websites/production/camel/content/routes.html Wed Apr  1 09:26:15 2015
@@ -204,7 +204,7 @@ RouteBuilder builder = new RouteBuilder(
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/routing-slip.html
==============================================================================
--- websites/production/camel/content/routing-slip.html (original)
+++ websites/production/camel/content/routing-slip.html Wed Apr  1 09:26:15 2015
@@ -174,7 +174,7 @@ from(&quot;direct:c&quot;).routingSlip(h
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/routingslip-annotation.html
==============================================================================
--- websites/production/camel/content/routingslip-annotation.html (original)
+++ websites/production/camel/content/routingslip-annotation.html Wed Apr  1 
09:26:15 2015
@@ -230,7 +230,7 @@ See the <a shape="rect" href="bean-integ
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/rss.html
==============================================================================
--- websites/production/camel/content/rss.html (original)
+++ websites/production/camel/content/rss.html Wed Apr  1 09:26:15 2015
@@ -186,7 +186,7 @@ public static class FilterBean {
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/ruby.html
==============================================================================
--- websites/production/camel/content/ruby.html (original)
+++ websites/production/camel/content/ruby.html Wed Apr  1 09:26:15 2015
@@ -217,7 +217,7 @@ result = body * 2 + 1
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: 
websites/production/camel/content/running-camel-standalone-and-have-it-keep-running.html
==============================================================================
--- 
websites/production/camel/content/running-camel-standalone-and-have-it-keep-running.html
 (original)
+++ 
websites/production/camel/content/running-camel-standalone-and-have-it-keep-running.html
 Wed Apr  1 09:26:15 2015
@@ -197,7 +197,7 @@ The <code>Main</code> class from <code>c
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/running-camel-standalone.html
==============================================================================
--- websites/production/camel/content/running-camel-standalone.html (original)
+++ websites/production/camel/content/running-camel-standalone.html Wed Apr  1 
09:26:15 2015
@@ -137,7 +137,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/running-examples.html
==============================================================================
--- websites/production/camel/content/running-examples.html (original)
+++ websites/production/camel/content/running-examples.html Wed Apr  1 09:26:15 
2015
@@ -185,7 +185,7 @@ mvn eclipse:eclipse
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/running-rat.html
==============================================================================
--- websites/production/camel/content/running-rat.html (original)
+++ websites/production/camel/content/running-rat.html Wed Apr  1 09:26:15 2015
@@ -155,7 +155,7 @@ svn stat
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/running-unit-tests.html
==============================================================================
--- websites/production/camel/content/running-unit-tests.html (original)
+++ websites/production/camel/content/running-unit-tests.html Wed Apr  1 
09:26:15 2015
@@ -146,7 +146,7 @@ mvn clean install -P integration
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/rx.html
==============================================================================
--- websites/production/camel/content/rx.html (original)
+++ websites/production/camel/content/rx.html Wed Apr  1 09:26:15 2015
@@ -203,7 +203,7 @@ public class MyThing {
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/salesforce.html
==============================================================================
--- websites/production/camel/content/salesforce.html (original)
+++ websites/production/camel/content/salesforce.html Wed Apr  1 09:26:15 2015
@@ -184,7 +184,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/sampling.html
==============================================================================
--- websites/production/camel/content/sampling.html (original)
+++ websites/production/camel/content/sampling.html Wed Apr  1 09:26:15 2015
@@ -219,7 +219,7 @@ And the same example in Spring XML is:</
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/sap-netweaver.html
==============================================================================
--- websites/production/camel/content/sap-netweaver.html (original)
+++ websites/production/camel/content/sap-netweaver.html Wed Apr  1 09:26:15 
2015
@@ -257,7 +257,7 @@ Destination airport: SFO
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scala-dsl-eip.html
==============================================================================
--- websites/production/camel/content/scala-dsl-eip.html (original)
+++ websites/production/camel/content/scala-dsl-eip.html Wed Apr  1 09:26:15 
2015
@@ -100,11 +100,11 @@ You can check the <a shape="rect" class=
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1426234881752 {padding: 0px;}
-div.rbtoc1426234881752 ul {list-style: none;margin-left: 0px;}
-div.rbtoc1426234881752 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1427880186889 {padding: 0px;}
+div.rbtoc1427880186889 ul {list-style: none;margin-left: 0px;}
+div.rbtoc1427880186889 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1426234881752">
+/*]]>*/</style><div class="toc-macro rbtoc1427880186889">
 <ul class="toc-indentation"><li><span class="TOCOutline">1</span> <a 
shape="rect" href="#ScalaDSL-EIP-Messagingsystems">Messaging systems</a>
 <ul class="toc-indentation"><li><span class="TOCOutline">1.1</span> <a 
shape="rect" href="#ScalaDSL-EIP-Pipelinepipeline">Pipeline</a></li><li><span 
class="TOCOutline">1.2</span> <a shape="rect" 
href="#ScalaDSL-EIP-Filterfilter">Filter</a></li></ul>
 </li><li><span class="TOCOutline">2</span> <a shape="rect" 
href="#ScalaDSL-EIP-Messagingchannels">Messaging channels</a>
@@ -424,7 +424,7 @@ val myProcessor = (exchange: Exchange) =
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scala-dsl-getting-started.html
==============================================================================
--- websites/production/camel/content/scala-dsl-getting-started.html (original)
+++ websites/production/camel/content/scala-dsl-getting-started.html Wed Apr  1 
09:26:15 2015
@@ -152,7 +152,7 @@ class MyRouteBuilder extends RouteBuilde
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scala-dsl-supported-languages.html
==============================================================================
--- websites/production/camel/content/scala-dsl-supported-languages.html 
(original)
+++ websites/production/camel/content/scala-dsl-supported-languages.html Wed 
Apr  1 09:26:15 2015
@@ -157,7 +157,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scala-dsl.html
==============================================================================
--- websites/production/camel/content/scala-dsl.html (original)
+++ websites/production/camel/content/scala-dsl.html Wed Apr  1 09:26:15 2015
@@ -169,7 +169,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scatter-gather.html
==============================================================================
--- websites/production/camel/content/scatter-gather.html (original)
+++ websites/production/camel/content/scatter-gather.html Wed Apr  1 09:26:15 
2015
@@ -282,7 +282,7 @@ from(&quot;seda:quoteAggregator&quot;)
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scheduledroutepolicy.html
==============================================================================
--- websites/production/camel/content/scheduledroutepolicy.html (original)
+++ websites/production/camel/content/scheduledroutepolicy.html Wed Apr  1 
09:26:15 2015
@@ -131,7 +131,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scheduler.html
==============================================================================
--- websites/production/camel/content/scheduler.html (original)
+++ websites/production/camel/content/scheduler.html Wed Apr  1 09:26:15 2015
@@ -142,7 +142,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/schematron.html
==============================================================================
--- websites/production/camel/content/schematron.html (original)
+++ websites/production/camel/content/schematron.html Wed Apr  1 09:26:15 2015
@@ -198,7 +198,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scratch-page.html
==============================================================================
--- websites/production/camel/content/scratch-page.html (original)
+++ websites/production/camel/content/scratch-page.html Wed Apr  1 09:26:15 2015
@@ -121,7 +121,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scripting-languages-context.html
==============================================================================
--- websites/production/camel/content/scripting-languages-context.html 
(original)
+++ websites/production/camel/content/scripting-languages-context.html Wed Apr  
1 09:26:15 2015
@@ -173,7 +173,7 @@ result = body * 2 + 1
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/scripting-languages.html
==============================================================================
--- websites/production/camel/content/scripting-languages.html (original)
+++ websites/production/camel/content/scripting-languages.html Wed Apr  1 
09:26:15 2015
@@ -189,7 +189,7 @@ result = body * 2 + 1
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/security-advisories.html
==============================================================================
--- websites/production/camel/content/security-advisories.html (original)
+++ websites/production/camel/content/security-advisories.html Wed Apr  1 
09:26:15 2015
@@ -75,7 +75,7 @@
        <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h3 
id="SecurityAdvisories-2015">2015</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2015-0264.txt.asc?version=1&amp;modificationDate=1426539191142&amp;api=v2">CVE-2015-0264</a>
 - The XPath handling in Apache Camel for invalid XML Strings or invalid XML 
GenericFile objects allows remote attackers to read arbitrary files via an XML 
External Entity (XXE) declaration. The XML External Entity (XXE) will be 
resolved before the Exception is thrown.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2015-0263.txt.asc?version=1&amp;modificationDate=1426539178647&amp;api=v2">CVE-2015-0263</a>
 - The XML converter setup in Apache Camel allows remote attackers to read 
arbitrary files via an SAXSource containing an XML External Entity (XXE) 
declaration.</li></ul><h3 id="SecurityAdvisories-2014">2014</h3><ul><li><a 
shape="rect" 
href="security-advisories.data/CVE-2014-0003.txt.asc?version=1&amp;modificationDate=1393615582000&amp;api=v2"
 >CVE-2014-0003</a> - The Apache Camel XSLT component allows XSL stylesheets to 
 >perform calls to external Java methods.</li><li><a shape="rect" 
 >href="security-advisories.data/CVE-2014-0002.txt.asc?version=1&amp;modificationDate=1393615569000&amp;api=v2">CVE-2014-0002</a>
 > - The Apache Camel XSLT component will resolve entities in XML messages when 
 >transforming them using an xslt route.</li></ul><h3 
 >id="SecurityAdvisories-2013">2013</h3><ul><li><a shape="rect" 
 >href="security-advisories.data/CVE-2013-4330.txt.asc?version=1&amp;modificationDate=1380633919000&amp;api=v2">CVE-2013-4330</a>
 > - Writing files using FILE or FTP components, can potentially be exploited 
 >by a malicious user.</li></ul><p>&#160;</p></div>
+<div class="wiki-content maincontent"><h3 
id="SecurityAdvisories-2015">2015</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2015-0264.txt.asc?version=1&amp;modificationDate=1426539191000&amp;api=v2">CVE-2015-0264</a>
 - The XPath handling in Apache Camel for invalid XML Strings or invalid XML 
GenericFile objects allows remote attackers to read arbitrary files via an XML 
External Entity (XXE) declaration. The XML External Entity (XXE) will be 
resolved before the Exception is thrown.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2015-0263.txt.asc?version=1&amp;modificationDate=1426539178000&amp;api=v2">CVE-2015-0263</a>
 - The XML converter setup in Apache Camel allows remote attackers to read 
arbitrary files via an SAXSource containing an XML External Entity (XXE) 
declaration.</li></ul><h3 id="SecurityAdvisories-2014">2014</h3><ul><li><a 
shape="rect" 
href="security-advisories.data/CVE-2014-0003.txt.asc?version=1&amp;modificationDate=1393615582000&amp;api=v2"
 >CVE-2014-0003</a> - The Apache Camel XSLT component allows XSL stylesheets to 
 >perform calls to external Java methods.</li><li><a shape="rect" 
 >href="security-advisories.data/CVE-2014-0002.txt.asc?version=1&amp;modificationDate=1393615569000&amp;api=v2">CVE-2014-0002</a>
 > - The Apache Camel XSLT component will resolve entities in XML messages when 
 >transforming them using an xslt route.</li></ul><h3 
 >id="SecurityAdvisories-2013">2013</h3><ul><li><a shape="rect" 
 >href="security-advisories.data/CVE-2013-4330.txt.asc?version=1&amp;modificationDate=1380633919000&amp;api=v2">CVE-2013-4330</a>
 > - Writing files using FILE or FTP components, can potentially be exploited 
 >by a malicious user.</li></ul><p>&#160;</p></div>
         </td>
         <td valign="top">
           <div class="navigation">
@@ -119,7 +119,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/security.html
==============================================================================
--- websites/production/camel/content/security.html (original)
+++ websites/production/camel/content/security.html Wed Apr  1 09:26:15 2015
@@ -119,7 +119,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/seda.html
==============================================================================
--- websites/production/camel/content/seda.html (original)
+++ websites/production/camel/content/seda.html Wed Apr  1 09:26:15 2015
@@ -227,7 +227,7 @@ int size = seda.getExchanges().size();
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/selective-consumer.html
==============================================================================
--- websites/production/camel/content/selective-consumer.html (original)
+++ websites/production/camel/content/selective-consumer.html Wed Apr  1 
09:26:15 2015
@@ -174,7 +174,7 @@ RouteBuilder builder = new RouteBuilder(
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/serialization.html
==============================================================================
--- websites/production/camel/content/serialization.html (original)
+++ websites/production/camel/content/serialization.html Wed Apr  1 09:26:15 
2015
@@ -143,7 +143,7 @@ from(&quot;file://foo/bar&quot;).
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/service-activator.html
==============================================================================
--- websites/production/camel/content/service-activator.html (original)
+++ websites/production/camel/content/service-activator.html Wed Apr  1 
09:26:15 2015
@@ -167,7 +167,7 @@ from(&quot;direct:invokeMyService&quot;)
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/servicepool.html
==============================================================================
--- websites/production/camel/content/servicepool.html (original)
+++ websites/production/camel/content/servicepool.html Wed Apr  1 09:26:15 2015
@@ -146,7 +146,7 @@ As the producer will be pooled and thus
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/servlet-tomcat-example.html
==============================================================================
--- websites/production/camel/content/servlet-tomcat-example.html (original)
+++ websites/production/camel/content/servlet-tomcat-example.html Wed Apr  1 
09:26:15 2015
@@ -235,7 +235,7 @@ You can then use a web browser and send
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: 
websites/production/camel/content/servlet-tomcat-no-spring-example.html
==============================================================================
--- websites/production/camel/content/servlet-tomcat-no-spring-example.html 
(original)
+++ websites/production/camel/content/servlet-tomcat-no-spring-example.html Wed 
Apr  1 09:26:15 2015
@@ -250,7 +250,7 @@ You can then use a web browser and send
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/servlet.html
==============================================================================
--- websites/production/camel/content/servlet.html (original)
+++ websites/production/camel/content/servlet.html Wed Apr  1 09:26:15 2015
@@ -390,7 +390,7 @@ public final class ServletActivator impl
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/servletlistener-component.html
==============================================================================
--- websites/production/camel/content/servletlistener-component.html (original)
+++ websites/production/camel/content/servletlistener-component.html Wed Apr  1 
09:26:15 2015
@@ -295,7 +295,7 @@ public class MyLifecycle implements Came
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/set-up-your-ide.html
==============================================================================
--- websites/production/camel/content/set-up-your-ide.html (original)
+++ websites/production/camel/content/set-up-your-ide.html Wed Apr  1 09:26:15 
2015
@@ -128,7 +128,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/shiro-security.html
==============================================================================
--- websites/production/camel/content/shiro-security.html (original)
+++ websites/production/camel/content/shiro-security.html Wed Apr  1 09:26:15 
2015
@@ -262,7 +262,7 @@ sec-level1 = zone1:readonly:*
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: 
websites/production/camel/content/should-i-deploy-camel-inside-the-activemq-broker-or-in-another-application.html
==============================================================================
--- 
websites/production/camel/content/should-i-deploy-camel-inside-the-activemq-broker-or-in-another-application.html
 (original)
+++ 
websites/production/camel/content/should-i-deploy-camel-inside-the-activemq-broker-or-in-another-application.html
 Wed Apr  1 09:26:15 2015
@@ -137,7 +137,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/simple-jira-bot.html
==============================================================================
--- websites/production/camel/content/simple-jira-bot.html (original)
+++ websites/production/camel/content/simple-jira-bot.html Wed Apr  1 09:26:15 
2015
@@ -203,7 +203,7 @@ mvn camel:run
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/simple.html
==============================================================================
--- websites/production/camel/content/simple.html (original)
+++ websites/production/camel/content/simple.html Wed Apr  1 09:26:15 2015
@@ -434,7 +434,7 @@ from(&quot;direct:start&quot;)
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/simplescheduledroutepolicy.html
==============================================================================
--- websites/production/camel/content/simplescheduledroutepolicy.html (original)
+++ websites/production/camel/content/simplescheduledroutepolicy.html Wed Apr  
1 09:26:15 2015
@@ -243,7 +243,7 @@ from(&quot;direct:start&quot;)
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/sip.html
==============================================================================
--- websites/production/camel/content/sip.html (original)
+++ websites/production/camel/content/sip.html Wed Apr  1 09:26:15 2015
@@ -241,7 +241,7 @@ protected RouteBuilder createRouteBuilde
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/site-update-ideas.html
==============================================================================
--- websites/production/camel/content/site-update-ideas.html (original)
+++ websites/production/camel/content/site-update-ideas.html Wed Apr  1 
09:26:15 2015
@@ -221,7 +221,7 @@ mvn jetty:run
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>

Modified: websites/production/camel/content/site.html
==============================================================================
--- websites/production/camel/content/site.html (original)
+++ websites/production/camel/content/site.html Wed Apr  1 09:26:15 2015
@@ -121,7 +121,7 @@
 </div>
 </div>
 <div class="design_attribution">
-&copy; 2004-2014 The Apache Software Foundation.
+&copy; 2004-2015 The Apache Software Foundation.
 <br>          
 Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
 <br>


Reply via email to