You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/08/29 16:17:31 UTC

svn commit: r830461 - in /websites/production/camel/content: cache/main.pageCache camel-2110-release.html

Author: buildbot
Date: Wed Aug 29 14:17:29 2012
New Revision: 830461

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 Wed Aug 29 14:17:29 2012
@@ -89,8 +89,7 @@
 
 <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></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></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>
@@ -134,7 +133,7 @@
 
 <h2><a shape="rect" name="Camel2.11.0Release-DependencyUpgrades"></a>Dependency Upgrades</h2>
 
-<ul><li>Axiom 1.2.10 to 1.2.12</li><li>BeanIO 2.0.0 to 2.0.1</li><li>ConcurrentLinkedHashMap 1.2 to 1.3.1</li><li>Ehcache bundle 2.5.1_1 to 2.5.2_1</li><li>HTTP Client 4.1.3 to 4.2.1</li><li>Jettison 1.3.1 to 1.3.2</li><li>Lucene 3.6.0 to 3.6.1</li><li>Netty 3.5.1 to 3.5.5</li><li>Ognl bundle 3.0.4_1 to 3.0.5_1</li><li>Saxon 9.3.0.11 to 9.4.0.1</li><li>Spring Framework 3.1.1 to 3.1.2</li><li>Spring Integration 2.1.2 to 2.1.3</li><li>SSHD 0.6.0 to 0.7.0</li><li>Woodstox 4.1.2 to 4.1.3</li></ul>
+<ul><li>Axiom 1.2.10 to 1.2.12</li><li>BeanIO 2.0.0 to 2.0.1</li><li>ConcurrentLinkedHashMap 1.2 to 1.3.1</li><li>Ehcache bundle 2.5.1_1 to 2.5.2_1</li><li>HTTP Client 4.1.3 to 4.2.1</li><li>Jettison 1.3.1 to 1.3.2</li><li>Lucene 3.6.0 to 3.6.1</li><li>Netty 3.5.1 to 3.5.5</li><li>Ognl bundle 3.0.4_1 to 3.0.5_1</li><li>Restlet 2.0.14 to 2.0.15</li><li>Saxon 9.3.0.11 to 9.4.0.1</li><li>Spring Framework 3.1.1 to 3.1.2</li><li>Spring Integration 2.1.2 to 2.1.3</li><li>SSHD 0.6.0 to 0.7.0</li><li>Woodstox 4.1.2 to 4.1.3</li></ul>
 
 
 <h2><a shape="rect" name="Camel2.11.0Release-Importantchangestoconsiderwhenupgrading"></a>Important changes to consider when upgrading</h2>