Author: buildbot
Date: Fri Sep 28 13:17:29 2012
New Revision: 833263

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2110-release.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/camel-2110-release.html
==============================================================================
--- websites/production/camel/content/camel-2110-release.html (original)
+++ websites/production/camel/content/camel-2110-release.html Fri Sep 28 
13:17:29 2012
@@ -84,12 +84,12 @@
 
 <p>Welcome to the 2.11.0 release with approximately XXX issues resolved - 
including new features, improvements, and bug fixes, such as: </p>
 
-<ul><li>Added support for SOAP 1.2 in <a shape="rect" href="soap.html" 
title="SOAP">SOAP</a> data format.</li><li><a shape="rect" href="cache.html" 
title="Cache">Cache</a> operation for add/update now supports expiry headers to 
control time to live/idle/eternal.</li><li>Added <tt>allowNullBody</tt> option 
to <a shape="rect" href="jms.html" title="JMS">JMS</a> to configure whether 
sending messages with no body is allowed.</li><li>Added 
<tt>connectOnStartup</tt> option to <a shape="rect" href="hdfs.html" 
title="HDFS">HDFS</a> to allow to connect on demand, to avoid having Hadoop 
block for long time connecting to the HDFS cluster, as it has a hardcoded 15 
minute retry mechanism.</li><li>Added support for daily and weekly trends to <a 
shape="rect" href="twitter.html" title="Twitter">Twitter</a> 
component.</li><li>The <a shape="rect" href="camel-maven-archetypes.html" 
title="Camel Maven Archetypes">Camel Maven Archetypes</a> now generates 
projects without any license headers.</li
 ><li>Added 'rejectOld' option to the <a shape="rect" href="resequencer.html" 
 >title="Resequencer">Resequencer</a> to prevent out of order messages from 
 >being delivered after capacity/timeout events occur</li><li>Further optimized 
 ><a shape="rect" href="xpath.html" title="XPath">XPath</a> under concurrent 
 >load, and as well ensured resources are cleaned up eagerly</li><li>Added 
 >options <tt>allowNullBody</tt> and <tt>readLockMinLength</tt> to the <a 
 >shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" 
 >href="ftp2.html" title="FTP2">FTP</a> components.</li><li>Made 
 ><tt>changed</tt> read lock strategy on <a shape="rect" href="ftp2.html" 
 >title="FTP2">FTP</a> go faster (eg when the FTP server has a lot of files in 
 >the directory) if you enable the <tt>fastExistsCheck=true</tt> option as 
 >well. Notice that some FTP server may not support this.</li><li><a 
 >shape="rect" href="hl7.html" title="HL7">HL7</a> moves to HAPI 2.0 and 
 >supports using a dedicated Parser instance 
 in the <a shape="rect" href="hl7.html" title="HL7">HL7</a> MLLP codec and 
