svn commit: r1395230 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/test/java/org/apache/camel/impl/

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sun Oct 7 06:37:02 2012 New Revision: 1395230 URL: http://svn.apache.org/viewvc?rev=1395230&view=rev Log: CAMEL-5683: ProducerCache/ConsumerCache should use regular LRUCache to ensure prouducer/consumer is always stopped when evicted/stopping cache itself. As a soft cach

svn commit: r1395228 - in /camel/branches/camel-2.10.x: ./ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/test/java/org/apache/camel/impl/

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sun Oct 7 06:34:50 2012 New Revision: 1395228 URL: http://svn.apache.org/viewvc?rev=1395228&view=rev Log: CAMEL-5683: ProducerCache/ConsumerCache should use regular LRUCache to ensure prouducer/consumer is always stopped when evicted/stopping cache itself. As a soft cach

svn commit: r1395226 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/impl/ConsumerCache.java main/java/org/apache/camel/impl/ProducerCache.java test/java/org/apache/camel/impl/DefaultProd

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sun Oct 7 06:33:27 2012 New Revision: 1395226 URL: http://svn.apache.org/viewvc?rev=1395226&view=rev Log: CAMEL-5683: ProducerCache/ConsumerCache should use regular LRUCache to ensure prouducer/consumer is always stopped when evicted/stopping cache itself. As a soft cach

svn commit: r1395123 - in /camel/trunk: parent/pom.xml platforms/karaf/features/src/main/resources/features.xml

2012-10-06 Thread bvahdat
Author: bvahdat Date: Sat Oct 6 17:35:14 2012 New Revision: 1395123 URL: http://svn.apache.org/viewvc?rev=1395123&view=rev Log: Get rid of the maven property so that we manage the jclouds version consistently & only through the property. Modified: camel/trunk/parent/pom.xml camel/trun

svn commit: r1395105 - /camel/trunk/parent/pom.xml

2012-10-06 Thread bvahdat
Author: bvahdat Date: Sat Oct 6 16:18:12 2012 New Revision: 1395105 URL: http://svn.apache.org/viewvc?rev=1395105&view=rev Log: Upgrade to JClouds 1.5.1. Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?r

[CONF] Apache Camel > Camel 2.11.0 Release

