svn commit: r1206414 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/impl/DefaultCamelContext.java test/java/org/apache/camel/impl/DefaultCamelContextWithLifecycleStrategyRestartTest.java

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 09:54:40 2011 New Revision: 1206414 URL: http://svn.apache.org/viewvc?rev=1206414view=rev Log: CAMEL-4696: Fixed issue when removing route causing 2 times shutdown. Thanks to Bilgin for patch. Modified:

svn commit: r1206415 - in /camel/branches/camel-2.8.x: ./ camel-core/src/main/java/org/apache/camel/impl/DefaultCamelContext.java camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextWith

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 10:02:13 2011 New Revision: 1206415 URL: http://svn.apache.org/viewvc?rev=1206415view=rev Log: CAMEL-4696: Fixed issue when removing route causing 2 times shutdown. Thanks to Bilgin for patch. Modified: camel/branches/camel-2.8.x/ (props changed)

[CONF] Apache Camel Camel 2.9.0 Release

2011-11-26 Thread confluence
Camel 2.9.0 Release Page edited by Claus Ibsen Changes (1) ... * {{FileUtil.removeFile}} added new option, and will throw {{IOException}} in

svn commit: r1206424 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/impl/ main/java/org/apache/camel/spi/ test/java/org/apache/camel/impl/

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 10:36:16 2011 New Revision: 1206424 URL: http://svn.apache.org/viewvc?rev=1206424view=rev Log: CAMEL-4514: Added onRemove callback to RoutePolicy. Thanks to Bilgin for the patch. Added:

[CONF] Apache Camel Log

2011-11-26 Thread confluence
Log Page edited by Claus Ibsen Changes (1) ... | {{showStreams}} | {{false}} | *Camel 2.8:* Whether Camel should show stream bodies or not (eg

[CONF] Apache Camel Tracer

2011-11-26 Thread confluence
Tracer Page edited by Claus Ibsen Changes (1) ... | showExchangePattern | true | *Camel 1.5:* Output the exchange pattern | | showException |

[CONF] Apache Camel Camel 2.9.0 Release

2011-11-26 Thread confluence
Camel 2.9.0 Release Page edited by Claus Ibsen Changes (1) ... * Added ability in [AWS-S3] component to specify the bucket policy and the

svn commit: r1206429 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/log/ main/java/org/apache/camel/processor/interceptor/ test/java/org/apache/camel/component/log/ test/java/o

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 11:40:14 2011 New Revision: 1206429 URL: http://svn.apache.org/viewvc?rev=1206429view=rev Log: CAMEL-4574: Log and Tracer have maxChars at 1 by default to avoid logging very big data. Modified:

svn commit: r1206431 - in /camel/trunk: components/camel-mail/ components/camel-mail/src/main/java/org/apache/camel/component/mail/ components/camel-mail/src/test/java/org/apache/camel/component/mail/

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 12:22:00 2011 New Revision: 1206431 URL: http://svn.apache.org/viewvc?rev=1206431view=rev Log: CAMEL-4161: camel-mail no longer dep on Spring JARs. Added:

svn commit: r1206432 - /camel/trunk/platforms/karaf/features/src/main/resources/features.xml

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 12:43:37 2011 New Revision: 1206432 URL: http://svn.apache.org/viewvc?rev=1206432view=rev Log: camel-mybatis feature not dep on spring Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml Modified:

svn commit: r1206456 - in /camel/trunk/components/camel-quickfix: pom.xml src/test/java/org/apache/camel/component/quickfixj/QuickfixjProducerTest.java src/test/java/org/apache/camel/component/quickfi

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 15:15:28 2011 New Revision: 1206456 URL: http://svn.apache.org/viewvc?rev=1206456view=rev Log: CAMEL-4716: Polished camel-quickfix to remove dep on Spring JAR Modified: camel/trunk/components/camel-quickfix/pom.xml

svn commit: r1206461 - in /camel/trunk: components/camel-quickfix/ components/camel-quickfix/src/main/java/org/apache/camel/component/quickfixj/ components/camel-quickfix/src/test/java/org/apache/came

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 15:44:32 2011 New Revision: 1206461 URL: http://svn.apache.org/viewvc?rev=1206461view=rev Log: CAMEL-4716: camel-quickfix no longer depend on Spring JARs. Added:

[CONF] Apache Camel Quickfix

2011-11-26 Thread confluence
Quickfix Page edited by Claus Ibsen Changes (4) ... correlation criteria, and is then routed to a quickfix endpoint. The response is then

svn commit: r1206470 - in /camel/trunk/components: camel-javaspace/pom.xml camel-jclouds/ camel-jclouds/pom.xml camel-ruby/pom.xml

2011-11-26 Thread davsclaus
Author: davsclaus Date: Sat Nov 26 16:05:01 2011 New Revision: 1206470 URL: http://svn.apache.org/viewvc?rev=1206470view=rev Log: Removed not needed Spring JAR dep. Modified: camel/trunk/components/camel-javaspace/pom.xml camel/trunk/components/camel-jclouds/ (props changed)

svn commit: r1206660 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/util/URISupport.java test/java/org/apache/camel/util/URISupportTest.java

2011-11-26 Thread hadrian
Author: hadrian Date: Sun Nov 27 03:26:46 2011 New Revision: 1206660 URL: http://svn.apache.org/viewvc?rev=1206660view=rev Log: CAMEL-4601. Patch applied with thank to Bilgin Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/util/URISupport.java