DataFormat. Added "Terser" language and expression to be able to extract fields 
from a parsed message. <a shape="rect" href="hl7.html" title="HL7">HL7</a> now 
uses Apache Mina 2.x.</li><li>Add an option <tt>HttpMethodRestrict</tt> to 
restrict HTTP method in <a shape="rect" href="jetty.html" 
title="Jetty">Jetty</a> and <a shape="rect" href="servlet.html" 
title="SERVLET">SERVLET</a></li><li>Add support for selection of <a 
shape="rect" href="direct-vm.html" title="Direct-VM">Direct-VM</a> consumers by 
using ant-like path expression.</li><li>The <a shape="rect" 
href="pojo-producing.html" title="POJO Producing">POJO Producing</a>, and <a 
shape="rect" href="pojo-consuming.html" title="POJO Consuming">POJO 
Consuming</a> with @Consume, @Produce, @EndpointInject now supports a new 
{{property} attribute to get the endpoint configuration from a bean property 
(eg using a getter method); this allows you to configur
 e this on the bean using conventional bean configuration.</li><li>Testing with 
<tt>camel-test-blueprint</tt> on Windows no longer tries to cleanup after 
testing taking up 5 seconds and logging WARNs.</li><li>The <a shape="rect" 
href="file2.html" title="File2">File</a>, and <a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> components now support <tt>fileExist=Move</tt> option to 
move any existing files before writing a file.</li><li>Added option 
<tt>loadStatisticsEnabled</tt> on <a shape="rect" href="camel-jmx.html" 
title="Camel JMX">Camel JMX</a> to allow to disable load statistics if not 
needed (avoids a background thread being in use, to calculate the load 
stats).</li><li>Enabled "lazy connections" for <a shape="rect" href="xmpp.html" 
title="XMPP">XMPP</a> providers via the <tt>testConnectionOnStartup</tt> 
option</li><li>Added a connection monitor to detect and fix dropped <a 
shape="rect" href="xmpp.html" title="XMPP">XMPP</a> consumer connections at 
configurable <tt>c
 onnectionPollDelay</tt> intervals</li><li>Added an 
<tt>org.apache.camel.builder.ExchangeBuilder</tt> to build the <a shape="rect" 
href="exchange.html" title="Exchange">Exchange</a> using a builder 
pattern.</li><li>The <a shape="rect" href="camel-run-maven-goal.html" 
title="Camel Run Maven Goal">Camel Run Maven Goal</a> can now run <a 
shape="rect" href="cdi.html" title="CDI">CDI</a> applications.</li><li>The 
Camel <a shape="rect" href="cdi.html" title="CDI">CDI</a> component has 
improved a lot.</li><li>Added option <tt>allowRedeliveryWhileStopping</tt> to 
<a shape="rect" href="dead-letter-channel.html" title="Dead Letter 
Channel">error handlers</a> to control if redelivery is allowed during 
stopping/shutting down Camel or the route(s). Turning this option 
<tt>false</tt> allows to stop quicker by rejecting redelivery 
attempts.</li><li>Added support for specifying user info in Camel <a 
shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> urls, which 
contains the @ si
 gn; now the @ sign can be given as is; without being encoded to 
%40.</li><li>Added robust connection support for <a shape="rect" 
href="jmx.html" title="JMX">JMX</a>. Optional <tt>testConnectionOnStartup</tt> 
allows a JMX consumer to attach to a JMX server that becomes available 
<em>after</em> the JMX endpoint starts; <tt>reconnectOnConnectionFailure</tt> 
enables re-connection of failed JMX connections.</li><li><a shape="rect" 
href="jaxb.html" title="JAXB">JAXB</a> and <a shape="rect" href="soap.html" 
title="SOAP">SOAP</a> data format now supports controlling namespace prefix 
mappings when marshalling (eg to avoid prefixes such as ns2, ns3, ns4 
etc.)</li><li>Added support for using raw uris when <a shape="rect" 
href="component.html" title="Component">Component</a>s create <a shape="rect" 
href="endpoint.html" title="Endpoint">Endpoint</a>s. This gives component 
writers full power in case their component has special syntax/notation for 
endpoint uri configurations.</li><li><a sh
 ape="rect" href="eip.html" title="EIP">EIP</a>s configured with custom 
<tt>AggregationStrategy</tt> will now strict check the custom strategy exists 
in the <a shape="rect" href="registry.html" title="Registry">Registry</a> and 
no longer fallback and use a default strategy if not.</li></ul>
+<ul><li>Added support for SOAP 1.2 in <a shape="rect" href="soap.html" 
title="SOAP">SOAP</a> data format.</li><li><a shape="rect" href="cache.html" 
title="Cache">Cache</a> operation for add/update now supports expiry headers to 
control time to live/idle/eternal.</li><li>Added <tt>allowNullBody</tt> option 
to <a shape="rect" href="jms.html" title="JMS">JMS</a> to configure whether 
sending messages with no body is allowed.</li><li>Added 
<tt>connectOnStartup</tt> option to <a shape="rect" href="hdfs.html" 
title="HDFS">HDFS</a> to allow to connect on demand, to avoid having Hadoop 
block for long time connecting to the HDFS cluster, as it has a hardcoded 15 
minute retry mechanism.</li><li>Added support for daily and weekly trends to <a 
shape="rect" href="twitter.html" title="Twitter">Twitter</a> 
component.</li><li>The <a shape="rect" href="camel-maven-archetypes.html" 
title="Camel Maven Archetypes">Camel Maven Archetypes</a> now generates 
projects without any license headers.</li
 ><li>Added 'rejectOld' option to the <a shape="rect" href="resequencer.html" 
 >title="Resequencer">Resequencer</a> to prevent out of order messages from 
 >being delivered after capacity/timeout events occur</li><li>Further optimized 
 ><a shape="rect" href="xpath.html" title="XPath">XPath</a> under concurrent 
 >load, and as well ensured resources are cleaned up eagerly</li><li>Added 
 >options <tt>allowNullBody</tt> and <tt>readLockMinLength</tt> to the <a 
 >shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" 
 >href="ftp2.html" title="FTP2">FTP</a> components.</li><li>Made 
 ><tt>changed</tt> read lock strategy on <a shape="rect" href="ftp2.html" 
 >title="FTP2">FTP</a> go faster (eg when the FTP server has a lot of files in 
 >the directory) if you enable the <tt>fastExistsCheck=true</tt> option as 
 >well. Notice that some FTP server may not support this.</li><li><a 
 >shape="rect" href="hl7.html" title="HL7">HL7</a> moves to HAPI 2.0 and 
 >supports using a dedicated Parser instance 
 in the <a shape="rect" href="hl7.html" title="HL7">HL7</a> MLLP codec and 
DataFormat. Added "Terser" language and expression to be able to extract fields 
from a parsed message. <a shape="rect" href="hl7.html" title="HL7">HL7</a> now 
uses Apache Mina 2.x.</li><li>Add an option <tt>HttpMethodRestrict</tt> to 
restrict HTTP method in <a shape="rect" href="jetty.html" 
title="Jetty">Jetty</a> and <a shape="rect" href="servlet.html" 
title="SERVLET">SERVLET</a></li><li>Add support for selection of <a 
shape="rect" href="direct-vm.html" title="Direct-VM">Direct-VM</a> consumers by 
using ant-like path expression.</li><li>The <a shape="rect" 
href="pojo-producing.html" title="POJO Producing">POJO Producing</a>, and <a 
shape="rect" href="pojo-consuming.html" title="POJO Consuming">POJO 
Consuming</a> with @Consume, @Produce, @EndpointInject now supports a new 
{{property} attribute to get the endpoint configuration from a bean property 
(eg using a getter method); this allows you to configur
 e this on the bean using conventional bean configuration.</li><li>Testing with 
<tt>camel-test-blueprint</tt> on Windows no longer tries to cleanup after 
testing taking up 5 seconds and logging WARNs.</li><li>The <a shape="rect" 
href="file2.html" title="File2">File</a>, and <a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> components now support <tt>fileExist=Move</tt> option to 
move any existing files before writing a file.</li><li>Added option 
<tt>loadStatisticsEnabled</tt> on <a shape="rect" href="camel-jmx.html" 
title="Camel JMX">Camel JMX</a> to allow to disable load statistics if not 
needed (avoids a background thread being in use, to calculate the load 
stats).</li><li>Enabled "lazy connections" for <a shape="rect" href="xmpp.html" 
title="XMPP">XMPP</a> providers via the <tt>testConnectionOnStartup</tt> 
option</li><li>Added a connection monitor to detect and fix dropped <a 
shape="rect" href="xmpp.html" title="XMPP">XMPP</a> consumer connections at 
configurable <tt>c
 onnectionPollDelay</tt> intervals</li><li>Added an 
<tt>org.apache.camel.builder.ExchangeBuilder</tt> to build the <a shape="rect" 
href="exchange.html" title="Exchange">Exchange</a> using a builder 
pattern.</li><li>The <a shape="rect" href="camel-run-maven-goal.html" 
title="Camel Run Maven Goal">Camel Run Maven Goal</a> can now run <a 
shape="rect" href="cdi.html" title="CDI">CDI</a> applications.</li><li>The 
Camel <a shape="rect" href="cdi.html" title="CDI">CDI</a> component has 
improved a lot.</li><li>Added option <tt>allowRedeliveryWhileStopping</tt> to 
<a shape="rect" href="dead-letter-channel.html" title="Dead Letter 
Channel">error handlers</a> to control if redelivery is allowed during 
stopping/shutting down Camel or the route(s). Turning this option 
<tt>false</tt> allows to stop quicker by rejecting redelivery 
attempts.</li><li>Added support for specifying user info in Camel <a 
shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> urls, which 
contains the @ si
 gn; now the @ sign can be given as is; without being encoded to 
%40.</li><li>Added robust connection support for <a shape="rect" 
href="jmx.html" title="JMX">JMX</a>. Optional <tt>testConnectionOnStartup</tt> 
allows a JMX consumer to attach to a JMX server that becomes available 
<em>after</em> the JMX endpoint starts; <tt>reconnectOnConnectionFailure</tt> 
enables re-connection of failed JMX connections.</li><li><a shape="rect" 
href="jaxb.html" title="JAXB">JAXB</a> and <a shape="rect" href="soap.html" 
title="SOAP">SOAP</a> data format now supports controlling namespace prefix 
mappings when marshalling (eg to avoid prefixes such as ns2, ns3, ns4 
etc.)</li><li>Added support for using raw uris when <a shape="rect" 
href="component.html" title="Component">Component</a>s create <a shape="rect" 
href="endpoint.html" title="Endpoint">Endpoint</a>s. This gives component 
writers full power in case their component has special syntax/notation for 
endpoint uri configurations.</li><li><a sh
 ape="rect" href="eip.html" title="EIP">EIP</a>s configured with custom 
<tt>AggregationStrategy</tt> will now strict check the custom strategy exists 
in the <a shape="rect" href="registry.html" title="Registry">Registry</a> and 
no longer fallback and use a default strategy if not.</li><li>Camel now logs on 
shutdown if any thread pools hasn't been properly shutdown, and will shutdown 
them as fail safe (can only be done for the thread pools Camel 
manages).</li></ul>
 
 
 <h3><a shape="rect" name="Camel2.11.0Release-Fixedissues"></a>Fixed issues</h3>
 
-<ul><li>Fixed <a shape="rect" href="routepolicy.html" 
title="RoutePolicy">RoutePolicy</a> used from Spring XML with 
<tt>routePolicyRef</tt> may not invoke all callbacks on the 
policy.</li><li>Fixed <a shape="rect" href="mina.html" title="MINA">MINA</a> 
consumer to force disconnect upon timeout when doing request/reply, as late 
replies may cause side effects otherwise.</li><li>Fixed <a shape="rect" 
href="simple.html" title="Simple">Simple</a> language with empty quoted 
literals in predicates, so you can compare against empty strings.</li><li>Fixed 
<a shape="rect" href="soap.html" title="SOAP">SOAP</a> data format to set SOAP 
1.1 namespace when marhsalling faults.</li><li>Fixed <a shape="rect" 
href="seda.html" title="SEDA">SEDA</a> producer to send to the right 
BlockingQueue being attached on the <a shape="rect" href="seda.html" 
title="SEDA">SEDA</a> endpoint so that the sent messages don't get 
lost.</li><li>Fixed using <tt>sendEmptyMessageWhenIdle=true</tt> on a batch 
consume
 r such as <a shape="rect" href="file2.html" title="File2">File</a> now working 
with <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregate</a> 
EIP when using <tt>completionFromBatchConsumer</tt></li><li>Fixed 
<tt>MockEndpoint.expectedBodiesReceivedInAnyOrder</tt> to allow asserting on 
multiple arrival of the same/equal bodies.</li><li>Fixed <a shape="rect" 
href="mybatis.html" title="MyBatis">MyBatis</a> to demarcate the running 
transactions properly while reading/writing from/to database.</li><li>Fixed <a 
shape="rect" href="jetty.html" title="Jetty">Jetty</a>, <a shape="rect" 
href="http.html" title="HTTP">HTTP</a>, <a shape="rect" href="http4.html" 
title="HTTP4">HTTP4</a>, and <a shape="rect" href="ahc.html" 
title="AHC">AHC</a> http components not working in bridge mode if content path 
have spaces</li><li>Fixed the <a shape="rect" href="cxf.html" 
title="CXF">CXF</a> fallback convertor issue which camel will unregister it 
when the converter return null.</li><li
 >Fixed the issue that <a shape="rect" href="file2.html" 
 >title="File2">File2</a> endpoints on windows without volume name in the path 
 >url.</li><li>Fixed the issue of unmarshaling pgp messages encrypted with 
 >ElGamal.</li><li>Fixed random <a shape="rect" href="load-balancer.html" 
 >title="Load Balancer">Load Balancer</a> to be even spread (before was a 
 >little less likely to pick the 1st)</li><li>Fixed <a shape="rect" 
 >href="timer.html" title="Timer">Timer</a> to not fire during starting <a 
 >shape="rect" href="camelcontext.html" 
 >title="CamelContext">CamelContext</a></li><li>Fixed <a shape="rect" 
 >href="xmlsecurity-dataformat.html" title="XMLSecurity DataFormat">XMLSecurity 
 >DataFormat</a> to enable retrieval of password-protected private keys for 
 >asymmetric decryption</li><li>Fixed <a shape="rect" 
 >href="exception-clause.html" title="Exception Clause">Exception Clause</a> 
 >using <tt>maximumRedeliveries(-1)</tt> may be wrongly inherited by another 
 ><tt>onException</tt> during a redelivery
  process.</li></ul>
+<ul><li>Fixed <a shape="rect" href="routepolicy.html" 
title="RoutePolicy">RoutePolicy</a> used from Spring XML with 
<tt>routePolicyRef</tt> may not invoke all callbacks on the 
policy.</li><li>Fixed <a shape="rect" href="mina.html" title="MINA">MINA</a> 
consumer to force disconnect upon timeout when doing request/reply, as late 
replies may cause side effects otherwise.</li><li>Fixed <a shape="rect" 
href="simple.html" title="Simple">Simple</a> language with empty quoted 
literals in predicates, so you can compare against empty strings.</li><li>Fixed 
<a shape="rect" href="soap.html" title="SOAP">SOAP</a> data format to set SOAP 
1.1 namespace when marhsalling faults.</li><li>Fixed <a shape="rect" 
href="seda.html" title="SEDA">SEDA</a> producer to send to the right 
BlockingQueue being attached on the <a shape="rect" href="seda.html" 
title="SEDA">SEDA</a> endpoint so that the sent messages don't get 
lost.</li><li>Fixed using <tt>sendEmptyMessageWhenIdle=true</tt> on a batch 
consume
 r such as <a shape="rect" href="file2.html" title="File2">File</a> now working 
with <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregate</a> 
EIP when using <tt>completionFromBatchConsumer</tt></li><li>Fixed 
<tt>MockEndpoint.expectedBodiesReceivedInAnyOrder</tt> to allow asserting on 
multiple arrival of the same/equal bodies.</li><li>Fixed <a shape="rect" 
href="mybatis.html" title="MyBatis">MyBatis</a> to demarcate the running 
transactions properly while reading/writing from/to database.</li><li>Fixed <a 
shape="rect" href="jetty.html" title="Jetty">Jetty</a>, <a shape="rect" 
href="http.html" title="HTTP">HTTP</a>, <a shape="rect" href="http4.html" 
title="HTTP4">HTTP4</a>, and <a shape="rect" href="ahc.html" 
title="AHC">AHC</a> http components not working in bridge mode if content path 
have spaces</li><li>Fixed the <a shape="rect" href="cxf.html" 
title="CXF">CXF</a> fallback convertor issue which camel will unregister it 
when the converter return null.</li><li
 >Fixed the issue that <a shape="rect" href="file2.html" 
 >title="File2">File2</a> endpoints on windows without volume name in the path 
 >url.</li><li>Fixed the issue of unmarshaling pgp messages encrypted with 
 >ElGamal.</li><li>Fixed random <a shape="rect" href="load-balancer.html" 
 >title="Load Balancer">Load Balancer</a> to be even spread (before was a 
 >little less likely to pick the 1st)</li><li>Fixed <a shape="rect" 
 >href="timer.html" title="Timer">Timer</a> to not fire during starting <a 
 >shape="rect" href="camelcontext.html" 
 >title="CamelContext">CamelContext</a></li><li>Fixed <a shape="rect" 
 >href="xmlsecurity-dataformat.html" title="XMLSecurity DataFormat">XMLSecurity 
 >DataFormat</a> to enable retrieval of password-protected private keys for 
 >asymmetric decryption</li><li>Fixed <a shape="rect" 
 >href="exception-clause.html" title="Exception Clause">Exception Clause</a> 
 >using <tt>maximumRedeliveries(-1)</tt> may be wrongly inherited by another 
 ><tt>onException</tt> during a redelivery
  process.</li><li>Fixed logging <a shape="rect" href="error-handler.html" 
title="Error Handler">Error Handler</a> to use configured logging 
level.</li></ul>
 
 
 <h3><a shape="rect" 
name="Camel2.11.0Release-NewEnterpriseIntegrationPatterns"></a>New <a 
shape="rect" href="enterprise-integration-patterns.html" title="Enterprise 
Integration Patterns">Enterprise Integration Patterns</a></h3>


Reply via email to