
New and Noteworthy
Welcome to the 1.3.0 release which includes 208 new features, improvements and bug fixes such as...
- AMQP
- DataSet for easier load testing
- JCR for JSR 170 support
- List for UI and tooling integration
- Stream for working with input/output streams
- Test for easier functional testing
- XQuery for easy XQuery based transforms for Templating
Known Issues
Please be aware of the cacheLevelName setting when using the JMS and ActiveMQ components; the defaults have changed recently to work around some bugs in Spring that are fixed in version 2.5.x. Please refer to the warnings on the JMS page for more details.
There is an issue in Error Handler if you have configured 2 or more exception clauses. Camel picks the first clause that is an instance of the thrown exception. Chances are that if you have configued a top level clause such as java.lang.Exception that Camel could pick this clause over a more specialized clause such as java.io.Exception for network related issues. The issue is reported in CAMEL-410.
Getting the Distributions
Binary Distributions
 | The above URLs use redirection
The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox |
Source Distributions
Getting the Binaries using Maven 2
To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<version>1.3.0</version>
</dependency>
SVN Tag Checkout
Changelog
For a more detailed view of new features and bug fixes, see the release notes
Apache ActiveMQ & Apache ServiceMix
(209 issues)
|
|
T |
Key |
Summary |
Assignee |
Reporter |
Pr |
Status |
Res |
Created |
Updated |
Due |
|
CAMEL-435
|
camel-jms doesn't currently support spring 2.0.x due to a dependence on BrowserCallback
|
Unassigned
|
James Strachan
|
|
Resolved
|
FIXED
|
Apr 03, 2008
|
Apr 03, 2008
|
|
|
CAMEL-431
|
Typos for last four examples
|
Claus Ibsen
|
Glen Mazza
|
|
Resolved
|
FIXED
|
Apr 02, 2008
|
Apr 03, 2008
|
|
|
CAMEL-430
|
consumeDelete=false option of etl sample doesn't seem to work
|
Claus Ibsen
|
Peter Jones
|
|
Resolved
|
FIXED
|
Apr 02, 2008
|
Apr 03, 2008
|
|
|
CAMEL-429
|
allow a mock endpoint to be configured more easily from the URI itself as well as to easily report its throughput if required for a load test
|
Unassigned
|
James Strachan
|
|
Resolved
|
FIXED
|
Apr 02, 2008
|
Apr 02, 2008
|
|
|
CAMEL-428
|
I wonder can we patch the build so we only generate javadoc jars if we have some setting set, or we are doing a 'deploy' or 'release' or some other profile is enabled or something?
|
Willem Jiang
|
James Strachan
|
|
Resolved
|
FIXED
|
Apr 02, 2008
|
Apr 04, 2008
|
|
|
CAMEL-427
|
Typos for BAM, Doc, and ETL samples fixed
|
Claus Ibsen
|
Glen Mazza
|
|
Resolved
|
FIXED
|
Apr 02, 2008
|
Apr 03, 2008
|
|
|
CAMEL-425
|
Typos for CXF sample fixed
|
Willem Jiang
|
Glen Mazza
|
|
Resolved
|
FIXED
|
Apr 01, 2008
|
Apr 02, 2008
|
|
|
CAMEL-422
|
finallyBlock() not processed when exception thrown from handle() clause
|
Roman Kalukiewicz
|
Roman Kalukiewicz
|
|
Resolved
|
FIXED
|
Apr 01, 2008
|
Apr 01, 2008
|
|
|
CAMEL-415
|
multicast parallelProcessing is always true
|
Claus Ibsen
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 30, 2008
|
May 12, 2008
|
|
|
CAMEL-414
|
Add unit test for MockEndpoint expectation of headers
|
Jonathan Anstey
|
Jonathan Anstey
|
|
Closed
|
FIXED
|
Mar 29, 2008
|
Mar 31, 2008
|
|
|
CAMEL-413
|
Allow for conditional aggregation of routes for DOT generation during the maven build.
|
Unassigned
|
Kevin Ross
|
|
Resolved
|
FIXED
|
Mar 29, 2008
|
Apr 02, 2008
|
|
|
CAMEL-411
|
add Routing Slip test case to camel-spring
|
Jonathan Anstey
|
Jonathan Anstey
|
|
Resolved
|
FIXED
|
Mar 28, 2008
|
Mar 31, 2008
|
|
|
CAMEL-408
|
improve the documentation of the Routing Slip some more...
|
Jonathan Anstey
|
James Strachan
|
|
Resolved
|
FIXED
|
Mar 28, 2008
|
Mar 31, 2008
|
|
|
CAMEL-407
|
Password error for jetty:https endpoint
|
Unassigned
|
Micky Santomax
|
|
Resolved
|
FIXED
|
Mar 28, 2008
|
Apr 10, 2008
|
|
|
CAMEL-406
|
the camel:dot plugin cannot deal with multiple camel contexts in the Spring ApplicationContext
|
Unassigned
|
James Strachan
|
|
Resolved
|
FIXED
|
Mar 28, 2008
|
Mar 31, 2008
|
|
|
CAMEL-404
|
Javadoc warnings
|
Claus Ibsen
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 27, 2008
|
May 12, 2008
|
|
|
CAMEL-401
|
header().contains() could have natural specialisation for String arguments
|
Unassigned
|
Gary Tully
|
|
Resolved
|
FIXED
|
Mar 26, 2008
|
Mar 27, 2008
|
|
|
CAMEL-399
|
handleAll() swallows exceptions
|
Hadrian Zbarcea
|
Roman Kalukiewicz
|
|
Resolved
|
FIXED
|
Mar 26, 2008
|
Mar 27, 2008
|
|
|
CAMEL-397
|
build fails now that the new javadoc patches have been applied
|
Willem Jiang
|
James Strachan
|
|
Resolved
|
FIXED
|
Mar 25, 2008
|
Mar 27, 2008
|
|
|
CAMEL-395
|
MinaProducer waits for MINA worker thread to timeout when stopping JVM from standalone client
|
Claus Ibsen
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 24, 2008
|
Mar 25, 2008
|
|
|
CAMEL-394
|
Improve logging for camel-mina
|
Claus Ibsen
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 24, 2008
|
Mar 25, 2008
|
|
|
CAMEL-392
|
RawMessageInvokingContext; copy all contents to the new out message
|
Willem Jiang
|
Marc Giger
|
|
Resolved
|
FIXED
|
Mar 20, 2008
|
Mar 25, 2008
|
|
|
CAMEL-391
|
<camelContext> cannot include xmlns:c=".." attributes due to Spring bug SPR-4599
|
Unassigned
|
James Strachan
|
|
Resolved
|
FIXED
|
Mar 19, 2008
|
Mar 19, 2008
|
|
|
CAMEL-389
|
Parallel processing route
|
Willem Jiang
|
Willem Jiang
|
|
Resolved
|
FIXED
|
Mar 17, 2008
|
Apr 01, 2008
|
|
|
CAMEL-388
|
Requestor doesn't honor JmsConfiguration.useVersion102
|
Willem Jiang
|
Mikhail Krivoshein
|
|
Resolved
|
FIXED
|
Mar 14, 2008
|
Mar 19, 2008
|
|
|
CAMEL-387
|
dependency jsch:jsch has been moved to com.jcraft:jsch
|
Willem Jiang
|
Lars Heinemann
|
|
Resolved
|
FIXED
|
Mar 14, 2008
|
Mar 19, 2008
|
|
|
CAMEL-386
|
Copy the response context back in the camel-cxf producer which works in MESSAGE or PAYLOAD DataFormat
|
Willem Jiang
|
Willem Jiang
|
|
Resolved
|
FIXED
|
Mar 13, 2008
|
Mar 23, 2008
|
|
|
CAMEL-384
|
Support for a full customized soap-fault incl. fault-code and detail
|
Willem Jiang
|
Marc Giger
|
|
Resolved
|
FIXED
|
Mar 12, 2008
|
Mar 13, 2008
|
|
|
CAMEL-383
|
Exchange.getOut() not returning (blocking till timeout) when ExchangePattern.InOut used as well as message headers and exchange properties not passed when a Camel Mina used.
|
Willem Jiang
|
Georgios Georgiadis
|
|
Resolved
|
FIXED
|
Mar 12, 2008
|
Mar 24, 2008
|
|
|
CAMEL-381
|
camel-mina UDP protocol should have encoding configuration
|
Willem Jiang
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 09, 2008
|
Mar 15, 2008
|
|
|
CAMEL-380
|
camel-mina UDP protocol fails when sending bytes
|
Willem Jiang
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 09, 2008
|
May 12, 2008
|
|
|
CAMEL-378
|
camel-mina UDP protocol to support synchronous mode (InOut)
|
Unassigned
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 08, 2008
|
May 12, 2008
|
|
|
CAMEL-377
|
camel-mina throw propper exceptions
|
Unassigned
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 08, 2008
|
May 12, 2008
|
|
|
CAMEL-376
|
Access to Mina session from MinaConsumer
|
Unassigned
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 08, 2008
|
May 12, 2008
|
|
|
CAMEL-375
|
camel-mina improvements
|
Unassigned
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 08, 2008
|
May 12, 2008
|
|
|
CAMEL-374
|
HttpBinding.writeResponse doesn't set the response status code (i.e. it's always 200)
|
Willem Jiang
|
David White
|
|
Resolved
|
FIXED
|
Mar 07, 2008
|
Mar 23, 2008
|
|
|
CAMEL-373
|
xquery does not work from xml if query contains functions
|
Hadrian Zbarcea
|
Hadrian Zbarcea
|
|
Resolved
|
FIXED
|
Mar 07, 2008
|
Mar 07, 2008
|
|
|
CAMEL-371
|
Mina Producer should have configurable timeout
|
Unassigned
|
Claus Ibsen
|
|
Closed
|
FIXED
|
Mar 06, 2008
|
May 12, 2008
|
|
|
CAMEL-370
|
SftpConsumer is not connecting and retrieving remote files
|
Hadrian Zbarcea
|
Chris Custine
|
|
Resolved
|
FIXED
|
Mar 06, 2008
|
Mar 06, 2008
|
|
|
CAMEL-369
|
make JMS endpoints browseable
|
Unassigned
|
James Strachan
|
|
Resolved
|
FIXED
|
Mar 06, 2008
|
Mar 06, 2008
|
|