Author: janstey
Date: Fri Dec 4 17:44:47 2009
New Revision: 887294
URL: http://svn.apache.org/viewvc?rev=887294&view=rev
Log:
CAMEL-2260 - put felix lib back on javaconfig example's classpath
Modified:
camel/trunk/examples/camel-example-spring-javaconfig/pom.xml
Modified: camel/trunk/exampl
Author: davsclaus
Date: Fri Dec 4 17:42:15 2009
New Revision: 887291
URL: http://svn.apache.org/viewvc?rev=887291&view=rev
Log:
CAMEL-2259: Fixed potential very rare NPE in file consumer that only applies to
Camel 1.x
Modified:
camel/branches/camel-1.x/camel-core/src/main/java/org/apache/c
Camel 2.1.0 Released
News Item added by Hadrian Zbarcea
After a bit over three months of hard work we are pleased to introduce the Apache Camel 2.1.0 Release. This is another major effort featuring an impressive 303 issues resolved. The Camel community
Author: davsclaus
Date: Fri Dec 4 16:52:20 2009
New Revision: 887263
URL: http://svn.apache.org/viewvc?rev=887263&view=rev
Log:
CAMEL-2223: RecipientList now supports parallel, stopOnException and what else
it can get hand on. Added option to @RecipientList to configure this as well.
Modified:
Author: davsclaus
Date: Fri Dec 4 16:48:39 2009
New Revision: 887262
URL: http://svn.apache.org/viewvc?rev=887262&view=rev
Log:
CAMEL-2223: RecipientList now supports parallel, stopOnException and what else
it can get hand on. Added option to @RecipientList to configure this as well.
Added:
Recipient List
Page edited by Claus Ibsen
Recipient List
The Recipient List from the EIP patterns allows you to route messages to a number of dynamically specified recipients.
The recipients will receive a copy of the same Exchan
Camel 2.2.0 Release
Page edited by Claus Ibsen
Camel 2.2.0 release (currently in progress)
New and Noteworthy
Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)
Author: ningjiang
Date: Fri Dec 4 15:06:08 2009
New Revision: 887221
URL: http://svn.apache.org/viewvc?rev=887221&view=rev
Log:
Merged revisions 887196 via svnmerge from
https://svn.apache.org/repos/asf/camel/trunk
r887196 | ningjiang | 2009-12-04 21:51:11 +0800 (Fri, 04 Dec 2009) |
Release Guide
Page edited by Jonathan Anstey
How to create and announce a Camel release.
Maven 2 Setup
Before you deploy anything to the maven repository using Maven 2, you should configure your ~/.m2/settings.xml file
so that the
Camel 2.1.0 Release
Page edited by Jonathan Anstey
Camel 2.1.0 release
New and Noteworthy
Welcome to the 2.1.0 release which approx 303 issues resolved (new features, improvements and bug fixes such as...)
Pluggable API for M
Download
Page edited by Hadrian Zbarcea
Latest Releases
Grab these releases while they are hot!
The latest release is Camel 2.1.0 Release.
Camel 1.6.2 ReleaseCamel 2.1.0 ReleaseCamel 2.0-M3 ReleaseCamel 2.0-M2 ReleaseCamel 1.6.
Download
Page edited by Hadrian Zbarcea
Latest Releases
Grab these releases while they are hot!
The latest release is Camel 2.1.0 Release.
Camel 1.6.2 ReleaseCamel 2.1.0 ReleaseCamel 2.0-M3 ReleaseCamel 2.0-M2 ReleaseCamel 1.6.
Camel 2.1.0 Release
Page edited by Hadrian Zbarcea
Camel 2.1.0 release
New and Noteworthy
Welcome to the 2.1.0 release which approx 303 issues resolved (new features, improvements and bug fixes such as...)
Pluggable API for M
Camel 2.1.0 Release
Page moved by Hadrian Zbarcea
From:
Apache Camel
> In Progress
To:
Apache Camel
> Download
Author: ningjiang
Date: Fri Dec 4 13:51:11 2009
New Revision: 887196
URL: http://svn.apache.org/viewvc?rev=887196&view=rev
Log:
CAMEL-2256, CAMEL-2257 clean up the OSGi headers
Modified:
camel/trunk/components/camel-atom/pom.xml
camel/trunk/components/camel-blueprint/pom.xml
camel/tr
Author: davsclaus
Date: Fri Dec 4 09:37:04 2009
New Revision: 887131
URL: http://svn.apache.org/viewvc?rev=887131&view=rev
Log:
Fixed unit test. Tabs to spaces in pom
Modified:
camel/trunk/camel-core/pom.xml
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DelayIntercepto
Author: davsclaus
Date: Fri Dec 4 09:01:27 2009
New Revision: 887120
URL: http://svn.apache.org/viewvc?rev=887120&view=rev
Log:
Fixed unit test.
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ConvertBodyTest.java
Modified:
camel/trunk/camel-core/src/test/java/or
Author: davsclaus
Date: Fri Dec 4 08:57:41 2009
New Revision: 887118
URL: http://svn.apache.org/viewvc?rev=887118&view=rev
Log:
Fixed unit test.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaEndpoint.java
camel/trunk/camel-core/src/test/java/org/apa
Author: davsclaus
Date: Fri Dec 4 08:49:30 2009
New Revision: 887112
URL: http://svn.apache.org/viewvc?rev=887112&view=rev
Log:
Fixed compiler issue on HP-UX.
Modified:
camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/model/Camel.java
camel/trunk/components/camel-web
Author: ningjiang
Date: Fri Dec 4 08:28:45 2009
New Revision: 887107
URL: http://svn.apache.org/viewvc?rev=887107&view=rev
Log:
CAMEL-2255 fix the JuelExpression NoFactoryAvailableException
Modified:
camel/trunk/components/camel-juel/src/main/java/org/apache/camel/language/juel/JuelExpressi
Author: davsclaus
Date: Fri Dec 4 08:22:53 2009
New Revision: 887104
URL: http://svn.apache.org/viewvc?rev=887104&view=rev
Log:
Fixed unit test. Doh what a mistake
Modified:
camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpPollingConsumerTest.java
Mo
Author: davsclaus
Date: Fri Dec 4 08:20:11 2009
New Revision: 887101
URL: http://svn.apache.org/viewvc?rev=887101&view=rev
Log:
Fixed unit test
Modified:
camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/jettyproducer/JettyHttpProducerConcurrentTest.java
Mod
Author: davsclaus
Date: Fri Dec 4 08:18:26 2009
New Revision: 887099
URL: http://svn.apache.org/viewvc?rev=887099&view=rev
Log:
Fixed unit test
Modified:
camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpPollingConsumerTest.java
Modified:
camel/trunk
Articles
Page edited by Claus Ibsen
See alsoSee also Camel User Stories.
Articles on Apache Camel
A bit more meat: Camel applied : JMS to File by Mike McLean
Mathew Thomas posted his thoughts on Apache Camel including a sample p
24 matches
Mail list logo