New and Noteworthy
Welcome to the 1.1.0 release which includes a number of new features, improvements and bug fixes.
Known Issues
When upgrading please make sure you check your spring.xml file as a few minor changes have occurred in the XML Schema as a result of the move to JAXB2. In particular if you are configuring Java based DSL rules in Spring you need to change the packages attribute to be one or more package elements.
e.g. in Camel 1.0.0
<camelContext packages="foo,bar" ...>
...
</camelContext>
this is now replaced in Camel 1.1.x or later
<camelContext ...>
<package>foo</package>
<package>bar</package>
...
</camelContext>
Getting the 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 |
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.1.0</version>
</dependency>
Getting the Source Code
Source Distributions
SVN Tag Checkout
Changelog
For a more detailed view of new features and bug fixes, see the release notes
Apache ActiveMQ & Apache ServiceMix
(36 issues)
|
|
T |
Key |
Summary |
Assignee |
Reporter |
Pr |
Status |
Res |
Created |
Updated |
Due |
|
CAMEL-98
|
ClassCastException when going file -> FTP
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 10, 2007
|
May 12, 2008
|
|
|
CAMEL-97
|
allow per-exception based RedeliveryPolicies to be defined and configured nicely via the DSL
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 10, 2007
|
May 12, 2008
|
|
|
CAMEL-96
|
the getJMS* properties on a JMS message are not correctly copied across when forwarding a message
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 10, 2007
|
May 12, 2008
|
|
|
CAMEL-95
|
FileConsumer-to-FileProducer bug
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 10, 2007
|
May 12, 2008
|
|
|
CAMEL-93
|
add an exception() method to make it easy to write exception handling code using the DSL
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 09, 2007
|
May 12, 2008
|
|
|
CAMEL-92
|
allow interceptor routes to be defined easily in the DSL
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 09, 2007
|
May 12, 2008
|
|
|
CAMEL-91
|
create a BAM demo showing how to use Camel-BAM
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 08, 2007
|
May 12, 2008
|
|
|
CAMEL-90
|
FileExchange should use a File as the body by default - not a FileInputStream (so the message can be processed multiple times)
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 08, 2007
|
May 12, 2008
|
|
|
CAMEL-89
|
create a validator capable of using RelaxNG Compact Syntax
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 07, 2007
|
May 12, 2008
|
|
|
CAMEL-88
|
create a RelaxNG validator component capable of using RelaxNG instead of XSD
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 06, 2007
|
May 12, 2008
|
|
|
CAMEL-87
|
add support for OGNL expressions in the Java and XML routing languages
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 03, 2007
|
May 12, 2008
|
|
|
CAMEL-86
|
Unify the various POJO approaches in Camel (pojo + bean components, proxying, spring remoting, bean post processing etc)
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Aug 03, 2007
|
May 12, 2008
|
|
|
CAMEL-85
|
VM Component should extend Seda not Queue
|
James Strachan
|
Taylor Gautier
|
|
Closed
|
FIXED
|
Aug 02, 2007
|
May 12, 2008
|
|
|
CAMEL-83
|
TypeConverter from String to ByteBuffer
|
Unassigned
|
Brian McCallister
|
|
Closed
|
FIXED
|
Aug 02, 2007
|
May 12, 2008
|
|
|
CAMEL-82
|
create a log component for easy logging
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 31, 2007
|
May 12, 2008
|
|
|
CAMEL-81
|
Stop logic a bit off in ServiceSupport.java
|
Unassigned
|
Hadrian Zbarcea
|
|
Closed
|
FIXED
|
Jul 27, 2007
|
May 12, 2008
|
|
|
CAMEL-79
|
create an ETL demo showing how we can use Camel as an ETL tool
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 27, 2007
|
May 12, 2008
|
|
|
CAMEL-78
|
convert the XML parsing with and without Spring to use JAXB2 and to code generate a nice XSD to simplify the maintenance of the XML marshalling
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 26, 2007
|
May 12, 2008
|
|
|
CAMEL-77
|
allow fallback TypeConverters to be discovered on the classpath to support things like JAXB2 unmarshalling etc
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 26, 2007
|
May 12, 2008
|
|
|
CAMEL-74
|
add support for JSP EL as an expression language which can be used in the XML configuration
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 12, 2007
|
May 12, 2008
|
|
|
CAMEL-72
|
FileConfigureTest can't pass in Windows box
|
Unassigned
|
Willem Jiang
|
|
Closed
|
FIXED
|
Jul 08, 2007
|
May 12, 2008
|
|
|
CAMEL-71
|
create a simple POJO model for the routes that can be parsed via JAXB2 and also reused by other DSLs and IDEs
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 07, 2007
|
May 12, 2008
|
|
|
CAMEL-70
|
rename the queue component to seda (to avoid confusion with JMS queues)
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 07, 2007
|
May 12, 2008
|
|
|
CAMEL-68
|
add a CamelContextAware interface to expose the desire to be injected with a CamelContext (like the ApplicationContextAware in Spring)
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 07, 2007
|
May 12, 2008
|
|
|
CAMEL-67
|
add XSD/RelaxNG validation processor
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 07, 2007
|
May 12, 2008
|
|
|
CAMEL-66
|
add assertions on the Mock endpoints that messages arrive in order using some expression to test for ordering issues
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 04, 2007
|
May 12, 2008
|
|
|
CAMEL-65
|
add a Throttler pattern to limit the amount of requests per time period into some endpoint
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 04, 2007
|
May 12, 2008
|
|
|
CAMEL-63
|
implement a Delayer pattern; to allow a scheduled delay to be implemented, such as dispatching messages from a queue after 10 minutes or something
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 03, 2007
|
May 12, 2008
|
|
|
CAMEL-62
|
file locking should be enabled by default and keep the lock until the file is processed
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 02, 2007
|
May 12, 2008
|
|
|
CAMEL-61
|
provide the ability to move or delete a processed file
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 02, 2007
|
May 12, 2008
|
|
|
CAMEL-60
|
support spring's ApplicationEvent model for sending or consuming events
|
James Strachan
|
James Strachan
|
|
Closed
|
FIXED
|
Jul 02, 2007
|
May 12, 2008
|
|
|
CAMEL-59
|
create a vm://foo transport which is like queue:// but can be used to communicate across web applications and CamelContexts
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jun 29, 2007
|
May 12, 2008
|
|
|
CAMEL-47
|
create a maven plugin to process confluence content into docbook xml
|
Jonas Lim
|
Jonas Lim
|
|
Closed
|
FIXED
|
Jun 15, 2007
|
May 12, 2008
|
|
|
CAMEL-36
|
Document the Spring Remoting implemenation to camel.
|
James Strachan
|
Hiram Chirino
|
|
Closed
|
FIXED
|
Jun 12, 2007
|
May 12, 2008
|
|
|
CAMEL-7
|
aggregator pattern needs implementing and documenting
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jun 07, 2007
|
May 12, 2008
|
|
|
CAMEL-4
|
MBean interface for CamelContext so its easy for folks to lookup a context in Spring or JMX and add/remove routes as well as stop existing routes
|
Unassigned
|
James Strachan
|
|
Closed
|
FIXED
|
Jun 07, 2007
|
May 12, 2008
|
|
|
|