2012-10-06 Thread confluence
Camel 2.11.0 Release Page edited by Claus Ibsen Changes (2) ... * Improved startup performance. * Added [JMS] URI option {{messageListenerConta

svn commit: r1395089 - in /camel/branches/camel-2.10.x: ./ components/camel-mqtt/ components/camel-mqtt/src/main/java/org/apache/camel/component/mqtt/ components/camel-mqtt/src/test/java/org/apache/ca

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 15:10:28 2012 New Revision: 1395089 URL: http://svn.apache.org/viewvc?rev=1395089&view=rev Log: CAMEL-5670: Fixed NPE in MQTT publish. Refactored code to leverage async routing engine. Polished code. Removed: camel/branches/camel-2.10.x/components/camel-mq

[CONF] Apache Camel > Asynchronous Routing Engine

2012-10-06 Thread confluence
Asynchronous Routing Engine Page edited by Claus Ibsen Changes (1) ... - [JMS] *Camel 2.5:* (only producer for [Request Reply] messaging over J

svn commit: r1395085 - in /camel/trunk/components/camel-mqtt: ./ src/main/java/org/apache/camel/component/mqtt/ src/test/java/org/apache/camel/component/mqtt/ src/test/resources/

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 15:03:06 2012 New Revision: 1395085 URL: http://svn.apache.org/viewvc?rev=1395085&view=rev Log: CAMEL-5670: Fixed NPE in MQTT publish. Refactored code to leverage async routing engine. Polished code. Removed: camel/trunk/components/camel-mqtt/src/test/resou

svn commit: r1395073 - in /camel/branches/camel-2.9.x: ./ components/camel-http/src/main/java/org/apache/camel/component/http/ components/camel-http4/src/main/java/org/apache/camel/component/http4/ co

2012-10-06 Thread ningjiang
Author: ningjiang Date: Sat Oct 6 14:25:51 2012 New Revision: 1395073 URL: http://svn.apache.org/viewvc?rev=1395073&view=rev Log: CAMEL-5668 fix the soap fault response code issue with thanks to James Modified: camel/branches/camel-2.9.x/ (props changed) camel/branches/camel-2.9.x/com

[CONF] Apache Camel > Camel 2.11.0 Release

2012-10-06 Thread confluence
Camel 2.11.0 Release Page edited by Claus Ibsen Changes (2) ... h2. Important changes to consider when upgrading * {{camel-mina2}

svn commit: r1395059 - /camel/branches/camel-2.10.x/parent/pom.xml

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 13:44:39 2012 New Revision: 1395059 URL: http://svn.apache.org/viewvc?rev=1395059&view=rev Log: Upgraded to Netty 3.5.8 Modified: camel/branches/camel-2.10.x/parent/pom.xml Modified: camel/branches/camel-2.10.x/parent/pom.xml URL: http://svn.apache.org/vie

svn commit: r1395054 - in /camel/branches/camel-2.9.x: ./ components/camel-netty/src/main/java/org/apache/camel/component/netty/ components/camel-netty/src/main/java/org/apache/camel/component/netty/h

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 13:39:32 2012 New Revision: 1395054 URL: http://svn.apache.org/viewvc?rev=1395054&view=rev Log: Polished and use netty helper to write to channel. Modified: camel/branches/camel-2.9.x/ (props changed) camel/branches/camel-2.9.x/components/camel-netty/

svn commit: r1395050 - in /camel/branches/camel-2.10.x: ./ components/camel-netty/src/main/java/org/apache/camel/component/netty/ components/camel-netty/src/main/java/org/apache/camel/component/netty/

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 13:36:51 2012 New Revision: 1395050 URL: http://svn.apache.org/viewvc?rev=1395050&view=rev Log: Polished and use netty helper to write to channel. Modified: camel/branches/camel-2.10.x/ (props changed) camel/branches/camel-2.10.x/components/camel-nett

svn commit: r1395047 - in /camel/trunk/tests/camel-itest/src/test: java/org/apache/camel/itest/netty/NettyAsyncRequestReplyTest.java resources/log4j.properties

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 13:31:50 2012 New Revision: 1395047 URL: http://svn.apache.org/viewvc?rev=1395047&view=rev Log: CAMEL-5689: Added unit tests. Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/netty/NettyAsyncRequestReplyTest.java camel/trunk/

svn commit: r1395046 - in /camel/trunk/components/camel-netty/src: main/java/org/apache/camel/component/netty/ main/java/org/apache/camel/component/netty/handlers/ test/java/org/apache/camel/component

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 13:31:21 2012 New Revision: 1395046 URL: http://svn.apache.org/viewvc?rev=1395046&view=rev Log: CAMEL-5689: Use ordered thread pool from Netty to ensure events is processed orderly from the same Channel. Such as required by TCP. This is enabled by default, but

[CONF] Apache Camel > Netty

2012-10-06 Thread confluence
Netty Page edited by Claus Ibsen Changes (4) ... | {{encoding}} | {{null}} | *Camel 2.4:* The encoding (a charset name) to use for the textline

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

2012-10-06 Thread buildbot
Author: buildbot Date: Sat Oct 6 11:17:37 2012 New Revision: 834235 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/m

svn commit: r1394994 - /camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/processor/onexception/DoCatchDirectDynamicRouteTest.java

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 10:59:05 2012 New Revision: 1394994 URL: http://svn.apache.org/viewvc?rev=1394994&view=rev Log: CAMEL-5681: Added tests to reproduce issue Modified: camel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/processor/onexception/DoCatchDirectDyna

[CONF] Apache Camel > Camel 2.11.0 Release

2012-10-06 Thread confluence
Camel 2.11.0 Release Page edited by Claus Ibsen Changes (1) ... * The [Camel Test Kit|Testing] provides a default [Properties] component out of

svn commit: r1394993 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/api/management/mbean/ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/a

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 10:51:08 2012 New Revision: 1394993 URL: http://svn.apache.org/viewvc?rev=1394993&view=rev Log: CAMEL-5688: LRUCache will stop service on eviction. Modified: camel/branches/camel-2.9.x/ (props changed) camel/branches/camel-2.9.x/camel-core/src/main/ja

svn commit: r1394992 - in /camel/branches/camel-2.10.x: ./ camel-core/src/main/java/org/apache/camel/api/management/mbean/ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 10:49:04 2012 New Revision: 1394992 URL: http://svn.apache.org/viewvc?rev=1394992&view=rev Log: CAMEL-5688: LRUCache will stop service on eviction. Modified: camel/branches/camel-2.10.x/ (props changed) camel/branches/camel-2.10.x/camel-core/src/main/

svn commit: r1394991 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/api/management/mbean/ main/java/org/apache/camel/impl/ main/java/org/apache/camel/management/ main/java/org/apache/cam

2012-10-06 Thread davsclaus
Author: davsclaus Date: Sat Oct 6 10:44:14 2012 New Revision: 1394991 URL: http://svn.apache.org/viewvc?rev=1394991&view=rev Log: CAMEL-5688: LRUCache will stop service on eviction. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/api/management/mbean/ManagedConsumerCacheMBea

[CONF] Apache Camel > Camel 2.11.0 Release

2012-10-06 Thread confluence
Camel 2.11.0 Release Page edited by Babak Vahdat Changes (1) ... * Krati 0.4.5 to 0.4.6 * Lucene 3.6.0 to 3.6.1 * Mina 2.0.4 to 2.

svn commit: r1394982 - in /camel/trunk: parent/pom.xml tests/camel-itest/pom.xml

2012-10-06 Thread bvahdat
Author: bvahdat Date: Sat Oct 6 10:30:14 2012 New Revision: 1394982 URL: http://svn.apache.org/viewvc?rev=1394982&view=rev Log: Upgrade to Mina 2.0.6. Modified: camel/trunk/parent/pom.xml camel/trunk/tests/camel-itest/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.

svn commit: r1394978 - in /camel/branches/camel-2.10.x: ./ components/camel-http/src/main/java/org/apache/camel/component/http/ components/camel-http4/src/main/java/org/apache/camel/component/http4/ c

2012-10-06 Thread ningjiang
Author: ningjiang Date: Sat Oct 6 09:49:11 2012 New Revision: 1394978 URL: http://svn.apache.org/viewvc?rev=1394978&view=rev Log: CAMEL-5668 fix the soap fault response code issue with thanks to James Modified: camel/branches/camel-2.10.x/ (props changed) camel/branches/camel-2.10.x/c

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

2012-10-06 Thread buildbot
Author: buildbot Date: Sat Oct 6 08:17:37 2012 New Revision: 834226 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/m

[CONF] Apache Camel > Camel 2.11.0 Release

2012-10-06 Thread confluence
Camel 2.11.0 Release Page edited by Babak Vahdat Changes (1) ... * Jackson 1.9.7 to 1.9.10 * Jaxen 1.1.3 to 1.1.4 * JClouds 1.4.0

svn commit: r1394954 - /camel/trunk/parent/pom.xml

2012-10-06 Thread bvahdat
Author: bvahdat Date: Sat Oct 6 07:38:15 2012 New Revision: 1394954 URL: http://svn.apache.org/viewvc?rev=1394954&view=rev Log: Upgrade to JClouds 1.5.1. Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?r