New and Noteworthy

Welcome to the 1.2.0 release which includes 61 new features, improvements and bug fixes such as...

New Components

Known Issues

Getting the Binary Distributions

Description Download Link PGP Signature file of download
Windows Distribution apache-camel-1.2.0.zip apache-camel-1.2.0.zip.asc
Unix/Linux/Cygwin Distribution apache-camel-1.2.0.tar.gz - this link does not work in Safari - please use FireFox apache-camel-1.2.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.2.0</version>
</dependency>

Getting the Source Code

Source Distributions

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

SVN Tag Checkout

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

Changelog

For a more detailed view of new features and bug fixes, see the release notes

Apache ActiveMQ & Apache ServiceMix (61 issues)
T Key Summary Assignee Reporter Pr Status Res Created Updated Due
Bug CAMEL-169 The release candidate seems to declare dependencies on camel-core 1.1-SNAPSHOT. James Strachan Andreas Guther Major ResolvedResolved FIXED Oct 09, 2007 Oct 11, 2007
Bug CAMEL-168 ognl classes not bundled in snapshot James Strachan Nicky Sandhu Major ResolvedResolved FIXED Oct 09, 2007 Oct 09, 2007
New Feature CAMEL-167 allow custom adapters to be created for POJOs to make it easy to write custom Processors for certain kinds of POJO James Strachan James Strachan Major ResolvedResolved FIXED Oct 09, 2007 Oct 09, 2007
Bug CAMEL-166 org.apache.camel.processor.UnitOfWorkWithAsyncFlowTest failure Unassigned Bozhong Lin Blocker ResolvedResolved FIXED Oct 08, 2007 Oct 10, 2007
New Feature CAMEL-165 add marshaller / unmarshaller API and implementation for JAXB2, Java Serialisation James Strachan James Strachan Major ResolvedResolved FIXED Oct 08, 2007 Oct 11, 2007
Improvement CAMEL-163 avoid Cache.CONSUMER for Spring JMS as by default it is not transactional for consuming and sending James Strachan James Strachan Major ResolvedResolved FIXED Oct 01, 2007 Jan 05, 2008
Improvement CAMEL-162 Encoding the unsafe characters in URI Unassigned Willem Jiang Major ResolvedResolved FIXED Sep 29, 2007 Oct 10, 2007
Bug CAMEL-161 URL link broken in org.apache.camel.Processor API doc James Strachan Bozhong Lin Trivial ResolvedResolved FIXED Sep 27, 2007 Oct 01, 2007
Bug CAMEL-160 TryProcessor does not process finally if no catch defined James Strachan Nicky Sandhu Major ResolvedResolved FIXED Sep 26, 2007 Oct 01, 2007
Bug CAMEL-158 jetty endpoint consumer does not send exchange output as the HTTP response Hiram Chirino Hiram Chirino Major ResolvedResolved FIXED Sep 26, 2007 Sep 26, 2007
Improvement CAMEL-157 Upgrade Spring version to 2.0.6 Hadrian Zbarcea Hadrian Zbarcea Major ResolvedResolved FIXED Sep 25, 2007 Sep 26, 2007
Improvement CAMEL-156 set query parameters dynamically on http get requests Unassigned Nicky Sandhu Major ResolvedResolved FIXED Sep 24, 2007 Sep 26, 2007
Improvement CAMEL-155 AggregatorType configuration options exposed Unassigned Nicky Sandhu Major ResolvedResolved FIXED Sep 24, 2007 Sep 26, 2007
Bug CAMEL-154 Improper wiring of camel context using Spring Hadrian Zbarcea Hadrian Zbarcea Major ResolvedResolved FIXED Sep 24, 2007 Sep 25, 2007
New Feature CAMEL-153 Support for component discovery in OSGi Guillaume Nodet Guillaume Nodet Major ResolvedResolved FIXED Sep 20, 2007 Sep 20, 2007
New Feature CAMEL-152 Add a ref: uri protocol to lookup existing endpoints or going to the registry as this is not easy in the java dsl (ref are mainly available from xml) Guillaume Nodet Guillaume Nodet Major ResolvedResolved FIXED Sep 19, 2007 Sep 19, 2007
New Feature CAMEL-151 Make all modules OSGi bundles Guillaume Nodet Guillaume Nodet Major ResolvedResolved FIXED Sep 18, 2007 Sep 18, 2007
Bug CAMEL-150 Bug in PredicateBuilder Guillaume Nodet Nicky Sandhu Major ResolvedResolved FIXED Sep 17, 2007 Sep 18, 2007
New Feature CAMEL-149 Add a thread(5) DSL method and assoicated ThreadProcessor Hiram Chirino Hiram Chirino Major ResolvedResolved FIXED Sep 17, 2007 Oct 08, 2007
New Feature CAMEL-148 add support for StringTemplate as an endpoint James Strachan James Strachan Major ResolvedResolved FIXED Sep 14, 2007 Oct 01, 2007
New Feature CAMEL-147 velocity component for easy integration with velocity templating James Strachan James Strachan Major ResolvedResolved FIXED Sep 14, 2007 Oct 01, 2007
New Feature CAMEL-146 Asynchronous HTTP transport based on Jakarta HttpComponents Guillaume Nodet Guillaume Nodet Major ResolvedResolved FIXED Sep 12, 2007 Sep 12, 2007
Improvement CAMEL-142 support both InOnly and InOut for the file component Unassigned James Strachan Major ResolvedResolved FIXED Sep 10, 2007 Sep 10, 2007
Improvement CAMEL-141 improve the simple language to support text with embedded ${in.headers.foo} type expressions Unassigned James Strachan Major ResolvedResolved FIXED Sep 10, 2007 Sep 10, 2007
Bug CAMEL-140 XsltBuilder instance not threadsafe and can't be used more then once. Unassigned Dejan Predovic Major ResolvedResolved FIXED Sep 10, 2007 Oct 01, 2007
New Feature CAMEL-139 add an iBatis component for working with named SQL queries James Strachan James Strachan Major ResolvedResolved FIXED Sep 07, 2007 Oct 01, 2007
Improvement CAMEL-138 add type conversion methods for working with XMLBeans James Strachan James Strachan Major ResolvedResolved FIXED Sep 07, 2007 Oct 11, 2007
Improvement CAMEL-137 improvements in the Visualisation plugin to render pipeline/multicast nicely along with grouping RouteBuilder instances into boxes & separate diagrams James Strachan James Strachan Major ResolvedResolved FIXED Sep 07, 2007 Sep 19, 2007
Improvement CAMEL-135 add JBI style handling of OUT / FAULT / Exception handling James Strachan James Strachan Major ResolvedResolved FIXED Sep 04, 2007 Sep 04, 2007
Improvement CAMEL-134 add better logging - thats easy to use - to trace the 'magic' in Camel such as auto-discovery of components & type conversions James Strachan James Strachan Major ResolvedResolved FIXED Sep 03, 2007 Sep 19, 2007
Improvement CAMEL-133 add support for a MessageExchangePattern enum property on Exchange and make MINA support both InOnly and InOut Unassigned James Strachan Major ResolvedResolved FIXED Aug 31, 2007 Sep 19, 2007
Improvement CAMEL-132 enable polling via the http component Unassigned James Strachan Major ResolvedResolved FIXED Aug 31, 2007 Aug 31, 2007
New Feature CAMEL-129 Support preserving the original message QoS options when a message gets re-sent to a JMS destination Hiram Chirino Hiram Chirino Major ResolvedResolved FIXED Aug 29, 2007 Aug 29, 2007
New Feature CAMEL-128 Jdbc component James Strachan Nicky Sandhu Major ResolvedResolved FIXED Aug 28, 2007 Oct 01, 2007
Improvement CAMEL-127 timer component should share Timer instances (so threads) across all endpoints using the same timer name Unassigned James Strachan Major ResolvedResolved FIXED Aug 28, 2007 Aug 28, 2007
Improvement CAMEL-125 Support for a stream-processing resequencer. Unassigned Martin Krasser Major ResolvedResolved FIXED Aug 26, 2007 Aug 28, 2007
Sub-task CAMEL-121 Support CXF which other different message model Unassigned Willem Jiang Major ResolvedResolved FIXED Aug 24, 2007 Dec 05, 2007
Improvement CAMEL-120 separate out the jetty server from the http client into separate components/URLs to avoid confusoin Unassigned James Strachan Major ResolvedResolved FIXED Aug 24, 2007 Aug 31, 2007
Sub-task CAMEL-119 Spring James Strachan Willem Jiang Major ResolvedResolved FIXED Aug 24, 2007 Dec 05, 2007
Sub-task CAMEL-118 Camel CXF Invoker component support Unassigned Willem Jiang Major ResolvedResolved FIXED Aug 24, 2007 Aug 28, 2007
Task CAMEL-117 CXF James Strachan Willem Jiang Major ResolvedResolved FIXED Aug 24