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

Description Download Link PGP Signature file of download
Windows Distribution apache-camel-1.1.0.zip apache-camel-1.1.0.zip.asc
Unix/Linux/Cygwin Distribution apache-camel-1.1.0.tar.gz apache-camel-1.1.0.tar.gz.asc
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

Description Download Link PGP Signature file of download
Source for Windows apache-camel-1.1.0-src.zip apache-camel-1.1.0-src.zip.asc
Source for Unix/Linux/Cygwin apache-camel-1.1.0-src.tar.gz apache-camel-1.1.0-src.tar.gz.asc

SVN Tag Checkout

svn co https://svn.apache.org/repos/asf/activemq/camel/tags/camel-1.1.0

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
Bug CAMEL-98 ClassCastException when going file -> FTP Unassigned James Strachan Major ClosedClosed FIXED Aug 10, 2007 May 12, 2008
Improvement CAMEL-97 allow per-exception based RedeliveryPolicies to be defined and configured nicely via the DSL James Strachan James Strachan Major ClosedClosed FIXED Aug 10, 2007 May 12, 2008
Bug CAMEL-96 the getJMS* properties on a JMS message are not correctly copied across when forwarding a message James Strachan James Strachan Major ClosedClosed FIXED Aug 10, 2007 May 12, 2008
Bug CAMEL-95 FileConsumer-to-FileProducer bug Unassigned James Strachan Major ClosedClosed FIXED Aug 10, 2007 May 12, 2008
New Feature CAMEL-93 add an exception() method to make it easy to write exception handling code using the DSL Unassigned James Strachan Major ClosedClosed FIXED Aug 09, 2007 May 12, 2008
New Feature CAMEL-92 allow interceptor routes to be defined easily in the DSL Unassigned James Strachan Major ClosedClosed FIXED Aug 09, 2007 May 12, 2008
New Feature CAMEL-91 create a BAM demo showing how to use Camel-BAM James Strachan James Strachan Major ClosedClosed FIXED Aug 08, 2007 May 12, 2008
Improvement 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 Major ClosedClosed FIXED Aug 08, 2007 May 12, 2008
New Feature CAMEL-89 create a validator capable of using RelaxNG Compact Syntax Unassigned James Strachan Major ClosedClosed FIXED Aug 07, 2007 May 12, 2008
New Feature CAMEL-88 create a RelaxNG validator component capable of using RelaxNG instead of XSD James Strachan James Strachan Major ClosedClosed FIXED Aug 06, 2007 May 12, 2008
New Feature CAMEL-87 add support for OGNL expressions in the Java and XML routing languages Unassigned James Strachan Major ClosedClosed FIXED Aug 03, 2007 May 12, 2008
Improvement CAMEL-86 Unify the various POJO approaches in Camel (pojo + bean components, proxying, spring remoting, bean post processing etc) Unassigned James Strachan Major ClosedClosed FIXED Aug 03, 2007 May 12, 2008
Bug CAMEL-85 VM Component should extend Seda not Queue James Strachan Taylor Gautier Major ClosedClosed FIXED Aug 02, 2007 May 12, 2008
Improvement CAMEL-83 TypeConverter from String to ByteBuffer Unassigned Brian McCallister Major ClosedClosed FIXED Aug 02, 2007 May 12, 2008
New Feature CAMEL-82 create a log component for easy logging James Strachan James Strachan Major ClosedClosed FIXED Jul 31, 2007 May 12, 2008
Bug CAMEL-81 Stop logic a bit off in ServiceSupport.java Unassigned Hadrian Zbarcea Minor ClosedClosed FIXED Jul 27, 2007 May 12, 2008
Improvement CAMEL-79 create an ETL demo showing how we can use Camel as an ETL tool James Strachan James Strachan Major ClosedClosed FIXED Jul 27, 2007 May 12, 2008
Improvement 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 Major ClosedClosed FIXED Jul 26, 2007 May 12, 2008
Improvement CAMEL-77 allow fallback TypeConverters to be discovered on the classpath to support things like JAXB2 unmarshalling etc Unassigned James Strachan Major ClosedClosed FIXED Jul 26, 2007 May 12, 2008
New Feature CAMEL-74 add support for JSP EL as an expression language which can be used in the XML configuration James Strachan James Strachan Major ClosedClosed FIXED Jul 12, 2007 May 12, 2008
Bug CAMEL-72 FileConfigureTest can't pass in Windows box Unassigned Willem Jiang Major ClosedClosed FIXED Jul 08, 2007 May 12, 2008
Improvement 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 Major ClosedClosed FIXED Jul 07, 2007 May 12, 2008
New Feature CAMEL-70 rename the queue component to seda (to avoid confusion with JMS queues) James Strachan James Strachan Major ClosedClosed FIXED Jul 07, 2007 May 12, 2008
New Feature CAMEL-68 add a CamelContextAware interface to expose the desire to be injected with a CamelContext (like the ApplicationContextAware in Spring) Unassigned James Strachan Major ClosedClosed FIXED Jul 07, 2007 May 12, 2008
New Feature CAMEL-67 add XSD/RelaxNG validation processor Unassigned James Strachan Major ClosedClosed FIXED Jul 07, 2007 May 12, 2008
Improvement 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 Major ClosedClosed FIXED Jul 04, 2007 May 12, 2008
New Feature CAMEL-65 add a Throttler pattern to limit the amount of requests per time period into some endpoint James Strachan James Strachan Major ClosedClosed FIXED Jul 04, 2007 May 12, 2008
New Feature 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 Major ClosedClosed FIXED Jul 03, 2007 May 12, 2008
Improvement CAMEL-62 file locking should be enabled by default and keep the lock until the file is processed James Strachan James Strachan Major ClosedClosed FIXED Jul 02, 2007 May 12, 2008
New Feature CAMEL-61 provide the ability to move or delete a processed file James Strachan James Strachan Major ClosedClosed FIXED Jul 02, 2007 May 12, 2008
New Feature CAMEL-60 support spring's ApplicationEvent model for sending or consuming events James Strachan James Strachan Major ClosedClosed FIXED Jul 02, 2007 May 12, 2008
New Feature 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 Major ClosedClosed FIXED Jun 29, 2007 May 12, 2008
Improvement CAMEL-47 create a maven plugin to process confluence content into docbook xml Jonas Lim Jonas Lim Major ClosedClosed FIXED Jun 15, 2007 May 12, 2008
Task CAMEL-36 Document the Spring Remoting implemenation to camel. James Strachan Hiram Chirino Major ClosedClosed FIXED Jun 12, 2007 May 12, 2008
New Feature CAMEL-7 aggregator pattern needs implementing and documenting Unassigned James Strachan Major ClosedClosed FIXED Jun 07, 2007 May 12, 2008
New Feature 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 Major ClosedClosed FIXED Jun 07, 2007 May 12, 2008

Graphic Design By Hiram