You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/12/16 07:52:57 UTC

[camel-spring-boot] branch master created (now 47028f4)

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


      at 47028f4  Fix modules names

This branch includes the following new commits:

     new 77b260b  Initial checkin of Camel routing library
     new 9c15e67  Moved the modules up out of the camel directory
     new a4701ac  improved the test case and fixed the predicate based routes
     new 0a0bad2  tidied up the code and added test case for ChoiceProcessor
     new 4de90eb  Added css for javadoc
     new 4292f69  added the ability to add custom processors to the DSL
     new a9026a6  updated pom distro locations and added some snippet macros
     new 8288034  updated the snippet macros some
     new b3acc11  added a CamelContainer to act as the provider of the various polciies (resolvers, converters etc)
     new b2c1576  Updated DefaultEndpointResolver so that it uses a FactoryFinder to delegate to plugable EndpointResolver implementations
     new e7c6c80  added a WireTap test case
     new d5e6b38  renamed the seda component to queue
     new 3b6aa94  updated
     new 1d08974  Got rid of the ugly singleton component and by lazily creating and registering it with the container.
     new e725835  Lets add a component interface.. we can flesh it out later.
     new 47e0604  Check in draft implementation of camel-jbi
     new b8d2850  removed compile error
     new aa3e913  added a spike of a JMS component and endpoint for Camel
     new 1623cf3  Added the activate/deactivate lifecylce methods to the Component interface and did some other small cleanups
     new 1c11b66  Added an InterceptorProcessor and a builder for it.
     new 735eec2  Enhanced the example interceptor a little so it's more ilustrative.
     new dca7fe3  Intial setup for future xbean integration.  - camel-core can now produce xbean annotated jars but does not directly depend on xbean  - add camel-xbean for camel extensions that depend on xbean.  - Hopefully one day we can also configure camel routes using xbean XML
     new 9bca570  added some helper methods to make it easy to configure the components using Java code
     new 6ef5d7f  test case working (though it doesn't actually test the message is received yet :)
     new c399e63  made test case actually fail if we don't receive the message from JMS after routing from one destination to another :)
     new 29fb320  tidied up the DSL for JMS when using clientAcknowledge
     new 2ca4d8d  added more predicates and a helper header() method to build easier and more powerful expressions and predicates
     new 4c88aa6  Got rid the the activate/deactivate methods on Component since they look better on Endpoint.. but I did add similar methods to the Container. Also repliated the JmsRouteTest as a QueueRouteTest
     new 2db582e  tided up the javadocs
     new 8b5459c  The send() method in Endpoint made it look like a Processor, so why not let it be one. Some smaller cleanups
     new bb656fa  Small enhancements
     new 26e2cde  Added a little Pojo play component in the test section.  This now gives another component that we can test against. It would be nice to see how exchange conversions will be implemented.
     new 984de11  add exchange id
     new 350af0f  added support for RecipientList pattern
     new 3a5cea7  fixed spelling error and fixed up snippet tags
     new 160d9af  minor refactor to move the processors into a separate package
     new 8cdbee8  added an experimental interface for Messages
     new 3d2982d  added a Message and Headers interface to the Exchange making it easy to process messages in a generic way, in addition to using a custom Exchange type to access the underlying transport information
     new 6d5197d  added a Message and Headers interface to the Exchange making it easy to process messages in a generic way, in addition to using a custom Exchange type to access the underlying transport information
     new bc29034  renamed the builders to make them a little easier to follow; they generally now follow the name of the verb in the builder language
     new 09cbd05  Moved Expression and Predicates uner builder
     new 78e3eb6  added some helper methods to make it easier to copy exchanges to send them to different locations
     new 4d7fc48  added more builder methods together with a better Splitter example
     new f8ac46b  updated snippet macro
     new dfffe61  Eliminated some warnings.
     new a8a1f3c  Made CamelContext an interface and move the implementation to impl.DefaultCamelContext
     new ac9d5e9  some minor refactoring
     new 3883817  made xml more ideal
     new 494e8de  retabed
     new 333edcf  make it even more concise
     new d0cba2a  added an initial implementation of Dead Letter Channel
     new 97431e9  added support for DeadLetterChannel, Multicast and Pipeline patterns along with adding an error handler to the RouteBuilder so folks can configure the dead letter policy and so forth
     new 4c9e43c  added test cases showing the use of the errorHandler() DSL to configure error handlers for an entire set of routes or on a specific route. Also added a useful base class for test cases
     new 5b2bc5a  updated the javadoc
     new 92a0ec8  Started working on a CamelNamespaceHandler for spring.
     new 5b4ba71  updated the javadoc
     new 9c3a4e7  minor refactor so that the BuilderSupport can easily create endpoints and the deadLetterChannel policy and added some test cases showing how to configure the policy and redelivery policy
     new 5d17960  added a helper method for easy addition of custom interceptors
     new 90043f9  added the ability to enable/disable the inheritence of error handlers so that we could, say, use a single Dead Letter Channel on the top most Processor in a route
     new 3f90f92  refactored the components into the camel.component package
     new 0fcc204  fixed broken tests
     new 5f875a3  changed package
     new 3e6804a  minor refactorings to make it easy to implement a resolver and avoid wrapping any underlying exceptions; also added a very rough initial spike of a MINA module
     new 0105b15  added discovery file for mina
     new 4d55654  got a very basic test case working for Mina
     new f0519ff  Added the Fluent Annotations so that the spring processor can do better mapping of the builders to XML Got the first spring based builder test case working!
     new aa24907  renamed camel-xbean to camel-spring since this is turning out to be more of a spring integration.
     new 5db01c6  camel-xbean to camel-spring rename
     new 0fb3b2c  Added to the svn ignore list
     new 3980fd6  Added to the svn ignore list
     new a1e6a19  Added to the svn ignore list
     new 5e09b52  Added to the svn ignore list
     new 804eac9  Added to the svn ignore list
     new 3b324f4  Got the <process> element working
     new 515a2ec  Some substancial improvement of the CamelBeanDefinitionParser.  It can now handle using builder sub statement to create arguments to builder methods. This was needed to implement the filter case.
     new 11631ae  More enhancements to the CamelBeanDefinitionParser.  - It can now continue building off child elements  - It can now automatically add an builder action as a result of reaching the end of an element  - interceptor configuration is now working
     new 8b0ae5a  added an XPath builder with test case
     new c58bccb  added XPath predicate support; also refactored the Predicate interface so a single expression class can implement predicate and expression
     new fbf6829  refactored the Exchange/Message API to remove Headers (it was just a pain for end users) and moved that API into Exchange and Message
     new 0424392  refactored the use of 'headers' on the Exchange to 'properties' as headers are usually protocol dependent (e.g. strings in HTTP) whereas properties can be arbitrary things
     new d4600ca  tidied up the JMS component to avoid unnecessary interfaces
     new d4b2ebb  removed the generics on CamelContext
     new 6fbbb0c  tidied up the JMS component, added a separate strategy JmsBinding which deals with the actual binding of Camel <-> JMS and tested that the binding uses TextMessage or ObjectMessage based on the payload
     new 84409e8  tidied up the code
     new b50b83f  handle headers nicely in the binding and tidied up the test cases to test for them
     new 98e300a  minor refactor to make it easier to create lazy-initialisation body messages
     new 7173ec9  minor refactor to add similar lazy-create callback for creating headers on inbound messages; so its nice and easy to write efficient Message implementations
     new c9e1739  another minor change; added helper method so that implementors only need to worry about doing the initial population
     new e147f4d  more tidying up of the Exchange/Message APIs and an initial JBI implementation
     new 4b2c522  a very rough cut of a http component for camel
     new 5010239  Add a ServiceEngine Camel Component Container endpoint Component
     new 31b43fa  improved the Mina component so that it is capable of creating different connectors/acceptors using the URI; also added Exception to the activation methods
     new 7eea69f  added servicemix common jar
     new 8add520  pass through the camelContext
     new c5d21da  zapped clogging's dependencies!
     new dd731cb  added a Spring FactoryBean for creating and configuring a CamelContext along with auto-starting it and also being able to search the classpath for routes to be installed
     new c7d568d  updated snippets
     new ce56e9f  Use DefaultComponent
     new 27102fc  Added needed support for the wire tap impl.. It can now inject array values into builders.
     new 6da8eb1  Moved most of the cases from o.a.cammel.spring to o.a.camel.spring.builder
     new 14904a2  Some small tweaks to CamelContextFactoryBeanTest
     new 4fdbaf1  Got the dynamic receipient list example workin in spring xml
     new 18c4f8f  update the binding
     new b1e3273  tidied up poms to minimise cut-n-paste of versions
     new 9bda1e4  added an assembly
     new 03d058f  added an assembly
     new 3336e4c  Fixed splitter test case.  Now all test cases in RouteBuilderTest are implemented in spring XML.
     new d7bf895  Added snipplet markers and rearanged.
     new 52c175a  Added a Route class to hold a configured Endpoint -> Processor information.
     new 054ca22  Added a property map to the Route so that route metadata can be attached.
     new 53158d0  added a dummy Route class to fix the compile errors and test cases
     new 278a2a3  added a script module for JSR 223 support; also tidied up the spring dependency pom stuff
     new 35cf84b  refactored the test cases to put more useful helper methods in TestSupport
     new 95ceac0  simplified the XPath support so that XPathBuilder is-a Expression and Predicate, then tidied up some toString() implementations
     new e15b4d8  renamed the assembly module to match the distro and jar names
     new 9b499da  updated assembly to new names and including camel-cxf and camel-script in the build
     new 0ffd736  adding the Route class I forgot to checkin
     new f622f05  added helper methods
     new a58f02a  added initial shell of a CXF componet
     new e38578d  added a little toString() method
     new aff2217  Add a polling component
     new da0d042  turn PollingSchedule into a bean
     new f3f792e  a very rough first cut at a Camel <-> JBI bridge
     new f59887a  more tinkering on the JBI test case
     new 30d818f  temporarily disabled caching due to POJO test case failure
     new c210132  got the JBI test cases working for invoking a JBI component from Camel and invoking a camel endpoint from inside JBI; also a minor refactor to Component
     new db3083a  removed some cruft
     new 5ab9624  updated javadoc
     new fdd6dd8  tidied javadoc
     new 9af85f0  reorganised imports and added a test case for Camel rules automatically activating JBI endpoints
     new 027fdef  removed cruft
     new 772621a  Fix jbi test cases.
     new b933b68  tweak mvn eclipse conifg
     new dba9b79  Use the latest version of the 223 engine for groovy
     new 18997ff  upgrade the livetribe-jsr223 version
     new 85d7a94  added a lifecycle interface (Service) and added a Producer and Consumer interfaces for actually communicating with an endpoint (so that you can add multiple consumers, or deal with resource specific stuff like JDBC connections etc)
     new bb3b2f1  added a bit more debugging until I can figure out how to fix the test case :)
     new 0fc3f73  updated to latest versions
     new 7fc1f8e  added a helper client class for working with a number of different endpoints
     new a395d1d  disabled test cases until we can find a freely distributable jar for Java 5
     new 2835f77  a rough initial spike attempting to port the JMS transport for CXF to Camel
     new 39d9e67  added some (currently failing) test cases for the CXF transport
     new 272321f  zapped cruft
     new 030d42e  Added some stuff the the svn ignore
     new c9ba78b  Adding to svn ignore
     new 9d5f1f4  added some example wsdl files for the cxf transport
     new 4633f89  added some regular expression expressions & predicates with test cases
     new 0c9542e  fixed the TCP test case
     new 3dba7a3  Updated the Pojo component to take advantage of the consumer/producer stuff. I think the testcase is now more clear of how things work.
     new bc318a8  Refactor of the PollingPojoComponent.
     new 03f2571  Adding an itest module
     new c0e0a89  Adding first test
     new f062d55  upgraded to spring 2.0.3 and tidied up the JMS endpoints so that they can configure the JmsTemplate / MessageListenerContainer objects from Spring
     new 92248ac  allowd the different message listener containers to be configured; also added helper methods to create consumers & producers using injected spring resources
     new 4dc22f8  added URI customization using URI query parameters
     new 4fbe8762 added an initial implementation of a generic type coercion library so that the Message.getBody(Class) can do the common conversions folks need such as to/from byte[]/ByteBuffer/String/InputStream/OutputStream/Reader/Writer/Document/Source/File
     new a9e394a  tidied up the javadoc
     new eba6227  reuse a converter instance across the different conversion methods. Also tidied up the logging
     new 35d0a3f  added helper methods and test cases to show the conversion of properties, headers and message bodies
     new 139e0b0  tidied up the code a little to remove some unnecessary maps
     new 0833738  added more test cases & fixes. also made the send() helpers on CamelClient return the exchange
     new bc42ef4  added a basic working producer for communicating with a CXF service using the local transport
     new 3dfca3f  added a CXF consumer
     new 03bf908  use the TransportFactory from the Bus itself to avoid possibly using the wrong one; also got a working test case now that does assertions on the returned headers and body
     new 64cc0b4  make the output a tad less noisy
     new 54ed1b2  added some test wsdls for the experimental CXF transport
     new b026a79  updated javadoc
     new f5b93e1  added an XMPP transport
     new f74253d  optimised so that the Destination and Conduit are looked up and reused on startup
     new 50af92a  added some synchronization in case folks use a producer concurrently
     new 508bd9d  added an integration test which is disabled by default but can be enabled via maven properties
     new 69557ba  updated the javadoc
     new f5445a9  added converters to/from Spring's Resources
     new 9025553  Update to the DefaultTypeConverter do that it also delegates to the new PropertyEditorTypeConverter so that PropertyEditor conversions are available to the system.
     new a83a43e  allow the injector to be auto-discovered; also added a spring based camel context which is aware of the application context and provides a spring based injector
     new 90b33cd  Added first cut of a dot generator
     new ad6e224  added a helper exception & some methods also exposed the Injector on CamelContext
     new 8a83d74  added an initial implementation of a JPA based component capable of storing POJOs in a database and polling for them
     new 86ca7c4  Added a working camel-jpa test case. Added an ExecutionService property to the Endpoint which defaults to the Component. Refactored the DefaultEndpoint constructor to take a Component parameter.
     new a0cf201  use explicit exclusive lock when processing component
     new bbf92a4  reuse the spring transaction handling utilities so that things play nice with springs declarative transaction handling
     new 9ced923  add the auto-discovery of JPA endpoints; also allow the persistence unit to be specified in the URI. e.g. jpa:type or jpa:persistenceUnit:type
     new d0419fd  removed some logging
     new 5ef839b  minor refactor of the exception handling being in the base class
     new 56a2b66  some javadoc fixes
     new 61e1df4  support URI configurations of consumers and added test example using a named query
     new 27990e4  Added a test case showing how to use a named query with JPA along with using an annotation to mark the @Consumed method; so POJO developers can write a method to be invoked on a consume (to set a flag or update a step to the next state etc). Also performed a minor refactor to move more reusable code into the core module (for dealing with exception handling of reflection calls).
     new 1776be9  simplified the auto-discovery and endpoint resolving mechanism to simplify the API, reduce the amount of code that a developer has to write and allow for more flexible IoC injection
     new a6e137f  removed the old EndpointResolver interface and uses of it; as its now replaced by the Component contract. Also moved a few APIs into the camel.spi package
     new 86877d5  added lifecycle hooks when auto-discovering components and endpoints
     new 8f59afd  further spring cleaning; zapped the activate/deactivate methods on CamelContext as we have the start/stop from Service
     new d9019db  further spring cleaning; zapped the activate/deactivate methods on CamelContext as we have the start/stop from Service
     new 0d29c4b  minor refactor of Processor.onExchange() -> Processor.process() which matches the interface name a bit better (and is less exchange-y)
     new 9f87cac  minior refactor
     new 749a175  Updated svn:ignore lists
     new eb95ca6  Eliminate the Endpoint.getExecutorService() leaky abstraction.
     new 1e40f7f  added a spring ComponentResolver so that components can be used directly from the spring context
     new e35cf42  Made endpoint resolution more deterministic.  Endpoint resolution now maps the uri prefix to the registered component name.  If the component does not exist, the ComponentResolver is used to auto create it and it assigned to the component name.  This avoid the problem of where multiple components think they map to the same prefix.  - Components now do not need to know what component prefix they have been assigned.  - So that eliminated the need of getUriPrefixes
     new 05e1e3e  added a simple saxon plugin for performing XQuery
     new 905d094  added some more helper methods and fixed up the type conversion from String -> Source
     new 73b662b  avoid svn issues, so renamed to XmlConverter which is a bit of a better name anyway
     new 847c1b8  added a really simple start of a JAXB2 module
     new 5bd7e53  fixed up a better test case
     new a8731fe  added the saxon and jaxb2 modules to the build
     new 4ab2826  added Williams's patch
     new 0b47252  added Williams's patch with thanks; for now I've made a new CxfInvoke* set of components/endpoints; I'm not too keen on the name yet - but we can refactor later when the dust settles on this :)
     new f4aa587  Added experimental eclipse DSL editor
     new 6dbe4d5  Deleted cruft
     new 7309c94  added support for more type conversions such as dealing with Arrays
     new f5e9eef  updates for the CXF plugin to keep it up to date with the latest/greatest CXF code
     new b9aa5e2  added support for SQL expressions and predicates on POJOs using JoSQL
     new 5723b9b  minor refactor and javadoc tidy up
     new ec0e3f8  applied patches from William Tam to fix the CxfInvokeTest
     new 7aa3c26  added work around for change in CXF
     new 7d99f58  added work around for change in CXF
     new 8a5366b  added more jars to the assembly
     new 25094fd  added saxon to the build
     new eeca4c5  moved back to 8.7 as its the main one in the public repo
     new 0fa4756  Force copy overwrite, on windows the copy was not being done every time for some reason.
     new 42a4820  attempt to fix the nightly builds
     new def47a2  added longer timeout so the test always works on our dog-slow CI box :)
     new 2378853  fixed the pom for josql jars so we can now include it in the full maven build (for adding SQL expressions to routes)
     new 05c8724  some pom optimisations to switch to commons-logging-api to reduce dependency clutter
     new da12b6e  minor refactor to make the builder support ExpressionFactory; also added support for IdempotentConsumer along with a test case
     new a57e10e  added a functional test case for the IdempotentConsumer
     new 4df6ef6  added test case and fix for issue with the ChoiceProcessor; it was not correctly invoking the lifecycle methods, nor was it actually evaluating the predicates :) Thanks to jlansing for the heads up!
     new a60c30c  added a test case to show routes being split up using a choice, then ending up on the same queue again finally
     new 11594ac  added a transaction Interceptor hook to a builder so folks can customize how transactions are auto-created when things are sent to an endpoint/processed by an endpoint by default. When using camel-spring the transaction interceptor is auto-created using the TransactionTemplate in the context (if there is just one available). Also we now have a test case for the JPA based IdempotentConsumer
     new e4202e1  added a helper builder to make it a little easier to wire up spring managed resources into a route; such as using a transaction template for specific routes, or using a JpaTemplate etc
     new 02e02ad  refactoring of the spring projet to use cleaner package names
     new 0712fe0  refactoring of the spring projet to use cleaner package names
     new d012257  tidied up the pom to see if it fixes the recent strange build errors on some platforms
     new 35c685c  added a mock endpoint which can be used for easier testing in a JMock sense; where expectations can be put on endpoints, then a route run and the assertions then applied
     new 006e9bb  added more helper behaviour to the MockEndpoint for easier testing; also migrated the various processor tests to the new MockEndpoint approach to simplify testing
     new fd6dcf0  added more helper behaviour to the MockEndpoint for easier testing; also migrated the various processor tests to the new MockEndpoint approach to simplify testing
     new 09924af  Added a direct endpoint component
     new 13e239a  - Made the fluent api .intercept(..) method call easier to use. No need to call the subsequent .target() now. - added a InterceptorBuilderTest.java that checks that interceptors are called in the right order.
     new 989bd17  various fixes for the test cases to use direct: rather than queue: to remove some async test case errors
     new 8be33b1  Cleaned up so that we can use as part of the documentation.
     new 01b0d97  Better endpoint configuration
     new bd57d3d  minor rename of DelegateProcess -> DelegateProcessor
     new 8b65378  removed the getExecutorService() method from Component interface since that was a leaky abstraction.
     new e7738e3  Fixed bug reported at: http://www.nabble.com/-camel--Splitter-problem-tf3609288s2354.html#a10085314
     new 350d7dd  Cleaned up auto component creation.  Added an option to disable auto creation of components. Also added a test case to verify that it works.
     new f16ad15  Added test case for auto component creation.
     new 989c082  Added disabled test case that shows that endpoint resolution is not conisistent across the API.
     new 74f3a9c  updated javadoc links
     new ac99049  enable test coverage reporting
     new aabfced  added a useful base class for testing; ContextTestSupport along with test cases for multicast, pipeline, splitter
     new 848aef5  minor refactor to use  ContextTestSupport more to simplify the testing code further & make it a little easier to read
     new f7a73cc  added some snippet macros
     new 1d9f4aa  fixed failing test case
     new fce2e94  added a test case demonstrating message transformation
     new 9503e33  added a test case for recipient list
     new 709f3d4  fixed typo on name
     new e980905  Renamed Interceptor to Policy
     new 358ea52  Renamed Interceptor -> Policy
     new 97a45bc  I've found that the build only works with maven 2.0.5 at least on the mac.
     new 89d2378  Added files to the svn:ignore list
     new 403e076  added a test case for the DeadLetterChannel along with the start of an improved jmock style API on the MockEndpoint
     new 4006fd7  added the ability to add assertions to individual messages using the DSL
     new ec016c7  added some more expectations to the tests
     new 2d98615  An initial cut of camel-file
     new bc58557  zapped cruft
     new 2432389  fixed the pom
     new 17a673f  added the ability to add assertions to predicates for easier testing of routing rules; such as with the MockEndpoint
     new 62eea84  trimmed down the pom dependencies
     new 2d11662  added camel-file to the assembly
     new f58ca46  some refactorings to make it easier to create expressions & predicates outside of the routing DSL for testing
     new 813a5a7  applied patch from dr.jeff  http://www.nabble.com/-camel--camel-xml-schema-problem-tf3627720s2354.html#a10129819
     new 31e5977  added the ability to use transformers in the DSL without having to be explicit with a Processor implementation
     new f9ad015  zapped the ExpressionFactory interface which generally caused complications on the DSL APIs and didn't add much value
     new c8c5619  fixed a failing test case that I broke - bad James for breaking it in the first place!
     new efa26e4  - Added a TransactedJmsRouteTest.java to test using Spring transactions with JMS cammel endpoints. - Added a expectedMinimumCount attribute to the Mock endpoint so we can assert that at least a certin number of messages were received. - Added policy methods to the FromBuilder so that custome Policy objects can be used in the middle of a processing route - Added trace methods to the FromBuilder so that trace logging can easily be enabled on a route.
     new c4c041b  disabled the nasty stack traces for the unit tests by default
     new fe0092d  fixed timing issue in shutdown logic of Queue component along with making the a test case a little less noisy when ran
     new 51d1177  removed some cruft from the API and tidied up the javadocs somewhat
     new 858de15  configured the compiler plugin a bit tighter & disabled javadoc aggregation (as it fails with the CSS issue)
     new 5b8e6cf  added support for a fixed size LRU based memory Idempotent Consumer
     new 7a2a799  added from("foo").convertBodyTo(Source.class).to("someXmlThingy") type methods
     new fad161f  - Removed the transactionPolicy attribute from the RouteBuilder since this was not actually configuring the inbound transaction policy as first envisioned.  This may come back in a different shape/form. - JpaMessageIdRepository now starts it's own transaction if called from a non transaction context. - MockEndpoint now has a assertWait() method that can be used to wait for messages to arive before assertions are made against those messages. - Added some more tests and im [...]
     new 826a263  added some load balancer helper classes together with the basics of a processor component for turning a Processor into an Endpoint (so to turn say a transformer into an endpoint)
     new cf4338d  Some CamelContext and Endpoint interface changes.
     new ab020f3  some minor refactoring to fix some typos
     new ceefbf0  tidied up the javadoc & javadoc generation as well as tidying up some test case methods
     new 1782fbc  added a mail component using spring + JavaMail
     new 152a070  added some primitive conversions
     new 60b74d9  added a test case to test the routing using a spring.xml file
     new dd24d21  added explicit tear down
     new e362b4e  added a test case to show the creation of a Spring CamelContext using the spring XML namespaces approach
     new 49ced0b  updated the javadoc
     new 3d1aeb5  added a test case for the spring 2.0 namespace configuration of the packages
     new afa59b8  allow writing if file locking not selected as an option
     new 9abce3d  Added test case
     new f98b3ca  update properties
     new e75bedd  - Renamed Component.resolveEndpoint to Component.createEndpoint - DefaultCamelContext only registeres as singtons endpoints that say they are singletons. - Added some more transaction scenarios for JMS - JmsConsumer was starting up multiple listeners. Removed the call to listenerContainer.initialize() since listenerContainer.afterPropertiesSet() calls it.
     new 7eb05f5  added a helper class for dumping array objects nicely as Strings
     new d0dc4e5  added a test case using the excellent mock_javamail library that email sending works
     new 321a4c5  fixed compile error
     new 9a43cd2  added some helper methods to make it easier to write properly configured polling consumers. Also added an ExceptionHandler for asynchronous processsors to deal with async exceptions nicer
     new 150cc7d  make sure we fully start the polling component before we can trigger any polls
     new 661114b  completed the test case demonstrating the use of consuming of messages from a folder as well as sending
     new 491cd3a  git-svn-id: https://svn.apache.org/repos/asf/activemq/camel/trunk@533945 13f79535-47bb-0310-9956-ffa450edef68
     new 2e04de2  movef from file package
     new 12ab368  moved from file package
     new 93fe107  added a test case demonstrating a route with a custom processor
     new cb83d5c  Removed old module
     new 6102bf0  zapped old camel-file module from assembly and added camel-mail
     new 4650957  moved the CamelClient into the core Camel API package
     new de183b8  cleaning up some of the code with respect to executor service to reduce clutter; also added more javadoc stuff for the file component
     new 9bda2c3  added converter from JavaMail message to String
     new bf6cbe2  Added auto acknowledge factory method
     new bfd72dc  add some JMS -> I/O conversions
     new 66a657e  added helper method
     new e68a7a2  Added an XSLT processor and refactored the XPath and XSLT code into an xml package
     new d5a1ccb  Added an XSLT processor and refactored the XPath and XSLT code into an xml package
     new 6f3d48a  Added a throws Exception to Processor.process
     new 6e2294e  minior patch to fix test case on very slow boxes
     new 99d2709  added XSLT test case
     new 2edeac3  removed wrapped exception
     new a6aa781  Added a camel-rmi component that can bind PojoExchanges to RMI/JRMP
     new 81e4877  better description
     new df08473  camel jms to file example
     new 32f14cd  Removed the ability to consume from a pojo: endpoint since it is easier to consume from a direct: or queue: endpoint.
     new 62cf311  fixing up pom.
     new 4d9215c  Adding intial cut of the remoting stuff for spring.
     new a6cbe84  removed the generics from the Process interface so that it must take an Exchange parameter to avoid ClassCastException when sending any old Exchange into an Endpoint<FooExchange>
     new 9bd05ee  fixed compile errors
     new 102f51e  fixed some failing test cases & added camel-rmi to the assembly
     new f3d2bc6  avoid the generated file being in the root directory; use the target dir instead
     new 3622643  avoid the copy of an exchange if it is of the correct type already
     new 68164a1  can't make assumptions about the Exchange anymore
     new a0d9c23  added sendBody() helper method
     new b90032f  use sendBody() method on the client
     new 20945ed  Removed trash
     new bba2817  Added an id to the Message
     new 3cf677a  Added an id to the Message
     new 2d10ccc  use the new simpler helper method on CamelClient
     new 729e909  spring clean + extend (sce)
     new f41e311  fixed test case - we were not ignoring deleted mails
     new 99b6107  applied patch from jeff lansing to improve the schema
     new f8224e4  Added a few base classes for Marshalling/Unmarshalling
     new 76339fd  tidied up the tests to use debug logging to quieten them down some when running a build
     new f86b1fe  added an XPath namespaces builder to make it easier to create namespaces and reuse them in multiple xpaths
     new dd59c35  use a different exception for notNull() to be more spring-like
     new 915d354  added support for nested <endpoint> elements within a camelContext for creating top level endpoints that can be referred to in POJOs
     new dfc7e2e  fixed pom
     new cca5cdc  made it a little easier to use references to refer to Endpoints from within the XML configuration; so <from ref="someEndpoint"> or <to ref="someEndpoint"/> also avoided the need for <routes> within a <camelContext/> to simplify the XML
     new 2032831  added a test case showing the use of xpath filter using spring XML; also tidied up the spring XML test cases to make it easier to deal with issues that arise in the spring 2.0 parsing code
     new 0a4b39c  added some snippets
     new fce7be7  patched the UUID generator to not use : characters to avoid issues on windows file systems
     new 321442f  renamed the Uid -> Uuid (for universal unique id generator)
     new 50af2bd  added test case for bug found by Jeff Lansing
     new 3583f2b  minor refactor of some of the testing methods and some tidy up of the code
     new 4122026  added a test case showing the use of the <groovy> predicates
     new e74211d  added python helper support
     new 8a02590  added some documentation to the schema along with a generated xsd reference
     new 72574e0  added findbugs report
     new a3a2ce3  added the XSD to the deployment and also deploy to the m1 repo (so we get simpler XSD URIs)
     new 20176a7  updated maven1 config
     new 8097701  added some annotations for POJO injection
     new 7656c6c  This is not an incubating project.
     new 49b7253  fixed pom so that maven-one works.
     new 04c5305  added a rough implementation of a Spring BeanPostProcessor which provides dependency injection of Camel types (Endpoints and Producers) together with a @MessageDriven injection point for binding POJOs to consumers
     new 4f351dd  renamed CamelClient -> CamelTemplate to match more closely the spring naming convensions
     new af90851  added a helper class for working with timess
     new bf28454  added a default endpoint to the CamelTemplate; also added more test cases for the annotation based injection of Endpoint, Producer and CamelTemplate objects into POJOs
     new afc043a  fix completion issue
     new ba397b4  tidied up the test case to make it a bit simpler to read & to reuse the MockEndpoint goodness
     new a3f5616  applied patch from Jon Anstey to fix up the CXF pom
     new c8d2fe9  added a test case showing how to explicitly configure a component using Spring XML
     new c82c84d  test that the JMS component can be configured in XML while still using the jms: name
     new 6d3ed79  added test cases now working for the use of @EndpointInject and @MessageDriven to drive POJOs from Camel and Spring. Also disabled the use of automatically starting a Producer or Consumer in the factory methods - its now up to the caller to start these objects
     new 0174a80  - Made DefaultComponent abstract so that base cases are forced to implment required methods. - Implemented a Jetty Based http component so that you can consume on dynamic http endpoints.
     new ec881d6  Added a testcase that shows spring remoting in action using camel as the transport.
     new ab8caaa  Updaed the mail component so that mail headers are correctly copied over from message to message.  This highlighted the fact that th TO: should always be what is specified on the outbound endpoint instead of the To: in the message. Added a test the validates headers are preserved.
     new 8313805  added an early spike of a BAM engine hacked on the flights to and from JavaOne :)
     new 209b901  fixed description in pom
     new ed3537e  fixed up test case
     new 0d1ff11  got the basic BAM persistence working
     new c92c43e  added the camel bam module to the build
     new a5af354  updated comment
     new 335b6b9  listen for JMX events
     new 425614b  added a helper class for when services need to be tied to processors lifecycle
     new 2cbbb2f  latest iteration of camel-bam; more work is required to get it complete & then the code could use some review and tidying once the test case works :)
     new 667c9c5  added more jar profiles for working with jpa
     new 4e3c914  finally got the test case working with the hibernate profile; haven't yet figured out how to fix some strange openjpa related exception (it'd be nice to make openjpa the default profile one day)
     new 3a76042  minor refactor of the POJO component so we can easily make a bean component for working with spring
     new 74fe7f5  minor refactor removing the dead cruft and moving classes into an easier to follow package structure with builders, processors and rules separated
     new a774e97  removed more old cruft and tidied up the javadoc
     new 59bcdde  tidy up logging
     new 645d9a7  Moved the maven modules around to make things a little easier to navigate as per discussion: http://www.nabble.com/-camel--Reorganisation-of-the-maven-projects-into-directories--tf3690664s2354.html
     new c34d57f  Moved the maven modules around to make things a little easier to navigate as per discussion: http://www.nabble.com/-camel--Reorganisation-of-the-maven-projects-into-directories--tf3690664s2354.html
     new d089e07  tidied up the examples and tests
     new ef6b4b7  A bit more tidying of the layout of modules
     new 5514dd8  tidied up the examples and tests
     new 988524c  refactored the example to match the name 'example' rather than 'sample'
     new c561b79  added another converter and a test case to demonstrate consuming mime messages using the text payload
     new be3b9f0  fixed css link for javadoc
     new 6e42564  tidied up the javadoc
     new f7edaa9  added contains() method to the DSL for .header("foo").contains("cheese") for multi-value headers
     new d8becb7  added some utility helper methods
     new ddd1102  fixed a minor glitch when a mail provider returns multiple headers; tidied the pom, added a new test case and a minor refactoring
     new 7c4c14f  added another test case to check the header handling
     new 66e297e  fixed test case
     new 23af793  added an ActiveMQ component which is automatically pre-configured to work well with Apache ActiveMQ. For more details see http://cwiki.apache.org/CAMEL/activemq.html
     new a5d2f43  added snippet
     new 7750240  updated javadoc
     new 0dfc97d  updated mailing lists
     new 0dde980  added commits mailing list
     new ee9dfe5  added a Quartz component for creating scheduled message delivery. For more detail see: http://cwiki.apache.org/CAMEL/quartz.html
     new f62a08d  added support for cron expressions in URIs
     new 4ebb6cb  added support for a pull style (synchronous receive) based consumers which can make some transactional uses easier (start a txn, pull a message, commit)
     new 0d55956  some minor refactoring; the previous PollingConsumer wasn't really an accurate implementation of the EIP PollingConsumer, so I've renamed this ScheduledPollConsumer, then PollingConsumer is the correct name for the 'synchonous request*() methods' type consumer (rather like the sync API in JMS)
     new edcc701  fixed up javadoc
     new 906d52f  yet more javadoc tweaks
     new ae03d68  added support for Rescheduler pattern to be able to reorder a message flow using an expression or pluggable comparator. It had a fairly big effect on the codebase as we had to support custom Route implementations (since a route might be just some Services which lazily create a PollingConsumer)
     new b18c57c  added snippet macros
     new babdb30  added a test case for CAMEL-3
     new 0c8634f  improvement for CAMEL-3 so that boolean b = in.getHeader("foo", boolean.class); does not throw a NPE for a missing header; instead false is returned for missing values
     new ae9a02a  allow the resequencer and comparator to take a list of expressions
     new 13d13ad  added a test case to show the configuration of JMS endpoints using URI query syntax
     new 5dd0315  added bug fix which limited URI query strings from only being recognized if the notation scheme://whatnot?foo was used as opposed to the scheme:whatnot?foo notation. Also improved the test case for configuring the JMS endpoint via its URI
     new 2d7af3e  tidied up some of the default JMS configurations; for more detail see http://cwiki.apache.org/CAMEL/jms.html
     new bb497ab  added a helper method to make it a bit easier to grab a typesafe endpoint or component with less ugly casting
     new 3c19455  applied Noah's patch for CAMEL-13 with many thanks! I added an extra test case for FTP using Apache FtpServer; other than that, great work Noah! More more! :)
     new 00d214a  some spring cleaning of the code, tidying imports and removing some cruft
     new 086a009  applied Noah's patch for CAMEL-13 with many thanks! I added an extra test case for FTP using Apache FtpServer; other than that, great work Noah! More more! :)
     new 70b4677  adding some files needed for a release.
     new 7108ae1  fixed possible NPE
     new ab88fff  Added some lic headers.
     new 937b84f  Adding missing LICENSE and NOTICE files
     new f6eeba7  made the repo urls overridable
     new c3266a9  - Notice and Licence files were missing from the final -test.jar artifacts. - no need to generate a test-jar in camel-example-jms-file module.
     new 32a32c0  Ran  find . -name *.java | grep -v .svn | xargs -n 1 svn propset svn:eol-style native
     new bda823d   ran find . -name *.txt | grep -v .svn | xargs -n 1 svn propset svn:eol-style native
     new 0acf856  More  'svn propset svn:eol-style native'
     new 3cbe52c  added RAT maven plugin. You can run a check via mvn rat:check -P rat
     new 82885b8  added more missing license files
     new c08eacd  added more missing license headers
     new e443764  Moved the eclipse IDE out into a separate area for now
     new b290305  added more missing license headers in config/META-INF text files
     new 411c4a1  added fix for strange null handling in type converters & intermittent Issue3Test failure
     new 6675288  added the examples into the binary distro along with some README's
     new 65cd992  added a simple command line tool
     new 4199715  Now when you build with the "-P release" argument on the maven command line, the camel website will be downloaded and included in the camel binary distributions.  You must have ssh access to people.apache.org for this to work.
     new be83fbb  maven plugin to generate docbook markup / docbook project for camel http://issues.apache.org/activemq/browse/CAMEL-47
     new eb4562c  added default goal
     new 959da94  added a simple way to run the example
     new d346db0  added a simple spring based example, together with an attempt to create a 'mvn camel:run' plugin for running spring camel rules
     new bab0809  Added maven-project parameter
     new 1604285  removed extra space on entity declaration in the main docbook xml. This was causing an issue when running in a linux/mac environment
     new 4292c82  patched the camel-maven-plugin so it compiles the main/test code first before trying to boot up the camel context. Also added log4j/clogging in there so examples typically get logging too
     new 0f9e0d2  got the example working
     new f657844  tidied up the DSL removing the unnecessary use of ValueBuilder
     new 8484f7c  allow the brokerURL to be configured on the ActiveMQComponent
     new b3352eb  added a simple archetype to get folks creating new routers easily
     new d4f504f  added license header
     new e560e97  added  process to download all image files  and store them where the html output can reference them
     new 513373b  updated the namespace and xsd location based on feedback on the ActiveMQ project: http://www.nabble.com/Handling-XSDs-and-Spring-2-XML-processing-etc.-tf3921424s2354.html
     new 83eecbf  Since these projects are 3 level deep from the root (the rest are 2 levels deep) the javadoc generation plugin config had to be updated.
     new 3fb486c  updated the book to include some real, nicely formatted content :)
     new 58138a9  added test case showing the use of a POST to a HTTP endpoint working, with the headers and body being available to the message
     new 7379028  added test case jar
     new 3c109a8  - updated docbook xsl to catch the first h1 heading and make it the chapter title - change phase to site phase
     new 41705a1  removed handling of bridgehead and anchor ids to handle duplicates
     new 21165c5  fixed up the test case to remove some of the timing issue from it as we force the conversion to a String to happen within the route (and the HTTP servlet)
     new dbd9a1f  fix to images generation on non-windows platforms
     new 93f7f84  Moved the camel-book module into the tooling directory
     new a4d9b16  added Noah's camel-irc component for CAMEL-55
     new 073e7e9  upgraded to the latest/greatest irclib
     new 616439c  added an integration test case along with removing some System.out statements and adding some debug logging
     new 93b0241  added integration test profile to build (and renamed spring XML files called *Test.*) to avoid clashing with surefire matchers
     new 7e73caf  keep the extracted html for debugging https://issues.apache.org/activemq/browse/CAMEL-52
     new 9a838ad  fixed configuration of archetype to set the package name
     new 72d645c  https://issues.apache.org/activemq/browse/CAMEL-51
     new cf153e6  tidied up the javadoc
     new c16e79d  made it easy to avoid auto-creating an Out message via a new getOut(false) method. Also added a real basic HttpProducer using commons-httpclient
     new 1d2c409  https://issues.apache.org/activemq/browse/CAMEL-51 - forgot to copy the images to the site folder
     new 9b1b4b3  https://issues.apache.org/activemq/browse/CAMEL-50
     new 704f70a  added test case for performing GET/POST on a HTTP endpoint using commons-httpclient
     new 2267553  fix exception when running 'mvn exec:java' without adding an install phase
     new 77552d5  https://issues.apache.org/activemq/browse/CAMEL-56
     new 8f047b0  Added license header
     new 0031f95  added a deployer and integration test of auto-deploying a camel context inside a JBI SU and invoking it via the NMR
     new 5bd7a95  added explicit spring version to bump the version number imported from servicemix
     new 349ba27  change default value for wrap-option  to "wrap"
     new a4f3178  https://issues.apache.org/activemq/browse/CAMEL-54
     new ae2d1a3  disabled maven one plugin as it breaks the jbi-component build
     new 2434247  disabled the auto-publishing of camel endpoints which are already JBI endpoints (since they will be auto-activated)
     new bac2d0e  Added JBI service unit archetype
     new 9efafdd  Added JBI service unit archetype
     new 0f6eebf  renamed directory
     new 3178f8d  added better integration tests creating JBI endpoints within the camel routing and testing that they work when deployed within a JBI ServiceUnit; including being deployed and undeployed a few times etc
     new 4fb3647  improved the test cases to cover all of the URI styles as well as tidying things up a tad
     new aa976bb  zapped old cruft
     new 2bb028a  added a VM component for communicating across web applications providing the camel-core is on the classpath - for CAMEL-59
     new 26c58b1  fixed javadoc
     new d42fe7c  tidied up the test case for the file component as well as fixed a number of bugs; and made the test case actually test things properly :)
     new 144ffba  improved the behaviour of the Mock endpoint so that it converts the body and stores it when the message arrives; so that it is not necesary to add conversions to String in the test cases etc
     new 7fa5956  tidied up the test case to avoid threading issues
     new f70a187  added support for CAMEL-60; allowing an "event:default" endpoint to be used to send and consume Spring ApplicationEvents
     new bb5acbd  added support for CAMEL-60; allowing an "event:default" endpoint to be used to send and consume Spring ApplicationEvents
     new 90f0194  added FileStrategy plugins so that you can easily lock/unlock and delete/move files when they are processed to fix CAMEL-61; I've made moving files to ".camel/" the default behaviour. Also fixed CAMEL-62 and tidied up some more URI handling code (zapping some cruft in camel-cxf)
     new c372d15  tidied up setter naming gremlin...
     new 7539a97  let's build the docbook plugin first before the docbook project : https://issues.apache.org/activemq/browse/CAMEL-58
     new d69021f  https://issues.apache.org/activemq/browse/CAMEL-53; also moved the docbook.xsl to the docbook maven plugin project
     new 2f84ea8  fixed rendering of image in html
     new f4b41fe  https://issues.apache.org/activemq/browse/CAMEL-57
     new b491541  added an aggregator pattern implementation so multiple messages for the same correlation key can be combined into a single message message for CAMEL-7. Also a partial first cut of CAMEL-63 for implementing delayed message delivery
     new c4a9ee0  added snippet macros
     new 967231d  added snippet macros
     new 897be01  added support for the Delayer & a test case to check it actually works for CAMEL-63
     new e7a2e0c  added a Throttler implementation and test case for CAMEL-65. Also did some refactoring of the processors to increase the reuse and tidied up some test cases. Also some initial coding for CAMEL-66. Finally tided up the code a little
     new 06cde27  added a Throttler implementation and test case for CAMEL-65. Also did some refactoring of the processors to increase the reuse and tidied up some test cases. Also some initial coding for CAMEL-66. Finally tided up the code a little
     new 740109b  added a Throttler implementation and test case for CAMEL-65. Also did some refactoring of the processors to increase the reuse and tidied up some test cases. Also some initial coding for CAMEL-66. Finally tided up the code a little
     new d7fa5da  updated to use commons logging
     new 1f1f3f0  added camel-ftp to the assembly
     new cb5cae6  added better assertions on the Mock endpoint to support CAMEL-66
     new 86da4b6  keep the cxf-version property in the parent pom
     new b1f8309  Updated to use the latest released version of cxf
     new a51bbb7  Since 1.0 was released, rev up to 1.1-SNAPSHOT
     new 4da7ec9  added initial spike for CAMEL-67 to add an XML validation processor
     new d14c4d3  added an initial implementation of CAMEL-68
     new 2f1d26d  added an initial implementation of CAMEL-69, providing a hook into ActiveMQ for sending and consuming messages from Camel endpoints from within the ActiveMQ JMS client. Also added some minor maven pom changes getting ready for support for JAXB2 POJOs for routes
     new c257520  added a connection factory for Camel-enabled JMS client
     new c8f89ca  fixed pom's camel version
     new 1972537  added more code for CAMEL-67
     new e663b54  Added a test case for the CamelContextAware injection along with a test case for the Camel JMS client
     new 0c8b7bc  applied patch from Willem for CAMEL-72 - many thanks!
     new 0a378f1  added a cleanup step to the build to remove some cruft
     new 5dd62ea  added exception throwing for CAMEL-62 if the rename doesn't work
     new 92cf75d  renaming queue: to seda: to avoid confusing with JMS queues for CAMEL-70
     new cce604f  changed the JMS client test cases to use the regular ActiveMQConnectionFactory; as its only the CamelDestinations that are required. Also added a test case showing the consumer side now works too (after I added the start() method calls :)
     new 594a085  tidied poms for jaxb plugin
     new 9775428  initial spike attempting to use JAXB2 to parse the XML for route for CAMEL-71
     new 9d620ce  got a simple expression language XML working along with a filter
     new 48cd43a  fixed typeo
     new cae54bc  improved the JAXB mappings, using @XmlElementRef to clean thing up; also now supporting languages
     new 0825a0d  minor refactor to put the language POJOs into a separate package
     new 89190cd  added some other expression languages
     new 6a6f93b  added SQL language support and tidied up the code
     new d89e8d0  added more test cases for parsing the XML using JAXB
     new 6d64541  some minor refactoring and moved a test file to the correct source root
     new 912a4f8  added more test cases of the various XML parsing options
     new e1e5e11  initial spike of a conversion of the XML parsing over to using some JAXB2 POJOs rather than the hand-crafted custom Spring code for CAMEL-71. This change breaks a few test cases; I've commented out a number for now - will fix them incrementally. Also it seems the new JAXB2 POJOs replicate much of the camel.builder package; so am sure we can merge the two into a single POJO model for the route definitions which can read/write themselves nicely to XML, while also being use [...]
     new c2f53ff  added working example of spring based XML configuration using JAXB and XPath for CAMEL-71
     new ea0af9d  refactor to move the JAXB2 POJOs into camel-core so that they can be merged with the DSL camel.builder package; as they are pretty much the same kinds of objects. For CAMEL-71
     new 382b233  refactor to move the JAXB2 POJOs into camel-core so that they can be merged with the DSL camel.builder package; as they are pretty much the same kinds of objects. For CAMEL-71
     new d4382ae  refactor to move the JAXB2 POJOs into camel-core so that they can be merged with the DSL camel.builder package; as they are pretty much the same kinds of objects. For CAMEL-71
     new f0e4e73  work around for adding h2 headings in table of contents- need to improve this as additional subsections are added
     new e0d715f  added pluggable Language implementations and test cases, plus added some new Spring XML test cases. Added a simple language which is handy for testing; as it doesn't add any more dependencies and can be used in regular camel-core. Also added new XPath namespaces & helper functions for accessing headers/properties etc. Apologies for the large commit; it was a rather long flight :)
     new 8db45b4  added support for the EL via the JUEL library for CAMEL-74
     new 9a07093  added support for the EL via the JUEL library for CAMEL-74
     new c4b8bf0  minor refactor to fix the generated XSD for resequencer and splitter (using a temporary hack to work around a bug in schemagen)
     new ce8665f  https://issues.apache.org/activemq/browse/CAMEL-53
     new d1b88e8  applied patch from Willem Jiang to support separate lock files when working with the file component for CAMEL-62. Many thanks! FWIW I made a minor change to the patch to use a helper method to check for mandatory properties on the exchange & throw a nice exception if they were missing
     new 36a1ee4  minor refactor to introduce a new base exception which contains the message exchange which caused the actual exception
     new aabfd1a  added explicit initialization of the lazy-initialised properties on the CamelContext in the start() method (doStart() to be precise)
     new 30224b2  fixed some excluded test cases that now work with JAXB2
     new e544715  upgraded to a newer schemagen maven plugin (a temporary release until the real plugin is released) due to a number of bugs found in the generated schema (see https://jaxb.dev.java.net/issues/show_bug.cgi?id=388 for details). We'll upgrade to a real release when available. Now that the generated schema is fixed, we can now remove some workaround code from the ExpressionNode
     new e6eb919  made <when> not derive from <filter> to avoid creating a dodgy schema
     new b377051  added a pluggable Registry for looking up resources by name and type (to work with JNDI, Spring AppContext or the OSGI Service Registry). Also fixed another broken test case
     new 8d4374e  re-enabled some ex-failing tests
     new 7070f0c  re-enabled some ex-failing tests
     new 59b4961  re-enabled some ex-failing tests
     new eb4482e  re-enabled some ex-failing tests and got the <endpoint> elements in spring's <camelContext> working
     new 8038be8  fixed a bunch more excluded test cases
     new d13eb74  ported a bunch more test cases over to the JAXB2 XML encoding; almost got them all working now!
     new f20eb49  fix for https://issues.apache.org/activemq/browse/CAMEL-76; refactored java source to use generics
     new ee5c66c  added snippet macros
     new da14120  simplified the test case so its easier to read
     new 4f5a377  updated a comment :)
     new 68a5cd1  finally got all the test cases working for JAXB2! Phew! :)
     new b17ef7a  fixed the example & archetype to the new JAXB schema
     new 7df3fbb  minor refactor to make reusing this class even easier
     new 996edff  added a mechanism for auto-converting JAXB2 objects as a fallback type converter for CAMEL-77
     new 5a7d7ac  patched pom to avoid camel-jpa being dependent on openjpa
     new e76971d  the noop file mode should not lock files (as its not going to move/delete them)
     new 801c875  Fixed the Injector so that the CamelContext's injector is always used by the type conversion code. Also removed the template from the Injector interface itself and used them instead on the method
     new 004ccb6  added an ETL example for CAMEL-79
     new ea32f01  added a little readme
     new 3fdfe19  added snippet macros
     new 267d83a  removed some cruft
     new c8bd5c9  made the file component a little more lenient in the payloads it can accept
     new 5d99b2e  added JAXB marshalling as a fallback converter (if a POJO has a JAXB annotation)
     new da6bf98  added spring transaction interceptor and better typesafe exceptions
     new 7c1faa0  allow the JPA component to work in a read only mode; not deleting/updating/locking the entity
     new 31a517c  improvements in the ETL demo
     new 35084e8  removed cruft code
     new 030533b  added helper method
     new 35586cb  added the ability to specify file output names in the DSL
     new 48fd855  removed the old XML parsing mechanism as we now use JAXB2
     new e6a650f  removed debug logging message
     new 9b269a9  added initial rough cut of a BAM Example program
     new b87b3a7  fix for use of java based bam processors with spring discovery; now use injector for IoC
     new 9935021  tidied up the code
     new 54e89f4  first cut at merging the JAXB2 model along with the *Builder classes so the Java DSL and the XML DSL sit on top of the same logical model & reuse code
     new 9983fc5  nearly ready to merge the JAXB2 model along with the *Builder classes so the Java DSL and the XML DSL sit on top of the same logical model & reuse code
     new 2537076  migrated the DSL code to use the JAXB2 POJOs to enhance reuse across the Java DSL and the XML DSL
     new a901a20  tidied up the code
     new 9381eec  zapped some old code as we've now moved to using the JAXB2 POJOs
     new e9ab74a  applied patch from Hadrian Zbarcea for CAMEL-81 to fix the lifecycle logic
     new 661a792  added a log component for easy logging for CAMEL-82. Also made it very easy to implement an endpoint from a Processor; such as using an endpoint URI to lookup in spring a POJO which implements either Endpoint or Processor
     new 4851bdd  fixed the bam example so it runs now
     new 3ebdeae  unified the bean <-> camel binding code with the bean component; making both sets of code more flexible while reusing more code too. Added some improved exceptions together with more javadoc and test cases
     new 64df0ac  refactored POJO component to use the Registry; so it works easier with JNDI and Spring together with adding a simple JNDI context implementation; also improved the ServiceExporter to be just a simple factory bean.. Finally moved the bean component into camel-core as its not based on Spring (it uses the Registry)
     new 6463d14  further refactoring to unify POJO and bean
     new d624cfe  more refactoring of the pojo & bean components to remove a fair bit of code and simplify things
     new f19397d  added a little interface which makes the @EndpointInject a bit more readable
     new 409683b  minor renaming of some of the helper methods to avoid possible method call ambiguities
     new d3f8f2e  deleted cruft
     new c760efd  added a spring interceptor for also notifying a camel endpoint of a method invocation
     new b83e74d  Added <bean> to the XML language along with <proxyFactory> and <serviceExporter>. Also various refactorings to tidy things up.
     new 6d45cbf  Added <bean> to the XML language along with <proxyFactory> and <serviceExporter>. Also various refactorings to tidy things up.
     new d4c59aa  added support for OGNL expressiona and predicates for CAMEL-87
     new 2525c97  added a fix for CAMEL-85 to avoid using deprecated code
     new cfdecc7  fix for CAMEL-83
     new 98b13d7  add a validator endpoint capable of validating an XSD or RNC file for CAMEL-67
     new 8c757c7  minor change to use XMLConstants
     new 3faf3db  tidied up the test cases and made it a little easier to derive from the validator component to support other schema languages etc
     new 1dfd6d8  refactor to make the classes work with any kind of schema
     new c9196ad  minor refactor to add a useful base class for components which the endpoint depends on a Resource
     new 2151149  added an MSV component for CAMEL-88 to be able to use RelaxNG validation
     new bc2b2b3  Udated svn ignores
     new e7fe902  renamed the serviceExporter and proxyFactory elements to export and proxy per the following email thread: http://www.nabble.com/Embedded-and-hidden-routing-in-Camel-tf4207889s22882.html#a12002552
     new 1c0c8f2  Did a bunch of svn propset svn:eol-style native
     new 1031fb0  Added some missing lic. headers
     new 886f8fa  did a few svn propset svn:eol-style native
     new 0af419f  minor refactor to move the base validation exception int the core API
     new fa9b832  minor refactor to move the base validation exception int the core API
     new 5e7db77  added initial implementation of the try/catch/finally DSL
     new edb5e8c  increased the timeout to make sure the test passes, even on slow boxes
     new 3a730e1  added an initial jing componet for validation of XML against RelaxNG or RelaxNG Compact Syntax (RNC) for CAMEL-89
     new 90e3109  added ognl, msv and jing to the distro
     new 1980508  re-enabled the m1 build to get the XSD deployed in a non-timestamp-based file name
     new 7c19fa7  removed some debug logging
     new 4fd1bf2  patched the XML validation test cases to reuse a common base which uses the <try> <catch> notation in the XML to route based on whether or not validation exceptions occur
     new f53cbe5  temporarily disabled cobertura report - due to it causing failures in the site build
     new 8371b35  minor patch to the JNDI provider to allow it to easily populate itself with JavaBeans using simple string injection
     new 5568676  added a test case using the Java DSL to perform a routing test for validation
     new b87ef47  added a test case using a real try/catch loop
     new 19e157e  added snippet tags for documentation - also zapped some crud
     new 774f6cd  refactored to not have a jndi.properties by default - to avoid dependent projects using camel-core test-jar having a JNDI provider forced on them
     new 0e1bf0b  Checkstyle compliance changes.
     new ce0728c  migrated the Camel destination code from the camel project into ActiveMQ as it makes more sense to host it there - and avoids a circular dependency issue when releasing ActiveMQ 5.
     new 9a7ce48  added some extra converters
     new 86dd728  switched back to a release of ActiveMQ to avoid the snapshot
     new 7ff7e70  Made the soruce more Checkstyle compliant
     new 1c2aa0e  Added svn:ignore's
     new a560a10  Adding an activemq checkstyle configuration based on the CXF checkstyle config
     new 7172a8e  Adding activemq checkstyle config
     new 6334126  added more to svn:ignore
     new 93e294a  use a more same logging configuration for testing
     new a34194a  added test case for bug from James Zhang along with fix
     new 8b5b03c  added the comment from Willem: http://www.nabble.com/Re%3A-Proposal-for-the-CXF-and-Camel-integration-p12050433s22882.html
     new d0154d0  tidied up default log4j.properties file
     new 233a1b8  improved the camel-bam module to handle concurrent processing better & dealing with JDBC/JPA exceptions if concurrent updates to the same process occur at the same time; also added more better tests
     new 8a04429  further attempts to make the concurrent test more rock-solid; for now am just gonna exclude it until I figure out why it fails in recursive builds - but never in local builds of just the camel-bam module
     new 4e9a25f  file message exchanges now use File as the body, rather than FileInputStream so that they are repeatable (such as in deadlock scenarios). Fixes CAMEL-90
     new bf20ee3  added patch suggested by James Zhang here: http://www.nabble.com/Re%3A-Problem-with-ETL-example-p12055635s22882.html
     new db54bc0  removed camel-jbi as part of the move to servicemix: http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html"
     new 6264792   move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html
     new b6e933e   move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html
     new 64d38d5   move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html
     new 59e6a65   move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html
     new 81f05aa   move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html
     new 6dc9cb1  removed remaining camel-jbi entry and re-enabled cobertura reports
     new cbc1afc  split lines at 180
     new b70a94b  added test case and patch for issue brought up here: http://www.nabble.com/Problem-with-ETL-example-tf4235529s22882.html#a12064538
     new 39680f9  added some helper methods to create XQuery expressions from a file / URL
     new 7d8ad13  added some helper methods to create XQuery expressions from a file / URL
     new b390851  zapped the log4j.properties files from the test-jars (to avoid confusion when reused in other projects, such as examples etc)
     new b0ac731  fixed the ETL and BAM examples so that they can be run via 'mvn camel:run' or 'mvn compile exec:java'. The killer thing that was really confusing the hell out of me as to why they wouldn't run was the dreaded <scope>test</scope> in commons-collections in the root pom - from now on, never put a test scope in root pom <dependencyManagement> sections - its so confusing as it breaks all kinds of plugins! :)
     new 025981a  avoided the example program being run as part of the build :)
     new 0d09a6a  initial implementation of interceptor routes; allowing interceptors to be implemented easily in the DSL for CAMEL-92
     new 3d439a1  added a simple database explorer to the demo so its easier to see stuff being inserted into the database
     new a6f1b07  added the exception(Class) expression to the DSL for easier DSL based exception routing, for CAMEL-93
     new 7dd667a  allow the file endpoint to work in replace rather than append mode
     new 97c11c4  made the ETL demo use replace rather than append for the output files; also slowed down the polling
     new c9547d9  enabled pretty printing of JAXB2 by default
     new c5cbb7f  Added apache headers.
     new abba495  added test case and fix for CAMEL-95 - many thanks to Aaron Crickenberger!
     new 24b989d  patch applied for CAMEL-80 - thanks Hadrian!
     new 5bed45c  zapped old code which has since moved to activemq-core
     new d45649c  added test case and fix for CAMEL-96 - thanks to DominicTulley for spotting this!
     new b80a264  added more test cases for CAMEL-96 - along with a type converter for ActiveMQ destinations <-> String etc
     new 46be3af  fixed test cases
     new 3b3d260  adding asl header
     new 7cea082  moved to correct location so the type converter will be detected
     new 8575846  added explicit repos to the examples to try ensure things actually build from a binary distro
     new 8b4bf60  added some early refactorings for CAMEL-97
     new 290d357  Added support for a -DremoteRepo property
     new e9ffd8b  added a test case and bug fix for CAMEL-98
     new 00af684  added a test case and bug fix for CAMEL-98
     new 5eea0bc  updated port number to avoid clash
     new 9873db2  fixed ftp tests to use different ports
     new 140f127  Added pom into etc dir so that you can setup your workspace quicker.. just run mvn -Dworkspace=/Users/chirino/Documents/workspace/activemq-trunk in the etc dir
     new 3238d24  patch applied from Hadrian Zbarcea for CAMEL-4 with thanks!
     new f2cfca2  fixed the last remaining RAT warning which showed up in 1.1.0 RC1
     new 2419444  ensured that camel-jing and camel-msv are included in the distro
     new ed4d87d  fixed dependency (that should be transient & found) so that mvn site works
     new 7a96a81  another attempted fix for mvn site
     new ccf2d63  Adding missing NOTICE.txt and LICENSE.txt files
     new a975a12  added test case and fix for CAMEL-97
     new e1aca83  svn propset eol native stuff.
     new 291d7c5  tidied up the code for the BAM Example
     new 45c8f7e  tidied up the code for the BAM Example
     new 02bc369  tidied up the code for the BAM Example
     new e5a1d4f  tidied up the code for the BAM Example
     new 471f8a7  re-enabled the snippets so the wiki can use this code example
     new 76412a0  attempted fix for CAMEL-103, though we still need a test case to prove it
     new b789153  initial attempt at CAMEL-12; creating a DOT file for the route definitions. Also a minor refactor of the CamelContext implementations to add a way to registry route definitions along with a getter to view the route definitions
     new 69cdcb0  applied patch for CAMEL-105 from Aaron Crickenberger with thanks!
     new 796988f  minor refactor - adding helper class - and added support for more EIP patterns in the DOT generator
     new c59c56e  improved DOT file format that lays things out nicely
     new 946bd92  minor patch to avoid whitespace on names, just in case
     new 1f23a59  lax some of the rules
     new 40ba48c  Adding support for a activemq.journal component that can be used to persist exchanges in file based journal
     new 5be1bf6  added a main() so its easy to run from an IDE
     new fe3ba23  improvements to the DOT generator along with integration to the Spring Main and the camel:run plugin to make it easy to auto-generate a DOT file for a Spring Camel rulebase (and enable it by default for camel:run)
     new 1d88a4d  Adding a configuration test for the activemq.journal endpoint.
     new e068ca2  applied patch for CAMEL-99 - many thanks Hadrian!
     new 00dafd6  allow the DOT file generation to be easily disabled
     new 3acbe35  Fixing compile issue
     new 13b1233  include required dependency
     new 5ff7768  Adding a ConfluenceToPDFMojo which uses prince to create the PDF from an HTML page
     new 144c3b0  Use prince to generate the PDF instead of going down the docbook route
     new cfb14ed  added a DOT plugin so that we can convert the DOT files into PNG/SVG files as part of the build process
     new 61c52b8  fixed the PDF generating MOJO to generate the code to target/site/manual by default
     new 096616a  renamed camel-book to camel-manual for CAMEL-47
     new 297285f  used lower case file name by default
     new b31bcce  got the maven plugin working as a reporting plugin; also made the examples generate a DOT file as part of the unit tests
     new cf9ee84  made it easier to invoke the main using varargs in Java 5
     new a4c8f0f  initial cut of an implementation of CAMEL-108, just needs a test case
     new 387640f  only create the manual if in site phase
     new e576d22  fixed up the maven report generation
     new 434f663  removed spaces in the graph ID
     new 596ec8a  got the maven plugin to work nicely at the 'mvn site' goal; running camel embedded to generate the DOT files, then turning them into HTML/PNG etc
     new 338e379  log an error, rather than failing, if the camel:embedded fails to start during the 'mvn site' report generation. Also enabled reports by default on the examples
     new 860a88b  Renaming the maven-html-to-docbook module to  maven-html-to-pdf
     new 78ccced  Renaming the maven-html-to-docbook module to  maven-html-to-pdf
     new c6696e9  disabled XSDDoc for now until we can figure out why the ClassNotFoundException happens when doing a recursive build only...
     new 9458944  added the xsddoc back in, inside a separate module to avoid the previous issue with random ClassNotFoundException...
     new daf65c5  Renaming the maven-html-to-docbook module to maven-html-to-pdf
     new e95a642  avoided the build failing if the prince executable is not configured or installed properly
     new b12c0d6  enabled some URLs in the generated DOTs
     new 912c279  added some example routes for the camel:doc plugin to generate pictures of
     new 8495460  Deploy pdf as an artiact
     new 77525db  added nice URLs to most of the site
     new 405433b  rename since this Mojo can actaully handle most HTML to PDF scenarios.
     new 9dd79e4  further changes in the DOT generation; moving more logic into the actual POJO bean model (so its more reusable elsewhere)
     new 0c09d4e  moved test case to correct directory :)
     new 4be4b34  test cases to prove CAMEL-108 works
     new 204cbff  disable xsddoc until we can get the damn thing working in mvn site!
     new 802a95c  added test case and fix for CAMEL-110
     new 9c1357e  added a test case and fix for CAMEL-111. Also noticed that methods of the form: cheese(String body, @Header(name="foo") String foo) were not correctly being mapped by default by the BeanProcessor, so fixed that too
     new f335ae9  enabled the maven plugin site documentation
     new d586852  added test case for CAMEL-103 along with better exception messages if refresh() is not called on a GenericApplicationContext - or the AppContext is not properly injected into the factory bean
     new 0affa18  fixed up javadoc
     new 62b7a48  provided a bean() method on the DSL in addition to the beanRef() method so folks can easily bind to a bean in the DSL. Also made the camel-example-spring a little more interesting, sending messages by default
     new 5245326  added mandatory dependency on camel-activemq; since we use the pooling for sending via JmsTemplate
     new acbe228  applied patch for CAMEL-109 from Aaron Crickenberger with huge thanks! Incidentally I figured this should be the default behaviour - so I've enabled the preservation of file names by default, which makes lots of sense
     new b017b16  tidy up the DOT files a little to remove the query parameters from the labels
     new 1e5d277  added test case for discussion:  http://www.nabble.com/MethodName-in-header-is-ignored-by-beanRef%28%29-tf4285009s22882.html#a12197583
     new a978715  added test case and fix for CAMEL-112
     new e66369e  fixed bug I just introduced :)
     new c323b98  tidied up the DOT file
     new 7bfa410  Initial spike of expression injection for method parameters
     new f13aea3  Initial spike of expression injection for method parameters
     new ffa6755  added a test case showing the use of @XPath using the default namespaces to map an XPath expression from a message body to a method parameter
     new 4ada715  added expression injection annotations for the other languages
     new 7c39d1a  added some extra collection converter helper methods
     new d1f7830  test case and patch for CAMEL-113 to allow injection via @Headers or @Properties
     new 207aa7c  test cases showing method disambiguation using annotations
     new add64a5  added a type converter from an Exchange to an ActiveMQ Message
     new b9a2b06  added a JAXB marshalling support for Camel messages
     new 4bcadde  added a JAXB message holder for dumping entire camel messages to xml
     new 998f077  added fix for CAMEL-114 to add removeHeader() / removeOutHeader() / removeProperty() transformations to the DSL
     new 21dd898  removed old XBean references
     new 1cd0a16  initial spike of an atom component using Apache Abdera
     new fa1c678  initial spike to allow ServiceActivations to be configured via XML
     new 700d82e  BeanProcessor was incorrectly setting the getIn() body not the getOut() body
     new deaa97a  applied patch for CAMEL-104 with thanks - I fixed a typo on the package name too :).
     new 7cdebf6  applied patch for CAMEL-80 with thanks!
     new 13b2d76  Better journal tests and also add a little performance benchmark to get an idea of what you can expect from the journal
     new 579e183  Better style.
     new 307d61f  Better css for print and screen
     new f91be3a  adding png to give chapter H1 a rounded border on the browser too.
     new a816f60  We need maven 2.0.6 for the html-to-pdf plugin to work
     new 5ec9793  Since we now have nice PDF generation, we can avoid including the entrire website content.
     new bc947a3  got the integration test module working
     new efaed51  made the creation of the embedded Jetty server lazy, so its only created when you consume from a http endpoint. See http://www.nabble.com/Consuming-from-a-http-endpoint-tf4314211s22882.html#a12283406
     new 61c6ec7  ensure that if no data is present in a message body, return null so that get will be used
     new 5cace53  added IDEA settings
     new 6bcd0e6  added test case for HTTP GETs
     new 8a60e84  Improved the maven archtetype; used the current released version of ActiveMQ, tidied up the logging and added a main() so its easy to run the generated project from your IDE
     new bd974ae  tidied up the DOT files for choices
     new 4d8141c  Improved the archetype to make it a bit more of an impressive demo
     new e96d2c2  SendProducer was not starting the producer. Thanks to the catch from Nicky: http://www.nabble.com/SendProcessor-doStart-tf4324311s22882.html#a12314915
     new 5d82c1e  attempt to fix the mvn site nightly build
     new 29183cd  minor javadoc changes
     new a54c05c  fixed the integration test; also ensured the component resolver works similarly against both Spring and JNDI (and OSGi) namely that the registry is always used to try to resolve configured components
     new 4bd6b35  Patch applied from Nicky Sandhu:  http://www.nabble.com/out-body-expressions-tf4337934s22882.html#a12356586
     new f30145b  applied the excellent patch from Martin Krasser for CAMEL-125 to add a stream based resequencer implementation which focusses on gaps in the message stream rather than just reordering a batch of messages. Great job!
     new 3c8af97  fix for CAMEL-127 to share the Timer objects across endpoints of the same timerName
     new 0c36bd2  fix for CAMEL-116 to make the timer component work with any endpoint
     new d2898cb  - Adding intial support for Aync processing of Exchanges: see http://www.nabble.com/Asynchronous-Exchange-Processing-tf4313758s22882.html for discussions on the topic.
     new 4fa04b3  applied patch for CAMEL-118 with thanks Willem!
     new 4bc01af  applied patch for CAMEL-118 with thanks Willem!
     new 183342b  Fix for https://issues.apache.org/activemq/browse/CAMEL-120
     new b1b6f17  Better eclipse config in pom and give the file async test it's own data directory
     new 6da8e62  use unique mailbox names to avoid clashes with outher tests (was causing this to fail on windows)
     new f9f6bdf  applied patch by Nicky: http://www.nabble.com/CamelTemplate-send-method-tf4344828s22882.html#a12378150
     new d5b4f3e  initial addition of a UnitOfWork helper object for implementing oncomplete/onfail hooks for CAMEL-123
     new d5c19e0  zapped old test case which was hanging around after the merge of cxf and cxf-invoke components
     new 757dd1f  added excellent patch from Nicky Sandhu for CAMEL-128 for a new JDBC component. Still working on the test case to get it passing...
     new 6d7a549  Added support for preserving the original message QoS options when a message gets re-sent to a JMS destination https://issues.apache.org/activemq/browse/CAMEL-129
     new 27684fa  added test case from patch from Nicky Sandhu for CAMEL-128; made a minor change to use HSQL so there's no need to zap the tables afterwards etc
     new ef186fb  Minor improvement to test case
     new ea53cf4  applied patches from Willem to fix the build on linux
     new b91b03a  added camel-jdbc to build
     new f5aea19  Support async completion of inbound HTTP requests by leveraging Jetty's Continuation Feature Support using the Jetty Client API to produce to an HTTP endpoint.
     new ff63898  added HTTP polling capability for CAMEL-132
     new dc51e8f  adding missing files breaking the build.
     new 32d964f  added a test case from Neil Thorne which dug up a few different issues such as arrays were not properly being iterated over by the splitter and XPath expressions which were not properly evaluating things like a/b to all the matching values, just the first string matched value. For more details see: http://www.nabble.com/Problem-with-XPath-splitters-tf4357605s22882.html#a12418572
     new 3f841f7  fixed compile error in camel-jetty
     new 93e8038  fixed the failing tests in the camel-jetty after they were broken by the polling mechanism in camel-http being added
     new c93cd79  added some more debug logging for CAMEL-134
     new ffc7d4a  added some more debug logging for CAMEL-134
     new e78306f  added some more debug logging for CAMEL-134
     new 28e705f  applied the great patch from Hadrian Zbarcea for CAMEL-10 to add optional interceptors to publish statistics MBeans
     new 325ba33  Add methods for supporting faults
     new 5f815d6  Reorder methods
     new aaa9955  attempted to create a test case for CAMEL-100 (though failed)
     new dd45174  further changes to try to reproduce CAMEL-100 - to no avail yet :(
     new e388d6e  managed to reproduce and fix CAMEL-100
     new 855c83b  initial implementation of Message ExchangePattern support for CAMEL-133
     new 9ed82ae  minor refactor of Exchange.getExchangePattern() -> Exchange.getPattern()
     new 0376020  further improvements for CAMEL-133, a client can now create an exchange on an endpoint specifying the ExchangePattern it wants to use for an Exchange via Endpoint.createExchange(pattern)
     new 3d2cc06  Minor changes to mep handling, and improve mock endpoint to add processors when exchanges are received
     new 6a340eb  more helper methods for CAMEL-133 to make it easier to customize MEPs
     new 6da8223  added more helper methods to ChoiceType to make it easier to use more of the DSL within a when() clause; also added a test case showing routing using faults
     new d419a4b  added returning of the Out to the caller of a pipeline along with the returning of the Fault & exception together with some tests. Also pipelines terminate early if an error occurs
     new 3df2f48  Added more tests and fixed up the async case of pipeline.
     new 19a9b8d  added better error handling when introspecting endpoints with URI parameters and also now support enums so we can do foo:bar?exchangePattern=InOut
     new 3c3f1f4  Updated poms to use iona repo instead of logicblaze repo
     new 361dc89  allow a constant value to be easily used in an expression
     new 842c84b  made it easy to reuse a timer with a minimum amount of configuration by just setting fixedRate=true for a per second timer etc.
     new df81c4e  added helper methods to make it easier to create endpoints from beans from the BeanComponent itself
     new ffad0c2  added better debug logging in the classloading / discovery code along with supporting multiple possible class loaders when using discovery of RouteBuilders
     new f7eefed  added the test case from Ravi: http://www.nabble.com/Dead-Letter-Channel-delivers-message-when-it-shouldn%27t--tf4390150s22882.html#a12517101 also made some refactoring of the test cases and ContextTestSupport to make it easier to work with mock endpoints in test cases with less and more readable code
     new 919eaaf  more refactorings of the test cases to further simplify them. Also made the SpringTestSupport derive from the ContextTestSupport so we can reuse all of the helper methods on ContextTestSupport
     new 12e2812  Make it compile even on java 1.6
     new d3b0c49  updated docs
     new 037869b  improvements in the Visualisation plugin to render pipeline/multicast nicely along with grouping RouteBuilder instances into boxes & separate diagrams for CAMEL-137
     new 6e33cc9  added an empty ibatis project...
     new 9b05b5e  Moved the camel-activemq module into the activemq-core module to break the circular dependency between the activemq and camel projects.
     new 4f4c108  added support for XMLBeans for CAMEL-138
     new d37d05f  added support for iBatis for CAMEL-139
     new 106d4da  added suppor for iBatis for CAMEL-139
     new e71a690  fixed test case
     new 9e85283  applied patch from Hadrian for CAMEL-11
     new cc5a26d  added a helper method - also made it an error to use transacted consuming mode without specifying a transaction manager
     new fca4dc9  added improvements to the Simple language to support CAMEL-141
     new b50b442  added support for InOnly and InOut for the file component; together with a simulator test showing how we can simulate a service using a recipientList and files
     new d0901ef  improved the javadoc
     new 443a885  early spike as an attempt to improve the DSL's completion to only what is available when making expressions
     new 4162b47  initial spike of a ruby DSL for Camel for CAMEL-145
     new 499e486  initial spike of a groovy DSL for Camel for CAMEL-144
     new 2d614be  CAMEL-146: Asynchronous HTTP component
     new 2ab2bd3  attempt to fix the site build...
     new d8e6eb0  disabled the groovy component temporarily as we're dependent on GROOVY-2116 being applied; once its available in a SNAPSHOT/distro we can enable it again...
     new 4a56932  improved groovy support - which depends on GROOVY-2116 being applied
     new 8e7e9af  Add version for httpcore dependencies
     new 90effa1  improved groovy support - which depends on GROOVY-2116 being applied
     new 0582c97  improved groovy support - which depends on GROOVY-2116 being applied
     new 3303274  fixed up the examples poms so that the build works as well as the site build
     new f5aab59  disabled tests for script plugin until we get it working again with the latest/greatest groovy
     new 58d5429  added velocity component along with some useful base classes in camel-core/camel-spring to make it easier to create a Processor based or Resource based endpoint for CAMEL-147
     new 8a3a9d1  minor javadoc fix
     new 0b31045  temporarily disabled groovy until we have a build we can use
     new 11e0dd3  added test case for this issue: http://www.nabble.com/Caught-exceptions-also-proceed-tf4285006s22882.html#a12252463
     new 47f4ed3  added an integration test
     new 2919d3f  fixed example
     new eef8553  fixed test case for CAMEL-147
     new 0f94f40  initial spike of a string-template component for CAMEL-148
     new 81c8e77  added camel-velocity and camel-springtemplate to the build for CAMEL-148 and CAMEL-147
     new 87a70bc  fixed up the maven plugins after introducing the directory rather than file for DOT file generation
     new ab2ff99  switched back to the older version of groovy until the new patched release is available
     new e431a00  fixed groovy version
     new 4bc0b11  updated the JMX support to properly deal with registration & deregistration along with fixing issues configuring the domain. Also made the domain default to "org.apache.camel" along with using the default platform MBeanServer by default if none other is specified
     new 0264c57  added an easy way to enable JMX in the Camel XML using a factory bean along with an example of its use
     new ad7d030  fixed test case which was failing sometimes on linux
     new 4a97464  Fix some java DSL missing verbs and code redundancy using generics
     new f639d36  Fixed several bugs in the Async interface implementations.  Also got rid of the exchange.throwException() method since it's not really needed.
     new 6924f38  enable JMX using a flag on the CamelContextFactoryBean and <camelContext> element to simplify the XML
     new 10d71d7  removed the old jmxAgent tag
     new 253a681  Fix classloader problem running camel:embedded
     new 54d4c75  Add group(xxx) to name the route
     new a8fe1e3  tidied up the imports
     new 190f211  Another async fix.
     new 708393b  disabled the jetty client since it seems to still be a little unstable.
     new 0c887c6  Simplify using a helper
     new 64a4b6a  Patch - https://issues.apache.org/activemq/browse/CAMEL-121 Thanks Willem\!
     new 3335127  opps forgot to commit
     new b47d226  CAMEL-150: Fix >= predicate
     new 48c6429  CAMEL-151: Make all modules OSGi bundles
     new 0ea40fa   - Added support for a thread processor: http://issues.apache.org/activemq/browse/CAMEL-149  - Better Async handling in the DeadLetterChannel and TryProcessor  - Added async support in the direct: endpoint and in the CamelTemplate
     new 7a48ae7  minor refactor to also support an XML version of the EIP diagrams
     new caa703a  fixed failing test - bad james!
     new 9707d8e  Add processRef(String) to the DSL
     new 50d4e4a  updated the XML graph generator to make nicer XML
     new b9d9f9c  CAMEL-152: Add a ref: protocol to lookup registered endpoints easily
     new ec4c1a0  use an old activemq to avoid circular dep
     new 7b1166c  applied patch from Nicky Sandhu for CAMEL-133 to support InOut for MINA - great work!
     new 9d94a9b  Allow context customization at creation time
     new b1c38f8  Need to be able to override the class used for the CamelContext
     new 9583da2  CAMEL-153: support for component discovery inside OSGi
     new ac5cf01  Forgot ASF header
     new 01b1d81  did a few svn propset svn:eol-style native
     new 2ace15a  Adding missing license headers
     new 8404262  Add repo
     new 0e93314  adding to svn:ignore list
     new 722f448  Support autowiring the JMS connection factory via spring
     new 4e0dfc9  Used the right syntax for stringtemplate comments
     new f092b6b  tidied up the XML graph generation so that a parent node is written which links to each route group
     new 31f2a8b  Trying to see if can enable the maven release plugin for camel
     new 9cb33eb  Seda exchange once again completes an exchange when a producer enqueues it's message on the seda queue.. use the thread(x) DSL method if you want to do async processing of an exchange that will be completed later
     new 1f8b845  Appling http://issues.apache.org/activemq/browse/CAMEL-154
     new 9d36721  Fix bam demo
     new fc835d6  applied patch for https://issues.apache.org/activemq/browse/CAMEL-157
     new 13ffebf  applied patch from Martin Novák to fix a bug
     new 474f77f  applied patch from https://issues.apache.org/activemq/browse/CAMEL-156 by Nicky Sandhu to support the use of HTTP query options
     new 353a131  applied patch from https://issues.apache.org/activemq/browse/CAMEL-155 by Nicky Sandhu to expose more aggregator properties in the DSL
     new 5112cf7  fixed test case I just broke :) also added default constants which may be handy
     new b4d15c9  Fix for https://issues.apache.org/activemq/browse/CAMEL-158
     new c850323  minor patch to add a handy newInstance() method to create an object from a class
     new dba6629  Create wrapper component for soap protocol using cxf
     new a48ee66  Support renaming across different windows drives.  See: http://www.nabble.com/File-component%2C-feature-request-tf4529262s2354.html#a12924158 for more info about the request.
     new 543a177  More work on the soap component
     new 946dd45  switched to CACHE_CONNECTION until Spring fixes their support for CACHE_LISTENER with transactions. See CAMEL-163 for details
     new 5ed93bb  applying patch for CAMEL-45 from Willem Jiang
     new 113cab3  applied patch from Nicky Sandhu for https://issues.apache.org/activemq/browse/CAMEL-160
     new 093b1f8  fixed javadoc for CAMEL-161
     new 149eaee  increased the default maximum readSize for CAMEL-128
     new 4ed5f2c  a fix for CAMEL-140
     new 706f049  added some selector based JMS tests
     new 51400cf  Support a consumer.generateEmptyExchangeWhenIdle option that will cause the consumer to generate empty exchanges when no files are availble to be polled.
     new 1bb6978  Provide a better error message if process is called without the processor being started
     new a09f106  The boom folks have relicensed under the MIT lic.. see: http://people.opera.com/howcome/2005/ala/boom-mit.css
     new 31ee0a4  adding missing headers
     new b984d0a  added a simple example to show how to use <process> from inside a spring XML
     new c6d2eb9  Expose some more camel template attributes so that it be more fully configured: in reference to: http://www.nabble.com/How-camel-resolve-JNDI-End-point-tf4568653s22882.html#a13039322
     new b71d4c5  Support autowiring the destination resolver too
     new d1e4b56  Finishing of a better UnitOfWork implementation.  Also added easy to use DelegateAsyncProcessor base class.
     new 6409187  Update UnitOfWork processor so that consumers can participate in the UoW
     new c2f0ff8  applied patch from William Tam to simplify the test
     new cd50f87  re-enabled the groovy module and switched the implementation to use the ExpandoMetaClass
     new e0d878d  an initial AMQP component using qpid's ConnectionFactory for CAMEL-164
     new 1d5a52d  Some small enhancements suggested by William Tam
     new 3a133c8  Added a isRunAllowed() method to ServiceSupport to make it eaiser for derived classes to know when it should continue to process messages.
     new 85057ce  added an initial cut of a marshaller implementation using serialization and JAXB2 for CAMEL-165
     new 3a1d91c  added a few helper methods
     new 3e898ca  added README.txt files for the BAM and CXF examples as per Bo's suggestion : http://www.nabble.com/Please-help-check-the-Camel-1.2.0-Release-Candidate--1-tf457063
     new 265cd63  further improvements for CAMEL-165
     new e99bcc3  patch to resolve the String to Boolean issue raised by this discussion: http://www.nabble.com/Patch-to-convert-from-String-to-Boolean-tf4585300s22882.html
     new affeba5  applied patch for CAMEL-119 from Willem Jiang with thanks!
     new 0291f32  allow a bean to be specified by its Class rather than an instance
     new edf3db1  added hook to allow a Type Converter to be used to customize the processing of a bean for CAMEL-167
     new 6c9c377  applied patch from Nicky Sandhu for CAMEL-168
     new 74c0b00  updated implementation of the marshalling code to use a single interface/class for CAMEL-165
     new cf1cb7d  initial JAXB / XML encoding of the pluggable marshalling strategy for CAMEL-165
     new 5c1ed4a  working dataformat marshalling and unmarshalling for Serialization and JAXB2 for CAMEL-165
     new 546dd42  minor refactorings and improvements in the javadoc together with an initial implementation of the XmlBeans DataFormat
     new dea11cb  disabled UnitOfWorkWithAsyncFlowTest case until CAMEL-166 is fixed so the CI build works again
     new b093da3  tidied up the configuration of the DataFormat instances from the DataFormatType along with improving the support for ArtixDS in the DSL and XML configuration
     new 42c8c3d  Aplying patch for https://issues.apache.org/activemq/browse/CAMEL-162
     new ef95c62  Fix for http://issues.apache.org/activemq/browse/CAMEL-166
     new 03ee6a4  Adding missing headers
     new 9531efa  fixed bug in DefaultScheduledPollConsumer; when using a PollingConsumer we should take the OUT and use that as the IN for invoking the next Processor in the pipeline; also added a little test case demonstrating how to create heartbeat messages using the bean component
     new 0e5bdbf  minor refactor to make configuring the bean endpoint easier; letting folks use "method=foo" rather than "methodName=foo"
     new 52d36133 minor refactor to make configuring the bean endpoint easier; letting folks use "method=foo" rather than "methodName=foo"
     new 69614ed  added a little discovery example
     new 30c5af1  fix for CAMEL-175 to support XmlBeans
     new db0c2a3  deal with slow boxes :)
     new 328e6a3  minor refactor so that ObjectHelper.equal() can be used more easily by static imports without clashing with Object.equals()
     new 42e05f7  fix for CAMEL-176
     new cf2ec32  fix for https://issues.apache.org/activemq/browse/CAMEL-176 to allow marshal/unmarshal to use a referenced data format configured using a separate tag and referenced by ID
     new 8f44400  attempted to add a test case to reproduce CAMEL-170 but failed
     new 187d49e  attempted to add a test case to reproduce CAMEL-170 using JMS queues in the same way but failed to reproduce the bug
     new f898db8  fix for https://issues.apache.org/activemq/browse/CAMEL-143 to configure namespaces for XPath expressions
     new 6ea0feb  an improved fix for https://issues.apache.org/activemq/browse/CAMEL-143 to configure namespaces for XPath expressions - or any other ElementAware expression or processor such as XQuery etc
     new fc87470  allow the dataFormat to be specified using either the DataFormat configured via a Spring bean or via the DataFormatType configured via the Spring 2 XML
     new cd90026  added missing override annotation
     new f89485f  to avoid compile issues keep old equals() method
     new d9abbd4  added a new useful exception along with making XQuery expressions namespace aware
     new b82b957  fix for https://issues.apache.org/activemq/browse/CAMEL-178 to support the xquery language in XML; also added namespace support in XML or the Java DSL
     new 1c447d9  refactored the ElementAware to NamespaceAware to make it less DOM based and easier to work with on different providers. Also made the Namespaces class a little helper that can be used to create new xpath/xquery expressions based on a bunch of namespaces for simpler Java DSL
     new 7314922  made it easier to create xpath/xquery expressions with result types from Namespaces
     new 0595da5  improved the DSL for expression evaluation for CAMEL-181 - so that you can do things like filter().<smartComplete> and get a list of all the expression methods such as xquery, xpath etc.
     new 1f28b2d  remove unnecessary code
     new 11e2734  fixed up some intermittently failing test cases due to accidental reuse of directory names
     new dd393c2  added missing log4j configuration
     new c2ea3d5  More changes for CAMEL-181 to allow nicer expressions to be used inside mock assertions such as endpoint.message(2).predicate().xpath("/foo/bar") etc. Also fixed failing BAM test.
     new 34dd011  added support for MERGE as well as PERSIST cascading
     new a6eccc7  remove cruft and fixed strangeness in generics which was causing strangeness in the ExpressionClause<T>
     new 610115b  added explicit generics to avoid possible compiler wierdness in the DSL like we had yesterday where the compiler decided to use Object rather than ProcessorType in some DSL expressions
     new b517eb3  improved the DSL to allow easier XPath and XQuery expressions using explicit result types or namespaces or both for CAMEL-181
     new 5c2f710  switched the test cases around so that the namespace test case tests namespaces and vice versa :)
     new b3a7a29  minor patch to timing issue in ibatis test case - also support pull based polling
     new 5145dc1  fix for this issue: http://www.nabble.com/Pipeline-createNewExchange-tf4609319s22882.html#a13162515
     new af3e579  switched to using PNGs hosted at apache
     new 5eed84b  allow the protocol to be hardwired outside of the URI - see: http://www.nabble.com/My-test-scheme-tf4635115s22882.html#a13236630
     new 45cfeaa  fixes to make it easier to configure the HttpClient as per this discussion: http://www.nabble.com/Http-endpoint---SSL-and-HTTP-Proxy-t4632491s22882.html
     new aa68d15  minor change - moving the thread methods into the Fluent API section
     new 9ade53d  fixed bad logic statement :)
     new b129984  fixed bad logic statement :)
     new 2193c3d  added patch from Juraj Tomasov to patch the validation handler http://www.nabble.com/org.apache.camel.processor.validation.DefaultValidationErrorHandler-tf4639101s22882.html#a13249847
     new 59652f5  added support for XStream data format for https://issues.apache.org/activemq/browse/CAMEL-183
     new bfd9592  added support for XStream data format for https://issues.apache.org/activemq/browse/CAMEL-183
     new 7f6cc86  added support for JMS InOut so we can do Spring Remoting over JMS via <proxy> and <export> for https://issues.apache.org/activemq/browse/CAMEL-184
     new 2eeecca  added patch suggested by arjanm here:  http://www.nabble.com/Possible-bug-in-xsltbuilder--tf4646251s22882.html#a13292355
     new 1c186b9  deploy the XSD as part of the release
     new 2af1dd4  applied patch for CAMEL-187 with thanks!
     new 108cb19  CAMEL-180: Add soap:xxx protocol in CXF component, thx Willem
     new 92be4db  Fix pattern and ref component
     new 896b59f  added an extra test case for StreamSource ->DOMSource
     new 9d757ad  Upgrade to spring-osgi-1.0-m3
     new b0a11e2  version is not there yet..
     new 296150a  adding missing repo so that org.springframework.osgi:spring-osgi-core:jar:1.0-m3 could be loaded
     new 2bd7560  Change version to 1.3-SNAPSHOT
     new 5e21744  applied patch by Nicky Sandhau for CAMEL-191 with thanks
     new 1a91979  support InOut exchanges by default if a replyto destination is available on JMS
     new 89e2cb2  added a fix and a test case for https://issues.apache.org/activemq/browse/CAMEL-192 along with supporting @OutHeaders and ensuring that all injected producers & consumers are properly shut down
     new a8685e1  added some type converters from DOM nodes to Strings
     new c92b252  added another test case
     new 490db23  minor chanage to add multiple methods - and use the URI syntax
     new 6e9bbce  added an xslt endpoint for https://issues.apache.org/activemq/browse/CAMEL-196
     new a243ca7  adding a test case for this issue - and a minor refactor: http://www.nabble.com/Problem-with-concurrent-dir-file-access--tf4724448s22882.html#a13507397
     new 6a99ee9  added a test case and implementation for https://issues.apache.org/activemq/browse/CAMEL-198
     new dc43631  fixed up the pom
     new e44fa2f  fixed up a failing test case
     new 639d036  added the patch from Hadrian to demonstrate CAMEL-197 along with a fix - which turned out to have a fairly large impact. interceptors are now normal OutputTypes like anything else and they act as a block; so anything added to them will be intercepted. You can break the intercept block in the DSL using 'end()'. We can reuse this block mechanism for other kinds of block; like filter/otherwise etc
     new 31d2ea5  removed some commented out cruft after the last commit
     new deedc06  added a test case and fix for https://issues.apache.org/activemq/browse/CAMEL-204 to support XML configuration of the Aggregator
     new 5a846ea  updated the snippet
     new a868d9a  added a test case and patch for https://issues.apache.org/activemq/browse/CAMEL-205 with MapMessage not correctly turned into a Map
     new e824181  added a test case from Alberto Mijares for background see:  http://www.nabble.com/Aggregator-strategies-%28again%29-tf4750834s22882.html#a13584751
     new 71e85c5  added a test case and fix for http://issues.apache.org/activemq/browse/CAMEL-206
     new 026d443  added a test case and fix for http://issues.apache.org/activemq/browse/CAMEL-206
     new 62ad574  added a spike to implement http://issues.apache.org/activemq/browse/CAMEL-207 to allow predicates to be used to determine if the end of the aggregation has been reached
     new 8919891  allow predicates to be specified in the DSL for completion of Aggregators
     new 518429a  Applied patch from CAMEL-202
     new 59c813f  Fix pipeline which use an old exchange when copying
     new 82ca5d9  Applying patch: https://issues.apache.org/activemq/browse/camel-210 Fix for exception clause doesn't proceed with pipeline Thx Roman!
     new 14db721  added fix for https://issues.apache.org/activemq/browse/CAMEL-212 along with test case
     new 33fa2d8  added test case and fix for https://issues.apache.org/activemq/browse/CAMEL-213
     new 3d108bb  added test case to try reproduce the issue reported here: http://www.nabble.com/Problem-using-the-mina-component-tf4760195s22882.html but unfortuately things seem to work
     new e256370  disabled a duplicate converter method that was causing unnecessary warning messages
     new f2dbf1f  upgraded to the newer version of JAXB as per this thread... http://www.nabble.com/camel-spring-pom-jaxb-version-tf4781385s22882.html
     new 0eb3956  another patch for CAMEL-213 to ensure that only valid JMS headers are sent to the JMS provider
     new c716928  applied patch from Willem with thanks for https://issues.apache.org/activemq/browse/CAMEL-215
     new ff09892  applied patch from Roman with thanks for http://issues.apache.org/activemq/browse/CAMEL-210
     new b837cb2  applied patch from Roman with thanks for http://issues.apache.org/activemq/browse/CAMEL-211
     new 0d71124  applied patch from Roman with thanks for http://issues.apache.org/activemq/browse/CAMEL-194
     new 5df6849  applied fix for http://issues.apache.org/activemq/browse/CAMEL-189
     new 51f0910  another patch for CAMEL-213
     new e1b2a80  updated the JAXB API to 2.1 to match the JAXB impl
     new 9f1cd5b  added a new string based data format for http://issues.apache.org/activemq/browse/CAMEL-219
     new 3bb9bec  fix for http://issues.apache.org/activemq/browse/CAMEL-218
     new bd3bd81  added a first cut of an example for http://issues.apache.org/activemq/browse/CAMEL-220
     new abaeea7  updated cut of an example for http://issues.apache.org/activemq/browse/CAMEL-220
     new 9b67ef0  fix for http://issues.apache.org/activemq/browse/CAMEL-221
     new 1f6d361  fix for https://issues.apache.org/activemq/browse/CAMEL-222
     new 5d55a09  minor tweak for https://issues.apache.org/activemq/browse/CAMEL-219 to add string() to the DataFormat expression clause
     new d706b61  small fix for https://issues.apache.org/activemq/browse/CAMEL-222
     new a3ee438  fix up the toString converter for NodeList so that attribute values can be returned too
     new 2374555  added test case and fix for Arjan's issue : http://www.nabble.com/setBody%28el%28-%29%29-creates-null-body-tf4805396s22882.html#a13747750
     new 5ea3d48  further modifications for this issue :  http://www.nabble.com/setBody%28el%28-%29%29-creates-null-body-tf4805396s22882.html#a13747750 to ensure that we don't ever accidentally create an OUT message when we don't want/need one
     new 042eb56  disabled test case until https://issues.apache.org/activemq/browse/CAMEL-223 is fixed
     new f439f4b  allow XPath expressions to be coerced to different value types
     new 7bfee3d  another change for http://issues.apache.org/activemq/browse/CAMEL-222 to support setBody().xpath("/foo/bar")
     new ee3e13d  fix for http://issues.apache.org/activemq/browse/CAMEL-222 with a few tests
     new aa18027  added a test case from Amah along with a patch; see the discussion here: http://www.nabble.com/DeadLetterChannel-endpoint-configuration-tf4811039s22882.html#a13765211
     new c73d330  applied patch for http://issues.apache.org/activemq/browse/CAMEL-216
     new f019bab  refactored the test case to be easier to read
     new ff053fb  further fix of a typeo for https://issues.apache.org/activemq/browse/CAMEL-215
     new b929e51  applied patch for https://issues.apache.org/activemq/browse/CAMEL-207
     new 052655f  added some helper methods
     new 1a171a7  patches for https://issues.apache.org/activemq/browse/CAMEL-225
     new 643a69d  removed some crud from a test case
     new d3a51d5  minor refactor to make the code easier to navigate and improved the toString() for DefaultProducer
     new fa15a47  added support for bean method calls as expressions/predicates for https://issues.apache.org/activemq/browse/CAMEL-226 which makes adding custom predicates/beans really easy without clever expression languages. Also fixed up the failing Aggregator test
     new 85c3a28  improved the spring aggregator test case to use cleaner XML
     new 7fac2ac  tidied up the test case
     new c387917  minor refactor of the code for http://issues.apache.org/activemq/browse/CAMEL-226 to make it a bit more consistent. Also added a new test case
     new 5765b44  lowered the logging level if there is no replyTo destination; which is quite common so it shouldn't be a warning
     new 80e56ea  added snippet macros
     new 2655ec7  applied patch for https://issues.apache.org/activemq/browse/CAMEL-199 with thanks!
     new 698aa21  applied patch for https://issues.apache.org/activemq/browse/CAMEL-203 with thanks!
     new dca0ccb  added test case and patch for https://issues.apache.org/activemq/browse/CAMEL-224
     new 4d7c209  minor change to the fix for https://issues.apache.org/activemq/browse/CAMEL-224 - lets copy the headers before we invoke the stylesheet in case they modify them
     new 75127d1  applied patch for https://issues.apache.org/activemq/browse/CAMEL-229 with thanks!
     new 5069300  applied fix and test case for CAMEL-230 to allow SEDA/VM endpoints to be configured via seda:foo?size=2000
     new 37d8b6e  applied patch for https://issues.apache.org/activemq/browse/CAMEL-232 with thanks!
     new f7f6d02  patch applied for https://issues.apache.org/activemq/browse/CAMEL-232 with thanks!
     new d27c757  applied patch for https://issues.apache.org/activemq/browse/CAMEL-237
     new 0e2caf2  applied fix for https://issues.apache.org/activemq/browse/CAMEL-236 to allow the bean component to create new instances for each invocation unless spring configures them as singletons
     new 1c3798d  patch for https://issues.apache.org/activemq/browse/CAMEL-238 to preserve the cause exception when sending to the dead letter channel
     new fd1a775  minor patch to improve graceful shutdown; by adding the consumer first so its stopped first. See http://www.nabble.com/Stopping-some-routes-and-ServiceSupport-question.-tf4837886s22882.html
     new 746f40d  added a test case for this error  : http://www.nabble.com/Exceptions-handling-once-again-tf4764253s22882.html
     new d60c2c3  patch for http://issues.apache.org/activemq/browse/CAMEL-240 so avoid evaluating the actual routes if an intercept() doesn't call proceed()
     new c88df30  removed some cruft as part of the fix for CAMEL-240
     new 2999077  tidied up the AMQP component for https://issues.apache.org/activemq/browse/CAMEL-164; though the qpid still barfs for some reason - maybe M2 might actually work; so I've left the test case disabled for now
     new d90f95d  don't throw an exception if a name does not exist in JNDI
     new 773bcce  upgrade mina dependencies to the latest for https://issues.apache.org/activemq/browse/CAMEL-242
     new bfa828c  removed System.out calls
     new 10ffd42  further changes for https://issues.apache.org/activemq/browse/CAMEL-242 to avoid breaking the camel-ftp test cases
     new 9cb64c4  attempt to fix the unit test cases on the CI box
     new ed4a6b5  applied patch for https://issues.apache.org/activemq/browse/CAMEL-212 with thanks
     new a65a4f1  tidied up the XML and also made the build make an OSGi bundle
     new 426ba38  added support for the CSV data format for https://issues.apache.org/activemq/browse/CAMEL-244
     new f43c1bd  fixed typeo caught by Claus - see https://issues.apache.org/activemq/browse/CAMEL-244
     new 6163dd0  fixed typeo caught by Claus - see https://issues.apache.org/activemq/browse/CAMEL-244
     new a26d1c5  tidied up the code to properly test the return results from the CSV marshalling; also ensure we close the streams as per Claus's suggestions - see https://issues.apache.org/activemq/browse/CAMEL-244
     new f2883a2  added an example test case showing how you can use a bean in Spring to perform expectations and assertions
     new e3fc01e  removed some system.out calls
     new d00470f  added some snippets so we can document this more easily
     new 6215ed0  applied patch for http://issues.apache.org/activemq/browse/CAMEL-243
     new 7095a2e  patch to make the Camel OSGi bundles work nicely in ServiceMix 4 Runtime; excluding some import that seems to come from JAXB
     new 3eaef85  applied patch caught by James Chamberlain on this thread : http://www.nabble.com/Problem-using-the-mina-component-t4760195s22882.html
     new 0308628  added a simple example for testing out the deployment of Camel routes inside the ServiceMix 4 runtime (http://cwiki.apache.org/SMX4/runtime.html)
     new d99be88  made the XSLT component use dependency injection to create the XsltBuilder and also provide better setters to make it easier to customize it through spring
     new 1c61cf3  added the type conversion method recommended by James Chamberlain : http://www.nabble.com/Problem-using-the-mina-component-t4760195s22882.html
     new 1963a76  made it easier to configure the XSLT component by specifying the XmlConverter; or by referring to a named converter in the registry - for more background see  http://www.nabble.com/Camel%2BSM-question-tf4874073s12049.html#a14022549
     new 73fcb31  added pop3s support; see this thread  http://www.nabble.com/mail-pop3-and-ssl---how-to-do--tf4896801s22882.html#a14024595
     new 5d85add  Patch for CAMEL-247
     new d39d24d  Patch for CAMEL-248.  Applied with thanks!
     new f154a55  added smtps support; see this thread  http://www.nabble.com/mail-pop3-and-ssl---how-to-do--tf4896801s22882.html#a14024595
     new 7cdd1ec  Avoid relocation warning
     new d5f3d74  CAMEL-245: JHC componet should be able to create more than one consumer on the same port
     new 901b870  added a simple test case to show how we can poll for Entry objects in an Atom Feed using the Atom endpoint
     new 393a5c2  updated pom to upgrade to later Abdera release
     new afaad55  fixed up broken pom
     new 20d675f  fix for https://issues.apache.org/activemq/browse/CAMEL-253
     new 3bd1080  Patch for camel-250. Applied with thanks!
     new f1e00c8  Patch for CAMEL-252.  Awsome, thanks!
     new 846c405  added a test case from Lars via IRC - http://servlet.uwyn.com/drone/log/hausbot/servicemix/20071204
     new 7a74833  tidied up imports
     new f7abfdb  applied patch for https://issues.apache.org/activemq/browse/CAMEL-184 from Axel Hohaus with thanks!
     new 18afae3  applied patch for https://issues.apache.org/activemq/browse/CAMEL-256 from Roman Kalukiewicz with thanks!
     new 98ef5e9  applied patch for https://issues.apache.org/activemq/browse/CAMEL-190 from Willem Jiang with thanks!
     new 2974d93  applied patch for https://issues.apache.org/activemq/browse/CAMEL-207 by Roman with huge thanks!
     new 2265b9e  applied another great patch from Roman for https://issues.apache.org/activemq/browse/CAMEL-255
     new a08c72c  Patch for CAMEL-249.  Applied with thanks!
     new 35c8dd7  Patch for CAMEL-251.  Applied with thanks!
     new 53e2bfb  Patch for CAMEL-252.  Applied with thanks!
     new cd5ee05  fixed the typeos suggested by Claus on this issue https://issues.apache.org/activemq/browse/CAMEL-255
     new 4fc7644  Patch for camel-258.  Applied with thanks!
     new 57b3333  New files missed from patch to CAMEL-258.
     new a9b9233  More missing files from patch for camel-258
     new 7568ec0  Remove duplicate content
     new 2ccefd3  Updeate snipped comment
     new 3b0a241  minor patch to allow a flush on a send, and expose the entity beans on the exchange
     new 8797954  Patch for CAMEL-261.  Applied with thanks!
     new 6b6fadb  CAMEL-262: maven-remote-resources-plugin, patch provided by Christian Schneider
     new 9750ecc  Added pgp key to project
     new 237cea4  Fix broken file strategies :-( Thx Aaron Crickenberger
     new ee0b568  CAMEL-273: delayer(3000) throws an exception
     new 1ec7f70  Patch for CAMEL-271.  Applied with thanks!
     new 8efd04f  added a patch for https://issues.apache.org/activemq/browse/CAMEL-282
     new 6e14314  added a test case showing how to use xquery with a Dynamic Recipient List
     new 0b0175a  Clean osgi sample output
     new e7aa557  allow infinite retry - see thread  http://www.nabble.com/RedeliveryPolicy-semantics-tp14588327s22882p14588327.html
     new cf799e50 CAMEL-275: cxf camel transport should support to register itself to the cxf bus automatically. Patch provided by Freeman Fang, thx.
     new 0aabd7d9 temporary disable of HttpTest which was hanging the CI build
     new 4225ea9  Update the CamelCxfExample with normalized EndpointURI
     new 8365a86  Added the supporting of calling the service with the different operation target namespace
     new 953bed1  camel-286 Fixed the NPE of the cxf router
     new bda3b86  Camel-287 added the missing modules in the relese pom
     new 0c5bdbf  Updated the svn:ignore property
     new 7abbd9e  Just rolled back the missing committed component
     new 092f591  CAMEL-260, CAMEL-288 supporting setting aggregator to Splitter and Multicaster
     new 5a627de  camel-223
     new 177ecf2  CAMEL-279 patch applied with thanks to Roman
     new 078358f  CAMEL-276 applied the patch for stream component
     new 9eb0521  Added the missing files
     new b17177a  CAMEL-290.  Patch applied with thanks!
     new 3228869  CAMEL-276.  Patch applied with thanks!
     new 166d637  CAMEL-276.  added missing files, cleanup.
     new e96fac0  Added missing apache header. More cleanup.
     new 6399398  moved to Spring 2.5.1 and also allowed CACHE_CONSUMER by default on newer Spring releases for https://issues.apache.org/activemq/browse/CAMEL-294
     new 79d5693  fix for https://issues.apache.org/activemq/browse/CAMEL-277
     new e12676f  fix for https://issues.apache.org/activemq/browse/CAMEL-278
     new 517afe0  CAMEL-279 support override the bean invocation method name with the DSL
     new cbbae2a  Moved the test file directory below the target directory
     new e377704  Moved the test directory below the target
     new e812675  CAMEL-269 added the getter method for routeCollection property in RouterBuilder class
     new 0e17528  CAMEL-283 applied the patch with thanks to Claus
     new cb24f99  CAMEL-254 : Added a way to set HTTP headers as Camel message headers
     new 4b7fa62  CAMEL-254 for camej-jhc -- now copy/paste from camel-http :(
     new 32342f9  ContextTestSupport supports many RouteBuilders to be tested Tests without test methods made abstract so eclipse doesn't complain when executing them
     new b168db5  CAMEL-303 : ability to reset MockEndpoint
     new 2f87ed1  CAMEL-304 : multithreaded http endpoint invocation
     new a127507  CAMEL-304 : camel-jetty changed due to changes in camel-http
     new edbeba6  CAMEL-296
     new e046b8f  CAMEL-309 : added whenAnyExchangeReceived() for MockEndpoint to specify default behaviour of the endpoint
     new a7f7514  CAMEL-297: Results from handle() block propagated to the main flow
     new 0a036f7  comment fixed - class 'Represents an XML _from_ element'
     new 6a0fea0  CAMEL-259 Added an example to show how to use camel transport
     new 6dbb20b  Removed the useless processor
     new 37e0ba0  Fixed some typo errors
     new 3631485  Better formate of the management code
     new 6fe2684  Moved the JCR transient repository below the target directory
     new e1a5423  CAMEL-314 upgrade the CXF and Jetty version
     new e3ff297  CAMEL-311 using the IOConverter to covert the message body to stream objects for CXF to use
     new e0b6264  CAMEL-311 Added the missing test file
     new 3a5d2e0  CAMEL-319: Works started for SQL component
     new 06cb7f6  added a simple performance test case for working with Camel and ActiveMQ
     new 4a37cb0  attempted fix for http://issues.apache.org/activemq/browse/CAMEL-295 but cannot get the test case working...
     new 3e01284  added test case to show this is now fixed : http://issues.apache.org/activemq/browse/CAMEL-318
     new f0280d1  fixed up failing test case :)
     new 8d2b29d  Really fixing the broken test case :)
     new 77cbb8a  removed system printing that shouldn't have been there - whoops!
     new 4e83352  fix for http://issues.apache.org/activemq/browse/CAMEL-317
     new 2cd5347  CAMEL-295.  Fixed injection of RouteBuilder(s).
     new 4dc5edc  Remove unused imports.
     new 2948a8c  Remove generated eclipse-clases no belonging in the repo.
     new 97bdc57  Temporarily disable failing tests.
     new aeb36f7  removed reduntant line
     new cf5e4ec  Fix build broken by previous remove.
     new baf2083  CAMEL-320.  Patch applied with thanks!
     new 20d05e7  Update jetty version to 6.1.7
     new 51cfe56  CAMEL-310.  Patch applied with thanks!
     new 59b9b09  CAMEL-200.  Patch applied with thanks!
     new 042a061  added a typesafe helper method to lookup an endpoint of a specific type
     new f973d65  CAMEL-291.  Use multicast instead of pipeline for recipientList.
     new 02f11dd  CAMEL-279.  Do not silently override METHOD_NAME.
     new 54c65ba  Remove generated eclipse-sources directory from repo.
     new f38d126  Added the svn:ignore property to the camel-stream directory
     new c460235  minor refactor to make things a bit easier to reuse
     new 7f4f9b1  removed cruft
     new 8656e46  make reusable outside of the package
     new 61bf18d  added a little helper class
     new d7673a5  added a checked exception
     new 4931749  added a helper class
     new b0a7bc1  added a simple ListEndpoint for https://issues.apache.org/activemq/browse/CAMEL-328
     new f3345eb  added a BrowseableEndpoint interface to support : https://issues.apache.org/activemq/browse/CAMEL-285
     new 6e25071  CAMEL-329 Got the cxf bus work in the camel spring context
     new 15782f5  minor patch so that the browsable endpoints can easily be used with the eclipse data binding framework
     new f073a6c  added a simple UFace component for browsing endpoints in Swing / JFace / Eclipse
     new 4229436  added a hook to make it easier to post-process the CamelContext when reusing the Main
     new 53c9ce8  added minor debug logging
     new bb1bbfc  Version updates
     new 941ef77  CAMEL-332 added the WebServiceProvider support for the cxf endpoint, also added a unit test for it
     new 8fdfd15  CAMEL-332 added an example to show how to use the JaxWs WebServiceProvider service endpoint
     new da0cb51  Added the missing ASF header
     new 7955282  CAMEL-333 patch applied with thanks to Freeman
     new d6c3cdd  Moved the spring configuration file to src/main/resources directory
     new 6467bc2  fix for https://issues.apache.org/activemq/browse/CAMEL-334
     new 2f1d832  added a helper class for easier building of Camel routes reusing the Main and a SimpleRouteBuilder
     new e8efbfc  minor tidy up of file
     new af7a53f  add a little sleep to be absolutely sure there's no extra messages sent :)
     new 81c506e  fixed broken tests
     new 28c0034  tidied up the code for visualising camel endpoints using uface
     new 706b527  Mini refactor the camel-cxf  test class
     new 78780b2  added an experimental cut of a simple TestNG based system for integration testing using Camel, Spring and TestNG using properties on a per test instance to overload stuff in the spring.xml to avoid XML overload
     new 3956e5b  added version info for the new swing/uface/testng modules
     new cedf59f  added test cases that we can add expectations after the messages arrive
     new 60a0525  Remove deps on logicblaze repos.
     new 132d901  added support for the new test endpoint for http://issues.apache.org/activemq/browse/CAMEL-327
     new bad1b20  minor patch to not wrap runtime exceptions
     new d568d8d  CAMEL-337.  Patch applied with thanks!
     new e0b1d54  CAMEL-323.  Patch applied with thanks!
     new 9934948  CAMEL-338 Getting the cxf-consumer to work with PAYLOAD and MESSAGE data format by setting the features
     new 9575c74  Added the svn:ignore property to camel-sql
     new 26b01a3  Orgnized the java files imports in camel-cxf component
     new 4003935  CAMEL-338 Clean up the camel-cxf component codes
     new 3398be1  CAMEL-339 using the feature to setup the client side interceptors
     new ac0f20e  CAMEL-339 clean up the get*Interceptor methods in the InvokingContexts
     new 25ec664  CAMEL-339 clean up the PhaseManagers and unused interceptors
     new 2a7b3af  Remove dependency on rogue maven plugin repo.
     new f464952  CAMEL-339 Added the support of throw the customer exception in MESSAGE and PAYLOAD mode
     new 8052ae0  Remove dependency on m2-all.  Relevant deps moved to m2.
     new 2315a5d  Fixed the svn properties of the files in the camel-cxf component
     new 4edfb1c  Fixed the svn properties in camel-core
     new 83a1b04  Applied new svn properties to apache-camel directory files
     new b5c995b  Applied the svn properties to examples
     new abde5bdd Applied the svn properties to components
     new d6abe02  Applied the missed svn properties
     new cb0406b  The final update for the svn properties. I should test the scripte integrallty first :(
     new 1926830  applied patch from Steven Marcus from this thread : http://www.nabble.com/seda-broken-in-latest-snapshot-tp15510480s22882p15641995.html
     new 5919e9d  Fix spring schema versions.
     new cfa3ee4  Added the snippet tage for the wiki CXF example doc
     new ac26017  Added the snippet tages for the wiki CXF webservice provider example doc
     new 85ec6bc  added fix for https://issues.apache.org/activemq/browse/CAMEL-347 to enable JUEL to invoke methods in expressions
     new 21f109c  first cut at implementing https://issues.apache.org/activemq/browse/CAMEL-348 to improve the DSL for using simple expressions
     new 534f2b7  completed https://issues.apache.org/activemq/browse/CAMEL-348
     new 5041c29  added type converters for char[] <-> String
     new 0b9c1f6  added a helper class, ExpressionAdapter which makes it easier to write new expression classes inside the Java DSL with a minimal amount of coding
     new bc534a9  applied patch https://issues.apache.org/activemq/browse/CAMEL-344 from Jonathan Anstey
     new fbcc50b  removed duplicate converter method
     new d1e8da3  Fix for CAMEL-301; Fix for osgi bundler; Test cleanup;
     new bbc6318  CAMEL-324.  Patch applied with thanks!
     new 28a5fa6  CAMEL-345 Applied the patch with thanks to Jonathan
     new a4b48cb  CAMEL-340 applied the patch with thanks to Claus
     new 16c77ec  CAMEL315.  Patches applied with thanks!
     new 70f88d0  the bean ref is not manadatory, you could specify the beanType
     new cdb628f  CAMEL-343 : Every change in properties is propagated back when results are copied
     new 9c1ee7f  CAMEL-346 : Exception handler doesn't swallow exceptions anymore
     new da1fd33  Dependency version fixes Temporarily comment out FTP test (JIRA raised).
     new b62ae2d  CAMEL-352.  Patch applied with thanks!
     new cb0b104  CAMEL-350.
     new 59438c5  CAME-353 patch appiled with thanks to Stephen
     new 352349f  First cut of a DataSet component for easier load & soak testing for https://issues.apache.org/activemq/browse/CAMEL-354
     new f8757b5  improvements to the DataSet support so its easier to create your own custom DataSet
     new 5379f2a  added a test case for https://issues.apache.org/activemq/browse/CAMEL-355
     new 21c99bd  added extra not null check
     new 3a4817e  Update shade and spring-osgi versions.
     new ccad032  added an example load test
     new 3673ed0  renamed the spring DataSet test case
     new 0e4ca89  made the camel-jms module backwards compatible with older versions so older ActiveMQ releases work nicely without change on newer Camel distros
     new 9aeb1f6  improvements to the DataSet support to allow custom delays to be used when sending or consuming messages; also added a report group so that for massive tests we can report every N messages so we can see the progress
     new 4dca1ab  Updated the code for the wiki document
     new 699aa8a  CAMEL-351 upgrade the components with thanks to Claus
     new 764c0d0  added a better warning message if someone tries to use ArtixDS data formats which are not on the classpath
     new 88bfec1  CAMEL-362.
     new 09fee5e  added an exception rather than a warning log message if an ArtixDS element type cannot be found for a camel route
     new a7876c2  CAMEL-351 upgraded the mina, OGNL, jython and ActiveMQ's version with thanks to Claus
     new 2911ab3  CAMEL-356 Applied the patch with thanks to Claus
     new 0ea75f8  update the XmlConverter to avoid using String -> bytes[] conversions as per Arjan's suggestion:  http://www.nabble.com/XMLConverter-and-default-charset-tp15871372s22882p15871372.html
     new fe694cc  added camel-groovy as per Arjan's suggestion:  http://www.nabble.com/Apache-Camel-1.3.0-RC2-is-out-tp15771987s22882p15871609.html
     new 60a3bdd6 Changed the MinaTcpWithInOutUsingPlainSocketTest server's port to let the build pass
     new b60259b8 Fixed the build error which caused by my last commit
     new 56ccc28  Commented the two tests which are failed on linux box and reopen the JIRA CAMEL-356
     new 01cb3e9  CAMEL-289 updated the cxf endpoint schema url
     new 0383e46  added support for https://issues.apache.org/activemq/browse/CAMEL-369 so that JMS queue endpoints are browseable
     new e8b9cec  Removed the optional classifier in the camel-cxf pom
     new 83139fa  CAMEL-370.  Patch applied with thanks!
     new db3647c  CAMEL-352.  New test missed in previous commit.
     new 3b04657  minor tweak to BrowsableEndpoint interface to fix a compile error until we zap the generics on Endpoint
     new 9ceee6b  fixed the BrowsableEndpoint API properly so we can use it with endpoints using a derived Exchange
     new 25f1f8d  disable failing test on the CI server
     new c6eb9d7  CAMEL-358 Applied the JMS transcation test patch with thanks to Kevin
     new 72c732b  CAMEL-373.  Comes with small change in the schema: xquery/@type replaces xquery/@resultType.
     new 3828f3c  made it easier to use a custom aggregation collection as discussed in this thread :  http://www.nabble.com/AggregationCollection-implementation-tp15891263s22882p15891263.html
     new fa62adb  added fix for using CamelTemplate easier using the Spring 2 namespace and injecting it manually into beans: see http://www.nabble.com/spring-camel%3AcamelTemplate-question-tp15901023s22882p15901023.html
     new de0de46  applied patch for https://issues.apache.org/activemq/browse/CAMEL-368 with thanks
     new 43fd80e  fixed failing test case
     new 849ae58  CAMEL-356 patch applied with thanks to Claus
     new 595c88f  CAMEL-375 Applied the patch with thanks to Claus, also changed the MinaProducer's default time out to 30 sec
     new ed650db  Fixed the CI's unit test error
     new 497ca07  CAMEL-257 CAMEL-371 patch applied with thanks to Claus
     new cbb2c33  Improved the MinaExchangeTimeOutTest to save some test time
     new 99cb946  CAMEL-380 patch applied with thanks to Claus
     new 7a8c77c  CAMEL-48 Added an archetype for creating a new camel component
     new acb2e29  CAMEL-48 Changed files to use the packageName and Updated the ReadMe.txt
     new 2d68856  enabled support for UFace and Swing components
     new 85ca6f2  CAMEL-363 Added the support for throwing the customized exception from Camel Processor
     new a44a358  upgraded to the latest milestone build of uface
     new 01e3684  CAMEL-384 patch applied with thanks to Marc
     new 622a197  CAMEL-381 patch applied with thanks to Claus
     new c8fb63b  Revert my last commit of the camelContext.xml which introduced a local file test
     new 7bba35c  CAMEL-386 copy the response context back to out going message in camel-cxf
     new da23411  CAMEL-386 added the endpoint properties into message with thanks to Marc
     new 404da15  CAMEL-351 Upgraded some components in root pom.xml with thanks to Claus
     new cd5d8b7  CAMEL-383 patch applied with thanks to George and Claus
     new d48ecea  CAMEL-389 Parallel processing route
     new 4487520  add helper method from("...").setHeader("name", "value") which is a tiny bit easier to figure out than setHeader("name").constant("value")
     new 446ade6  removed some unnecessary logging when running the tests
     new 87cad95  removed some unnecessary logging when running the tests
     new a1fffea  removed some unnecessary logging when running the tests
     new 0dd7405  disabled some failing tests for now until we can figure out how to fix them (and to let us fix other things in parallel :)
     new 131d0f7  disabled some failing tests for now until we can figure out how to fix them (and to let us fix other things in parallel :)
     new e5892d7  disabled some logging
     new 8c7f6da  improved error messages
     new 3c48e33  disabled failing test case...
     new fc4e020  disabled some logging
     new 3380371  fixed a failing test case due to mandatory flag
     new 19a7fae  added test case and fix for https://issues.apache.org/activemq/browse/CAMEL-391
     new 2ebb93f7 Fixed the build failed that caused by my last commit
     new a180450  applied patch from Gert for JXPath support with thanks : https://issues.apache.org/activemq/browse/CAMEL-241 I also added the new language into the XSD and DSL
     new 778674d  fixed typo for : https://issues.apache.org/activemq/browse/CAMEL-241 - thanks again Gert!
     new 3dc1d6d  CAMEL-388 patch applied with thanks to Mikhail
     new 92aa0fb  CAMEL-387 applied path with thanks to Lars, also upgraded the jsch to 0.1.31
     new 9ad373d  added test cases using the DSL or the XML for https://issues.apache.org/activemq/browse/CAMEL-241
     new 3aee812  CAMEL-392 patch applied with thanks to Marc
     new 3581f36  tidied up the javadoc a little and added a test case for @JXPath injection
     new 3e44d70  CAMEL-374 Path applied with thanks to David
     new 95d2fb3  Two small typos
     new 38af10d  CAMEL-393 - test showing the problem described in the issue
     new 0fafe3a  Better camel-core java doc
     new 667069d  Added the camel-core and camel-spring java docs into the release kit
     new 98bf322  CAMEL-266 make it easy to throw a SOAP fault in a Camel route
     new e04459f  Added the svn:ignore property to the camel-componnet directory
     new 90da98b  Get the checkstyle file work in Eclipse
     new 829ceba  Fixed tons of check style errors in camel-cxf component
     new 4fd7a78  Fixed the check style errors of camel-core and some other components
     new 1e394a7  Fixed the example check style errors
     new 3b7edc8  Get more components pass the CS's check
     new d34cb0e  fixed the build so it'll work on Java 6 (avoiding the jaxb dependencies)
     new 97f3469  fixed up the DataSet so that sending the dataset happens in a separate thread (so you can send multiple datasets concurrently) also added a minor patch to the assertions to deal with massive data sets without terminating early (needs a better fix though!)
     new 5f0f55a  Added unit test for mistyped URI
     new dbabe82  removed system logging
     new eec3534  This is a combined patch for CAMEL-394 and CAMEL-395
     new 6aa7c0a  removed unused imports and fixed a javadoc mistake
     new 752e7d3  CAMEL-397 fixed the assebly build
     new 6d167fe  Fixed the CS errors in camel-mina
     new e44a440c Fixed the CS errors in camel-mail
     new b65a0c9  added explicit central maven repo due to ibiblio wierdness
     new 36a4696  CAMEL-399 : handleAll() doesn't swallow exceptions now
     new d63fc51  switched to full hamcrest library
     new 804f2f1  deal with timeout exceptions a little neater
     new 0af4734  CAMEL-399 - a bit of refactoring to use finallyBlock instead of the misleading handleAll - moved component.uface as component/uface to make eclipse happy
     new f01d20d  CAMEL-399.  Fixed tests.
     new 458f5df  CAMEL-399 : restored handleAll() method as deprecated not to break backward compatibility
     new ef5254b  Fixed the camel-ognl CS erros
     new 95e90d9  Fixed the camel-spring tons of CS errors
     new d3123fb  Fixed the camel-stream CS errors
     new 45d2189  Fixed some other components CS errors
     new 5318d79  CAMEL-397 Reduced the Java doc's max memory size to 500m
     new d84ba61  Fixed the other components CS errors
     new c8537d9  tidied up the pom and dependencies to avoid build errors on some machines
     new 6e2a16b  Fixed the CS errors in camel-core
     new 93d6d32  added missing version to plugin to avoid build strangeness
     new 6c1ad96  added more juel test cases as a result of this conversation: http://www.nabble.com/How-do-I-get-a-Content-Based-Router-configured-in-XML-with-ActiveMQ--tp15339501s22882p16063142.html
     new 1a75249  added a simpler spring remoting test case that is a bit easier to understand (and avoids deriving from another test case)
     new b07dd49  provide explicit version to avoid strangeness in CI builds
     new 70841af  applied patch from Gary Tully with thanks! See http://www.nabble.com/Password-error-for-https-endpoint-connection-tp16128569s22882p16309438.html
     new f14abbe  minor tidy up of the test code
     new 4da24bb  fixed up some failing JMS test cases
     new 04cf1f0  applied patch for https://issues.apache.org/activemq/browse/CAMEL-401 with thanks!
     new 0359e3b  avoid the use of Swing in the test case to avoid faiing on some CI machines
     new c466df9  disabled test case that requires a UI to avoid some CI builds failing
     new 485d9d7  applied patch for https://issues.apache.org/activemq/browse/CAMEL-179 with huge thanks!
     new 0ccc4c4  CAMEL-171 and - fixed throwing an empty RuntimeException - improved logging a bit - polished a TODO statement that spanned 7 lines
     new a774c93  CAMEL-359 patch applied with thanks to Gert (I love your daltons example)
     new 2f42097  CAMEL-359 patch applied with thanks to Gert (I love your daltons example)
     new 184d769  added a patch to fix https://issues.apache.org/activemq/browse/CAMEL-406 to deal with multiple CamelContext instances when generating the DOT files
     new 2df920e  added more logging to the calling of princexml
     new 6a3586e  tidied up the debugging code
     new 23947c3  CAMEL-173: removed unused imports
     new 05b38c5  CAMEL-173 - fixed concurrency issue with creating a new entity. Now using a ReentrantLock from Java. - no more exceptions in the camel-bam-example demo app as well. - added some assertions to the unit test
     new 1949956  updated the snippet macro names a little
     new 24308c1  patch applied from Jon Anstey with many thanks for https://issues.apache.org/activemq/browse/CAMEL-365 to implement the Routing Slip
     new 56d0858  added a few extra helper constructors
     new c131f72  added a spring based XSLT test case
     new 0e7a3dc  CAMEL-365
     new 7b5b985  CAMEL-411: Applied patch from Jonathan with thanks
     new 1117539  Added unit test to see if there is a problem in Camel according to the topic: http://www.nabble.com/FTP-to-FILE-td16354813s22882.html
     new ca1defb  Fixed port number conflict failing on Bamboo
     new bcaab0e  CAMEL-404 fixed javadoc warnings (camel-core) CAMEL-415 parallelprocessing not used
     new ffbd7a0  CAMEL-404 fixed javadoc warnings (camel-cxf)
     new 5657d03  CAMEL-404 fixed javadoc warnings (camel-http)
     new 48815f0  CAMEL-404 fixed javadoc warnings (camel-jms, camel-mail, camel-rmi, camel-script)
     new 3137dbe  CAMEL-414 applied patch with thanks to Jonathan
     new 81daf35  CAMEL-404 fixed javadoc warnings (camel-spring, camel-xmpp)
     new 13adf5d  Fixed the unit test of IOConverterTest failed on Windows Box
     new bad7612  Fixed some CS errors of camel-core
     new ef6fae2  Fixed more CS errors of the camel components
     new 9af5c6d  let the HttpBinding be configured to expose the underlying InputStream rather than the Reader
     new 9708fc2  CAMEL-214.  Updated dependencies fix the build order issue.
     new 54c072c  disabled testng module
     new 5bd1e00  applied patch for CAMEL-412 with thanks!
     new 157c0b9  minor layout change
     new e845c27  CAMEL-214.  Fix deps.
     new 8fb4116  added flat to enable/disable the use of the DOT executable
     new d76b5c3  Avoid dependency on SNAPSHOT version of yet to be released apache ftpserver
     new c2e602d  Add missing components to distro.
     new 5f05631  applied patch for http://issues.apache.org/activemq/browse/CAMEL-413 with thanks!
     new 8058f18  Added the snippte comment for the load balancer wiki doc
     new 053266b  CAMEL-422 : handleAll() were not executed when exception thrown from handle() clause
     new a71ad2b  CAMEL-425 Applied the patch with thanks to Glen, also changed the cxf-codegen-plugin to the parent version
     new 5aaf547  Fixed some CS errors
     new 7a00f59  CAMEL-426 : Added parallel processing functionality to splitter
     new a9835c2  Set the camel-swing, camel-uface, camel-jxpatch svn:ignore property
     new 71b3bdc  fixed up the Thread XSD so that the attributes are optional
     new 1de2bfd  added patch for http://issues.apache.org/activemq/browse/CAMEL-429
     new 3b36ef3  CAMEL-428 moved the javadoc build to the release profile
     new 8e295eb  CAMEL-427 Applied patch with thanks to Glen Mazza
     new 993a3bb  polishing javadoc
     new ad2395a  CAMEL-430 fixed mistyped URI
     new ca62484  CAMEL-431 Applied patch with thanks to Glen Mazza
     new d578ec5  Fixed the CS errors of these files
     new ce1db4b  Added the snippte comments for the Multicast wiki page
     new 5bf5bb9  added an integration test to show https://issues.apache.org/activemq/browse/CAMEL-435 is a problem, then patched the camel-jms code to not depend directly on BrowserCallback from Spring 2.5.x
     new ab55528  minor refactor to split out the ConvertBody processor so it can be invoked more easily from XML; also made it possible for converters to be specified for message instances
     new a9f3542  added some type converters for HTTP messages - also switched the default binding to use the InputStream
     new d21d3c3  add a method parameter for specifying the method you wanna invoke
     new ea9a50f  Add crypto notice to README
     new b60421d  Move crypto notice to the distro readme
     new cc712be  removed duplicate converter
     new 5eeaaec  not sure why but swizzling the port seemed to fix this test case for me :)
     new 2c70c8a  increased the mvn version to avoid possible build bugs
     new 68a75f2  improvement to https://issues.apache.org/activemq/browse/CAMEL-428 to only use the javadoc jars if using the release profile
     new d0f46f7  CAMEL-436 patch applied with thank to Glen
     new 30bfd86  added support for an average messages/second output
     new 416fe39  by default lets use a reporter to dump the progress of sending messages
     new 5d2ea40  patched the JMS configuration so that setting the persistence, priority or timeToLive will default the explicitQoS flag
     new c5b2f3c  applied patch https://issues.apache.org/activemq/browse/CAMEL-419 with huge thanks - this is awesome! :)
     new 24ba883  copying ECN notice to root of the project too.. also coping the more descriptive version of the readme and putting in the release README.txt
     new 62a6791  CAMLE-439 patch applied with thanks to Art
     new 3c4fb7f  Added the Apache license header to the files in the camel-scala component
     new a5956ad  CAMEL-434 support to specify the camel spring context file uri by the configuration property 'applicationContextUri'
     new 3400bed  Increased wait time to let the test go green on my system
     new bd86297  TODO added that we should do someting about inproper exception handling such as e.printStackTrace()
     new b640efd  CAMEL-410 - Fixed bug and applied part of patches from Dan Dudley. Thanks a lot Dan. - Introduced ExceptionPolicyStrategy to configure if/how exceptintype should handle a thrown exception. - Changed the default behaviour of Camel to be smarter, see javadoc for DefaultExceptionPolicyStrategy.
     new 2bd4d7f  CAMEL-440: Documentation for CAMEL-410
     new 19a1b03  CAMEL-440: Documentation for CAMEL-410
     new 3c35816  Added default values to javadoc - people should know that it tries 6 times with 1 second apart.
     new 8d9b1d6  javadoc polishing (adding missing package.html)
     new 61910fb  javadoc polishing (adding missing package.html)
     new 07abfb8  javadoc polishing
     new 4aa4ac9  CAMEL-420 - Added missing type converters to support consuming binary files - Refactored and added unit tests
     new 3c7a79d  CAMEL-420 - Changed default option for FTPConsumer: setNames is now true. - Added unit test
     new e969fea  Enabled dependency on Apache FTP Server otherwise Bamboo can not compile code
     new 08b7401  CAMEL-444: Properly stopping down FTPServer when doing unit tests to get rid of WARN
     new afd7d4b  CAMEL-420: Out of the box conversion support for FTPConsumer to String in the payload
     new 764c132  Fixed the CS errors
     new 8446297  CAMEL-410 Added exact match check to let the code apply as the javadoc states
     new 6ab3e29  removed unused imports, fixed spelling, polished javadoc
     new 08d2f16  use getter rather than field to allow customization by derived classes
     new d6067fa  Fixed the CS errors in the camel-jms and camel-jxpath component
     new 22f3956  Revert the component/pom.xml and add the svn:ignor property on camel-scala
     new 8bbc02a  Trying to fix failing test on Bamboo that passes locally
     new df7990e  Trying to fix failing test on Bamboo that passes locally
     new b7dd05d  CAMEL-416 upgraded to Spring 2.5.3
     new 48a9e33  CAMEL-448 updated to OpenJPA 1.0.2
     new 5819c51  CAMEL-449 upgraded Apache Felix from 1.2.0 to 1.4.0
     new fc4cf6d  Fixed the camel-scala's properties and a mini error in camel-component's archetype-resources
     new 8d8ddbd  Removed the camel-spring-integration module to fix the build
     new fb10438  refactored the unit tests a little to ensure they use different ports and don't sometimes fail :)
     new 1d5d7d1  use getter rather than field to allow customization by derived classes
     new 44396d6  Update trunk to the next version.
     new 1042a8f  CAMEL-455 Upgraded CXF version from 2.0.4 to 2.0.5, also changed CxfBinding to the static helper class
     new 871c381  CAMEL-46: Ant files to run the examples. Thanks to Peter Jones for the great patches.
     new 0dac6c6  CAMEL-46 removed warning when using ANT 1.7
     new 1dabba0  CAMEL-457 applied patch with thanks to Torsten Mielke and added a unit test
     new 0bf4d96  CAMEL-437 added simple unit test and removed unused import
     new c655fe7  CAMEL-445 porting FTP fixes to SFTP
     new ab8e38d  CAMEL-195 applied patch with huge thanks to Jonathan
     new b4a0437  CAMEL-443 improved javadoc for file component and polishing of the code
     new 91bf523  CAMEL-443 added unit test that can be used for wiki documentation
     new 1dc871a  removed webdav as it was not Camel in Camel (and afterall webdav belongs in the HTTP related components and not with FTP services)
     new e93c45f  CAMEL-424 Added code snippet to be added to the wiki documentation
     new 0b1d68c  CAMEL-456.  Patch applied with thanks!
     new 695df1c  CAMEL-308.  Patch applied with thanks!
     new eab4a07  CAMEL-46: Ant files to run the examples. Thanks to Peter Jones for the great patches.
     new 19a6f3a  What is wrong with interceptors
     new 983f609  CAMEL-322 - Added charset option (for encoding) to string data format
     new 7e737b8  CAMEL-461 - Fixed intercept logging all steps failing due proceed not working. Applied patch from Jonathan with thanks.
     new d1e58df  javadoc polishing
     new 54faa5a  Added the missing Apache Header and fixed some CS errors
     new cd503ac  Minor fix in intercept handling.
     new 847a3e4  CAMEL-465 added camel-spring-integration  component
     new 8172cca  Fixed the svn property issues of the examples
     new 49f55ec  Fixed the svn property issues of the camel-core
     new 029984d  Fixed the svn property issues in the components
     new 58134ba  Fixed the svn properties issues in test and apache-camel
     new ff693f8  CAMEL-466. Patch applied with huge thanks!
     new a9a1d4a  CAMEL-281 using individual spring jars instead of just spring.jar. In some components removed dependency on spring as it was not used at all.
     new 2c29b48  CAMEL-46: Ant files to run the examples. Thanks to Peter Jones for the great patches.
     new 811655c  CAMEL-409 Added unit tests for Jetty doing https. With huge thanks to Gary Tully and Micky Santomax for the patches
     new fdf1c2b  Fixed typos in cxf tests.
     new 810dde7  Fixed the build of bamboo
     new 444c006  CAMEL-463 Applied the patch with thanks to Gert
     new c72bc60  CAMEL-319 : Added possibility to set parameters on JdbcTemplate used
     new d997c9d  fixed spelling
     new 3fd182d  CAMEL-298 moved CachingInjector to sub package to avoid bad tangle
     new 00adf7a  javadoc polishing
     new af0d957  CAMEL-469.  Patch applied with thanks!
     new 124db3e  added a test case to demostrate David Siefert's issue in this thread : http://www.nabble.com/Explanation-of-MEPs-within-Camel-td16750134s22882.html
     new 405d4e8  Missing files from previous commit on CAMEL-469.
     new f0a2147  CAMEL-469 ... and one more.
     new 9fa7be9  Upgraded the spring integration version from 1.0.0m2 to 1.0.0M3
     new 86af6f4  CAMEL-471 added the tutorial example into the example directory
     new 2ee4db2  Fixed the CS error in the trunk
     new 431df1a  initial implementation of https://issues.apache.org/activemq/browse/CAMEL-342 to support temporary destinations nicely in camel-jms
     new f10bfdd6 Fix thread safety issue.
     new 2e59f1d  CAMEL-335 - Prepared for mail imrpovment by improving unit tests - Upgraded pom to use latest mock-mail
     new d076372  Changed the spring-integration url protocol name to be spirng-integration
     new cc5e053  Cleanup sync in camel-jms
     new 4a57993  CAMEL-463.  Patch applied with thanks!
     new 7370496  Renamed the spring jms example's package name
     new 38ffdc1  CAMEL-385 applied the patch from Lars
     new 36f45ec  Fixed the CS errors in camel-jms component
     new 10632b6  CAMEL-479 appiled patch with thanks to Justin, also fixed some warnning message from the method.getResponse() by copying the inputstream
     new b01337e  CAMEL-482.  Disble test pending fix.
     new c4df3af  CAMEL-462 take 2.  Patch applied with many thanks!
     new 1124b02  added a little comment to describe the activemq dependency as being a test only dependency
     new c9d6c41  Changed the pom name and description to be aligned with all the others
     new 2bafa4e  CAMEL-335 - Default port number for protocols - Username can be set using URI parameter - Use of URI fragment removed (no other components use it at all, and it was not documented, and had mixed purpose) - imaps protocol added
     new ba530dc  CAMEL-335 - subject unit test added - fixed destination defaults to the username parameter if no explicity provided
     new 8075187  CAMEL-335 - improved unit test with more assertions instead of logging
     new 42aa5f5  CAMEL-335 - added better snippet example
     new 2c0473f  CAMEL-335 - added configuration for consuming only unseen messages
     new 02e3225  Fixed the build failure of TransactedJmsRouteTest
     new 7fd6049  CAMEL-335 - added unit test for configuration for consuming only unseen messages
     new 694d400  Try to fix the test failure of TransactedJmsRouteTest
     new bc6ed6f  Fixed the CS errors of camel-mail componnet
     new e8173e7  CAMEL-201.  Patch applied with thanks!
     new 2e2e6f5  CAMEL-477 PhaseI coverting the SI's channel to camel-spring-integration endpoint
     new bcb48ca  Applied the svn auto properties
     new 4d7ad97  CAMEL-335 - fixed TODO in unit test. - javadoc polished
     new ab60c93  CAMEL-201.
     new 07498e2  Added the buildingtools module for running Checkstyle with  -Psourcecheck
     new 3bd0cee  added a little library of hamcrest assertions folks can use in their unit testing of camel routes
     new 779285b  added patch which causes SetHeaderTest to fail in activemq-core
     new 3789dae  added a test case to avoid the build breaking :)
     new 60183ec  CAMEL-490 applied the patch with thanks to Marat
     new 45ab816  CAMEL-335 - refactored camel-mail - mail consumers will not under the covers change from smtp to pop3 protocol. End-users need to change their URI to state correct protocol - added better debug logging of minemessages
     new a1a0f75  CAMEL-492 - camel mail now support To, CC and BCC recipients
     new d4df4d9  Added hasAttachments() method
     new 9a9e804  CAMEL-335 - Added unit test for mail attachments to be used for wiki documentation
     new df2e4d8  fixed scheme to use // prefix
     new 0db1230  CAMEL-487, CAMEL488 Did some improvement on camel-cxf component
     new 1dbeeab  Fixed the CS errors
     new 4b7bb83  CAMEL-335 - Added fetchSize option to be used when consuming mails
     new 8399413  CAMEL-335 - Added debugMode option for enabling underlying mail framework debugging
     new 4352198  CAMEL-335 - Added option for connectionTimeout - Camel sets default java mail properties if none provided
     new 3977c45  Added test to show how to return the Boolean response from camel-cxf endpoint
     new 354d225  javadoc polished
     new 6fbb852  CAMEL-84: improved error message for exception
     new bda0dd2  Fixed the CS errors in camel-mail component
     new 61b8594  patch applied from misge here :  http://www.nabble.com/Velocity-templating-tp17079359s22882p17079359.html
     new d5193d1  ensure the manual pdf and html are deployed into the mvn repo
     new a81db57  CAMEL-463: Applied patch 3 with thanks to Gert
     new 9ae9404  Fixed some typos in the camel-cxf AbstractCamontextBeanDefinitionParser
     new 2ee0d8b  CAMEL-463: Fixed UTF-8 encoding warning from the Scala compiler
     new ba9165f  Upgraded to Spring 2.5.4
     new fff6845  CAMEL-335 - MailConsumer only starts to poll when its connected and can reconnect if needed. Tested SSL with gmail, see documentation on wiki.
     new d72000d  CAMEL-335 - Removed deprecated classes that is no longer used
     new 7bc841d  enforce maven 2.0.9 as I've seen camel-jdbc tests fail sometimes on earlier maven installs
     new 0d456d2  minor tidy up of test case
     new 7d52106  added a new file test where we are polling a directory, which is deleted during the test - then we move an old file into the newly created directory and check that its detected and noticed by the file component
     new 7f37b7a  added test case and fix for https://issues.apache.org/activemq/browse/CAMEL-498
     new 0c54f45  added a patch for CAMEL-412 https://issues.apache.org/activemq/browse/CAMEL-412 to support the DOT file execution being disbled via the pom.xml via the <configuration><useDot>false</useDot></configuration> option
     new f96038a  further fix for http://issues.apache.org/activemq/browse/CAMEL-498 to avoid repeatedly processing the same file with noop=true
     new 33d0c6a  fixed site build
     new ef574ee  CAMEL-495 - Throwing IAE for invalid configuration such as using smtp for consuming mails - Javadoc polished
     new 0adbca2  CAMEL-496 - Default MailConsumer delay is now 60 seconds instead of 500 millis. - Updated unit tests to use different mailboxes to have a clean mailbox for each test
     new f7768f8  CAMEL-499 Applied patch with thanks. To fix compiling the source on HP-UX
     new 1ee5fb8  tidied up cruft in log4j config
     new 555d3e7  only deploy the manual PDF if using the deploy profile to avoid failing the build on machines without PrinceXML
     new 2191af8  CAMEL-478 added CamelSourceAdpater and CamelTargetAdapter to integrate Camel with SI
     new 63baf71  CAMEL-335 - Improved details of logging
     new 31d6c07  CAMEL-491 - added dummyTrustManager option for easier testing with SSL (not requiring to install certificates in local keystore)
     new 4892f04  CAMEL-396: connect timeout is now default 30 seconds or the value the user has provided for timeout
     new f0b07cf  Upgraded Apache MINA to 1.1.7
     new 99d1b24  CAMEL-500 applpied patch with thanks to William
     new db71c7b  CAMEL-491 - added Authenticator that just uses the already configued username and password, so no need for live user interaction
     new d643d6b  Various error reported by IDEA fixed: - javadoc polished - changed logger to private - added logging instead of e.printstacktrace - avoid potenital NPE if name is null - added final modified for synchronized object - added TODO why boolean is not part of primitives (James, you are the one that disabled this)
     new 8472c68  Mini updates of the camel-cxf component
     new c139892  Fix the CS errors
     new 0b925d4  CAMEL-433: better validation when creating an endpoint from uri
     new 118b847  CAMEL-433: better validation when creating an endpoint from uri
     new 22f14d7  CAMEL-433: better validation when creating an endpoint from uri
     new 3d79529  CAMEL-433: better validation when creating an endpoint from uri
     new 6e79771  Apply the svn auto-props on the files
     new 797fd6a  CAMEL-433: Added getAndRemoveParameter helper methods to follow Camel components programming idiom where used parameters must be removed from the parameters map
     new 28db2c4  CAMEL-433: using the new getAndRemoveParameter programming best practice
     new 7e30559  CAMEL-433: using the new getAndRemoveParameter programming best practice
     new ea0e45b  CAMEL-433 - using the new getAndRemoveParameter programming best practice
     new c95ab52  CAMEL-433: using the new getAndRemoveParameter programming best practice
     new 7c6bc5c  Enabled MultiCastAggregatorTest as it works fine - Is it failing on Bamboo or Mac OS?
     new 3e85258  added refactor to make it easier to create endpoint instances from a spring.xml with minimal constructors for https://issues.apache.org/activemq/browse/CAMEL-505
     new 0390560  upgraded to abdera 0.4
     new 920a07b  CAMEL-503. camel-cxf deps on test-jar.
     new a9e546c  CAMEL-509.  Patch applied with thanks!
     new faf708c  CAMEL-508 patch applied with thanks to William, also fixed some CS errors in camel-core
     new 8b8fc36  CAMEL-510: Applied patch with thanks to William Tam
     new c48b7d5  CAMEL-319: Added support for sql updates in SQL component
     new 0569e52  applied test case patch with thanks and added fix for https://issues.apache.org/activemq/browse/CAMEL-507
     new 7472c6f  an improvement for https://issues.apache.org/activemq/browse/CAMEL-507
     new c2eed80  Fixed bunch of CS errors
     new d3f8bfd  CAMEL-361 added test case to verify the error
     new 4205593  made helper methods public
     new f7a9fbe  made it easier to instantiate a FileEndpoint directly and added a test case for https://issues.apache.org/activemq/browse/CAMEL-505
     new a356766  Add missing jaxb2 annotation that make camel config loading fail
     new 9eb2a4c  CAMEL-361 Get CamelProcessor work with RouterBuilder
     new 27df8b1  CAMEL-504: Refactor for camel-atom (work in progress) needs a few more unit tests to cover some of the new options
     new df4bf5b  fixed compile error as part of previous test case for  https://issues.apache.org/activemq/browse/CAMEL-505 - DOH! Note to self - zap all crap local files :)
     new 756aefb  CAMEL-513: Allow automatic use of the osgi factory bean when creating a camel context from spring
     new 424faf7  by accident removed one constructor - now fixed
     new c958543  added improvement for  https://issues.apache.org/activemq/browse/CAMEL-505 to support BeanEndpoint being easily configurable via Spring.xml
     new 172a56e  CAMEL-504 - Refactored atom and added unit tests
     new bbe8fcc  removed generics from SQL component classes
     new b791454  Fixed some CS errors, also get the BeanEndpointFactory's getObjectType return BeanEndpoint
     new 4bd7f88  CAMEL-504 - Refactored atom and added unit tests
     new 760931e  CAMEL-11.  Refactored camel-maven-plugin.
     new c4704ec  CAMEL-518 - throws UnsupportedOperationException for nntp protocol
     new 1bd6f60  added more version placeholders for the dependencies. Upgraded Commons Logging to 1.1, Groovy to 1.5.6 and Log4j to newer version
     new 3dd8211  better logging and added TODO
     new 4490885  Fixed failing unit test on Bamboo
     new 4ed08b9  CAMEL-451 - Added long sample and fixed the entry consumer should return when it has processed an exchange
     new b8112e9  polished javadoc
     new f60d02d  CAMEL-512 added the spring configuration support for creating the JMX agent
     new f86d79c  CAMEL-512 Added more attributes for jmxAgent element
     new 3dc5f7c  Fixed some CS errors
     new a27ec37  CAMEL-11.  Fixed deps.
     new d3de27a  CAMEL-525: added unit test for testing mistyped component names in the route builder
     new 1b65998  CAMEL-524 applied patch with thanks to William
     new df19b36  upgraded Hibernate
     new 12c8925  CAMEL-463: Adding Scala DSL support for throttler/delayer/load balancer
     new 5824da8  patch for https://issues.apache.org/activemq/browse/CAMEL-529
     new 65966db  CAMEL-497 upgraded CXF version from 2.0.5 to 2.0.6, also fixed some camel-cxf component bugs
     new 9f625c1  CAMEL-519: Adding stream caching to the XML syntax
     new f2561c8  CAMEL-530 applied patch with thanks to Glen
     new 7ceabb4  Adding a remark about the MEP being used to javadocs
     new bb3b99e  removed system logging
     new 0eb56b7  changed the interceptor code to separate adding an interceptor for a node in the DSL from adding an interceptor to future steps added to the node; ideally we need to refactor further to avoid confusion (maybe splitting the uses of IntereceptorType into 2 different types). Have temporarily disabled the MulticastStreamTest until I figure out how to fix it :)
     new 24f734d  Fix for MulticastStreamCachingTest after interceptor changes
     new 383e00f  Fix for http://www.nabble.com/I-think-I-should-be-able-to-refer-to-an-endpoint-by-name-w-o-knowing-the-URL-parameters-td15994537s22882.html#a17284142
     new 855e7c6  added an initial implementation of a debugging interceptor along with integration with the spring based Main for https://issues.apache.org/activemq/browse/CAMEL-531
     new 15f702c  copy the exchanges stored in the watch lists
     new 1782b26  Fix some CS errors
     new 34352c2  CAMEL-534 Fixed the camel mina udp throws exception [Already released buffer]
     new d6ffdd5  CAMEL-463: Adding a pinch of syntax sugar for specifying Frequency/Period
     new d1de072  Adding svn:ignore for Eclipse project descriptors and target folders
     new 84f6895  added test case to show the Debugger in action via the Spring Main for https://issues.apache.org/activemq/browse/CAMEL-531
     new 246f9e4  CAMEL-538.
     new cf7e064  CAMEL-539 : Removed synchronization from process method at XSLT builder
     new 6ea3a8f  Added a try catch in the MinaConverter to fix the build failure in my windows box
     new 873fff3  remove the System.out.println line
     new 264c3ed  CAMEL-528: Applied patch with thanks to William Tam
     new a243119  CAMEL-264: Refactored RouteContext to avoid the spi package being dependent on impl package - thanks to Christian Schneider for the patch
     new 5a643ce  CAMEL-517: Javadoc polished
     new 07b6399  CAMEL-272
     new cd4c6d4  CAMEL-542: Building with JDK 6 + add some missing svn:ignores
     new 2ae142f  added a test case showing how to easily get the route definitions when running/debugging a route via the spring Main
     new 41575e2  CAMEL-517: Polished Javadoc
     new c292b49  CAMEL-536 added request and response context support in CXF-Camel component
     new 0583bd3  Fixed some CS errors
     new d4e6ca8  CAMEL-543
     new 47b99c2  CAMEL-272. Simplify code to use ObjectHelper.
     new 1da0fe3  CAMEL-544. Remove tangles between oac.impl and oac.util
     new 29b063a  CAMEL-527.  Remove tangles between camel and impl
     new c97a505  CAMEL-517: Javadoc polished
     new ee7b203  CAMEL-517: Javadoc polished and added SVN ignores
     new 205bf15  CAMEL-517: Javadoc polished and fixed a 'not looping IDEA hint' from a method in DirectProducer
     new 3262b76  CAMEL-517: Javadoc polished
     new c12085b  CAMEL-517: Javadoc polished and FactoryFinder uses ObjectHelper for loading resources
     new b8a4300  CAMEL-517: Polished javadoc, and fixed a few IDEA hints and uses for each loop
     new a27775c  CAMEL-517: Removed unused imports
     new 9694ab6  CAMEL-517: Fixed IDEA code analyze: spelling in classnames, use final for synchronization maps, use addAll instead of looping to copy collections, etc.
     new 08dfe3c  CAMEL-517: Added Out.java as ValueHolder.java needed by camel-jms component
     new aff7531  CAMEL-549 changed to use x as the debug option
     new a06bb56  Fixed the FileEndpoint CS errors
     new 7a9b3ef  CAMEL-548: The file strategy will commit if the exchange was handled by the failure processor (DeadLetterChannel) otherwise Camel will have infinite lock on files that was after all still processed somehow
     new 6f81ada  CAMEL-514: samples for the strange filename stuff for file producer
     new 4c33066  CAMEL-517: The Reporting* classes are used by the camel-maven-plugin!
     new 8db4229  CAMEL-307: file component renaming files now deletes any existing files so the rename occurs. Any exceptions during rename or delete now logs at WARN level and let the super commit so it can unlock the files, otherwise Camel FileConsumer is in a deadlock.
     new 376b510  CAMEL-551: File component noop=true fixed to also use file locking by default
     new dfa9b54  CAMEL-550 fixed the NPE error , also fixed some CS errors
     new 324f42f  Fixed the build, by disabling the route couter verification
     new fb3b91e  CAMEL-517: xxxImpl renamed to DefaultXXX according to the Camel class naming standard
     new c8b59d7  CAMEL-517: Polished javadoc
     new dbeffa0  CAMEL-517: Polished javadoc
     new 54ec7d5  CAMEL-517: xxxImpl renamed to DefaultXXX
     new c7ad8ba  Add a testcase to show the code fault of InstrumenationLifeCycleStrategy
     new 0b7d38e  upgraded spring integration snapshot version to 1.0.0.CI-137
     new be557be  removed the depreacted tag from TypeMapping, since it is used by camel-maven-plugin
     new fd32b9b  Applied William's patch for adding the InstrumentationProcessor for the route
     new cc2cf93  Moved the CamelChoiceWithmanagementTest to org.apache.camel.spring.management package
     new d433dea  UUidGenerator not using static initializer codeblock to avoid class initialization problems (if they fail then they are never reported = kept in the dark)
     new 17fbb6c  Revert the change of UuidGenerator
     new 710a2c0  CAMEL-554 upgraded the Spring Integration version to 1.0.0M4
     new cabda52  CAMEL-552: spring-aop is needed as runtime dependency
     new 3e137eb  Added unit test for producing files with generated id
     new 4ac0943  CAMEL-540 upgrade to SpringBeans XSD 2.5
     new 9e8ef74  CAMEL-463: Adding resequencer support
     new cefa854  CAMEL-463: Adding resequencer support
     new fa2b528  CAMEL-463: Adding resequencer support
     new c65ddb8  CAMEL-471 Added REAME.txt for the spring-jms example
     new 4d1ee94  CAMEL-555 Added the loan broker queue version
     new a26e341  Removed the useless data directory
     new ff8fe58  Make it a little easier to build camel without running the tests.. this will now work:
     new ab87098  Removed unnecessary synchronize in InstanceMethodTypeConverter.
     new cd1978b  Fixed CS error of the ConvertersMojo
     new bdca279  CAMEL-561 Replaced apache-activemq module with activemq-core in examples
     new f4cbe12  CAMEL-563 fixed the cxf name conflict in the osgi spring context
     new 12a20c0  Add missing apache headers.
     new 0113e7a  Set missing eol-style
     new 0376534  CAMEL-561 using activemq-core instead of apache-activemq
     new 5638020  Fixed spellings
     new acb5aea  CAMEL-562: FileProducer now handles unfriendly file message ids from eg camel-jms that results in failure to produce files.
     new 2544583  CAMEL-559: Remove dependencies on the big apache-activemq and keep only deps on the fine grained jars.
     new c6d81ce  CAMEL-559: - Upgrade to ActiveMQ 5.1.0 (TODO: on one unit test that now fails) - Upgrade to JTA spec 1.1 - Maven polishing - CAMEL-567 fixed camel-route archetype missing depends on camel-core - Tried to add new loan-broker example and spring-integration component (However still a TODO - please fix) - Fixed javadoc link on commons-collection being old - Upgraded to shade 1.0.1 (missmatch as some parts had shade 1.0.1 already) and other maven upgrades in apache-camel, bun [...]
     new 91ff43f  upgraded qpid to never release
     new 3de7dcb  CAMCAMEL-559: reverting back to maven-assembly-plugin v2.1
     new 6b0e90f  A little more sleep slack to ensure unit tests passes even when heavy maven activity such as building all from clean
     new 4618474  Added spring-integration component and loan-broker sample into apache-camel pom
     new 5468d4d  javadoc polished
     new ac2a056  CAMEL-566 patch applied with thanks to Freeman
     new f69bd0b  CAMEL-568 patch applied with thanks to Freeman
     new 412fd2d  Applied the svn auto properties
     new 00cc6b4  added to readme how to stop and use log4j for logging
     new e72cb4b  Fixed logging line had double space (hawk eye strikes again!)
     new e2cb5e0  removed // TODO Auto-generated method stub
     new 5be9f9d  CAMEL-569 applied Freeman's patch with thanks
     new 5f10b1c  CAMEL-556 Implement the loan broker example with camel-cxf component
     new eef4a8c  Added license header
     new 9bea827  CAMEL-547
     new dd4dd5c  CAMEL-547.
     new 5103198  CAMEL-572: Applied patch with thanks to Freeman Fang
     new 369ab19  CAMEL-574
     new 0c1d720  Using the one thread pool executor to fix the build , also fixed some CS errors in camel-core
     new f64b194  CAMEL-564: added unit test for try ... handle routing DSL
     new 099045e  CAMEL-564: added unit test for try ... handle routing DSL
     new ba04064  CAMEL-527: Applied patch with thanks to Christian. CamelTemplate is @deprecated. Introduced DefaultProducerTemplate instead. Use factory method on CamelContext to get an instance
     new 97e498d  CAMEL-576 Put the InputStream object into the camel message body when the camel-cxf producer get response in MESSAGE date format
     new 0dc0eff  CAMEL-573 applied patch with thanks to Christian
     new ec8ed0e  CAMEL-575 patch applied with thanks to William
     new 05a437b  Fixed the build error and some CS errors in camel-core
     new df360c7  Fixed the camel-mina build error
     new 1b0246e  CAMEL-579: Applied patch with thanks to William Tam
     new 06514ca  CAMEL-573: Deleted class that was already moved to builder - Well spotted Christian
     new 3e5c481  Fixed the build of removing the NoRouteBuilder
     new 8aae406  Try to fix the build again, I got to run maven install in my trunk
     new b97141d  CAMEL-578.  Patch applied with thanks!
     new cd9c177  CAMEL-578.  Patch applied with thanks!
     new c26d7c7  fix CAMEL-527.  Moved CamelTemplate back to o.a.c. but deprecated it.  The preferred way moving forward is to use ProducerTemplate.  See comments.
     new c61697e  CAMEL-580: Added content cache for resource based endpoints such as camel-velocity and camel-stringtemplate.
     new cdd0d50  CAMEL-580: Added content cache for resource based endpoints such as camel-velocity and camel-stringtemplate.
     new f6e9bcb  CAMEL-580: Added content cache for resource based endpoints such as camel-velocity and camel-stringtemplate.
     new 358e3a8  CAMEL-581: Clearing endpoing chache when stopping. And fixed a typo in DataSetEndpoint
     new 9f92c84d CAMEL-578: Using millis for timing instead of nano. Applied patch with thanks to William Tam
     new 2839339  Resolved using a @deprecated spring method. Removed unused imports
     new 31f7d6a  Adding sample code to FAQ for how to retrive a thrown exception send from CamelTemplate
     new cf87053  Adding sample code to FAQ for how to retrive a thrown exception send from CamelTemplate
     new 5606ac3  CAMEL-583: Improved unit test by adding assertions. JAXB conversion of MessageType is failing.
     new cc456c2  Add the snippet tags for wiki page
     new c80a9c9  @deprecated methods to be removed in Camel 2.0
     new 310bafc  CAMEL-515: Added bean pipeline test to verift copy of headers
     new f609ecb  improvement to the debugger interceptor to trace all exceptions that occur as well
     new 7eec4cd  CAMEL-584: Avoid cycle dependency. Reference to bean is now a BeanHolder and they propery key has changed.
     new 63516bb  Add the snippet tags for the loan broker web services wiki
     new 7ee0a2b  Fixed some snippet tags typo
     new 1b30302  added the smaller spring jars to the distribution
     new 2205401  Turn the CXF log level to WARNING
     new fb23e78  fixed the test cases on OS X using a helper method to extract the generated file name
     new 3122f72  Fixed a bunch of CS errors
     new 33107da  CAMEL-583: Lessened the header type to let the JAXB stuff work and improved the unit test a bit - Added javadoc that MessageType is work in progress
     new d5a08b0  CAMEL-586 support to copy the camel message to cxf message
     new b6a6101  CAMEL-475 patch applied with thanks to Jonathan
     new 7c461f7  Added the came-spring-integration and camel-scala into the release kits
     new 7bac721  Applied the root pom.xml change, which I missed in my last commit
     new 9d63f78  CAMEL-587 Using CXF LogUtils to get logger
     new 9098944  Upgraded to Felix 1.4.1, OpenJPA 1.1.0, livestribe 2.0.3 and replaced tabs with spaces in pom.xml
     new de45a09  CAMEL-589: Cleanup of sample. Added AOP to the sample as well for a kind of advance sample how spring, aop and camel fits well together
     new 422c36b  CAMEL-591 CAMEL-592 CAMEL-593 patches applied with huge thanks to Dave
     new 652469c  CAMEL-472: Added snippet tags in the example code to let the source be included in the wiki documentation. Added a new profile to start the server using AOP or not.
     new b2ad87b  Fixed spelling and polished code
     new ac237a9  made StringSource externalizable along with a test case
     new b33934e  CAMEL-594: Added compile step in readme. Applied patch with thanks to Jonathan
     new a75c14d  CAMEL-596: QueueBrowserStrategy created only when needed. Applied patch with thanks to Dave Brosius.
     new 00b8bc3  CAMEL-597: Faulty constructor. Applied patch with thanks to Dave Brosius.
     new 7539f1f  Read into buffer should take account of partial reads. Applied patch with thanks to Dave.
     new 0a5970c  CAMEL-598 patch applied with thanks to Jonathan
     new 5ab55b7  Added unitest to show how to work with the camel-cxf endpoint's Holders message in processor
     new db57f0a  Removed the printStackTrace line in the CxfWsdlFirstTest
     new 856ae7c  CAMEL-600: Upgraded to JAXB 2.1.6. Applied patch with thanks to Freeman.
     new e930698  Made it clear DOT must be installed to run this example
     new f395a6f  added patch for NPE suggested here : http://www.nabble.com/Question-about-QuartzEndpoint.java-tp17745769s22882p17745769.html
     new e12a33c  fixed up the BAM tests using row level locking by default with Derby and using async queues so that consuming can rollback independently of the test case sending messages
     new e5adb94  removed the BAM examples from the distro until we can figure out how to get the example working again :)
     new 3013385  fixed typo
     new c4c4d20  added an extra repo to find the latest/greatest jaxb
     new 1d3d46a  Added snippet tags for camel-cxf wiki page
     new afb2a8f  Added snippet comments for the spring integration component wiki page
     new ccf1da7  CAMEL-590: Camel tutorial polished
     new 80153e4  CAMEL-590: Added CamelClientEndpoint for Message Endpoint EIP pattern style
     new 2f4e37d  CAMEL-582: Added total processed time. Applied patch with thanks to William Tam.
     new d3a63d0  polished unit test
     new a8ea17d  CAMEL-577: ResolverUtil able to load from osgi bundles. Thanks to Freeman Fang for the patch.
     new 79fcc73  CAMEL-608: Removed system.out
     new 8116afb  CAMEL-608: Removed system.out
     new 1bb796e  added extra public method so processors / patterns can set the MEP if they need to
     new 488d550  CAMEL-610: camel-spring and camel-context need to import the needed packages for the JAXBContext to work in OSGi
     new eda2a31  CAMEL-608: Remove System.out
     new 3056dfb  Exclude spring2.5 jars in camel-itest-spring-2.0
     new e314c73  Fixed the unit test error of testGroovyFilterXml
     new b33cc61  Fixed some CS error in camel-core
     new 0827941  Marked as @deprecated
     new b59affd  CAMEL-605: Changed to direct queues to fix the spring data set problem. The bug is the with the seda queues and high concurrency. A new unit test in camel-core is created demonstrating the bug. CAMEL-611. Removed unused file.
     new 7ea4486  CAMEL-605: Changed to direct queues to fix the spring data set problem. The bug is the with the seda queues and high concurrency. A new unit test in camel-core is created demonstrating the bug.
     new 42042db  CAMEL-577: fix in non-osgi env
     new 65fbff5  TODOs added to pom.xml. Added missing SVN properties
     new 01e3225  CAMEL-605: Fixed the high concurrency issue with dataset. Must sleep during sending to have more even load on producer/consumer.
     new e6e1f71  CAMEL-608: Removed system.out
     new 3d8f4e9  CAMEL-608: Removed system.out
     new 6f0b215  CAMEL-614 support configure cxf through the camel context spring configuration file
     new afdb8e9  CAMEL-615 patch applied with thanks to Stephen
     new fe892a4  CAMEL-615 Added the dependency of camel-spring test jar
     new a77abde  Using the direct endpoint instead of seda endpoint to fix the build
     new 410c6b8  Excluded the DataSetSedaTest, for it is still fail in Bamboo and my windows box
     new 5730450  CAMEL-477 added the message converter
     new f30bcee  Try to fix the test failure of DumpToXmlTest
     new 7245a61  Try to fix the DumpToXmlTest test error again
     new 5f3d672  fix CAMEL-482
     new 2640c47  fix CAMEL-482.  Reenabled test from pom.xml.
     new 6651c4e  Using more common way to check the file in DumpToXmlTest
     new 771be16  Fixed some CS errors
     new 1c7e78e  CAMEL-605 sleeping for 1 millis to avoid concurrency issues with high throughtput on all kind of platforms.
     new 8ecaf93  CAMEL-421: Polished the pom.xml to use correct dependencies
     new 7b89079  CAMEL-421: Fixing stream component and adding unit tests. Work in progress.
     new 1835636  fix CAMEL-618
     new 37dfdc3  first spike at implementing https://issues.apache.org/activemq/browse/CAMEL-619
     new 063797b  CAMEL-606 CAMEL-553 CAMEL-613 Patch applied with thanks to William
     new 4da78d2  Turn off the info logging of the camel-cxf componnet
     new c07858b  CAMEL-421: Polished stream component. Added encoding option. Added unit tests.
     new fd5c9b2  CAMEL-622 Added a option for retrieving the bus created by the CXFEndpoint
     new c6fd255  Removed CamelChoiceWithManagementTest.java
     new ddddffb  fix for https://issues.apache.org/activemq/browse/CAMEL-624
     new 4c9ecb3  added nicer output of the trace formatter
     new 47efafa  CAMEL-606. Added missing unit test. Applied patch with thanks to William Tam.
     new 0ee9d24  Fixed the CS errors in camel-core
     new 1a8e1d0  CAMEL-625 added profiles to start the examples of camel-cxf
     new f43736a  Fixed some CS error
     new 311a293  CAMEL-626: Upgrade CXF to 2.1.1
     new 9900ad2  Polished pom and upgraded Jetty
     new d49f2bb  Enable the DataSetSedaTest
     new 519d809  CAMEL-628. Added unit test that can be used for wiki documentation. Inspired by request by user forum. Added disable/enable JMX to the ContextTestSupport.
     new c7703ec  CAMEL-622 supports to set the setDefaultBus and DataFormat options from Spring configuration file
     new db1b885  CAMEL-612: Add WARN log entry for ChoiceType without OtherwiseType
     new 682e54e  CAMEL-629: Re-add getContext/setContext and mark them deprecated
     new fa1342c  more improvements for the tracing support; making it easy to enable tracing on the DefaultCamelContext or on the <camelContext trace="true"/> see http://issues.apache.org/activemq/browse/CAMEL-619
     new 4f2c71d  CAMEL-631 applied patch with thanks to Jonathan
     new 6b081bb  CAMEL-620: Applied patch with thanks to William Tam
     new 9cd55c3  Polished javadoc
     new 6da86eb  Trying to fix failing test on Bamboo
     new a55a7e7  CAMEL-627: Added JMX attributes for timestamp for failures. Enabled JMX connector on the spring-jms tutorial. Polished javadoc.
     new a642275  CAMEL-613 rename the default path to /jmxrmi/camel
     new 989956b  Added a unit test of ObjectNameEncoder
     new 899037d  CAMEL-613 also update the camel-spring module
     new 602e549  Fixed some CS errors
     new 4e9b0b7  CAMEL-606.  Add back useJmx as its removal breaks binary/source compatibility for other projects, such as smx.
     new fec9d5d  fixed the failing example
     new fc4f406  minor refactor of the Tracer and made it available to the mvn camel:run plugin and the Spring Main via -Dcamel.trace=true or -t respectively
     new 34bba6b  Fixed some CS errors
     new aa7e29a  CAMEL-627: Using @ for hashcode in objectname instead of dot
     new 16b5ec7  CAMEL-636: Added a little more trace logging to aid classloading resolution
     new 5436a23  CAMEL-619: Fixed tracer not outputting node ids. Added unit test for tracer. Breadcrum is outputtet to be used for correlation for poor end users looking into the log files
     new a7a75d0  CAMEL-619: Fixed tracer not outputting node ids. Added unit test for tracer. Breadcrum is outputtet to be used for correlation for poor end users looking into the log files
     new f0a68bd  improvements for CAMEL-619 to avoid showing null nodeID and to show the body java class too
     new 4c06262  improvements for CAMEL-619 - use more descriptive generated IDs for EIP nodes
     new fa0c090  final fix for CAMEL-619 - refactored from 'tracing' property to 'trace' and added a spring XML test case
     new 1e9bdfe  fix CAMEL-481
     new b315e00  CAMEL-481. Fix for compilef failure on AIX.  Patch applied with thanks to Jon for discovering and fixing it at the very last minute!
     new 8dc36c0  Added a test case to show the error of loan broker queue version
     new 635b4ea  Walk around the CAMEL-642 by using direct endpoint instead of jms endpoint
     new 95489d2  Just found some typo in the AggregratedJmsRouteTest
     new 06fdcae  Fixed the CS errors
     new bea5396  CAMEL-637. Patch applied with many thanks!
     new 7d181fa  Polished the code and fixed a README in an example
     new 6b1c70f  CAMEL-637: Applied patch with thanks to William Tam (fixed registration of mbeans). Upgraded to Spring 2.5.5.
     new 74f556a  CAMEL-641: Wrong/missing entries in spring.schemas file
     new a5d5597  CAMEL-649: Added/Fixed ANT build for examples
     new 27c4b3a  Replace the README text with what is Camel from the Apache Camel website
     new 3e3290a  CAMEL-651: Fixed example to use correct types and much more precise pointcut
     new 80b2262  CAMEL-651: Improved method matching, considering MEP pattern that out capable should invoke a non-void method
     new 952ad41  Upgraded Jetty and Hibernate
     new 22c3bbb  Polished readme
     new 8bd0966  CAMEL-649 Add build.xml for loan-broker example
     new 805e1bd  CAMEL-652 update the example-camel-cxf build.xml
     new 15cdb63  reverter upgrade of Hibernate as Bamboo could not find the dependency
     new 9f8e187  CAMEL-644: osgi jar should be optional or provided. Hadrian will take it from here. I removed the TODO for the activation jar.
     new 41347f9  CAMEL-634: Applied patch with thanks to Marat. Added unit test for transactional DataSource.
     new 0fbb5e6  Fixed spelling
     new fba83e1  Fixed the CS errors of last commit
     new b027653  Enable the cobertura plugin
     new ceba943  fix possible NPE
     new 890cb01  Add a test that demonstrates how Python expressions evaluate to null   and therefore always "false" Add a base test class method that takes apecific headers Add some IntelliJ ignores
     new b3ca753  polished
     new 040e73b  Changed the org.osgi.core's scope to be provided, also added its dependency version in the camel parent pom
     new a253128  Disabled the PythonExpressionTest to fix the bamboo's build, also added a Apache header in the test
     new f1fdac0  CAMEL-642 patch applied with huge thanks to William
     new 8679c09  CAMEL-642 update camel-example-loan-broker code, since we get the bug fixed
     new 71c43bd  Special handling for JRuby exceptions to display the actual error message
     new be4b7cb  Switch to script engines from the ServiceMix repo (newer than the ones in   the LogicBlaze repo) Add tests for Ruby (working) and JavaScript (not working) expressions. Re-enable Python tests -- they should be fixed not commented out.
     new 6cef03f  CAMEL-653: JMS Component now preserves java identifiers as header names to support etc. bean method names and file component filename set in headers.
     new 62bc0b8  CAMEL-657: Fixed bug where we were not using CSVConfig from setter
     new 06f982c  CAMEL-646: Polished javadoc for camel-spring
     new 1f06ef7  CAMEL-648 removed camel-core-test.jar from the bundler jar
     new 937c9e7  CAMEL-642 applied patch with thanks to William
     new 1b9a6ec  Fixed the cs errors
     new c87a309  removed s in component so the packagename is correct
     new 97e74a6  Polished the JDBC component to use spring-jdbc for unit testing instead of our own datasource code etc. And log.warn when error closing JDBC resources as the norm is.
     new 9064f67  Added unit test inspired by request on user forum
     new b920362  CAMEL-655 got camel-script work again
     new c3e461c  Reverted the log4j.properies that I just committed
     new f9acb73  CAMEL-655 Added some comments for getting the python and jython scripts evaluation result
     new eb5379c  CAMEL-655 Committed the ObjectHelper that I missed
     new ca2d5f4  Changed the CxfConsumerTest to show using choice to implement operation based routing
     new 646e17e  applied fix for https://issues.apache.org/activemq/browse/CAMEL-661 to add a <pipeline> tag
     new dd7fd81  applied fix for https://issues.apache.org/activemq/browse/CAMEL-662 to allow error handlers to be customized on a <camelContext/> or a <pipeline> or other <route> element
     new fddb6a7  CAMEL-664 patch applied with thanks to William
     new d86140f  CAMEL-662: Removed System.out
     new a97c6c5  Applied the svn properties
     new f617ced  a more strict ConvertBodyProcessor which respects the MEP
     new cd61f03  CAMEL-609: Transactional Client improve wiki documentation
     new 15c0fa0  CAMEL-667: DeadLetterChannel is bypassed for transacted exchanges
     new 8c448c8  CAMEL-609: Improve transactional client documentation
     new c47fba8  set a maximum redelivery delay for https://issues.apache.org/activemq/browse/CAMEL-669
     new d7f573d  transaction error handler for https://issues.apache.org/activemq/browse/CAMEL-663
     new 53889a0  fixed compile error - whoops! :)
     new 2c04b4a  CAMEL-671: Upgrade to commons-io 1.3.2 for camel-http
     new f0ca644  CAMEL-672: Upgrade OSGi versions
     new 0f16f7e  CAMEL-663: Improved builder methods for Java DSL. Added missing builder method for the new option on DLC.
     new 1686d34  Added svn:ignore for IDEA project files (*.i??)
     new dbf88cf  CAMEL-673 clean up the spring modules dependencies
     new bb8d4dc  CAMEL-668: Spring friendly configuration of transactional policy
     new f82389e  CAMEL-668: Spring friendly configuration of transactional policy (ups needed to support the propogation name also)
     new b58cc0e  CAMEL-670: TransactionErrorHandler confgured in spring XML
     new a2d415f  CAMEL-673 Fixed the build error of camel-ftp module
     new 409fedc  CAMEL-670: TransactionErrorHandler confgured in spring XML
     new c1051ff  CAMEL-623: New option fileApplicationContext to support loading spring xml files from the file path instead of classpath only. Added this new option to maven tooling also.
     new dc1696e  CAMEL-675: Avoid NPE for interceptors using predicate and stop(). Added more unit tests, and one of them is still failing - see CAMEL-676
     new 2e732e6  CAMEL-675: Avoid NPE for interceptors using predicate and stop(). Added more unit tests, and one of them is still failing - see CAMEL-676
     new a9ebbe3  CAMEL-676: intercept with predicate doesnt proceed if predicate test was false. Intercept with predicate doesn't proceed as default if proceed() was not given. And fixed special cases for the stop().
     new 08ce9fd  Inspired by end user request on forum: http://www.nabble.com/Problem-with-InOut-pattern-and-JMS-component-td18302249s22882.html
     new 2b54823  Fixed the CS errors
     new 1d94ef0  CAMEL-678 clean up the commented tests
     new b11f86c  Remove the System.out.println in JmsPerformanceTest
     new 26ae06a  CAMEL-666 added SessionSupport option in the camel-jetty component
     new 5cc01c9  Polished the CamelSourceApdaterTest
     new 4471017  CAMEL-681 Enable the duration option for camel:run plugin
     new df8af51  Polished the loan-broker example
     new 646d7c6  Changed the Spring logger level to WARN , removed the unused test directory
     new d226394  CAMEL-684: Upgrade to latest Geronimo specs
     new ccbdcce  Added unit test inspired by user forum where an end user can not use spring bean dead letter channel.
     new f79aea3  CAMEL-458. Added repo for missing dependency.
     new 7135836  CAMEL-685: Ignoring non valid JMS header values. Only primitive, String etc. types is allowed. Any custom object will be ignored.
     new 00f8dc2  Unit test inspired by user request on user forum
     new 90d9f33  CAMEL-679: Instrumentation agent should be able to register multiple instances of a processor. Applied patch with thanks to William Tam.
     new ddfc260  CAMEL-683: Unit test to verify redelivery delay spring configured
     new b823483  JMS concurrent consumers with JMSReply (InOut MEP) unit test based on user request on forum.
     new 0a2be8e  JMS concurrent consumers with JMSReply (InOut MEP) unit test based on user request on forum. Now with timing assertions.
     new 2f588e2  CAMEL-655 Applied the patch with thanks to Don. Also Removed the System.out.println from Jsr223Test
     new f3eff02  Removed unused directories
     new b71eda6  CAMEL-686 Applied patch with thanks to Eduard
     new 9a0da0e  CAMEL-686 Add an integration test case whick is taken from Eduard's sample
     new fc6e6ec  Removing Geronimo Servlet 2.4 spec -- it is superseded by Jetty's Servlet 2.5 JAR
     new 904779b  CAMEL-687: Upgrade to Saxon 9.0
     new d035822  CAMEL-636: WebSphereResolverUtil to load annotated @Converter classes in camel jars for applications deployed on WebSphere as war files. Damm it was nice to get this one done - my client is an avid WebSphere fanatic.
     new 47c33d5  Moved the wsdl to src\main\resources to avoid some weired issue of WSDL2Java plugin, also applied the patch with thank to William
     new 31450bc  CAMEL-692: Classes missing in camel-jpa.jar
     new ad009be  CAMEL-691 copy the exchange pattern when create a new CxfExchange instance
     new 9af2783  CAMEL-688, CAMEL-689 , Also fixed some CS errors
     new 0b6e72f  CAMEL-636: Removed bad tangle
     new 102ac91  Added some comments in the BeanExpression
     new c5ab934  CAMEL-688: Fixed problem when bean processor did not set invocation value at all. Added unit test to demonstrate the bug.
     new 5dd8d352 CAMEL-693: Should skip OSGi virutal bundles. Partly applied patch with thanks to Freeman.
     new 08b7562  CAMEL-694 applied patch with thank to William
     new 38afbce  CAMEL-673 Moved the saxon version dependencies into camel parent pom
     new cb9f131  Added more unit test inspired by user forum
     new d60a1ef  CAMEL-698: Tracer configuration using Java DSL
     new 7b548ac  CAMEL-697: transform() should propogate headers
     new 9e6691f  CAMEL-695: XQuery doesn't propogate headers
     new b6ca7d1  CAMEL-695: XQuery doesn't propogate headers
     new cc4d075  CAMEL-696: Try to honor the exchange pattern if provided
     new 36037e8  Added unit test based on user forum
     new 7049b86  CAMEL-701: Methods that return Exchange is not a valid metohd
     new 682927c  CAMEL-650.
     new c888cc7  CAMEL-677: BAM example now works again.
     new cd28a23  CAMEL-677: BAM example now works again.
     new 1640288  CAMEL-677: BAM example now works again.
     new 4294d4e  CAMEL-703.  Patch applied with thanks!
     new a75297a  CAMEL-704.  Patch applied with thatnks!
     new 06ca9d8  CAMEL-707: Fixed so nodeid is always given. Remved instance counter as its not needed anymore, now that nodeid is always created.
     new 328609a  Polished readme for examples
     new 4541371  CAMEL-705.  Patch applied with thanks!
     new 7f3c5c2  Minor simplification in camel-xmpp.
     new 67282e1  CAMEL-710: Applied patch with thanks to Vadim
     new ac8a4e2  CAMEL-707: Fixed so nodeid is always given. Remved instance counter as its not needed anymore, now that nodeid is always created. Ups fixed broken unit test - should be nodeid that was appended and not id
     new d6db61f  CAMEL-712.  Patch applied with thanks!
     new 96a8bcc  Added unit test with a domain object
     new f408574  CAMEL-713: FileProducer had faulty code that would consume the file if it was a out capable exchange. Introduced new header FileComponent.HEADER_FILE_NAME_PRODUCED containing the absolute filepath for the file produced.
     new 6b2a66c  CAMEL-713: FileProducer had faulty code that would consume the file if it was a out capable exchange. Introduced new header FileComponent.HEADER_FILE_NAME_PRODUCED containing the absolute filepath for the file produced.
     new c70a676  CAME-713: Forced update of SimulatorTest to see if Bamboo picks up the comitted code.
     new 79556b9  CAMEL-719: Ah wrong SimulatorTest failing on Bamboo - this is a copy from camel-core that is in camel-juel also - Well gotta get some stronger glasses ;) Or give up on the beers ..... no never!
     new 0be267e  Fixed the VelocityBodyAsDomainObjectTest test failure in Windows box
     new b91c0a3  CAMEL-709 applied patch with thanks to Claus
     new 3ce2b99  Fixed some CS errors
     new a671b52  Polished the CxfEndpointUtilsWithSpringTest
     new 695694b  CAMEL-702: A proposed fix for CAMEL-702. Gert will take a look too. Concurrency issue with camel-saon.
     new dd33191  CAMEL-702: A proposed fix for CAMEL-702. Gert will take a look too. Concurrency issue with camel-saon.
     new 185b32d  CAMEL-702: A proposed fix for CAMEL-702. Gert will take a look too. Concurrency issue with camel-saon. WORK IN PROGRESS!!
     new 3ed2dfa  Do not sleep if delay is 0 or negative
     new 83b170b  CAMEL-702: A proposed fix for CAMEL-702. Gert will take a look too. Concurrency issue with camel-saon. WORK IN PROGRESS!!
     new fe79f22  CAMEL-702: Fixed concurrency issues with XQuery.
     new c1d4205  CAMEL-715: Unit test added
     new 561faab  polished javadoc
     new 3abc6af  avoid NullPointerException if no CamelContext set on an Exchange
     new d0b54b8  added a first spike of a flatpack endpoint for CAMEL-717
     new a4ba010  added support for both fixed width and delimited endpoints for CAMEL-717
     new 2ed69e9  added support for delimited without an XML descriptor for CAMEL-717
     new c0baa1d  added camel-flatpack to the distro for CAMEL-717
     new fa8ff44  CAMEL-719 Applied patch with thanks to Freeman
     new 8044bb2  Fix for IOConverterTest -- it fails in the source distribution
     new 1c94a9c  Fixed the CS errors in flatpack component
     new 524ad84  Fixed more CS errors
     new 0d04b89  CAMEL-721: Log component now hos output options similiar to the tracer.
     new b134179  Fixed failing unit test on Bamboo. And added test method number 1000. Congratiulations Camel you are a grown up project now ;)
     new b4bd9ea  CAMEL-722: Upgrade to Saxon 9.1.0.1 - thanks to Gert for updating the servicemix repo.
     new 16668f8  added support for a FlatpackDataFormat
     new de9406b  CAMEL-724 upgrade to spring integration M5
     new 915816e  CAMEL-718 Applied patch with thanks to Geoff, also fixed some typos of the ftp unit tests
     new 8d5a63e  CAMEL-728 shipped the spring-aop jar in camel bin distribution
     new 89ea1e7  CAMEL-727 Applied the test patch with thanks to William
     new ff4efc7  CAMEL-729 supports to set the consumer.delay etc in camel-spring-integration
     new 03c62c4  CAMEL-730: Upgrade jsch to 0.1.38
     new 2bfc22f  Fixed compiler error after upgrade of jsch
     new 1f1ffcf  Unit test added inspired by user forum
     new 8681c71  polished log4j.properties
     new 2ac753f  CAMEL-732: JMX testing for MBean already registered before registering.
     new f450313  CAMEL-732: Will fallback to non JMX lifecycle strategy if not possible to create such as missing spring-context.jar in the classpath. Then end-users just using camel-core.jar can also use Camel out-of-the-box.
     new c53b813  Added log4j test file
     new 715b3c4  CAMEL-734.  Patch applied with thanks!
     new 7c70e36  CAMEL-463: Some refactorings to the camel-scala component
     new 1d7bfd7  CAMEL-617: Add support for integrating with AS/400 DTAQ
     new f8821bf  CAMEL-617: Add support for AS/400 DTAQ
     new ab845db  Upgrade to Velocity 1.5
     new 2af0a3d  CAMEL-737: Applied patch with thanks to William Tam. Also fixed the same problem for LogFormatter. Polished the message if a spring.jar is needed for the JMX stuff.
     new 877ebe3  CAMEL-736: Better end-user error message for invalid configuration with duplicated http protocol as this component does not require you to duplicate it!
     new cce7c7b  CAMEL-738 applied patch with thanks to Ryadh
     new ca0ab2d  CAMEL-738: Fixed failing unit test on bamboo due to class with port number. Fixed SFTP part as well. However need to improve the unit test to cover the directory store layout as the bug reports
     new 6ad44e9  CAMEL-738: Added unit test
     new d56ce49  Fixed NPE if username isn't set (put null in properties)
     new e8c24ca  FTP port number clash
     new e433ba8  CAMEL-739 set the content type property in the camel transport
     new 96dacd4  CAMEL-741 CamelConduit's should check the TargetReference when creating its instance
     new d0d5995  CAMEL-741 CAMEL-726 added test to verify the WS-Addressing with Camel transport
     new b55f91e  Fixed the CS errors
     new ca9f3b2  Increment version number post release.
     new c377b0a  Added unit test for xpath with headers for wiki documentation
     new a1f4c4d  Added spring based xpath header test
     new 7db359e  CAMEL-747: xpath evaluation of headers ($ notation) now handle missing headers also.
     new a225fa0  CAMEL-715 Fixed the ConcurrentModificationException in ThreadProcessor
     new 9f272e1  CAMEL-715 added a comments in the Camel715ThreadProcessorTest
     new a725639  CAMEL-749: Upgraded xstream to v1.3. Added unit test to verify CAMEL-744.
     new c2c3f90  CAMEL-740: Use canoical classname for log/tracer so we can see byte[] etc
     new 16d8ef2  CAMEL-463: Adding support for a message aggregator
     new 2b0b29f  Reenable the tests in ErrorHandlerTest
     new e4671f5  CAMEL-751 Get the CamelContext ErrorHandler to work
     new 206b3b6  CAMEL-751 Added a unit test of ErrorHandler in spring config
     new f0f7133  CAMEL-751 fixed the spring configuration url error
     new c36b682  CAMEL-746: Applied patch with thanks to Jonathan. Great work man, we always appreciate your effort to keep the Spring DSL up-to-date.
     new 5aff6d1  CAMEL-755. Applied patch with thanks.
     new d15fa83  Removed not used test files.
     new 6dc10cb  Removed empty java file
     new c972271  CAMEL-743 Enabled the BeanMethodWithMultipleParametersTest
     new e3ab083  CAMEL-746: Applied patch no 3 with thanks to Jonathan
     new 9b37f52  Added unit test with custom codec inspired by user forum.
     new cac1619  Fixed javadoc warnings. Added missing package.html. Upgraded to cobertura 1.9.
     new c98cb52  Fixed javadoc warnings.
     new fd6b919  CAMEL-758: SFTP and FTPProdcer - creating remote folders should handle existing folders
     new bfd86ec  CAMEL-654: Introduced exclusiveRead option to camel-ftp. This option is default and fixes the problem that the ftp producer can poll files that is in progress of being written. With this option the ftp producer will wait until the file is finished written and that it can poll it safely. Beware the option is default.
     new 724428c  CAMEL-760: FileConsumer added option consumer.exclusiveRead to avoid polling files that is in progress of being written. Beware this options is default.
     new 3e15936  Fixed failing on Bamboo as it cant stop the FTPServer fast enough.
     new 685cae7  CAMEL-570: Added consumer.deleteFile option to camel-ftp.
     new 955b5a9  ups port number should be in the 200xx range as all the others
     new f9bf17b  Polished camel-ftp. Added missing unit test. Trying to close Apache FTP Server so Bamboo is happy. Better handling of exception thrown during ftp consumer if its stopping etc.
     new d7873fc  Polished camel-ftp. Added missing unit test. Trying to close Apache FTP Server so Bamboo is happy. Better handling of exception thrown during ftp consumer if its stopping etc.
     new 5265a31  Trying to close FTP Server so Bamboo is happy.
     new f517114  Damm you can get cheater by Bamboo, the build logs only displays the camel-core has been tested and it stops after 11 mins. So disabling the failing test on camel-core.
     new c703efa  CAMEL-760: Using java.nio for exclusive lock in FileConsumer
     new 0f0e314  FileConsumer exclusiveRead is now default false. Disabled failing test on Bamboo to get a full green build.
     new 1b339da  Polished exclusive read lock for FileConsumer and FTPConsumer. Not possible to unit test in single JVM with unit test and Camel running on same JVM. See FileLock javadoc.
     new 5ea197f  Fixed some cs errors
     new beba94a  CAMEL-763 fixed the issue of setting ErrorHandler when the jmsAgent is disabled
     new 6f63431  CAMEL-758: ftp producer creates remote folders one-by-one if remote server can not build muti folders at once. Applied patch from Bela. Implemented the same logic on both SFTP and FTP.
     new 54f20ba  CAMEL-763 removed the System.out.println
     new ac536ad  Refactored camel-ftp so the producer and consumer share more code between the FTP and SFTP parts in their common super class.
     new ee4e6c9  CAMEL-764: Added move options for camel-ftp. This commit is only for the regular FTP consumer. The SFTP consumer is pending. WORK IN PROGRESS.
     new be41789  CAMEL-463: Adding support for beans in simple Scala DSL routes
     new d6c450f  CAMEL-765 Applied patch with thanks to William
     new 3d701b3  CAMEL-463: Tests for embedding beans in Scala DSL blocks
     new 6d2c99e  CAMEL-766 patch applied with thanks to William
     new ac3420a  CAMEL-463: Remove warning on type erasure in pattern matching
     new dd3ef64  Added test with domain objects
     new d7e0488  CAMEL-764: Added move options for camel-ftp. This commit is for the missing SFTP consumer.
     new 54eb430  CAMEL-753: Applied patch with thanks to Jonathan.
     new b307b24  CAMEL-522: Loading jars from http for java webstart support
     new 63bb224  CAMEL-768. Applied patch with thanks to William Tam.
     new 4f00827  CAMEL-654 and CAMEL-760: Option exclusiveRead renamed to exclusiveReadLock and is now default true.
     new 9cd4542  added a static helper method to access the current running Main
     new 91d5d5d  CAMEL-773.  Patch applied with thanks!
     new c397752  CAMEL-771: A little better feedback on route mis configuration
     new dcf46b8d CAMEL-767: The file consumer part - still needs the ftp consumers also.
     new d0720f1  CAMEL-463: Getting rid of _. when using Camel languages in expressions and predicates
     new dbb04fe  CAMEL-767: ExcludedName pre- and postfix is now only a single String type. @deprecated the String[] type that is unfriendly for URI configuration. Added more options to FTP consumer that the File consumer has.
     new 90ddc1a  Polished the javadoc of ResolverUtil
     new 652b391  CAMEL-766 patch applied with thanks to William
     new 7f333a7  Fixed the unit test error of HttpGetTest
     new 5080e35  Fixed the CS errors of camel-core
     new 687cf4b  Fixed the CS errors of components
     new ea41436  Fixed the build error of my last commit
     new 452dd36  CAMEL-774: Fixed ResolverUtil to either load using OSGi only or regular classloaders. If not then we can continue to haunt failes loading resources in different osgi platforms.
     new 5540508  CAMEL-776 support to configure the trace dynamically
     new 4c421ba  Get AMQPRouteTest work in my Windows vista box
     new 346c0de  tried to fix the test failed in suse linux
     new bb6f1e3  CAMEL-776 Fixed some typo of Tracer.java
     new 8a22f99  try to fixed the unit test error of the FileConsumerExcludeNameTest
     new 9e71683  CAMEL-779 support to configure the debugger dynamically
     new 68be726  CAMEL-757: Applied patch with thanks to Vadim.
     new b69d52b  CAMEL-778: Added contentType as option to camel-mail. Use text/html to send html mails.
     new c1d1db9  CAMEL-766 applied the patch with thanks to William
     new 5971447  Fixed the CS errors in xmpp
     new 346bf78  Add some print code to investigate the test error in bamboo
     new 8169607  Revert the change of TestEndpointTest
     new be904e0  CAMEL-777: Added wiki example for camel-mail
     new 12a54a8  CAMEL-777: Allow @ in username option
     new 3fa15ca  CAMEL-783: INFO logging for mina consumer so we can see what services camel exposes at startup. Added wiki samples.
     new 649f484  CAMEL-784 Fixed the NPE issue of JmsMessage
     new e8fe3af  CAMEL-784 Added a integration test of jms->cxf->jms routing
     new 2e8b089  CAMEL-784 Added the missing spring configuration file
     new 2c5673e  Reverted the tooling's pom.xml
     new b10659a  Applied the svn properties for camel-core
     new af2e2bc  Applied the svn properties on the camel-jms camel-saxon
     new fbe49a3  Applied the svn properties on camel-flatpack
     new f7ce648  Applied the svn properties on camel-scala
     new bf870b8  Applied the svn properties on camel-spring camel-http
     new db65bcc  Applied the svn properties on camel-ftp
     new f2c7567  Applied the svn properties on camel-jt400
     new 8b33fb4  Try to fix the some camel-ftp components test failure in some linux boxes
     new 7b53cc3  CAMEL-769.  Patch applied with thanks!
     new 6faaa63  CAMEL-769.  Added file missing previous commit.
     new cba0e9a  CAMEL-764: recursive is default false now.
     new 646f166  Fixed the test error of FromFtpToMockTest
     new 2e721ab  CAMEL-786: Added new camel-hl7 component for working with the HL7 protocol (used by health care)
     new 1094c85  CAMEL-786: hl7 renamed package
     new 107c44d  CAMEL-659 applied patch with thanks to Michael
     new 04c3743  CAMEL-788: FileConsumer recursive option is now default false. Polished javadoc on the hl7 stuff
     new 8c56ead  CAMEL-789: Clean up in pom.xml regarding used maven repos. CAMEL-788: Fixed failing tests in camel-spring.
     new 7086628  CAMEL-793: smtp connection without authentication now possible
     new c5d4bb5  CAMEL-633: Applied patch with thanks to Jonathan.
     new a6b8e61  Fixing failing tests on Bamboo
     new c32e4f6  Fixed file consumer skipping lock files. fixed spelling mistake in lockfilename.
     new da51fb8  CAMEL-777: Any To, CC and BCC from the uri configuration overrules any To, CC and BCC from in message headers.
     new 20054f4  CAMEL-795
     new cfbe666  CAMEL-799: mvn dependency:go-offline does not work in camel-scala
     new 9b5271b  CAMEL-801.  Patch applied with many thanks!
     new d40836b  CAMEL-802.  Patch applied with thanks!
     new 1a2db75  CAMEL-766.  Patch applied with many thanks!
     new a75efaf  Marked JettyHttpProducer as @deprecated
     new aa6d1c5  Fixed the CS errors
     new 2c4fe51  CAMEL-804: Added unit test (bug already fixed)
     new c063909  CAMEL-790: Introduced alwaysConsume to FileConsumer so you can consume the file regardless if it hasn't changed since last time it was consumed.
     new 4d45773  CAMEL-94: Optimised FileProducer to handle java.io.File inputs using FileChannel directly than using io streams.
     new 9154931  CAMEL-803: ValidatingProcessor was not thread safe. Added unit test to test this class. And removed a not needed file (0 size)
     new 378e4a3  CAMEL-805: hl7 MSH fields is added as camel message headers for much easier routing etc. Added route unit test with wiki sample.
     new 1d6c378  CAMEL-805: hl7 MSH fields is added as camel message headers for much easier routing etc. Added route unit test with wiki sample.
     new e7fc4cc  CAMEL-805: hl7 MSH fields is added as camel message headers for much easier routing etc. Added route unit test with wiki sample.
     new 7b7c83e  CAMEL-805: hl7 MSH fields is added as camel message headers for much easier routing etc. Added route unit test with wiki sample.
     new 79d2866  Added to DataFormat javadoc that you can mutate the out message to e.g. add headers
     new 8dc7d80  upgraded to spring osgi 1.1.1
     new ec38ed3  CAMEL-628: added wiki sample for jetty wiki documentation. Polished code.
     new 81578cb  CAMEL-806: Introduced isLenientProperties() on Endpoint to allow http based components to run in non strict URI parameter mode, so you are able to add dynamic URI reguest parameters on the URI configured endpoint. This of course also applies for other types of components that needs this kind of behavior. Thanks to Stephan for the unit test to verify the bug.
     new 45b6085  CAMEL-806: Added unit test that I could not commit before
     new 9899631  added first cut at an implementation of CAMEL-810 to add a @OneWay annotation that can be used to determine if methods should be asynchronous (InOnly)
     new c6d4099  added a test case for CAMEL-810 showing that async methods can be invoked without blocking
     new bdafcd8  added a test case for CAMEL-810 showing the use of class, base class, interface and method level annotations all working together nicely
     new b3db54d  CAMEL-811.  Patch applied with many thanks!
     new 5f192f8  tidied up the formatting of the javadoc for CAMEL-810
     new 66fa1c9  added a test to assert the Pattern is correct for CAMEL-810
     new f18a2cc  CAMEL-809 Applied patch with thanks to Jonathan
     new 0a2411a  Fixed the CS errors of the camel-core
     new 1813bf5  Fixed the CS errors in components
     new ad43400  Try to fix the test error of AMQRouteTest
     new 9d053cf  CAMEL-532 Added the checking of service class
     new 98ad71b  CAMEL-812: camel mail headers take precedence over pre configuration. Also now its possible to have multiple recipients in a single string with comma or semi colon as separator char.
     new f95af81  CAMEL-815 support to set the loadBalancerStrategy before the outputs elements
     new fa78383  improved version of CAMEL-810 which uses simpler annotations of @InOnly or @InOut based on Claus's great feedback
     new cab57ba  deleted old annotation for CAMEL-810
     new a4ba51f  added an initial implementation of CAMEL-816 to support @Produce and @Consume
     new cc26ee4  CAMEL-819 applied patch with thanks to Jonathan
     new 80693c3  CAMEL-818 applied patch with thanks to Jonathan
     new 010d5bd  initial spike for CAMEL-817 which shows how to create a CamelContext and wire in some RouteBuilder instances, optionally using a RouteBuilder as a builder of other route builders
     new b0fa045  CAMEL-792: LoggingErrorHandler did not test for exception set on exchange itself and info logging was really logging at debug (copy paste code mistake)
     new 43fdcd0  minor whitespace tidy :)
     new a2fce28  refactored the ProxyHelper class a little to clean it up a bit and to also allow a Producer to be passed in - then added a destroy() to shut down proxies properly when they are completed
     new b1f3b63  sorted in alpha order :)
     new b360838  added an initial cut of a remote JMX provider for ActiveMQ or for other Camel transports
     new b9c630d  CAMEL-826.  Added rollback method to FileProcessStrategy. Fix for null exception passed to handleException.
     new 55b0861  Fixed the CS errors of camel-core
     new 110339d  Fixed the CS errors of camel-hl7
     new 37c1070  Fixed the CS errors of camel-guice
     new 4b498fc  Fixed the CS errors of other camel components
     new 594edeb  set the svn:ignore property on components\camel-guice
     new b66baaa  CAMEL-770 Patch applied with thanks to Jonathan, also Fixed some CS errors of the file component
     new 6e68ae2  CAMEL-821: Added missing option maximumRedeliveryDelay to exception type
     new 66ccaf5  CAMEL-794: Added unit test to verify that problem that apparently already is fixed in Camel 1.5
     new 2edc61c  CAMEL-823: Added hl7 as known dataformat to the builders.
     new 6efe7c1  Added the HL7 DataFormat to the jaxb index
     new c191430  Added missing Boolean to allowed types in JMS headers.
     new 1c591b4  Fixed the CS errors of the camel-core
     new a95bb2e  CAMEL-829 Using MessageContentsList to hold the cxf producer result
     new 912cb6c  CAMEL-731: Support for header and trailer rows in camel-flatpack
     new 5cbfc1e  CAMEL-830: Added option splitRows to camel-flatpack
     new 821e09b  CAMEL-832 Added a test to show how to put the jetty requst into the jms queue
     new f65e3ce  Upgraded to OpenJPA 1.2.0
     new 0010857  CAMEL-723 Added some test case to show the difference of the wrapper and non-wrapper style parameter mapping
     new d8f58da  CAMEL-827.  Patch applied with many thanks!
     new f68030f  Fix typo from previous commit.
     new a39de65  CAMEL-835 update the CXF version to 2.1.2
     new abf9b71  CAMEL-834: Added unit test to try to verifty if there is a bug
     new 657d7e3  Upgrade OGNL to 2.7.3
     new 2fab69b  Needed the caused exception for OGNL expression failure to get the real cause. Also the in and out has been @deprecated in OGNL language as you can not use the shorthand dot notation for in as in is a reserved word. So we deprecated both in and out and you have to use request and response instead.
     new 3f9de92  FTPConsumer exclusiveReadLock is now default false as it would require write perm for the ftp user and this is not always the case.
     new c3eb1be  CAMEL-835 Fixed the CustomerServicesTest failure
     new 0c6e1d8  CAMEL-835 add some comments on the CxfCustomizedExceptionTest
     new 16dc7e3  CAMEL-836 support to configure the multicast with Spring xml
     new e626b43  CAMEL-836 deal with the situation that can't find the strategyRef from the context
     new bbf0b65  CAMEL-723 Added a demo to show how to get the questest parameter easyly
     new 80d7e03  CAMEL-115.
     new 57e828c  Added camel-groovy back
     new ac189be  Fixed the CS errors
     new 37093df  CAMEL-840: IntrospectionSupport to support overloaded setter methods for setting properties.
     new f7aa4e2  CAMEL-621: Introduced FileLanguage for easier configuration of common style dynamic file names on the file component.
     new a73ed3b  CAMEL-621: Renamed class to better name.
     new 22cf351  Use isAssignableFrom instead of == to validat arg type compatibility (used during type conversion).
     new fbc839a  CAMEL-840: IntrospectionSupport to support overloaded setter methods for setting properties. Test for using type converted even for overloaded setter methods. Yes Camel starts to rock ;)
     new 7914745  CAMEL-842.
     new c8b7696  CAMEL-621: Added support for using Date objects from either in or out message.
     new c5a7bb1  Upgrade slf4j to 1.5.2
     new 636ea3a  CAMEL-839: Debug log for no type converter found. Polished javadoc.
     new d4b2adc  Fixed the CS error of camel-core
     new 9779865  CAMEL-839: Debug log for no type converter found.
     new 5cab6a1  CAMEL-839: Changed to WARN log for non internal camel convertions
     new 6cdc18d  Polished javadoc
     new 24ede85  CAMEL-844: BeanLanguage now supports invoking bean that isn't in the regiistry. So you can invoke beans just by the typename (= classname). Also improved the debug/trace logging a bit.
     new 5502aff  CAMEL-841 Upgrade to Spring Integration M6
     new a102bec  CAMEL-846 support to send the response message according to the message's header return address in CamelTargetAdapter
     new d129361  CAMEL-846 clean up the codes
     new 55afb92  CAMEL-846 make sure the header's RETURN_ADDRESS value will be used if the output channel is not set
     new 2eb8a09  CAMEL-845: added firedtime property
     new 95cfbda  Fixed the CS errors
     new b3d8d01  CAMEL-848 Added a check point after configuring the the consumer properties
     new 5d4ad11  CAMEL-845: added firedtime property.
     new 60995e1  CAMEL-847: camel-mina should be exchange pattern agnostic. default behavioir changed: option sync is now true (it is confusing for end users why camel will not wait for a response when its calling a remote server).
     new 6603d2e  CAMEL-393 Enable the test
     new 8d8f0d2  CAMEL-393 remove the System.out.println
     new fe2204a  CAMEL-852: Applied patch
     new 653be2c  CAMEL-853. New camel-ldap component
     new b451ac2  CAMEL-853. Fix package name.
     new 792bb39  CAMEL-393 Fixed the SpringAggregatorTest failure
     new e594ada  Fixed the test failures of camel-ftp
     new c79e2e6  Applied the svn properties for tooling modules
     new 2831c88  Applied the svn properties for camel-core
     new 1eb8bc3  Applied the svn properties for components
     new 9edc001  CAMEL-857: DLC and maximum redelivery fixed
     new ff76b33  CAMEL-782 CAMEL-858 caching the inputStream when taking the message body as String
     new 26078ac  CAMEL-723 using the external binding file to turn off wrapper
     new 5a606aa  CAMEL-853.  Fixed comment, made base dn optional using "ou=system" as default.
     new 65bd653  CAMEL-859: HL7MLLP codec is message format agnostic - ie you can get the data as plain String and do parsing yourself. Added unit test to demonstrate this.
     new 3b1c703  Upgraded to felix osgi 1.2.0
     new a085a83  CAMEL-850: camel-mina should preserver headers. Added missing svn:ignore to folders
     new c126d87  CAMEL-867 Added a test to show how to handle the holder parameters for the camel-cxf producer
     new 386fc8c  CAMEL-850: added unit test
     new 0318929  CAMEL-794: error handler and thread() type
     new 6cbeca4  CAMEL-867 fixed the test of CxfWsdlFirstProcessorTest
     new 24343aa  CAMEL-860: Polished code
     new ac9da45  CAMEL-855 applied patch with thanks to Jonathan
     new 42309a4  Fixed the CS errors of camel-core
     new 220f068  Try to fix the AMQPRouteTest in Windows box
     new aa632c6  CAMEL-520 Enable stream caching on DeadLetterChannel by default
     new d3aec80  CAMEL-520 Enable stream caching on DeadLetterChannel by default
     new cc1e8d0  CAMEL-520 CAMEL-782 CAMEL-858 clean up codes
     new f1ce634  CAMEL-463: Adding STryType for try-catch-finally processing
     new 3de721c  CAMEL-860: improved unit test to verift that original caused exception is on the exchange that the DLC handles
     new 5e0036d  Polished javadoc. Added unit test for sending object with jms
     new 1667b33  CAMEL-871: Added missing dataformat types for marshal and unmarshal xml types. Added unit test based on end-user.
     new 1472fec  Upgraded to XMLBeans 2.4.0
     new 921c64b  CAMEL-831, CAMEL-616: Added flatpack writer to camel-flatpack for the dataformat. Improved the dataformat with the marshal operation as well.
     new f4a55c5  CAMEL-616: Flatpack dataformat registered
     new 616f9ab  Fixed failing unit test and fixed spelling
     new 6358050  CAMEL-794: Prepared unit test to demonstrate the bug
     new f31708b  Upgraded to easymock 2.4 and removed duplicate slf4j in pom
     new c909245  Don't download the JavaDoc when setting up the eclipse files by default
     new 2d7d572  Fixed the CS errors
     new f0518fd  CAMEL-873 CAMEL-400
     new e57bc06  CAMEL-463: monitor-handle-ensure becomes attempt-handle-ensure
     new d2f422b  CAMEL-873 CAMEL-400 cleaned up code and fixed the camel-jms build error
     new a1c65bd  CAMEL-851: camel:dot now also supports configuration of where the spring xml files is located (applicationContextUri, fileApplicationContextUri)
     new 3c9c3567 CAMEL-873 send the exception back to the client
     new f513475  CAMEL-873 Fixed the test failure in camel-mina
     new c35c800  CAMEL-463: Adding support for handling exceptions in the RouteBuilder
     new ce68644  CAMEL-859: Added configuration for start and end bytes. Added flag to disable the \n to \r convertions. Based on end user feedback, thanks Marek.
     new 2866147  CAMEL-463: Trying to get rid of classOf() for specifying types
     new 1928975  CAMEL-400 Added some unit tests also get the commented CAMEL-381 test work
     new 8b54f0b  CAMEL-874 Add seralizable checking on the MinaPayloadHolder to make sure the MinaPayloadHolder can be seralized by Mina
     new fcdb8d2  CAMEL-874 Polished the codes with the Calus's comment
     new 56a8a7f  polished code
     new 2e63d78  CAMEL-874 Fixed the typos
     new c850c11  CAMEL-460 added the <intercept> tag under the <camelContext>
     new 10e3e94  Upgraded to jruby 1.1.4
     new ae2a5ee  CAMEL-877: http request parameters copied to the exchange.in.headers.
     new 8df574c  CAMEL-877: http request parameters copied to the exchange.in.headers.
     new 203996c  CAMEL-875: Expression tokenizer should support streams
     new 7ad8f2d  CAMEL-400 getting the property with the type class paremeter
     new 70b4793  Fixed the cs errors
     new fa9b67f  Revert the SpringInterceptorTest.xml change which should not be committed
     new 7b43457  CAMEL-855 applied patch with thanks to Jonathan
     new e12fa32  CAMEL-878 applied patch with thanks to Jonathan
     new c2a9db9  CAMEL-880 fixed the ScriptBuilder's always ensuers the outMessage is not Null issue
     new fefae7f  Fixed maven convergence and polished javadoc goal
     new 1284235  CAMEL-791: polished camel components for wrong osgi settings. Upgraded to newer jars. Added camel-1.4.0 to spring schema files. Deleted swing component in camel-uface.
     new 2984ae9  CAMEL-791: Added missing license
     new 9d23b5a  CAMEL-601: Added camel-example-axis with a tutorial on how to use Camel with Axis and the web application deployment model.
     new 8ff2207  CAMEL-791: added missing license
     new 566b8a9  CAMEL-881: codec option fails if not possible to find i registry
     new 581bd4b  CAMEL-794: Refined ThreadType for two issues - configured children should also inherit route builder - direct setting errorHandler on ThreadType is not supported as it does not work as end-users might expect when they build the route using the fluent builders.
     new 1bb4a36  CAMEL-882 Applied patch with thanks to Bela
     new dae21e4  CAMEL-299: camel-jms now converts File, Reader, InputStream and ByteBuffer to javax.jms.BytesMessage instead of ObjectMessage
     new ac28430  CAMEL-813: Added missing setter
     new 9270775  CAMEL-813: Added missing setter
     new 60b3d9c  CAMEL-876: part 1 -- return a Scanner/Iterator from the Expression instead of the entire List at once
     new dc7856e  CAMEL-876: splitter() should support batch for large file handling
     new 7eee927  CAMEL-876: added streaming() to the splitter DSL to send messages on the fly as the data becomes available
     new 782e6a2  CAMEL-887 - Update to release version of Google Guice
     new 6d7cb24  added a first spike of camel-rest to make it easy to expose a CamelContext as a number of RESTful resources
     new fc26952  fixed the build after the previous patch for CAMEL-888
     new 7a81f42  added some unit tests for CAMEL-888
     new 3c39e38  CAMEL-889 - Pulling out non platform specific descriptor elements into a common descriptor.
     new 04ea912  Upgraded to newer version of iBatis
     new fca9c12  Upgraded to newer version of Derby. Polished README
     new e787d32  CAMEL-889 - Get around the maven assembly bug by using a wildcard.
     new bda4db2  CAMEL-706: TransactedErrorHandler only supports delay. @deprecated options not supported.
     new 6e8e544  Small source improvements I've had lying around for a while.
     new 086e021  CAMEL-706: Updated wiki
     new 36f9116  Unit test to demonstrate how to split using seda based on end user request on camel user forum
     new e2657b2  Added snippet for wiki
     new 9d19f91  improved unit tests for CAMEL-888 along with a basic HTML view as well
     new 00c5bff  added missing jaxb type
     new 13a7609  added basic HTML and XML/JSON rendering
     new 008ac13  fixed failing test case
     new e294d2e  CAMEL-890: Skip leading slashes for lookup name.
     new 966abb8  Added test for extracting a piece of an XML message and setting it as the out message.
     new 43cb361  CAMEL-700: Formatting of tracer can now be configued in spring xml. Just add a bean with the id traceFormatter and set the options.
     new efd931b  Fixed the CS error of camel-example-axis
     new f3a2841  CAMEL-892 Added an integration test to show how to let jetty and jms component work with InOut message
     new 51a7b39  Fixed the CS errors
     new a392a79  CAMEL-885: Default behavior of ProducerTemplate changed. Will now throw CamelRuntimeException if processing of the exchange failed. Will return FAULT if any exists. Otherwise either IN or OUT as before.
     new 0c9c4e8  Upgraded ApacheDS to 1.5.4
     new 8b73f4a  CAMEL-891: Upgraded to ftpserver 1.0.0-M3
     new 9d32435  CAMEL-894: camel-ftp now throws FTPOperationFailedException, for failing operations. All operations should succeed before the consumer will process an Exchange.
     new aa9ef82  Fixed the CS errors in camel-core
     new 4b69ba6  Fixed the CS errors of camel-jms
     new 2b27f60  Fixed the CS errors of camel-jetty
     new 703e237  Fixed the CS errors of camel-rest
     new df9cc6f  Fixed the cs error of other components
     new 04e2521  CAMEL-897: New option FTPClientConfig for camel-ftp (regular ftp, not sftp) to allow end-users use a custom config to set FTP server date format, timezone etc.
     new 53f01c1  CAMEL-897: better logging when using anonymous
     new 0a74581  CAMEL-585: Fault message is now supported by camel-jms. Will return FAULT message if the exchange contains it.
     new 192b14a  CAMEL-900 added a SOAPMessage to String convertor
     new 05176f6  Fixed the test error of CamelContextResourceTest
     new f07b4b6  CAMEL-885 add a try catch in the ExceptionHandlerTest because the exception will be thrown from the ProducerTemplate
     new 165e284  CAMEL-876: Use iterable for splitting large payload together with parallel processing
     new 36ec164  CAMEL-902 throw the exception if we can't find the right type class in ConvertBodyType
     new ea61a17  CAMEL-876: splitter() should support batch for processing large files
     new 3258705  CAMEL-899: Wrapping as RuntimeCamelException uses static wrapper method to avoid double wrapping. Polished javadoc. Fixed spelling.
     new bee61f5  CAMEL-876: Fixing concurrency issue (hopefully)
     new 72b3b82  CAMEL-903: timestamp checking for new ftp files to download is disabled by default now. Its not reliable across FTP servers. Clocks for client and server could be out-of-time and FTP servers only return time as HH:mm not with seconds. Timestamp check will be removed in Camel 2.0
     new 57ada90  CAMEL-871 - Adding dataFormats element under camelContext.
     new c808bf7  CAMEL-871 - Update jaxb component test to use new dataFormats element
     new 8e8b04a  CAMEL-886 - Removed requirement for contextPath attribute on jaxb dataformat. This lines up the Java and Spring DSLs better.
     new b24be82  Fixed the CS errors
     new 8e8c25c  Fixed the unit test error of CountingLatchTest
     new 619114e  CAMEL-904 clean up the camel-script pom
     new 19f22e1  CAMEL-906: Fixed requestTimeout for JMSProducer
     new e5ec47d  Fix incorrect comment
     new 6520cf8  CAMEL-909: added option consumer.timestamp to have same option as camel-ftp. Marked code for @deprecation. Removed unused import.
     new 1a4d0f8  CAMEL-912 applied patch with thanks to Mike
     new 8729470  CAMEL-910 some code improvements which base on the suggestion of Claus
     new b478b14  CAMEL-910 updated the comment for the load-broker wiki
     new 61a98d0  CAMEL-910 Added comments for parallelly processing
     new 990a3de  Add missing uface repository
     new 57a3bd8  CAMEL-914: camel:run should NOT add test-classes to classpath
     new 21cde38  CAMEL-917 don't catch the exception in the CxfProducer process method
     new 46a99c0  CAMEL-917 Added noErrorHandler for the CXF router, so router will not redelive the request message when it gets the fault message
     new 41370e2  CAMEL-914: camel:run should NOT add test-classes to classpath. Added INFO logging of the classpath resolved just as jetty:run does
     new 25c929e  CAMEL-640: Added Delayer (interceptor) to slow processing of messages down so you can watch what happens nice and slowly.
     new b1a9b01  CAMEL-640: Added Delayer (interceptor) to slow processing of messages down so you can watch what happens nice and slowly.
     new 31ccb4f  Change port numbers to get around failure when other registries are running.
     new c4e383f  CAMEL-501 - Save exception thrown on poll() and thrown it on shutdown.
     new c897e6d  Fix for failing test due to expected exception.
     new a10f570  CAMEL-300.  OSGI to exclude deps.
     new 5d73159  Fixed the cs errors of components
     new 85c1f4a  CAMEL-921 skip the bundle URL for the non-osgi classloader. Also add the ASF headers for Delayer and DelayerInterceptor
     new 1d60aa6  CAMEL-922.  Use dependency on geronimo-jpa spec instead of persistence-api.
     new 730cd46  CAMEL-923 - Add setProperty into the Spring DSL
     new 3cb9ccf  CAMEL-920: File and FTP consumer only performs file name matching on files and NOT directories
     new b0af56b  CAMEL-907: Moved XPathLanguage to new package. Using non @deprecated assert mock method. Added simple language unit test.
     new 7ee96c3  CAMEL-925: file consumer throws IOException if rename or delete consumed file failed
     new a2761a4  CAMEL-919: Removed unused routes. setRoutes not supported on CamelContext yet. Polished javadoc.
     new 3a0f980  CAMEL-926: beanShell added to script builder and fixed groovy unit test
     new 0078155  CAMEL-926: beanShell added to script builder
     new 1751d47  CAMEL-926: Added beanShell as expression so we can use it just as all the other languages.
     new 0fe221b  Fixed the CS errors of components
     new 7805ac5  CAMEL-919: Reverted back the routes, that is used by BAM. Thanks Willem.
     new 090d780  Fixing a timing issue in the threads for the CountingLatch
     new 1abc8a8  Added one comment for the Camel transport example, also fixed the CS errors in camel-core
     new f176de9  CAMEL-927: Added unit test to try to reproduce the issue reported. Polished javadoc.
     new e3c3f30  CAMEL-126: provide a synchronous dispatch for the stream based resequencer
     new f18a009  CAMEL-926: Upgraded to bsh 2.0b5
     new c046182  CAMEL-126: Fixing StreamResequencer.doStop() -- stopping services correctly
     new 65aa350  CAMEL-928 added property Exchange.AGGREGTED_COUNT
     new d0cf8db  CAMEL-932 - Added removeHeader, removeOutHeader, removeProperty to Spring DSL. Still need to add test for removeOutHeader.
     new 7bc9b14  CAMEL-325.  Support for loop.
     new 15988d2  CAMEL-934 added the https description file
     new 41f7aab  Fixed the CS error in camel-core
     new 4a51150  A bit of minor code cleanup.
     new db0a26b  CAMEL-931. Changed some defaults for camel-mail configuration to be more sensible
     new 23de828  CAMEL-932 - Remove removeOutHeader from the Java/Spring DSLs.
     new bf79785  Removing removeOutHeader from jaxb.index
     new 72389f8  CAMEL-325.  Added xml parse test.  More test cleanup.
     new 3af86b7  CAMEL-325.  File missed in previous commit.
     new 974fcbe  Dependency fix and minor cleanup.
     new d73c7c4  CAMEL-325.  Added Spring test.  Added logging for iteration count.
     new 1919118  CAMEL-325.  Add test for invalid expression and loop count/index properties.
     new 109182d  CAMEL-936.
     new 860e860  Minor test fixes.
     new 9acd597  CAMEL-84.  Exception on TypeConverter not available.
     new d3c3b57  CAMEL-84.  More fixes.
     new 9b07fcc  CAMEL-716 better logger information for the NoClassDefFoundError
     new a4b8403  CAMEL-930. Partly done: Moved stuff from file language to simple language. Fixed broken unit test in CAMEL-84. Polished code.
     new a9e4417  CAMEL-84.  Minor changes.
     new 4368e70  CAMEL-84.  Fixed broken components.
     new 51d2969  Fix build error.
     new 5c8c8c0  CAMEL-807 use fault message to store the response when the response code != 200
     new f348b58  CAMEL-84.  Fix javadoc.
     new cf53c42  Remove weird import from previous commit.
     new 5fff3d3  CAMEL-325.  Fix for documentation consistency.
     new c03fd5d  CAMEL-325.  Fix snippet markups for documentation.
     new 55778d7  Clean up the camel-itest
     new 0f65b01  Added the the missing files of my last commit
     new 810fc6b  CAMEL-938 Fixed the issue of current snapshot kit don't include the manual doc
     new 9954d99  Deprecating ProcessorType.trace
     new 88b2b47  CAMEL-939 - Fix compile error on AIX
     new 913e8eb  CAMEL-939 - Fix another compile error on AIX
     new b3e925c  CAMEL-940: Added ibatis scheduled polling consumer example
     new 8474770  CAMEL-930: File language is now using headers for file information (instead of relying on java.io.File) to support other file based component such as FTP.
     new 9ec50b9  CAMEL-941: camel-ftp now also supports expressions using file language to set dynamic filenames.
     new b84032a  Fixed the CS error in the camel-core
     new b22dd32  CAMEL-942 Fixed the test failure of FileRouteToJMSTest
     new 7a082f6  CAMEL-943 HttpProducer will throw exception when it gets the 3xx, 4xx, 5xx status code
     new cd9b21b  Applied the svn properties in camel-example
     new bf438dc  Applied the svn properties in camel-core
     new 091ae6c  Applied the svn properties of camel components
     new 07eb25e  changed to use body(String.class) instead of bodyAs based on comment from end-user.
     new 54a2a0e  CAMEL-927: Added unit test with multiple from in the same route
     new 4e591f6  CAMEL-927: JMX route interceptor should handle routes with no output = no processor
     new 431771e  CAMEL-927: JMX route interceptor should handle routes with no output = no processor
     new 2e43ef8  CAMEL-126: Applied patch no 3 with thanks to Martin Krasser
     new 0a9fe9f  CAMEL-944: tracer more easily configurable. new option to skip interceptors (default) to avoid tracing DeadLetterChannel interceptor that is just confusing
     new d53efac  CAMEL-944: Added spring example how to configure the tracer.
     new ed04d8c  CAMEL-945: Added logName option for Tracer
     new 425051e  CAMEL-939 - Seems that XPathTest.testUsingJavaExtensions was supposed to be ignored if Xalan was not on the classpath. I'm changing the test so that it is ignored correctly in this case.
     new d0c885d  CAMEL-745 - deprecate exception in favor of onException
     new 81d399b  CAMEL-907 - Adding tests for the custom xpath functions. Also removed the out-body and out-header xpath functions that were supported on the default namespace as these could never be triggered (xpath requires a NS prefix for a custom function). Instead of these use out:header() and out:body().
     new c2a7d64  CAMEL-945: tracer option level renamed to logLevel to be alligned with logName.
     new 070fb01  CAMEL-939 - Skip the build of camel-spring/rest when IBM's JDK is used
     new 34174de  polished javadoc
     new bf794cf  CAMEL-907: Added more spring xml samples for scripting languages
     new aeaf65d  CAMEL-907: Added beanshell spring example
     new 8f13f0e  CAMEL-939 - Get CXF tests working on AIX.
     new 280eece  CAMEL-907: Added any language spring example
     new 3b4f5d6  CAMEL-939 - Fix csv test that fails on slower machines sometimes.
     new e8bffb6  Add unit test for Wire Tap
     new a4122a9  added error handler with mock unit test based on user forum trouble
     new 6841bba  added error handler with mock unit test based on user forum trouble
     new e15dd9c  CAMEL-84 - Update ConvertBodyProcessor to use new error handling scheme. This was causing ArtixDS tests to fail.
     new b047e5e  added better tests for the REST support
     new 7eaf9aa  CAMEL-950: @deprecated beanshell as scripting language supported in DSL. You can use it using it the generic scripting DSL.
     new abe9ea0  upgraded to newer jersey
     new 26057da  CAMEL-907: Added unit test for bean binding with injected expression annotations
     new 1722cef  Polished code
     new 94e02ef  added an initial implementation of CAMEL-953
     new 97722db  added a @MessageDriven test case showing the use of the @RecipientList for CAMEL-953
     new a0ec5b3  CAMEL-939 - Get the camel-spring and camel-rest tests running on AIX.
     new f9951e8  Putting in some descriptions for our archetypes (this shows up in the m2eclipse tooling). Comments/changes to these welcome!
     new 52f3335  CAMEL-955
     new 9824bdc  Fix frigging tabs.
     new 374720a  CAMEL-865.  Improve mbean naming for jmx.
     new 5dea02b  tidied up the javadoc and added links to the bean integration
     new 12e531f  further improvements in the javadoc
     new b256d0b  tiny format improvement
     new 7e6607b  fixed up javadoc warnings for CAMEL-956
     new 1e64153  added links to camel-core in javadocs
     new 4251cf5  Update archetype descriptions.
     new 933c51c  CAMEL-957 - Get camel-spring and rest tests running on HP-UX.
     new 415212d  CAMEL-955.  Deprecated singleton endpoint apis in CamelContext
     new e139012  added a fix for CAMEL-959 so that InOut uses non transacted by default unless explicitly enabled via the transactedInOut property
     new 7d9f1f7  CAMEL-958: Fixed wrong multicast example. Polished code. Added some more xpath tests based on user forum.
     new 5396e19  Fixed the CS errors of camel-core
     new 3bd5d7a  CAMEL-877 only set the parameters into the header when the request is GET
     new fa1228f  Fixed the CS errors
     new 97e8ebf  Fixed the build of camel-http
     new a9f585a  Fixed the test error of JettyContentBasedRouteTest
     new 1e66f7b  CAMEL-958: wiretab examples should use multicast to stay in line with the EIP pattern as the exchange should be sent as a fixed recipent list so the wiretab is independent on the ultimate destination.
     new d50eb8d  CAMEL-877 added an integrate test
     new 2d8b9ba  CAMEL-463: Adding idempotentconsumer support
     new eca3766  CAMEL-951: Aggregator EIP improvements: added unit test. easier configuration of aggregator collection. added out batch size option to batch processor. AggregatorCollection is now an interface to let end-users provide their own implementation. Polished javadoc.
     new 16321f5  CAMEL-951: Polished code
     new d96d498  CAMEL-951: little change required to make it compile with Java 6
     new f27d133  Remove the Thread.sleep that was causing this test to fail on slower machines.
     new 492fd11  fixed unit test on Bamboo
     new 9de5e54  CAMEL-965: When camel-osgi is on the classpath but camel is not used in an OSGi context, camel-osgi behaves badly
     new 51221fd  CAMEL-951: Added unit test for custom aggregation collection. Fixed problem with logging the collection as it could cause a side effect of calling the .iterate() method on aggregation collection twice.
     new b1bd9b0  Fixed the CS errors in camel-core and tried to fix the test failure in slower box
     new 32cff78  CAMEL-403
     new 6d7932b  CAMEL-967 fixed the test error of IBatisRouteTest
     new 4d3362a  Try to fix the test failure of AlbertoAggregatorTest
     new 76f221b  CAMEL-970
     new 970ba24  CAMEL-865.
     new 1581a2b  CAMEL-951: Builder must be public to let the fluent builder works.
     new 870ccfe  CAMEL-951: BatchProcessor using TRACE logging for polling
     new 09cbd6a  CAMEL-865
     new fecee84  CAMEL-969: setRoutes is considered for @deprecation.
     new ab45237  Add profile id so it can be activated explicitly.
     new 260f4f5  Add profile id so it can be activated explicitly.
     new 02178a1  CAMEL-964. Applied patch with thanks. Fixed spelling.
     new b613e85  CAMEL-961
     new c99b0fb  CAMEL-861.  Minor change to replace deprecated api.
     new d8a5034  CAMEL-960
     new 71e3439  CAMEL-960: fixed boolean not used CAMEL-901: added unit test for looking into this rare issue polished code and fixed wrong wrapping of exceptions
     new b9b3cfa  CAMEL-976: Added example for new handled policy for ExceptionType. Polished code. Added handled(Expression) DSL. Added OFF logging level.
     new 92e82da  CAMEL-978: Added type converters from Mail Messages to InputStream
     new 23a9b20  CAMEL-979: File language supports constant expressions so you can enter fixed filename
     new c40ffcf  CAMEL-463: Adding setbody to the DSL
     new 67c703a  CAMEL-973: Partial solution -- avoid unnecessary conversions to StreamCache
     new 54568e2  CAMEL-973: Thanks to Claus for noticing the copy/paste error
     new 23e087c  CAMEL-463: Adding support for setting a header from a route
     new 9a02827  CAMEL-968. Applied patch with thanks.
     new 3c1a316  CAMEL-981. BeanProcessor clean in try .. catch.
     new 117fbb5  Fixed unit test failing on Bamboo ocationally
     new 8cec892  improved the Guice support to work nicely with GuiceyFruit and provide some useful base classes which use the new Guice 2.x features such as nice @Provides methods to create custom route builder instances (or collections of them)
     new 171f199  fixed minor javadoc description
     new 173c510  CAMEL-983: BeanInfo considers overridden methods when selection method. Polished unit test.
     new 8568707  CAMEL-973: Just a test case to show an XPath CBR in Camel
     new 40f8ffc  CAMEL-901. Workaround. ObjectHelper now also tries if the value is a boolean true|false, fixes the new handled(false) DSL not working before.
     new 5a905a6  CAMEL-983: Reverted until I get the camel-spring working as well.
     new b4ba955  disabled failing test for https://issues.apache.org/activemq/browse/CAMEL-988
     new 276a1d6  added a refactor of the Main in camel-spring so that it can be more easily reused in other contexts; such as when using Guice to perform IoC of Camel for https://issues.apache.org/activemq/browse/CAMEL-989
     new e573c95  added a test case for https://issues.apache.org/activemq/browse/CAMEL-989
     new ef9fc8f  added better logging
     new 12c1e8d  CAMEL-983: revert to not break unit tests in camel-spring
     new 93997b8  CAMEL-983, CAMEL-988: Finally got it nailed.
     new 2302b03  CAMEL-986: Upgrade to jsch 0.1.40
     new 9650950  CAMEL-843: Upgraded to Quartz 1.6.1
     new 3eff935  Fixed the cs errors of camel-core
     new a91a100  Fixed the cs errors of camel components
     new 2841565  CAMEL-843: Upgraded to Quartz 1.6.1
     new d168f1f  CAMEL-991 - Allow for overridden mainClass in camel:dot.
     new f2f58ce  CAMEL-992: Added missing event component
     new 82e5cb0  switching to guiceyfruit release
     new d4b2e3e  CAMEL-980: Should close stream during unmarshal in case of exception then eg a file stream is open and the file can then not be deleted.
     new 7d178cb  CAMEL-980: Closing created resources after usage in the data formats
     new 2296ca3  added an early spike of CAMEL-820 showing an example of using JMS and Camel using Guice as the IoC container
     new ba8a8b0  CAMEL-995: endpoint event is renamed to spring-event
     new 4bb667f  CAMEL-994: ApplicationContext should be set
     new 76a35f3  CAMEL-993: Added unit test
     new 5925c17  All model toString() is now aligned
     new 5b3e9be  Upgraded SLF4j and added svn ignore to guice example
     new dfb08fe  CAMEL-997: HttpProducer reworked how either GET or POST is select to be used.
     new ec884df  CAMEL-393: Throws exception if route is now configued properly. CAMEL-998: Check for camel context provided in start() as well.
     new 88d277d  CAMEL-999: Allow Scala RouteBuilders to be discovered from the classpath
     new b4a41df  CAMEL-742: Maven archetype for creating a Scala DSL RouteBuilder
     new dc2c703  Apply the svn properties to the new created files
     new 1fba0d0  CAMEL-939 - Fix unit test that fails sometimes on slower machines
     new 2f51d27  Updated the README.txt and pom.xml in the camel-example.guice-jms
     new 483658c  Upgraded Spring OSGi and http core
     new 826558f  polished javadoc
     new c3c35a5  tidied up the comments of the Guice JMS example
     new 18e07e6  Fix typo
     new e546b09  added an initial spike of CAMEL-1009 so you can easily run a Guice based camel program via 'mvn guice:run'
     new 4c3b61f  fix for CAMEL-1010
     new c851443  a few more fixes for CAMEL-1009
     new 3bf8478  CAMEL-1003: seda consumer will put message back on queue in the rare cases it was stopped while it polled an exchange (to not lose it). Added unit test to demonstrate this (based on end user wanting to stop consuming from a seda queue)
     new e9bb804  tidied up the rendering of a bean reference in the DOT files for CAMEL-1011
     new e244e93  added an extra constructor
     new a20b902  added better tostring...
     new 8e2dfbd  refactored the test cases to reuse code and avoid explicit lifecycle usage (and a double-start issue)
     new 57109d3  CAMEL-1003: fixed stupid mistake
     new 7a90cb8  CAMEL-1001: onException now supports setting handled as a boolean
     new 02a9e35  CAMEL-1013: Applied patch with thanks
     new 55084c9  initial refactor to more easily support CAMEL-1015 by reusing most of the same code
     new 1a46805  CAMEL-1001 - Add support for all expression languages in the handled element of onException
     new b3098ec  CAMEL-1012 - Change RedeliveryPolicyType to use attributes instead of sub-elements - its much cleaner
     new 61d15eb  CAMEL-1016 - Rename applicationContext shorthand so it actually works
     new 0c247ae  CAMEL-1013 removed the casting to SendProcessor with thanks to William
     new 0c507b8  CAMEL-901.  Patch applied with thanks to Claus!
     new ef71f1c  avoided bad spring dependency in refactor for CAMEL-1015
     new ecb4315  minor code improvements to ensure no null pointer exceptions and slight improvement in boolean branching to avoid double expression testing
     new b578468  first cut at implementing injection for CAMEL-1015
     new ddb6445  Fix copy n paste error
     new a4c5847  Fix compile error
     new 284e1f8  CAMEL-1014 - Add generic type for an expression as a sub element
     new b324010  Change wording of exception message
     new b446257  added support for CAMEL-1015 with tests showing @EndpointIjnject, @Produce, @Consume all working with guice
     new fe7339f  CAMEL-883 updated CXF version to 2.1.3
     new 881332f  CAMEL-990.  Patch applied with many thanks.
     new 258cd2d  CAMEL-990.
     new 22a1767  CAMEL-990. A bit of refactoring to simplify code.
     new 9be59d4  Fixed a bunch of CS errors
     new 633dc87  added a factory method to make it easier to create an annotated set of classes for XStream : see http://www.nabble.com/Xstream-marshalling---Alias-tp20089956s22882p20130279.html
     new 3ad78c9  upgraded the guice tests to the latest guiceyfruit testing framework
     new 5d27a1d  CAMEL-939 - Depend on ApacheDS version that actually works on IBM's JDK
     new 248e36e  CAMEL-1020 Added the correlation of request and response example for the loan broker
     new 7d97070  CAMEL-1023: camel:dot now draws pipeline correct. Also added labels for choice, filter and when.
     new 6556172  CAMEL-1021: polished examples
     new 291c815  CAMEL-1021: fixed examples
     new 2745016  CAMEL-1021: fixed examples
     new 7a2bf9f  Polish the examples' README.txt
     new 4d0d007  CAMEL-1021: Fixed the xquery example
     new 8a6c007  CAMEL-1021: fixed examples
     new f71ff9a  Add helper method to grab non-singleton endpoints.
     new 15f8654  Fix case where type conversion is required in bean method selection
     new def817e  Fixed the CS errors
     new 1714f90  Polished the README.txts in the examples
     new 31859ac  CAMEL-1027 Fixed the ConvertBodyType toString issue, and added a convertBodyTo(String) method to the ProcessorType
     new 6a69c72  Added better wiki documentation for aggregator.
     new 04c2a72  CAMEL-1029 Added  a test to verify the configuration of the schema vaildation
     new f224542  CAMEL-939 - Disable ruby script tests on IBM JDK. See JRUBY-3073 for more details. I didn't disable ruby scripting in the runtime just in case a future jruby dependency fixes the issue (basically didn't ewant to cripple camel is any way).
     new 8a7842e  Removing -verbose option to codegen plugin as it was giving a "Duplicated option: verbose" error. The plugin is run in verbose mode so maybe it is in this mode by default.
     new b2c5858  CAMEL-939 - Fix cxf codegen plugin error with IBM JDK
     new 3fb596d  Removing stuff I didn't mean to check in
     new 758c454  Changing test port that conflicts on some systems
     new fbb9c96  CAMEL-122: Enabling Spring tests for Camel error handling
     new a752f4c  Remove println call.
     new 9ea7b7b  added a fix for CAMEL-1033 making it easy to create a JMS MessageListener for processing by Camel - along with helper methods to make a Processor from a ProducerTemplate
     new 2e7c90a  CAMEL-1036 - Adding retriesExhaustedLogLevel and retryAttemptedLogLevel methods on onException.
     new 60e3142  CAMEL-1034 - Fix issue with the StreamResequencer. Many thanks to Martin Krasser for providing the patch for this!
     new 122de84  CAMEL-1036 - Adding Spring test case and improving some javadoc
     new 850849b  Polished javadoc and removed unused import
     new b0d2d0d  Upgrade version after the 1.5.0 release.
     new a9bb9a2  CAMEL-1039 - Adding support to trace out messages.
     new 8d35b07  CAMEL-1039 - Fix wiki snippet tag
     new 4147efe  CAMEL-1039 - Adding Spring test case for the new tracer configuration options
     new 702a1ed  CAMEL-507.  Remove generics for Expression, Predicate and Language.
     new 29ccaa2  Fixed the cs errors
     new 6da4ab6  CAMEL-1044: Added passive mode support for regular FTP CAMEL-1045: Upgraded to commons net 2.0
     new e3bbafe  Align trace formatter
     new 9ccd57f  CAMEL-1050: Upgrade to Spring 2.5.6, and testng 5.8 as well.
     new 6930ab6  CAMEL-1051 Get HandleFaultProcessor to work with AsyncProcessor
     new 0aa5873  CAMEL-1052 Better toString method for the child class of DelegateProcessor
     new ea371b7  CAMEL-1049 Applied patch with thanks to Andreas
     new 073a062  CAMEL-1053 upgraded spring-integration to 1.0.0.RC1
     new 368b89d  CAMEL-1053 using the ObjectHelper.wrapRuntimeCamelException to wrap the exception as claus suggested
     new 852f2c3  CAMEL-502: Removed spring-jms code that was marked as @deprecated in Spring. Also removed some methods marked as @deprecated in Camel. Do NOT backport this to Camel 1.x branch.
     new 73feff8  CAMEL-1040 - added configurable thread pool parameter to splitter
     new 3317214  CAMEL-947 - align Spring and Java DSL syntax for method calls
     new 5efb6ff  CAMEL-1038 - add support for a custom aggregation collection in the Spring DSL
     new 705a3ff  Add wiki snippet tags
     new cbb68c0  Update method calls in camel-velocity I missed before
     new f8beade  CAMEL-630.  Patch applied with many thanks to Clayton.
     new af341bf  CAMEL-1056 Patch applied with thanks to William
     new d884acc  CAMEL-822 added JSON data format support
     new ce1ee78  CAMEL-822 a quick fix of jaxb.index and javadoc issues
     new 8648d90  CAMEL-822 updated the jaxb.index file of dataformat
     new 6f40e73  Removed deprecated misspelled api.
     new fa1c309  Upgraded to jruby 1.1.5
     new 3480d328 Marked a not used class @deprecated. Removed if .. else that was the same code.
     new 21161e0  CAMEL-1058 fixed the HandleFaultProcessor's bug
     new 428905c  Polished code. Removed unusued imports. Fixed a few inspections reported by IDEA of not used code.
     new ae064c4  CAMEL-1057: out should only be set on query context if out != null. Applied patch with thanks to Balazs.
     new 57b92fb  CAMEL-1038 - Made the expression bit optional in aggregator as you don't need it with an aggregation collection. Won't be moving this to 1.x.
     new 90941c5  CAMEL-1018 applied patch with thanks to Balazs
     new c2bad9b  CAMEL-1061 - removed several deprecated bits
     new 88e8ab9  Fix up broken build
     new 2cf9f9f  CAMEL-1061 - Some more changes related to the initialRedeliveryDelay rename... also re-enabled ObjectConverter method since it enlists in Camel's type conversion (i.e. its very useful)
     new d022898  CAMEL-1062.
     new d7fa5fb  CAMEL-1061 - Removing more deprecated stuff
     new 2a9e2ff  Remove unused import that was breaking the build
     new aea067a  Throw IllegalArgumentException instead of RuntimeCamelException.
     new aac268c  CAMEL-656: Polished log component.
     new 4017506  CAMEL-656: Polished direct component
     new 86b508a  CAMEL-656: Polished ref component
     new d1a6941  CAMEL-656: Polished list and timer component. And tried to fix a failing unit test on the Bamboo, that happens rarely
     new 74fdcdc  CAMEL-656: Polished dataset and timer component. Added @deprecation to not used method. Removed unused imports.
     new e8bf5c1  Upgraded to jruby 1.1.5
     new deef0d6  CAMEL-872.  Removed need for generics in Endpoint.  Endpoint still uses generics though.  This change is rather large and will be fixed in a few stages.
     new 89fcd75  CAMEL-872.  Producer and Consumer don't need the generic argument, but get to keep it for now.  Part 2 of many.
     new 879b302  CAMEL-872.  Remove generics from Consumer.  Part 3 of many.
     new 6e44825  CAMEL-872.  Remove generics from DefaultConsumer.  Part 4, a few more to come.
     new ebc56ec  CAMEL-872.  Remove generics on Producer.  Part 5, a few more commits left for this issue.
     new da8ee4d  CAMEL-872.  Removed generics from Component.  Part 6 of 8.
     new aaf819e  CAMEL-872.  Removed generics on DefaultProducer.  Part 7 of 8.
     new b4e7378  CAMEL-246 allow the username and password to be specified on the JMSComponent / JMSConfiguration
     new f5331dc  CAMEL-656: Added wiki snippets
     new 78061c5  CAMEL-656: Updated wiki sample to use bean instead of pojo that is @deprecated.
     new 3861da8  Push down guiceyfruit repo for faster builds
     new 3d8a6d9  CAMEL-1070: hasAttachments() must also init
     new 5aa8465  CAMEL-872. Remove generics from the PollingConsumer.  Part 8 of 10.
     new f6c6450  The hamcrest version comes from the guiceyfruit repo
     new fabf13a  CAMEL-1071 - Add test case for normalizer EIP
     new a1bf55c  Minor cleanup
     new 858da5d  CAMEL-1071 - Simplify the normalizer example a bit
     new e6e43fe  CAMEL-872.  Remove generics on ScheduledPollConsumer.  Part 9 of 10.
     new 8ba6302  CAMEL-872.  Remove generics on ProducerTemplate and ProducerCache.  Part 9 of 12.
     new 748cea5  CAMEL-1073 Applied patch with thanks to William
     new b0af6b8  CAMEL-872.  Removed generics on Endpoint.  Last part.
     new ec386bb  CAMEL-246 change to throw the IllegalArgumentException instead of CamelException
     new a0b29bd  Reenable the unit tests in camel-cxf
     new 20703d2  Fixed the CS errors in camel-ibatis
     new 5beaaa9  Fixed the CS errors also reenabled the DataSetSedaTest
     new 7fbbb69  CAMEL-656: Polished mina code and added an example for wiki
     new 52b225e  CAMEL-656: Polished mina code
     new bd0c583  CAMEL-656: polished code and marked methods for @deprecation
     new 02d31c2  CAMEL-1061 - Remove a few more deprecated things
     new 2d6e919  CAMEL-1065: Aligned sendBody and requestBody methods. Polished javadoc.
     new 16e1776  CAMEL-1078.  Removed JhcExchange.
     new 27ac72d  CAMEL-1078.  Remove MinaExchange.
     new f45e500  CAMEL-1078.  Remove QuartzExchange.
     new 1429680  CAMEL-1078.  Removed BeanExchange.
     new 14cb8d5  CAMEL-1078.  Removed BeanExchange.
     new f3300a5  CAMEL-1078.  Removed JMXExchange.
     new c332db0  Clean up the CXF Greeter unit tests
     new 3847a0e  CAMEL-1063: Added dataSourceRef option to lookup DS in registry
     new fb7e5a6  CAMEL-1079 patch applied with thanks to William
     new 0873734  CAMEL-1063: Added dataSourceRef option to lookup DS in registry
     new c1609e5  CAMEL-1063: Added dataSourceRef option to lookup DS in registry
     new 938e16b  CAMEL-1080 try to fix the DataSerSedaTest failure in a slower box
     new 7313859  Code cleanup
     new 80f566c  Polished javadoc
     new 5cb8f90  CAMEL-1061 - Further removals
     new d929d76  CAMEL-1081: Polished camel-jdbc to be aligned with camel-sql. option readSize is now default 0 to support getting all data out-of-the-box.
     new 2906bff  CAMEL-1081: polished code.
     new d815659  CAMEL-1082 added the example and code snippet tags
     new 432e099  CAMEL-1065: Polished code
     new 812857a  Change scope of wstx-asl dependency
     new 8779feb  Code cleanup
     new 40ea8d8  CAMEL-1061 - More removals
     new 6b222e5  CAMEL-895: Using mandatoryLookup instead of doing the test and throw exception if not found
     new 69387f6  CAMEL-1086 Applied patch with thanks to William
     new 273cdbe  CAMEL-1088 fixed the soap header bug of camel-cxf endpoint in PAYLOAD data format
     new bfcd240  CAMEL-1042: TypeConverterRegistry is now exposed in the spi package. Also end users can get access to this registry from CamelContext.
     new 9abc3da  CAMEL-1089: spring error handler wiki documentation
     new 5a4fff4  CAMEL-1090 fix reporting of duration in log message, used for DataSet
     new 4b2b3cc  CAMEL-1061 - More removals. Almost done - honest
     new 9e13778  Remove pojo component. Its just an alias to bean:, after-all
     new 342636d  Remove queue component
     new f2c3f12  CAMEL-1061 - Remove some empty directories
     new b61c345  CAMEL-1094 Applied patch with thanks to William
     new 58a1f2d  Upgraded to Jetty 6.1.14
     new 0f0b6e7  Fixed the SpringRemotingRouteTest
     new 9eb63bc  Also fixed the RmiRouteTest
     new a746dab  CAMEL-1096: camel-mail now supports setting additional java mail properties if URI options starts with mail.
     new 44f1832  CAMEL-1087: polished javadoc
     new 8bb6bdf  CAMEL-1091 : camel jetty looks at host specified in URL now
     new 4791231  CAMEL-1087: Polished javadoc
     new 0292a0a  added spring 1.5.0 to the spring schemas list
     new 5dabaf6  CAMEL-1091 - Fix compilation issue on Java 1.5
     new 87d66b2  CAMEL-1087: Polished javadoc
     new 6f2629d  CAMEL-1091 - Fix test that can recognize localhost as remote interface
     new 96600a0  CAMEL-1091 : added tests for IPv6
     new 5c1545b  CAMEL-1091 : typo in IPv6 test
     new 20edb10  CAMEL-1091 removed the IPV6 test
     new b0ac452  CAMEL-1091 Added the Apache header
     new fa15444  Updated the spring.schemas file in camel-cxf, also added a JAXWS Handler test for the WebServiceProvider
     new ec6b292  CAMEL-1103 - Change delayer type so that it actually creates the expression properly
     new 2693ddf  Fixed the CS errors in camel-core
     new ff32b06  Fixed other components' CS errors
     new 8c277b1  CAMEL-959 only inject the TransactionManager into the MessageListenerContainer when transacted and transactedInOut are true
     new c811236  CAMEL-959 fixed the test error of TransactedJmsRouteTest
     new 7823cb9  Fix seda test that fails on slower machines sometimes
     new 9372dd4  Unit test for onException based on user forum
     new 6d9135b  Move checkstyle/cobertura into profile so they can be disabled by the nochecks profile
     new 0a5b6a7  Change to released version of buildtools. For some reason Maven would not use the locally built 2.0-SNAPSHOT version - it needed a deployed version...
     new b334554  CAMEL-1105: RedeliveryPolicyType added ref attribute to support lookup in registry so you can reuse redelivery policy settings and if using spring DSL you can use standard spring beans using property placeholders.
     new 8304a49  CAMEL-1105: Added unit test
     new dd76c67  Fixing a CheckStyle error
     new 285dbc6  Fixing a CheckStyle error
     new 32db19f  CAMEL-463: A first stab at adding support for DataFormats
     new d603d5c  CAMEL-1049 Applied patch with thanks to Andreas
     new 4f2a0b5  CAMEL-985 - add bean annotation to grab Exception set on an exchange
     new 4bd2105  CAMEL-1107, CAMEL-1083, CAMEL-1095, CAMEL-1093: Major improvements to camel-jetty and camel-http. camel-jetty: Now properly returns fault and exception camel-http: repsonse body is avaiable on HttpOperationFailedException camel-jetty: introduce HttpBinding as interface and to be referenced in Registry for end users to customize how response should be written camel-jetty: now returns content-type and content-length if possible to calculate both: minor URI parsing so inter [...]
     new 88142a9  Fixed the camel-jetty and camel-http CS errors
     new 15f7824  CAMEL-1109, CAMEL-1120: Upgrade to ActiveMQ and fixed setting acknowledgementMode on inout mep for JMSProducer when transactedInOut is false (phew this issue surfaced in ActiveMQ 5.2.0)
     new 0193d88  CAMEL-1109, CAMEL-1120: Upgrade to ActiveMQ and fixed setting acknowledgementMode on inout mep for JMSProducer when transactedInOut is false (phew this issue surfaced in ActiveMQ 5.2.0)
     new dde12216 CAMEL-1074 return the JAXBElement value by default
     new e705378  Upgrade to slf4j 1.5.6
     new b9805ed  CAMEL-1104: onException now supports an optional when expression to only trigger if the expression evaluates to true
     new 1d155ed  CAMEL-1104: onException now supports an optional when expression to only trigger if the expression evaluates to true
     new b1ce3e1  CAMEL-1074 Added the Spring test of JAXB
     new 72055a0  Exclude optional xom dependency from xstream, it is LGPL.
     new a6d79bb  CAMEL-1087: Added javadoc for fluent builders
     new ea8d472  Added comments for the profiles in the parent pom.xml
     new 716050b  Added comments for the release profiles in the parent pom.xml
     new d613e06  CAMEL-1116: Improved javadoc for fluent builders to have links to wiki documentation. Removed unused imports.
     new 6997ff4  Clean up code
     new ebe3e05  CAMEL-1118 - Add ability to configure known hosts file.
     new e5b6880  CAMEL-1087, CAMEL-1116: Added javadoc for fluent builders CAMEL-1117: Added bean as ValueBuilder on RouteBuilder to allow end users easy to invoke beans for Expressions
     new a938520  CAMEL-1116: Added javadoc for fluent builders. Added missing collectionRef builder to aggregator.
     new b717ab4  Added unit test for wiki doc how to handle and return a fixed response to caller instead of routing to a new endpoint.
     new dcc6ab6  Removed @deprecated stuff
     new c2e54b53 CAMEL-1109: Applied patch with thanks and added a test for it in camel-jetty
     new b5b3653  CAMEL-1122 - add handled exception to message header
     new 919d6b2  CAMEL-1120: Added builder for getting exception.message. Fixed jaxb.index for removed stuff.
     new eb1a10f  CAMEL-102: Added retryUntil predicate to onException so end user can have fine grained control when retry should stop.
     new 056e13c  CAMEL-1123 - depend on commons-csv from servicemix
     new e34cbbe  CAMEL-828: Added tempPrefix option to FileProducer for the write as temp and rename to real file strategy
     new 693f7c5  CAMEL-1108: Fixed parameters not being passed correctly in constructor
     new 1e2c81d  Only convert fault message to exception if an exception has not been set already. This change is related to SM-1686.
     new d6cba83  CAMEL-64 using the verb for the EIP action method
     new f9e5b89  CAMEL-1124 support to setting the response code in camel-cxf component
     new 3ebb325  CAMEL-1124 added the wiki snippet comments
     new 06bac19  CAMEL-1124 mini updated the wiki snippet comments
     new 50def09  CAMEL-1125 Fixed the bug of MockEndpont.expectedMinimumMessageCount() doesn't work
     new 343fca5  fixed missing license header
     new 0beed79  added spring repos to parent as we're gonna have a few modules referring to them
     new ff1d720  added a first spike for CAMEL-1128
     new 7916581  CAMEL-1072: Added tempPrefix option to FTP/SFTP producers, so you can upload using a temp filename and after upload rename it to the real name.
     new b8d5e75  CAMEL-1072: Aligned unit test in file producer to be as ftp producer to unit test the temp filename.
     new 84ba148  CAMEL-1130: Added privateKeyFile support to SFTP
     new 8d133c9  CAMEL-1131: Expose options with getters to help unit test
     new e4dd675  CAMEL-1112: Refactored file consumer. Removed @deprected. Added idempotent option. Work in progress as sorting and filtering is needed.
     new 8c7f06e  CAMEL-1112: Added filter option to file consumer to allow end user to use a filter to skip files. Started on the sorter as well.
     new 4ef8b89  CAMEL-1112: Added sorter option for file consumer, to resort files before processing. Sorter is using a Comparator<File> for sorting.
     new dadb023  CAMEL-64 changed the ExceptionType.setDelay() metod name to redeliveryDelay
     new 7997d92  [CAMEL-1060] Camel should log when its started
     new ff5c824  CAMEL-1112: Added file language expression based sorting incl. grouping (quite fancy)
     new 4e611be  CAMEL-1112: Added file language expression based sorting incl. grouping (quite fancy)
     new 41bdab5  Added unit test based on user forum problem
     new 2926e08  CAMEL-1119: Applied 2nd patch with thanks to Trev.
     new e7158c7  CAMEL-1112: Added file language expression based sorting incl. grouping (quite fancy)
     new 0891b23  CAMEL-1112: Fixed unit test that could fail on running full test
     new 0862190  CAMEL-64 updated the Spring DSL
     new 157b104  CAMEL-1133 Applied patch with thanks to Ashwin
     new 2c9238f  CAMEL-1134 make the ZipDataFormat Stream friendly
     new 16a3092  CAMEL-64 fixed the build of flatpack
     new 3762105  CAMEL-1134 fixed the build of camel-xmlbeans
     new cea8674  added test case showing JavaConfig not working correctly with SpringTest and BeanPostProcessors
     new 1bd0eb3  CAMEL-1099: Introduced IdempotentRepository in the spi package.
     new 9153ba1  Fix build error introduced by CAMEL-1134
     new 92fc134  Added initial spike for CAMEL-1136 to add a reusable base class, CamelTestSupport for easy unit testing
     new 46082cb  Remove generics from compoenent archetype
     new b7820ba  added missing files
     new d0c6e30  added fix for CAMEL-1136 to enable the camel-test module so folks can derive from CamelTestSupport
     new f37a904  Disable checkstyle by default. Pass in -Psourcecheck to enable this
     new 2e2aeb0  CAMEL-1099: if noop=true then idempotent should also be true, to avoid consuming the same files over and over again.
     new 5d2f7b4  removed some dependencies from being mandatory
     new 320f47a  Get Camel version showing properly
     new fb68f6f  CAMEL-1135: Disabled failing test until I get it fixed. Sorry for the mess. Beers on me!
     new bc9ce92  CAMEL-1099, CAMEL-1135: Fixed bug in file consumer not testing folders. Fixed failed test in camel-spring.
     new 9cecae8  minor refactor of RefComponent so it can be used as a base class for RegistryComponent. See http://www.nabble.com/Registry-Repository-support-in-CAMEL-td20774062s22882.html
     new 4bdc858  Fixed the build errors of camel-scala
     new dbac4fd  Fixed the build of camel-spring-javaconfig
     new a5fbd59  Fixed the build error of FixConverter
     new ca32eef  CAMEL-1101 - Intial stab at getting RSS support in Camel
     new 981b5a3  replace the inheritence of a template field with explicit injection to simplify understanding
     new 79c8572  CAMEL-1101 - Fix CS errors
     new 78b4fea  CAMEL-1099: Added jpa based file consumer idempotent repository example and test
     new c68eecf  CAMEL-1099: added missing svn properties
     new 5ddc8fc  removed the spring repositories from the global pom - its no biggie to include them in the specific component modules that need them; also removed spring java confg from parent pom.xml as we can just depend on camel-spring-javaconfig if we need it
     new b96ea37  added mostly working version of Spring JavaConfig - though it requires the current snapshot (or 1.0.0.M5 when its out) due to http://jira.springframework.org/browse/SJC-248
     new 98436a8  CAMEL-1101 - moving some common feed stuff into a feed component... there is still more to be done with this.
     new 2d89665  added a working test case using Spring JavaConfig
     new 03c7f42  added a Spring Test + Spring XML Config test example which mirrors the Spring Test + Java Config example
     new 2102a1e  CAMEL-1101 - Moving more common things into the feed component.
     new 21de596  Changed the jetty server port to fix the permission error of the JmsHttpJmsTest in non-windows box
     new 6cfab4a  CAMEL-1129 Enhance ErrorHandler RedeliveryPolicy with a Timer manager to avoid locking current thread while sleeping
     new daa2433  Change to use other port of the JmsHttpJmsTest.java
     new c7e5873  CAMEL-982.  Patch applied with many thanks!
     new ba93113  CAMEL-1098 Applied patch with thanks to Tim
     new 87c5025  CAMEL-1067: camel-list renamed to camel-browse
     new d08d059  Upgraded aspectj to 1.6.2
     new 3e165fb  added snippet tags to make documentation easier
     new 99795f6  CAMEL-966: Getting rid of some sleeps to speed up testing
     new dc29e33  tidied up whitespace for cleaner inclusion in a snippet
     new a0e7017  CAMEL-1141: Added textlineDelimiter option for textline codec.
     new 38759ac  CAMEL-1140: MinaProducer now throws CamelExchangeException if no message received from remote server when sync=true
     new 7d65407  tidied up the code a little removing some cruft
     new c34770b  CAMEL-1140: MinaProducer now throws CamelExchangeException if no message received from remote server when sync=true
     new 7b025fc  CAMEL-982.  Adding missing files.
     new e2ae917  added an OGNL filter test case from  http://www.nabble.com/Endpoint-decision-based-on-Header-Value-with-XML-configuration-tp20811772s22882p20813924.html
     new 975c8f0  Fix CS error
     new 8eb109a  CAMEL-1101 - Add dataformat for converting between RSS data types and XML.
     new eb57eba  CAMEL-1101 - Add some wiki snippets.
     new 0d6b1cc  CAMEL-1143 upgraded the Spring Integration to 1.0 GA
     new 09151f2  CAMEL-1099: Added FileIdempotentRepositry (work in progress)
     new ebece51  CAMEL-1099: Added FileIdempotentRepositry
     new cadbc9c  CAMEL-1144: DefaultExceptionPolicyStrategy now tests caused by exceptions (using bottom to top exception hieracy iterator)
     new 6c7d57d  CAMEL-1145 fixed the NPE after the copy work of CxfExchange
     new b3af2ac  CAMEL-1145 better coding style
     new 156b41f  CAMEL-1146 - Exclude slf4j from mina so we don't have two versions on the classpath.
     new ef1ccc0  Fix compile error
     new 5ae90cf  CAMEL-1101 - Add RSS component to the distribution
     new 1cfbc78  CAMEL-1144: Polished code. Strategy method for the iterator and having the inner class as private
     new 1941ec7  CAMEL-1101 - Add option to disable feed object getting added as a header.
     new 73655ef  Updated the svn properties in cometd
     new 3f6933b  Polished javadoc
     new fa85ef6  CAMEL-1099, CAMEL-1144 added more unit tests
     new 8d7ebe4  CAMEL-1148: Added options pre move options to move file before processing
     new 75afc7c  CAMEL-1101 - Add option to sort entries by published date.
     new 36a6497  CAMEL-1150: Fixed aggregator not working with onException in a route
     new 9fc7e91  CAMEL-1150: Fixed aggregator not working with onException in a route
     new dbe9bb4  CAMEL-1152: SetHeader requires the headerName attribute to be set with a non empty value
     new 03362a5  CAMEL-1155: Using ObjectHelper.notNull and fixed spelling
     new 8b62f11  Applied svn properties to the tooling modules
     new 1d79f02  Applied svn properties to camel-core module
     new ef502d6  Applied svn properties and fix the cs erros in camel components modules
     new cf35fc4  Added svn:ignore propert to latest added modules directory
     new 35fc03b  CAMEL-895: Added support for # notation in endpoint URIs to lookup a bean in the registry
     new 77c4f4f  CAMEL-895: Added support for # notation in endpoint URIs to lookup a bean in the registry
     new 7d840b2  CAMEL-895: Added support for # notation in endpoint URIs to lookup a bean in the registry
     new 7ca03a3  CAMEL-1101 - Use generics to make comparator simpler
     new 697805f  added a fix for CAMEL-1147 along with a test; this also improves CAMEL-505 allowing a JmsEndpoint to be created and configured directly
     new 0ba251d  added test case and fix for CAMEL-1157
     new bcef3c5  CAMEL-1156 - Add sortEntries option to camel-atom
     new ca770f7  Change rss to sort by updated date, then pub date if no update. This is to align with the atom component.
     new a55d596  CAMEL-895 removed the checking of useIntrospectionOnEndpoint() in DefaultComponent
     new bd84fd9  Applied patch from Martin Krasser with thanks! [CAMEL-1037] Messages in Resequencer between 2 JMS queues get stuck
     new e2e71c4  CAMEL-1155, CAMEL-1160: Using ObjectHelper.notNull for testing. Fixed attributes that should be required. Fixed Spelling.
     new 0a18bf5  CAMEL-1161, CAMEL-1162 did refactoring work loadbalance
     new c342229  Fix timing issue
     new 29c92ec  added @Documented annotation (not that javadoc seems to need it :)
     new f6cbae7  CAMEL-1158 - Add ability to merge multiple feeds into a single feed.
     new 0b4622b  Add wiki tags
     new 6c61fdc0 Fix CS errors
     new c50d632  CAMEL-1172 - Add example of how to filter rss entries.
     new f092592  Fix minor formatting issue
     new 1ee86d6  CAMEL-1173 - Initial example of scatter-gather pattern
     new 7324c97  CAMEL-1165 - add cover page to pdf manual
     new c8e0df3  CAMEL-1171 supports to specify the ExchangePatterns explicitly in the routing DSL
     new 3514c43  CAMEL-1155: Refactored ObjectHelper to use isEmpty, isNotEmpty for null and empty string tests.
     new 68c61d1  Code cleanup
     new 7a750c0  added missing log4j config
     new ebe5721  CAMEL-1170 - Get HTML manuals deploying again
     new 6d61ce1  CAMEL-1165 - Add pom version as the guide version so we don't have to update every time.
     new e696a63  added initial JAXB change for CAMEL-1171
     new 369729b  minor refactor to simplify the code a little for CAMEL-1171
     new b2b0978  fixed broken build due to previous fix for CAMEL-1171
     new 9c77522  fix for CAMEL-1171 to allow the ExchangePattern to be used in the JAXB beans
     new cc53783  CAMEL-1155: Refactored ObjectHelper to use isEmpty, isNotEmpty for null and empty string tests.
     new 9653982  fixed the <setExchangePattern> to use the ExchangePattern enum rather than an arbitrary string
     new f17682d  CAMEL-1155: Sorry James my Bad
     new 830133c  camel-ftp: Added sample based on end user request on user forum
     new 9b6db34  CAMEL-1155: Sorry James
     new e007fbc  Upgraded to xstream 1.3.1
     new fddaf33  CAMEL-1180 removed the generate parameter<?> in camel-core model package and fixed the CS errors
     new f094d4c  Downgraded the jruby version to fix the build of camel-ruby module
     new d924802  CAMEL-1179 added an example to show how to reference route builder instance in camel context
     new d3f88d9  CAMEL-1179 added the configuration file which I missed in my last commit
     new 920e3d1  CAMEL-1181 added the DSL support and tests
     new 02e088c  CAMEL-1181 added the snippet tags for wiki page
     new 0b39ff3  minor improvemnet to CAMEL-1171 so that we can use to(pattern, uris...) or to(pattern, endpoints...) so if a pattern is specified with to() it is the first parameter. Also added similar inOut(endpoints...) and inOnly(...) methods. Finally added an extra ExchangePattern constructor argument to ToType so that when using [inOut|inOnly](uris|endpoints) we only need a single step in the DSL which is a tad faster & minimises copying etc
     new b8897bf  added a few more tests and examples to CAMEL-1171
     new 13da4d8  added a few more tests and examples to CAMEL-1171 and reformatted the test a little to act as slightly more clear snippets on the different permutations available
     new 05b6adf  Fix CS errors
     new 82d092a  CAMEL-1184 - Add tidyMarkup dataformat for unmarshaling bad HTML into good (XML) HTML.
     new 08120cc  Add license and notice files, which I forgot
     new dcbb00e  polished code
     new 2d0631b  CAMEL-1184 - Minor fixes to tidyMarkup data format.
     new 0744208  Fixed the cs errors of components
     new eb84f94  CAMEL-1164 - Changed formatting of code snippets
     new 2d154fe  CAMEL-1184 fixed the build error
     new 8b20d3b  CAMEL-1187: camel-mina: Added options for the vm protocol as well
     new f7b0aac  CAMEL-1187: camel-mina: Added options for the vm protocol as well
     new 7c02bd6  Add check to ensure dot actually works before running it.
     new 724ca66  [CAMEL-1159] Check the logic in Aggregator.isBatchCompleted()
     new d8b01c0  CAMEL-1188: added unit test (already fixed). Polished javadoc. The new # uri option lookup should not throw exception if not found, this is handled by the component later (to support lenient properties)
     new 9b1af7e  CAMEL-1190 - Removed bad import.
     new 7b57ea2  CAMEL-1192  Better fluent API supporting in the core module
     new 57464ea  CAMEL-159 added testcase for propagating exception in Splitter
     new 04de4fb  Add tagsoup component to dependencyManagement
     new bdedc53  CAMEL-1191 - Add log4j as a runtime dependency of camel-velocity
     new cac47d5  CAMEL-1189 - Fix issue with characters getting mangled during the user guide generation
     new e6eb324  CAMEL-1163 - fix formatting issue with large tables
     new b3be7cf  CAMEL-1193 Got interceptor to work with multicast type
     new 6bebc31  CAMEL-1196: Fixed setSleepForEmptyTest in MockEndpoint. Added setResultMinimumWaitTime(period in millis)
     new d46bb08  Fix compile error in loan broker example
     new 6cc4386  Wording changes
     new cad45f9  Fix timing issue in aggregator test
     new f64bf58  Revert earlier fix, I just needed to rebuild camel-core...
     new 92a6a4b  CAMEL-1117 added more fluent APIs on the subclass of ProcessorType
     new 38601dd  Upgraded to Velocity 1.6.1
     new 20961a4  CAMEL-1117 improve Java DSL to reduce methods in ProcessorType
     new b8ca158  CAMEL-772: Added not(predicate) to valuebuilder
     new e16ebbc  CAMEL-1117: Polished Java DSL
     new f70b130  CAMEL-1195: Introduced ExclusiveReadLockStrategy with two build in strategies: fileLock and rename. Reworked the URI options to avoid consumer. prefix.
     new c39f0b2  CAMEL-1195: reworked to not throw ioexception. file lock now catch ioexception as antivirus or MS office throws IOE when locking files.
     new 9054642  CAMEL-372 create a JMSTransactionMananger if there is none transaction manager is injected into the JMSEndpoint when the transacted option is true.
     new 39819c5  CAMEL-1200: Upgrade to Scala 2.7.2 and maven-scala-plugin 2.9.1
     new e58f4f2  CAMEL-1195 try to get FileExclusiveReadRenameStrategyTest passed on Linux boxes
     new 432bb20  CAMEL-372 Solided the unit tests
     new 4a24386  fix typo
     new 8555080  Fix tracer formatting issue when no node/exchange id is shown
     new 35b4d30  Try to fixed the FileExclusiveReadRenameStrategyTest failures in Linux Box
     new db0018e  Fixed the test error of FileConsumerIdempotentTest in camel-spring
     new b152152  CAMEL-1204 support to configure the serviceName and endpointName from the cxfEndpoint's properties
     new 4be3a48  CAMEL-1195 commented out failed tests
     new 57e1ca6  fixed spelling and logs when Camel is stopping
     new db6a661  upgraded to jruby 1.1.6
     new 1606588  fixed spelling
     new a000447  CAMEL-1195 commented out testPollFileWhileSlowFileIsBeingWrittenWithTimeoutAndNoop
     new 925c1c8  Revert the change of camel-mail pom.xml, I should not commit any code before I go to bed :(
     new afbbe9d  CAMEL-1195: Some unit tests only possible on Windows such as the rename readlock strategy
     new d3a2c77  CAMEL-1153: major refactor to camel-ftp
     new 73e3df2  CAMEL-1153: polished javadoc
     new 5fa6966  CAMEL-1153: Polished code. Aligned file consumer with ftp consumers, so they are very similar
     new a6c92c1  CAMEL-1154: Added idempotent to camel-ftp
     new fcbde52  Upgraded to woodstox 3.2.8
     new a0be819  CAMEL-1207 Fixed the ConcurrentModificationException when stopping the camel-osgi bundle
     new 54830e5  Removed duplicate class
     new 2100360  CAMEL-1198: Introduced AntPathMatcherFileFilter for file filtering using ant paths. Requires camel-spring as it uses Spring AntPathMathcer.
     new 3c8ff4b  CAMEL-1207 One bundle should have more than one component
     new 640812a  CAMEL-1186: Get rid of consumer prefix for file component
     new 1da5c49  CAMEL-1199: Throttler appears to throttle per thread instead of over all threads
     new 5e8de8d  [CAMEL-1203] REST Restlet component (thanks to Przemyslaw Budzik's constribution)
     new d5dfe67  CAMEL-1199: Fixing bug I just introduced
     new 02caa91  CAMEL-1041 - Added ability to customize aggregation strategy for the Splitter in Spring DSL
     new 4a29317  missed this pom.xml from list check in for [CAMEL-1203]
     new 85e5faf  [CAMEL-1203] applied patch from Przemyslaw Budzik to set response code 404 when RestletConsumer can't find a handler
     new 3b273ea  [CAMEL-1203] patch provided by Przemyslaw Budzik that enables basic authentication for Restlet endpoints
     new 5060032  Polished code
     new a6dc855  CAMEL-1186: Get rid of consumer prefix for file component
     new f56ba08  CAMEL-1199: Fixed failing unit test in camel-spring
     new b7907c8  A little more delay so the unit test not fail in rare cases
     new d19f85b  CAMEL-1186: consumer. prefix can now be omitted for scheduled poll consumers such as File, FTP.
     new 359576c  Code cleanup
     new 4b59084  Make the file consumer a bit quieter
     new eee5cb2  CAMEL-1210 - add cometd component to the distro
     new bd903a6  CAMEL-1209 - get xmpp working with google talk
     new 0287635  Add wiki snippet tags
     new 22026c4  [CAMEL-1203] Add HeaderFilterStrategy mechanism in Restlet component
     new bcbbdc7  add camel-restlet version to top level pom.xml
     new 3d689c4  fixed debug message
     new a1bed82  [CAMEL-1203] Restlet component: remove out filter for "org.restlet." headers
     new 8d2bf0f  [CAMEL-1203] Restlet component update with snippet tags
     new a870717  idempotent logning reduced to trace instead of WARN as jon did on the file component
     new 4b6829b  Fixed the test error of FileExclusiveReadRenameStrategyTest on windows box
     new 35c2c95  CAMEL-1031 - Intial go at the mvel component. Thanks to Przemyslaw for contributing this!
     new 0cf7c1f  CAMEL-1043 Using OSGI bundle activator to search the component and type converter
     new ba831b6  Add svn:ignore property
     new d2cf189  CAMEL-1198: Ant path matcher now also possible with camel-ftp.
     new 4aae5a2  CAMEL-1211: Applied the info to debug patch with thanks to Przemyslaw Budzik
     new f34b5b6  CAMEL-1198: added init() to avoid load and lookup methods more than once
     new 49e498f  CAMEL-1214 Did a quick fix for basic authentication of camel-http
     new a9fb7cb  CAMEL-1214 Added username and password options for basic authentication
     new e8d2183  CAMEL-1215 Moved the DummyTrustManager and DummySSLSocketFactory into src/test/java directory
     new a334038  CAMEL-1217  Get the Jetty component's 'httpClient.' options to be set into the indeed apache http client; also some refactoring of camel-http component
     new 3c638a5  CAMEL-1218: polished onException test and wiki samples
     new 687db85  CAMEL-1218: Added more complex wiki samples for exception clause. Added some toString so its easier to read in debugger.
     new 9399fc4  CAMEL-1219 Added the deploy profile to ship the source and java doc jars when deploying
     new 1b998de  Add cometd in yet another place
     new 5caaed4  CAMEL-1218: Polished samples for wiki and added missing copyright header
     new 9fad1a6  add camel-restlet to common-bin.xml
     new 036dff8  Set the svn:ignore property on components\camel-tagsoup
     new a369c01  CAMEL-1221 Added OSGI language resolver as Michael suggested
     new 7b0dc51  CAMEL-984: Poilished code for wiki samples for error handler
     new eef2afe  Added missing fluent builders to DLC for Java DSL
     new e7264d2  Polished wiki sample
     new 86fa099  Polished wiki sample
     new f69b502  CAMEL-1199: Throttler appears to throttle per thread
     new 9acdde9  make scheduler more quiet in DEBUG mode as its default polls twice per sec.
     new d336aa2  Add camel-tagsoup to the distribution
     new 9e6d325  CAMEL-1225 - Remove duplicate type converter, they were both doing exactly the same thing.
     new 4e8a612  Code cleanup
     new fe64546  CAMEL-1220 - add ability to configure a single exception clause for multiple routes in Spring DSL
     new cd6dc0f  CAMEL-1227 Excluded Spring 2.x modules from camel-itest-spring2.0 pom.xml
     new 07aba6f  CAMEL-1221 Fixed the osgi plateform test error
     new 2f89aee  CAMEL-1213: Fixed setting exchanged id in camel-jms. Polished to use ObjectHelper.notNull
     new 235092f  CAMEL-1228 Clean up the OSGI bundle profile
     new 9bc8b56  Polished code so its immutable (no setters)
     new 4e73a57  Polished code so its immutable (no setters)
     new b46b3fc  Fixed a unit test failing on other boxes than XP
     new c4bb784  Added a jms routing slip unit test
     new 521779d  CAMEL-463: Adding support for thread()
     new 2805289  Wiki snippet formatting changes
     new df54ae0  CAMEL-1218 - Add test for an exception clause within a route
     new 442f282  Just a test from my new mac
     new fbaccb2  CAMEL-1230 - Fix up the broken ActiveMQ archetype
     new 75adbd3  cleanup in unit test that creates /target folder in root
     new 2f31f57  Testing james bashrc with svn highlighting
     new 043a3db  CAMEL-1223 FactoryFinder should support OSGI as well
     new 3191e32  Updated the spring.schemas's version in camel-osgi
     new dfcd25f  Fixed a simple cs error
     new aa39646  Fixed a CS error of OsgiFactoryFinder
     new ba2ffe3c CAMEL-1231 added the spring-osgi-test dependency
     new a685d28  CAMEL-1031: Added mvel as expression language
     new 29fe36a  CAMEL:1233: Pipeline shoud honor MEP
     new 5f415e2  CAMEL-1231 Added unit test for camel-osgi component
     new 31105eb  CAMEL-1231 Added unit tests for camel-osgi component
     new aeb7d37  CAMEL-1235: improvements to trace formatter.
     new 8a77412  Polished code and renamed unit test to correct pacakge
     new 37d7889  Log tests at INFO level to speed them up a bit.
     new 991c7e2  CAMEL-1234: Added onRedelivery option to DeadLetterChannel to allow processing a custom processor before every redelivery attempt.
     new c22fa7e  removed import on package from a sibling package
     new 46666da  CAMEL-1238 using the CXFEndpoint's bus instead of creating a new one.
     new 6f82ff5  CAMEL-1238 Fixed the getBeanClass() issue, with thanks to William. (That is why I love Open Source development, quick patch with a quick review remotely)
     new a9f7368  CAMEL-1238 added the comments of CxfSpringEndpointBean as William suggested
     new 5e6c307  Fixed failing unit test
     new 6567a73  add a fromEndpoint property to Exchange so that we can see where an exchange comes from if it is part of a route - for example in the Tracer - for CAMEL-1243. Also added a constructor for Exchange taking the Endpoint and switched the custom Exchange classes to prefer to use it
     new 19178b9  added a little test case for CAMEL-1243 to ensure it gets set when we send to an endpoint
     new e664651  CAMEL-1245: Improved tracer with pluggable TraceFormatter. Added TraveEvent and TraceEventMessage for routing TraceEvent to custom endpoints such as a JPA for persistance in DB.
     new fdf63d5  CAMEL-1245: Tracer destination is now a String uri
     new 7d5647a  Removed todo
     new fccc517  Fixed the svn properties by running the svn_apply_autoprops.py
     new 0beeca9  Fixed the build error with latest CXF 2.1.x snapshot
     new c2cbe7c  CAMEL-639: Tracer now shows from node. Added TraceableUnitOfWork
     new ab0eb48  Fixed failing unit tests
     new cf9dfe9  CAMEL-1249: Fixed bug in mail component when using multiple mail configurations. (bad Claus)
     new f959b0b  CAMEL-1249: Added unit test
     new 591b5af  CAMEL-1249: Added unit test
     new 68326f5  CAMEL-1240 Moved the ResloverUti OSGI relates code into camel-osgi
     new eb72c4b  CAMEL-1247: Fixed ftp polling if no starting directory was given
     new 7a9cb4d  CAMEL-1247: Fixed ftp polling if no starting directory was given
     new b40fb42  CAMEL-1247: Fixed sftp consumer not working on Windows platforms due no symlinks
     new 6b04de1  Fixed wrong OSGI package export. .jar file was empty. Thank to Charles for pointing out this.
     new 40d47c3  Fixed the CS error of camel-mail
     new c819aa0  CAMEL-1247: Fixed sftp consumer not being able to poll sub folders
     new 57439e8  Fixed sftp consumer not being able to move files after processing, when trying to delete file before renaming to avoid name clash
     new 8e74a20  CAMEL-1244 applied patch with thanks to Hari
     new 443760c  CAMEL-1253 added support to set the TransformerFactory for the camel-xslt endponint
     new 65dbe52  CAMEL-1253 Added the unit tests for camel-xslt components
     new f43a91d  CAMEL-1251: Dynamic recipient list not handles a single String with endpoints seperated with comma. Exposes a seperator attribute in Spring DSL to set it. Polished zip dataformat.
     new 34c36e6  CAMEL-1251: added snippet tags for wiki documentation
     new dd04805  avoided possible IndexOutOfBoundsException mentioned here  http://www.nabble.com/Reason-why-Mockendpoint-generates-an-IndexOutOfBoundsException-error---tp21453025s22882p21453025.html
     new cd7e4f3  CAMEL-1255: Jpa based trace event message for storing trace events in a database. All jpa entity have CAMEL_ as prefix in table names.
     new e25dcdd  CAMEL-1255: Fixed missing classes in .jar - osgi export stuff
     new 6941a88  CAMEL-1257: persistence.xml should not be in camel-jpa.jar
     new 267fc4f  CAMEL-1245: JPA based trace events
     new 2f80846  Trying to fix failing unit test on various platform just because of exception from tasks not properly stopped during shutdown. Fixed wrong stop order in ftp consumer.
     new 50d3b79  CAMEL-1258: Added option for prompt message
     new f15873f  applied fix for CAMEL-1262
     new 6f61c42  CAMEL-1258: Added delay option for prompt message
     new 8c95087  improved the REST support for CAMEL-888; upgraded Jersey version, switched to explicit views to simplify some content negotiation issues we were having, simplified JSP and managed to get JSTL 1.1 working, got the HTML based test cases working after getting around http://jira.codehaus.org/browse/SUREFIRE-459
     new 3d26d52  removed some old cruft from CAMEL-888
     new bcf8fc6  Fixed checkstyle
     new baa954f  more improvements for CAMEL-888 for both XML and HTML mappings; including simple HTML routes view - still work in progress but slowly getting there
     new e6c2539  CAMEL-1261: expression renamed to languageExpression. Added unit test for using methodCall expression for splitter.
     new a601711  Added a simple spring unit test for camel-jdbc
     new ce1b0b7  Fixed the CS errors in camel-bam
     new 083d10d  CAMEL-1254 support to look for the serviceClass instance from registry
     new 36a3cdd  CAMEL-1265: Rename expression to language in spring DSL
     new 7fa81ef  CAMEL-1264: Delayer in Spring DSL now uses an attribute for delayTime.
     new 70aa940  CAMEL-1255: Jpa tracer example
     new ca1b9d0  CAMEL-1255: Polished
     new 59b47d6  Fixed some CS errors in camel-rest
     new 2ebe070  CAMEL-1270: MainSupport should complete when stopping.
     new 8d87e86  CAMEL-1263: Closing mailbox folder can cause MessagingException on some mail servers that block the folder. This is now ignored and debug logged.
     new 9be4066  [CAMEL-1256] Clean up camel-cxf, [CAMEL-1239] add set bus option for looking up bus from registry for no-spring endpint, [CAMEL-1254]camel-cxf: URI option for serviceClass does not support lookup in registry
     new 2994bb4  CAMEL-1265 Fixed the test failure of XmlParseTest
     new 6df76ad  Fixed the CS errors of camel-core
     new 07c1987  CAMEL-1265: A few I forgot to rename. Sorry.
     new bbf9ecb  CAMEL-1269: Added STOP command. However graceful shutdown using JMS still hangs.
     new 0c655e8  CAMEL-1269: Added STOP command. However graceful shutdown using JMS still hangs.
     new 2672309  CAMEL-1255: added snippet tags for documentation
     new 1da750c  CAMEL-1256 Added apache snapshot repository and Fixed the build error in my box (Windows JDK1.5.0_13)
     new cdcfc81  CAMEL-1255: added snippet tags for documentation
     new 7136bd8  CAMEL-1255: added snippet tags for documentation
     new 89b323f  CAMEL-1256 Added apache snapshot repository of maven plugin
     new e7c030b  CAMEL-1265: Another one forgotten to be renamed. Sorry
     new 69ba66b  CAMEL-1272: Removed duplicate type converter. We should keep the ones that support Exchange optional parameter.
     new ad3c7d4  CAMEL-1255: Added jpa trace event. Added assert not null in batch processor since I get a NPE. Added jms unit tests based on end user having a problem. Removed TODO in code.
     new 397d45b  move camel to tlp
     new 205f6b8  CAMEL-1274: Jetty HTTP SelectChannelConnector not closed when CamelContext shuts down
     new b6e7034  Fixed the build camel-mail
     new 5edcf6a  CAMEL-1275 get the CamelEndpointSpringConfigureTest work in Camel trunk
     new d4450ac  Fixed unit tests failing on other platforms.
     new 7d1936e  Fixed unit tests failing on other platforms.
     new 0ea89d9  CAMEL-1273: added report incident as example
     new 7a78d59  CAMEL-1273: added report incident as example
     new 824aefa  CAMEL-1277: Added missing entry in pom.xml. Thanks Charles.
     new 612b763  CAMEL-1278 - Adding option to set encoding for velocity template. Thanks to Damian for the patch!
     new 6d74d6d  [CAMEL-1254] add missing setServiceClass(String) method
     new 27edc93  Update the camel doap file.
     new 892ae54  CAMEL-1279 take the setter which's parameterType is Object to be last candidate
     new 169c363  CAMEL-1237: reading from file and url now supported. Added option to continiusly read from stream using scanStream. Thanks to patches from Stephen Joyner.
     new b97aa1e  almost there in the DRY approach to coding both a human and computer REST interface for  CAMEL-888; still have some crud left around util these issues are resolved: https://jsr311.dev.java.net/issues/show_bug.cgi?id=46 https://jsr311.dev.java.net/issues/show_bug.cgi?id=65 (its the same issue really - needing to be able to prioritise HTML over other formats irrespective of the use of regex)
     new 0a04bfd  minor correction for CAMEL-888; due to https://jsr311.dev.java.net/issues/show_bug.cgi?id=65 to ensure that / and index are shown in HTML by default
     new 712054a  CAMEL-1273: removed reportincident from pom as its packaged as war and the assembly expects jar
     new 6d2c1b6  Polished the JavaDoc of TopicLoadBalance
     new af98b8e  Removed @deprecated TopicLoadBalancer. Use Multicast instead.
     new 4be0783  Removed @deprecated code in routingSlip. A header should always be provided as it makes the DSL more intuitive.
     new cc5d6f7  CAMEL-1282: Endpoints in camel-core is nowe easier to create using spring beans in the spring xml files. There is a defualt no args constructor and then you can set all properties on the endpoint using spring.
     new 72d8ebf  CAMEL-505: Endpoints in camel-core is nowe easier to create using spring beans in the spring xml files. There is a defualt no args constructor and then you can set all properties on the endpoint using spring.
     new 446fdf4  Polish the javadoc of IntrospectionSupport
     new 039417d  Revert the change of removing TopicLoadBalancer
     new 69f4a40  CAMEL-1275 added the missed test file
     new 23ccfa8  Removed the deprecated form TopicLoadBalancer
     new 6cafcda  [CAMEL-1284] Restlet binding does not properly insert/extract Restlet message.
     new 863f736  CAMEL-1031: Added mvel to the poms
     new 3930a1f  CAMEL-505: ftp endpoint can now be created using spring beans
     new 9f14930  CAMEL-505: mail endpoint can now be configured as spring bean
     new c746429  CAMEL-1287: Added freemarker component.
     new c9c1616  CAMEL-1287: freemarker component.
     new e90f1e0  CAMEL-1287: freemarker component.
     new 82d8dca  CAMEL-1287: Damm there are many poms you need to add a new component. Also adding the missing mvel then.
     new 884e86e  CAMEL-1283: Validation of correct number of parameters added Null body allowed
     new 4349df4  CAMEL-1292: SQL component should preserve headers from IN message
     new 227cd2d  Renamed AbstractXXX to XXXSupport to follow the convention in Camel
     new 0eea0bd  CAMEL-505: Mina endpoints can now be configued using spring bean style.
     new d14653f  CAMEL-1241: Introduced GenericFile for VFS in Camel for the transport components such as: file, ftp, sftp, commons-vfs and whatelse comes in the future. Thanks to Ramon Buckland for all the hard work.
     new d98627c  add a unit test for cxf bus injection
     new 43b0bbe  CAMEL-1294 support to use the cxfEndpoint directly in Camel Context
     new b74465e  Fixed the camel-example-reportincident jetty:run error
     new fb34675  CAMEL-1241: Generic VFS improved. Work in progress.
     new ece3427  Fixed the unit test error of camel-osgi
     new 1c9ffc4  CAMEL-1294 Added the missing unit test and set the beanId for the CxfSpringEndpoint
     new bf1294a  CAMEL-1241: Added newfile as component for the new VFS to reside side by side with regular file until its rock solid and can replace existing file component.
     new b2c8478  CAMEL-1241: More improvements to VFS (work in progress).
     new 2d9f672  CAMEL-1241: More improvements to VFS (work in progress).
     new efe75f3  CAMEL-1241: java.io.File based component on the new generic VFS stuff (work in progress)
     new a4e5894  CAMEL-1241: More work on the VFS in camel-core (work in progress).
     new 55c37c2  CAMEL-1241: AntPathMatcher for Camel VFS in camel-core
     new 7d667fc  CAMEL-1241: generic VFS in Camel. Work in progress.
     new 30e92f7  CAMEL-1241: Refactored FTP to use camel VFS.
     new 8b119ce  Fixed failing unit test reported by teamcity
     new 130e41a  Fixed failing unit test reported by teamcity
     new 189a21f  fixed cxf test failures and some compiler warnings
     new 1afd196  CAMEL-1296: camel-ftp should condigure the endpoint with the full uri (caused by CAMEL-941).
     new 7f70df0  CAMEL-1241: NewFileComponent using the new Camel VFS living side by side with old File component, until the new is rock solid.
     new bf223a5  Fixed failing unit tests reported by team city. Fixed checkstyle errors.
     new c8b41f9  CAMEL-1002. Patch applied with thanks.
     new 866f448  Add missing Apache license comment.
     new 1c59f29  CAMEL-1259 - Initial stab at POJO messaging example
     new 617fdb8  A tiny bit of tab/whitespace cleanup.
     new 8d6ba17  minor code cleanup to camel-cxf
     new 63bb0b0  CAMEL-1241: A little cleanup in the camel-ftp component.
     new f4b5556  CAMEL-1241: A little cleanup in the camel-ftp component. Forgot sourcecheck
     new be24b42  CAMEL-1241: More work on the camel-vfs. Fixed some failing unit tests.
     new f92eab5  CAMEL-1241: added genericfile<file> converters where we have file as well.
     new a486b0e  CAMEL-1259 - Add wiki snippets
     new 2e3df66  CAMEL-1241: Added missing type converters for genericfile. Rename spring antpath to not be in same package as genericfile as this is the one end users should use. To avoid end users selecting the wrong class when they configure it from spring XML.
     new cd59e36  Changing URLs to reflect TLP move
     new d8e9209  Changing URLs to reflect TLP move
     new 0e2d745  More changes to reflect TLP move...
     new 475558b  CAMEL-1259 - Add README.txt
     new d88edf6  CAMEL-1259 - Adding Ant build file for example
     new 0eba5af  CAMEL-398: Added camel-bindy as a new component. Big thanks to Charles Moulliard for donating this component to Apahce Camel.
     new 9498ad5  CAMEL-1300: Add @FallbackConverter for registering a fallback converter. Used by GenericFileConverter to allow us to delegte the from type to the wrapped body instead of the GenericFile that is just the wrapper class.
     new c4046ee  CAMEL-1300: Polished method signature
     new 338d20b  CAMEL-1259 - Add ActiveMQ jars missing from the Ant build classpath
     new 77b354b  CAMEL-1259 - Switched to using Produce annotation instead of EndpointInject
     new c8b5266  Trying to fix failed unit test reported by team city.
     new 0823b62  Fix wiki snippet
     new ee631f6  CAMEL-1305: Add missing DEFAULT textline delimiter to camel-mina and it should be used by default.
     new c0d78f2  CAMEL-398: camel-bindy now using ResolverUtil for discovering annotation classes by package searching.
     new 78546b5  use FallbackConverter in camel-cxf component, which means we can get rid of CxfMessage and CxfExchange class.  Very cool.
     new aa0eb53  CAMEL-1241: Fixed generic file component to use File.separator instead of / to work on all platforms.
     new 55850e1  CAMEL-1241: Unit tests handling / or \ file paths
     new f7f3a44  CAMEL-1301: Fixed NPE in factory finder and improved ObjectHelper.loadClass
     new 6315c24  Fixed checkstyle
     new ebf4bcc  CAMEL-1241: Renamed the ftp/sftp components. Moved ftp/sftp configuration to where they belong.
     new 6f4bc6d  Trying to fix failing tests reported by teamcity
     new 6bf0d98  Fix CheckStyle error
     new 35b29ad  CAMEL-1299 - Add property language for extracting exchange properties
     new aaf16da  CAMEL-1299 - add ValueBuilder support for exchange properties
     new 99b4cb3  CAMEL-1299 - add Spring DSL test case for property language
     new b29f8b1  fix wiki snippet tags
     new 7aecdcd  Format code better for the wiki
     new 9742482  Updating for header expression wiki page
     new fa2a916  Fix up some CS errors
     new 55eb412  Fix test error reported by TeamCity
     new dac37dd  CAMEL-1306 fixed a bunch of test failures in windows
     new 9aa3ab8  CAMEL-1306 fixed a bunch of test failures in windows
     new 815af32  Removed the useless osgi dependency
     new 76e983b  CAMEL-1306 Fixed the unit test error of camel-ftp
     new 1bfeccb  CAMEL-1288 Upgrade to Spring Integration 1.0.1
     new 1b0f04f  Changed the service port number to avoid the port confliction of the CI windows box
     new c17a0e3  Changed the report_incident service port number to avoid the port confliction of the CI windows box, also fix a CS error of camel-example-spring-jms
     new 15c1075  Added FileUtil
     new 70acc62  Polished file component code a bit
     new f6cbe65  CAMEL-1173 - Add a better example of scatter-gather
     new 7afe11b  CAMEL-1173 - Add some snippets for wiki entry
     new 0da795d  [CAMEL-1308] camel-cxf to support jaxrs consumer (WIP)
     new 6de0ef4  CAMEL-1307: Upgraded to FTPServer 1.0.0-RC2. Fixed ftp operations and building directories bug.
     new 5e90ed9  CAMEL-1271/CAMEL-520: Enable stream caching as an InterceptStrategy
     new 705ec45  CAMEL-1142 FailOverLoadBalancer
     new 2074de5  Trying to fix various failed test reported by Team City
     new b5126c0  Trying to fix failing tests reported by teamcity
     new 0f846b5  CAMEL-1309: StringSource is not properly serializable handling null values. Thanks to gnodet for patch.
     new 63887ec  CAMEL-1241: Various improvements in the file component. Marked old file component as @deprecated
     new 0bd2c5a  CAMEL-1271: Fixed spring-jaxb should skip StreamCache types in fallback type converter.
     new bd33e27  CAMEL-1271: adding unit test to Claus' camel-jaxb fix
     new 20d3ab1  Enlist type converters for RSS data types
     new c260c53  [CAMEL-1312]  Restlet component should allow response content type and return code to be set
     new 59f8c5a  CAMEL-1313 Fixed the camel-ftp unit test error in windows box, also change to use NewFileComponent
     new ec6ed17  CAMEL-1313 refactoring the camel-ftp unit tests
     new 709ea25  Fixed occasional failing unit test
     new cca2b93  MR-46: Expose the saxon configuration on the exchange to allow eg type converters to get access to this configuration.
     new 2493a5e  Fixed failed unit test reported by TeamCity
     new 02ff6f0  typos and CS errors
     new f3ba099  CAMEL-1315 - Add example of the Composed Message Processor EIP
     new 2eaa49e  CAMEL-1315 - Add some wiki snippets
     new f3676ed  CAMEL-1314 fixed the tomcat issue of camel-example-reportincident
     new 75a03ba  Fixed failed unit test reported by team city on Windows
     new f1f5119  moved unit test in camel-spring to avoid annotation loader to not able to load Test classes when using camel-spring-test jar in other components. Added mina example based on end user on forum.
     new 9d86c3b  Fix up CS errors
     new 697a5ff  Fixed failing unit test reported by team city.
     new 1791b87  CAMEL-1317 - Add example for claim check EIP
     new 9e4164f  CAMEL-1318 fixed the ftp test errors in Windows box
     new 7f0028b  Fixed unit tests failed reported by team city
     new 2bb22bf  CAMEL-1319: Added includeNameXX options to the file component.
     new e5cc2dd  Polished code. Enabled the NewFileComponent by default, to let TeamCity have a go on unit testing with it.
     new faa58b7  CAMEL-1319: Added includeNameXX options to the file component.
     new d8149e2  CAMEL-966: Introduced expectedFileExists on MockEndpoint for faster detection of existence of files. This avoid using thread.sleep in unit tests.
     new 90276f1  Fix unit test error
     new 56f0138  CAMEL-1236: Introduced fileExpression for setting dynamic file name to consume. Renamed existing expression to moveExpression as its what it does. Optimized some unit tests to run faster.
     new e6a716e  CAMEL-1321: Avoiding creating new JAXB instances for the same classes. To avoid running out of memory.
     new 8c1933e  Trying to fix failing unit test on Solaris reported by Team City
     new 6feda6f  CAMEL-1323. Update schemas targetNamespace to reflect the TLP move.
     new 5cb9d15  CAMEL-1324: Consolidated move and pre move options for file/ftp component.
     new 24435bb  CAMEL-1325.  Patch applied with thanks!
     new 74a5760  CAMEL-1326 Removed the circular denpendency in camel-jms
     new ac45655  CAMEL-1324: move and premove options consolidated.
     new 852f26a  CAMEL-1328: Added validation of unnown paramters for option prefix. Fixed checkstyle.
     new 457bcc1  SM-1271: StreamCachingInterceptor should support async exchange handling
     new 6a2ac22  CAMEL-1297: Seda component can configure concurrent consumers parameter
     new 34cdcfd  Fixed the test error of camel-jpa
     new b040e27  [CAMEL-1329] Restlet default binding to propagate query string to Camel message
     new 3273842  [CAMEL-1329] fixed broken test
     new c8a584d  Fixed build failure
     new 9a9f88f  Sample how to set max connection per host with the http component
     new f0702cb  Added a unit test of setHeader with Object value
     new c68aedc  CAMEL-1327 applied the patch with thanks to Roberto, also added some unit tests in camel-jetty
     new fb72d24  CAMEL-1327 little refactoring of camel-jetty unit tests
     new 493cd80  CAMEL-699: Added example for traceable unit of work
     new 613ac51  CAMEL-1331 - Detour EIP example
     new 476c309  remove some unused imports
     new 449ae5d  CAMEL-1205: endpoints defined in the route in to/from with and id attribute is now also registered in the registry as an endpoint.
     new 115029f  CAMEL-1291: content cache is default for Velocity. Fixed using @deprecated stuff from Velocity.
     new 6856d91  CAMEL-463: Adding support for setting the MEP from the DSL
     new 9e8bc8b  CAMEL-1330 added a unit test for testing the response code
     new 58b8b97  Update sample according to customer findings
     new 98deeb9  CAMEL-1252: Added parameter type to Expression. Polished code and javadoc a bit.
     new 0364a9b  Using executor service for stream background thread. Fixed example not having its schema update to TLP location
     new 57b3adc  CAMEL-505: http endpoint can now be defined from spring xml.
     new b7028671 Add Spring example for https connection using jetty
     new 69de525  CAMEL-505: camel-sql and camel-jdbc endpoints can now be created from spring DSL using regular spring bean style
     new b1a4266  CAMEL-1334 - Fixed case of setting ssl keystore via system property
     new 00460d6  CAMEL-505: atom and rss endpoints can now be created by regular spring bean style.
     new c72ea0f  CAMEL-209 - Add content enrichment support to Java/Spring DSLs. Thanks to Martin Krasser for this patch!
     new 7811e42  CAMEL-209 - modify the enrich elements attributes to look more like everything else
     new c942049  Fix CS error
     new 2181848  CAMEL-1327 applied patch with thanks to Roberto, also update the unit tests for verification
     new b4ec841  CAMEL-209: reuse producer template for enrich
     new 7a098dc  CAMEL-1333 updated the cxf version to 2.1.4
     new 211eac2  CAMEL-505: freemarker and velocity endpoints can now be created using spring bean style
     new f4b66a6  CAMEL-505: quartz endpoint can now be created using spring bean style. Polished code a bit.
     new 6b2b0e4  CAMEL-505: xmpp endpoint can now be created spring bean style.
     new 60ffcc3  CAMEL-505: jpa endpoint can now be created using spring bean style.
     new f5bdeb0  CAMEL-505: rmi endpoint can now be configued using spring bean style.
     new b100470  CAMEL-505: jms endpoint can be created using spring bean style.
     new 3fd60b2  CAMEL-1289: moved filter strategy from component to endpoint
     new 2cf3483  CAMEL-209 - Inject producer into enricher processor to improve performance.
     new 48b4a6c  Update NOTICE.txt
     new 6cb1398  CAMEL-1289: a little cleanup in the restlet component. the endpoint should NOT know about URI parameters from the component.
     new dd3aa87  Clean up the pom.xml
     new c74b53e  Updated the choice unit test
     new 334633a  Add missing Apache headers
     new add69c3  [CAMEL-1289] HeaderFilterStrategy - move from Component to Endpoint (for Restlet component)
     new 5514915  [CAMEL-1289] HeaderFilterStrategy - move from Component to Endpoint (for JHC component)
     new 0c7ea75  [CAMEL-1289] HeaderFilterStrategy - move from Component to Endpoint
     new d2d7a3a  make sure header filter strategy are set in the binding
     new 196905d  Add test case for using stream message, XPath, and choice()
     new acc7f14  CAMEL-1337 The xpath expression evaluations should rest the cached stream
     new 113e540  CAMEL-1337 The expression evaluations should rest the cached stream
     new c9764e9  Trying to fix failed unit test
     new 9c360c5  CAMEL-1295: Itroduced localWorkDirectory for the ftp component
     new 8fab494  CAMEL-463: Adding 'loop' to the Scala DSL
     new b43b671  ignoreing error during shutdown of the ftp server for unit testing, as it tends to happen on the other platforms once in a while.
     new 6279daf  Closing streams.
     new 3d4ba8b  Fixed failing unit test, and added unit test for rare problem with file to jms on windows with TX manager. Upgraded to latest FTP server.
     new 110241f  add test to verify JAX-WS handlers are invoked properly
     new 0e35da6  Polished code
     new 9a73292  CAMEL-1341 fixed the unit test error of FtpConsumerLocalWorkDirectoryTest
     new e2e874e  CAMEL-1343: Added in operator for predicate builders. Added wiki example for compound predicates.
     new cff8f47  CAMEL-1338: Added basic operator support for simple language - end users is confused its not working, and nice to have core support for basic operators. Added ?method=methodname for the bean langauge so its in line with the bean component.
     new 1c38be6  CAMEL-1338: Polished code for simple langauge operators
     new cacb747  CAMEL-1342 added camel-test into bundle and assembly lib
     new 9d754b1  NewFileComponent renamed to FileComponent and is now default in Camel. The old file component is deleted.
     new bcd84ba  newfile is replaced as file
     new 72da22b  Splitter with pojo wiki example
     new 87b639e  disabled the camel-rest module until Jersey 1.03 is out
     new 6b6fc87  added a basic web application as well as the RESTful resources for Camel
     new 91bd9af  Moved the REST module to the camel-web module which better reflects its dual nature as a REST API and a web application
     new 4bd8ece  Updated the pom to camel-web now
     new e21c424  CAMEL-1338: Added contains,regex,in operators to simple language
     new 87bc0a2  Fixed the build error of camel-example-reportincident
     new 2902dba  CAMEL-1347: file producer will rename local work file if any instead of doing a file to file copy (optimization). Added not to some operators in simple language. Added not predicate wiki example. Fixed checkstyle. Yes this is many because SVN was down.
     new 271097a  added a static content test case to check that Jersey's static content regex is working properly
     new 7ea9d30  removed cruft and switched the order around of the filters
     new bbff1f7  No need for the separate Scala repos, these artifacts are now in central repo as well
     new 33cfe4d  CAMEL-971: Introduced GroupedExchange for aggregate N exchanges into 1 single grouped exchange holding the X exchanges.
     new dce6cb8  CAMEL-1352 set the filter with lowcase string
     new bc7d89b  CAMEL-1344: Introduced TokenizerExpression to allow tokenizer in Spring DSL so end users can split bodies using tokenizer.
     new bd239d2  Damm a < got into the commit
     new 4e99a29  fix failure in the javadoc step
     new 359c5b8  enabled the camel-web module in the build
     new ed20137  fixed the sitemesh ordering of filters
     new 1ed8fe7  added optional JSR 250 so we can use those annotations for lifecycles
     new a545810  added a simple send message ability
     new ce52e4d  CAMEL-1229: Added nice DSL for multiple inputs to a route, eg from(x, y, z).to(foo).
     new 1d50467  added helper method
     new 5543dd0  added a basic ability to browse browsable-endpoints and their messages
     new 6ac3929  removed some cruft from the site layout
     new 57e7da8  working support for sending and viewing the HTTP headers
     new 495c015  Removed class that isnt needed since exchanges can evalutate by type now
     new f381d0b  Add the missing ASF header for FileToJmsTest
     new cc6abf0  Added the JmsSpringResequencerTest
     new 9b30fbe  allow endpoints to be created; with errors reported back to the user if they try to create an unknown endpoint. Also introduced EndpointsResource to make the root resource a bit less fat - and also to allow stateful fields to be included; like the error message or current URI - for re-rendering the view if a post fails the validation rules
     new 0a268ca  tidied up the layout and links a little
     new 8fdb4bc  minor refactoring to tidy up method names (as they are exposed in WADL)
     new 74f300d  resource class refactoring; introducing a reusable base class for sub-resources - also added a new RoutesResource to simplify the root resource further
     new 089a4b1  minor refactoring and tidying up of the code to reduce clutter and introducing a RouteResource (so we can mutate/edit/start/stop routes one day when the runtime supports it)
     new 5904845  encoded the message body to escape any XML tags if its an XML payload for CAMEL-1355
     new 3fac6b1  added a helper constant for the JAXB context String to use for camel classes
     new 3d2fd5f  fixed http://localhost:8080/routes.xml so it returns the XML representation of the routes
     new 2daf981  CAMEL-1357 - added regexReplaceAll to builder support
     new d6e0109  Pesky CS...
     new a13c9ac  refactored the package to match the camel-web module name
     new 2e468dc  Fixed failing unit test. Polished code a bit.
     new 80cbdc3  Upgraded to Groovy 1.6.0
     new 44dafe7  Should not filiting the GZIPHelper.CONTENT_ENCODING and fixed the failed unit test
     new 60d93c4  added GraphViz DOT support for CAMEL-1355 so you can ask for /routes.dot or use Accept text/vnd.graphiz on /routes
     new cdf4c14  applied patch from Stephen Gargan for CAMEL-1358 to renable failing test - thanks Stephen!
     new c80891d  CAMEL-1355 added a nicer home page and API page so folks can grok the REST API by just viewing /api and kinda getting it from that
     new 1696c09  CAMEL-879: Fixed intercept in spring DSL not working with predicate and having stop/proceed. In fact better initialization of interceptor in Spring DSL.
     new 8ec964c  Fix up unit test
     new d9b0d23  Fix typo in link
     new 2e03451  CAMEL-1355 added self-documenting API pages available via /api - though this will only work with the 1.0.3-SNAPSHOT of Jersey once this patch is submitted https://jersey.dev.java.net/issues/show_bug.cgi?id=223
     new 2a930c8  CAMEL-1355 include the javadoc comments in the auto-generated WADL and browsable API
     new 735be56  CAMEL-1355 add better documentation browsing in the API resources and improved the JavaDoc of the resources so things are pretty much self documenting now
     new c5fd072  fixed some warnings, [CAMEL-1351] camel-cxf should preserve user-* phase interceptors
     new ec61ba5  CAMEL-1355 fixed broken test - whoops, bad James!
     new 260b66b  CAMEL-1355 removed some debugging code and added some javadoc & helper code
     new e240df7  CAMEL-1355 added a stand alone camel-web-standalone.jar which can be executed via 'java -jar camel-web-standalone.jar' to boot up Camel Web
     new 7d07400  CAMEL-1363: Introduced sort DSL. Polished code a bit.
     new c7fb112  CAMEL-1362: added special header to indicate mina session should be closed when its complete, to eg by used when sending a BYE message.
     new b5539eb  Added a helper camel-web derivative which adds ActiveMQ and a broker
     new b8e7a45  CAMEL-1360: Added xml security data format. Thanks a lot to Ashwin Karpe.
     new 9d7cf03  removed camel-rest as its renamed to camel-web. Added missing some missing license files.
     new 4de882c  Fixed checkstyle issues
     new 39cf4b8  CAMEL-1376, CAMEL-935: Introduced delayPattern and fixed a bug with onRedelivery in DeadLetterChannel.
     new df4f3eb  CAMEL-1368: onRedelivery now support per exception clause, instead of only global. Using CamelCase for some header keys.
     new c4ca186  CAMEL-1368: onRedelivery now support per exception clause, instead of only global. Using CamelCase for some header keys.
     new 244b66e  Fixed the cs error of  camel-core
     new d7d4a14  CAMEL-1370 caching the StreamSource by caching the inputStream or reader
     new 2e9acf4  CAMEL-1370 Fixed the javadoc typo
     new d6de99c  CAMEL-1355 removed duff comment
     new f2241c9  CAMEL-1355 added packaging to pom.xml
     new 8f8a936  Fixing assembly build in Hudson
     new cad7d2e  CAMEL-1355 added version information to the home page
     new b74a244  CAMEL-1355 added version information to the XML/JSON API
     new f4e2bfa  patch for CAMEL-1374 to add a neater unique ID that looks more like the actual URL of the component which works much nicer for JMS endpoints (there's often only 1 non-singleton endpoint for a URI)
     new 7d1647e  CAMEL-1355 improvements to deal with non-singleton endpoints properly
     new b087544  added fix for CAMEL-1375
     new a115aa1  CAMEL-1355 - sorted the endpoints by default
     new fd73186  CAMEL-1355 - sorted the headers & properties
     new 6347151  CAMEL-1355 - added support for viewing system properties and the available type converters
     new 13e9b74  CAMEL-1355 - improved rendering of the available type converters
     new 7cd8b6a  CAMEL-1355 - fixed issue with array types when displaying type converters
     new 14366a8  CAMEL-1373: Use CamelCase for header/prop keys. Moved well knows key consts to Exchange. Polished code. Added surpruse for compiler unchecked warnings. Removed some left over generics on Route. Fixed a bug in some util class.
     new 6e0d8ed  use failover by default
     new 8457e7c  Like James just suggested, use fail over by default
     new 9f49f80  Renamed a exchange header for aggregator. Unit test run faster as changing delay to 25 millis instead of 1 sec.
     new 6c7f68f  Fixed the build error of camel-example-loan-broker
     new 89c37c2  Added two unit tests for JMSResuequecer and HttpClientRoute
     new b281c3d  Fixed some CS errors
     new f79a494  [CAMEL-1308] camel-cxf to support jaxrs consumer
     new 2466b7c  CxfBeanEndpoint to implement HeaderFilterStrategyAware
     new 29d0095  Removed camel-rest from assemby as its renamed to camel-web.
     new 13cad06  CAMEL-1378: @Header, @Property now uses a default value for the input so no need to spcecify name = xxx when using the annotation.
     new 120cff4  CAMEL-1355 added some nice literate HTML based test cases (which can be used to power an embedded browser too, like Selenium!) to test the functionality of the web application (as opposed to the REST API)  using WebDriver
     new dee4b24  Fixed a typo in a header name
     new 61c0e6e  CAMEL-1377 - Initial cut of camel WAR archetype
     new 761efba  add snippet annotation
     new 823abb2  CAMEL-1378 fixed the build error of MyBeanBindingConsumer
     new 5835078  Updated the target namespace of the spring.handlers in camel-osgi
     new a4597de  CAMEL-1378 using the annotatation default value setting in MyBeanBindingConsumer
     new 46169b1  CAMEL-1379 fixed the issue of Mina configuration shared between endpoints
     new 3f8b891  CAMEL-1379 added a unit test
     new 5b21348  CAMEL-1380: aggregator renamed option completed to completion predicate.
     new 4107843  minor promotion of method in case its required elsewhere
     new 9007a67  Polished code.
     new 0ea246b  CAMEL-1373: Using CamelCase for keys in headers/properties.
     new 482d702  CAMEL-1373: Use CamelCase for keys.
     new 152e3af  CAMEL-1356: Exception handled in tryBlock() is stored as exchange property using standard property name from Exchange class
     new cef7778  CAMEL-1004 - make it easy to start/stop routes by their definition (RouteBuilder or Route class) - added an initial implementation which needs more testing but it seems to work
     new 771ac40  CAMEL-1004 - added a test case showing how to stop, mutate and restart a route
     new 94dda01  Add another component into the mix to show how easy it is to add new Camel jars to your WAR
     new df2073d  CAMEL-1004 - minor refactor of test method
     new da85654  Fxied checkstyle.
     new 5726753  Fxied checkstyle.
     new d4cc067  added pretty printing rendering of routes as XML using the apache licensed prettify library http://code.google.com/p/google-code-prettify/
     new 9d2ba02  CAMEL-1004 - added a ServiceStatus property to most Service implementations - and exposed the status of a route
     new 7ba487e  CAMEL-1355 - added the status of the routes
     new 1207e1b  CAMEL-1355 - hovering over a property/header value shows the Java type
     new 13313a4  CAMEL-1355 - hovering over a message payload shows the Java type
     new 408824c  CAMEL-1355 - always show body type
     new 65f9f4b  CAMEL-1373: Using CamelCase keys.
     new 8fee0ed  CAMEL-1355 - added the ability to start/stop routes from camel-web as well as display an individual route's status or post it restfully
     new e5b80d8  added the description of a route
     new 80b9dc6  added the description of a route
     new 833f466  CAMEL-1373: CamelCase and fixed a NPE bug in this one. Polished code.
     new 57f0042  Polished code.
     new fe6893b  CAMEL-1373: CamelCase
     new 0df42c6  CAMEL-1364 Applied patch with thanks to Charles
     new 307e226  CAMEL-1373: CamelCase keys.
     new 3e99ef7  CAMEL-1364 using the org.apache.camel.dataformat.bindy.model.fix.tab for the BindySimpleKeyValuePairTabUnMarshalTest and BindySimpleKeyValuePairTabMarshalTest
     new f59f320  CAMEL-1373: CamelCase keys and polished code.
     new f1502c9  CAMEL-1373: CamelCase keys and polished code.
     new 53a2973  CAMEL-1373: CamelCase keys and polished code.
     new e6941bf  Added wiki example for some on exception stuff.
     new 06c4831  [CAMEL-1400] Restlet default binding does not acknowledge Fault message in the exchange when creating a response
     new afc13f6  CAMEL-1401: Fixed thread safe issue with JAXBDataFormat.
     new 29d1fb2  Fixed checkstyle.
     new 221c3b8  CAMEL-1384: Better support for InOptionalOut in case the returned out is null, then we should respect that and also regard it as no response.
     new e3cd1de  CAMEL-1366: JMSConsumer now support InOptionalOut so in case you do not have a response none will be sent back, and the original caller will timeout.
     new b6cf072  Try to fix the test errors of camel
     new 678730f  CAMEL-1373: CamelCase
     new 566c868  CAMEL-1373: CamelCase
     new 6e03fcf  fix for CAMEL-1405 so we can easily create JMS endpoints from incoming Destination objects, or send to arbitrary destination objects as well as fixing Claus's test case
     new d47eb6e  CAMEL-1373: CamelCase
     new 375a356  patch to allow type converters to work a bit more gracefully if you send to an endpoint which hasn't been configured to have a CamelContext
     new fae3cdc  CAMEL-1405: Polished code a bit. Fixed checkstyle.
     new 26d688a  CAMEL-1373: CamelCase
     new dbdf1cf  CAMEL-1373: CamelCase
     new 218df8c  CAMEL-1373: CamelCase
     new b71253e  CAMEL-1373: CamelCase
     new ed70753  CAMEL-1373: CamelCase
     new 4d5de6d  CAMEL-1373: CamelCase
     new 36db927  Polished code.
     new 10f16dc  CAMEL-1403: Fixed a hanging test.
     new 870b411  Fix assertion to pass when a non-String value matches an expected String value.
     new f7efc32  CAMEL-1406: DelayProcessor now properly supports shutting down while sleeping
     new 5bfae57  CAMEL-1407: Improved setting cron on camel quartz.
     new 06beb82  CAMEL-1407: Now also supports using + as space separator suggested by Hadrian.
     new 1fdb65e  Better handling of interrupt while sleeping/loopingwhile consuming to better support shutdown.
     new a50b228  CAMEL-1408: Fixes setting absolute paths using the file component.
     new 868792c  CAMEL-1408: Fixes setting absolute paths using the file component.
     new 70a16e8  CAMEL-541: Removed a bad tangle in camel spi. Not this package has no tangles.
     new 8e005e3  CAMEL-1307: Upgrade to FTP Server 1.0.0
     new e4bb3af  CAMEL-1345 update the camel-osgi-example
     new 9b35b73  Fixed the CS error of camel-web
     new 3c99b18  CAMEL-588: Package tangle fixes. Tokenizer in spring renamed to Tokenize. And fixed a CamelCase.
     new 1b8e106  CAMEL-588: Fixed bad tangle
     new 33aaf08  CAMEL-588: Moved LoggingLevel from model to core package, to fix bad tangle.
     new e540d6f  CAMEL-588: LoggingLevel moved from model to root pacakge to improve API package structuring.
     new 1b31117  CAMEL-588: Fixed bad package tangle.
     new 6b3aaf3  CAMEL-588: Fixed bad package tangle.
     new cbb7f2c  CAMEL-588: Fixed bug with creation of data format.
     new 319efe9  CAMEL-588: Reduced package tangling.
     new 9b3ed3c  CAMEL-463: Adding support for the other languages in a single trait
     new fb1a6ae  CAMEL-588: Removed exception not needed.
     new b2c0f29  CAMEL-588: Fixed package tangling and wrong logger class used.
     new 94e1113  Fixed the camel-amqp test error in windows box
     new 1225c4b  Fixed some cs errors and polish the code comments
     new a70e8ed  Only supports + as space as its the most commonly used, feedback by Hadrian.
     new 5294870  CAMEL-588: Removed package dependency and using the type converter API to find the right converter instead of direct usage.
     new 382bd64  CAMEL-1369: Removed @MessageDriven as its replaced with @Consume.
     new 0c0ee55  Added the test for the OsgiAnnotationTypeConverterLoader
     new bf79b71  Fixed the test error with my last commit
     new c84bf1f  Fix to GenericFile to handle changing name from absolute to relative.
     new 2121d1c  CAMEL-1412 using the right class loader to load the default queue browe strategy
     new 84fcd64  Upgrade parent to avail of the new Nexus hosted Apache repo, http://repository.apache.org/snapshots
     new c86fa90  CAMEL-1414 Applied patch with thanks to Nicolas, also fixed the same issue in camel-spring-integration
     new 0f15a3b  CAMEL-1414 Fixed the same issue in camel-spring-integration
     new 14305a8  CAMEL-1404, CAMEL-1411: Introduced SPI interfaces for pluggable class resolvers for both package scanning and single class loading by name.
     new bb655ce  [CAMEL-1416] Using # notation to reference CXF serviceClass is not working
     new 2567eff  Fixed the CS errors of  camel-jmxconnect
     new ea3bd52  CAMEL-1413 Cached the big message into the file instead of using memory directly
     new aa582dd  CAMEL-1411: Use CacheResolver where possible, and let ObjectHelper be backup.
     new ba6d3a2  Fixed a bug in expression type for predicates, eg when using: when().header("foo") it would cause a NPE, but using when(header("foo").isNotNull()) works.
     new 8974ca8  Fixed a bug in expression type for predicates, eg when using: when().header("foo") it would cause a NPE, but using when(header("foo").isNotNull()) works.
     new 842976c  CAMEL-1417: Fixed performance issue with StreamInterceptor causing too many convertions attempts that is bound to fail. Improved logic in MessageSupport to also avoid type convertions if not possible. In the rude performance test we get a 2x gain on my laptop. And the Camel715 can now again be run with 50000 loops in about 5 sec, giving a 10x gain.
     new 0d371d9  CAMEL-1417: Fixed failing unit test as we can not use the lookup in type converter registry. Improved expectedHeader to allow all types instead of only string values. So now you can compare real numbers and whatelse.
     new f8b5dfa  CAMEL-1418: Normalizes class names before loading to avoid \n or other chars by Spring DSL configuration with xml tags on newlines or hidden spaces etc.
     new 2550bda  [CAMEL-1421] Cxf Endpoint String bean properites are not merged
     new cbdac30  CAMEL-1422 Update the target namespace of the cxf endpoint schema
     new e966fdf  CAMEL-1422 Updated the example and tests
     new 815eafb  CAMEL-1423: camel:run now uses same configuraiton name for DOT as camel:dot, and its disabled by default now in camel:run.
     new 9c68382  CAMEL-1418: Added option to set Mina IoFilters. Applied patch with thanks to Nicolas Bouillon.
     new 987ce72  Fixed typo in javadoc
     new 9497ecc  CamelCase for keys
     new 4fa84ab  CAMEL-1425 Added the properties to the camel context
     new f79c6d7  MinaEndpoint codec option is now the real object and not string. Improved spring bean style config of mina endpoints. Added missing requestBody to producer template.
     new cb1a1cc  MinaEndpoint codec option is now the real object and not string. Improved spring bean style config of mina endpoints. Added missing requestBody to producer template.
     new 8caa4a0  CAMEL-1404: Polished SPI for package resolver. Removed @deprecated classes.
     new 300f7d1  CAMEL-1428: Fixed an issue with camel-ftp using wrong path separator.
     new 449a5f3  I'm having no luck building the distro since the assembly plugin update. Trying the old version again...
     new b0d99be  CAMEL-1426 Fixed the issue of SpringRouteBuilder loading from Spring configuration
     new c3ea84e  CAMEL-1428: Fixed a bug in the sftp service file pointing to a wrong class.
     new 568bebf  Removed the error handler for HTTP2JMS route
     new 5acafd7  CAMEL-1395
     new aaa1849  Fixed hadrians big commit before
     new 95e0a07  Fixed hadrians big commit before
     new 86ba320  Fix up some project information in the root pom
     new 99e8e3c  CAMEL-1430, CAMEL-1428: Improved Camel VFS code. Removed support for configuring endpoint with a starting file instead of a directory. File only leads into too much trouble.
     new 8aea5df  CAMEL-1428: Fixed NPE for SFTP consumer move strategy. Fixed checkstyle. Fixed unused imports and other findings by report tool.
     new 5f23fdc  Fxied bad regex
     new 0a688c0  CAMEL-1433: only 2 options for include/exclude file name pattern based on regex.
     new 2dca294  CAMEL-1434: Renamed some URI options on Camel VFS for more,premove and filename expression.
     new 31bf347  CAMEL-1428: Problem with SFTP on XP using move and using no starting directory configured on endpoint.
     new 2be473e  CAMEL-1428: SFTP problems
     new bd083b4  CAMEL-1428: SFTP problem with XP. Deleted exception not needed. And polished code a bit.
     new ef24bc3  file endpoint must be configured with a directory. Use fileName option to set a specific file to consume.
     new c80a219  CAMEL-1395.  Fix build broken by missing changes in data and ruby files.
     new 1626998  CAMEL-1395.  More API renamed for consistency.
     new b379182  CAMEL-1395.  Fixes in camel-scala.
     new f05aa2f  CAMEL-1395.  Start aligning names with model for consistency.
     new d4016ac  CAMEL-1395.  Completed api refactor to mach camel model.
     new 16b2c16  CAMEL-1395.  Remove renamed file left from previous commit.
     new 25d3b45  CAMEL-1395.  API renamed for model consistency.
     new 2ed747e  CAMEL-1428: SFTP problem with XP. A quick fix to let Paddy test it.
     new f6c5f88  CAMEL-1428: Fixed checkstyle. Move code to FileUtil. And reverter experimental code in FileConsumer about file name.
     new 19d7b20  CAMEL-1428: Fixed failing unit test
     new baf1137  Fixed failing unit test
     new 7248bb7  CAMEL-1435: Stacktraces can be turned off on DLC.
     new 84e65f1  Reduced package tangling. And moved a builder into the builder package where it belongs.
     new 1123095  Disabled test for camel-script as they dont run on my Mac OS and I dont wanna keep remember to skip this file when commiting.
     new 8b91532  CAMEL-1428: Polished code.
     new 00866f6  CAMEL-1428: Polished code.
     new 1117db3  CAMEL-1436 - Archeypes will not output debug level logging
     new ec0a941  CAMEL-1428: SFTP problems with Windows
     new bd90b85  Added fail in case unit test is slow, to catch in case some bad performance degrade was introduced.
     new 6d2ae13  CAMEL-1376: Introduced wireTap node in the DSL for proper wire taps.
     new 55c7e22  Removed unused imports reported by Sonar.
     new cca5b39  CAMEL-1428: SFTP problems with XP. Fixed a bug with CamelFilePath and added DEBUG logging when changing name.
     new 60c4a4b  Put assembly plugin version into parent pom
     new 38640eb  Align repo id
     new d254db8  Align repo ids
     new 45fd484  CAMEL-1428: Reduced unneeded code when computing renamed filename.
     new 9de3660  CAMEL-1441: Fixed minor issue with setting endpoint path
     new 2edaf3c  CAMEL-1441: Fixed minor issue with normalizing path on Windows using regex replace all.
     new 6e6f0c4  CAMEL-1438: Mina is now lazy by default.
     new 4554e55  Splitter with aggregation strategy with InOut for wiki sample
     new afa8103  Splitter with aggregation strategy with InOut for wiki sample
     new cb6065b  Removed code not needed.
     new b4c595e  CAMEL-1444: Potential problem with mina udp using the same camel context as both client and server.
     new 92cab5e  CAMEL-1443 fixed the script languages resolver issue in OSGi environment
     new 3197958  Fixed the test errors of FileLanguageTest
     new 977648a  CAMEL-1440: Simplyfied setting move and preMove options on Camel VFS. So you dont have to use file language syntax just to move it into a .done folder.
     new d214dea  Fixed failing test in hudson, adding a bit more sleep.
     new e89b871  Fixed failing test in hudson, adding a bit more sleep.
     new 00e6866  Fixed the FromFtpMoveFileAbsoluteFolderRecursiveTest error on Windows box
     new f52d8cd  CAMEL-1445 http producer will return a cached stream
     new de0fe0f  Fixed the unitest error of MoveFilesToDirectoryTest
     new d57d866  removed the comment line of FileOperations which I just committed by accident
     new 7ac59de  Removed the System out from the GenericFile
     new f7db8aa  CAMEL-1439: Added flattern option to Camel VFS
     new 718e336  Version 2.2-beta-3 of the assembly plugin can actually build the camel-web-standalone module and the Camel distribution too!
     new 6688ba2  Do not catch Throwable. Polished code reported by Sonar.
     new f1914a6  Exchange.getException is Exception now instead of Throwable
     new 1d89db4  Exchange.getException is Exception now instead of Throwable
     new 549687a  Exchange.getException is Exception now instead of Throwable
     new 0f1e9e1  Removed some DEBUG noice and added some TRACE for building dirs
     new 5523961  CAMEL-1449: Camel VFS does not delete/move files in case of any failure. Polished code a bit.
     new e4dfa84  Added some comments on CachedOutputStream
     new 1404396  CAMEL-1425 passed the camel context properties into CachedOutputStream
     new 22c65c2  CAMEL-1443 a little refactoring of the LanaguageResolver
     new 0000e44  CAMEL-1425 fixed a typo error and also changed the log code
     new f4007f7  CAMEL-1442.  Patch applied with thanks (and a few fixes).
     new 69ede14  CAMEL-1451: IdempotentConsumer now adds to the repo after succesful processing.
     new dbd4692  Fixed UDP being slow and not reliable in stress tests. Thanks to Orton for sample client demonstrating this.
     new 56b7ca3  Fixed the ftp unit test error on windows box
     new dbb0ef6  Polished code. Removed unusued class. Removed package tangle. Removed annoying 2nd method on Predicate.
     new 04d7175  Remove comment about dependency on the ftpserver SNAPSHOT
     new 397c5c5  CAMEL-1452,CAMEL-1387: Added IsSingleton to allow Injector to return shared instances. Added methods for tooling on CamelContext.
     new efd0e55  allow the installed languages to be browsed restfully for CAMEL-1355
     new 656fc95  allow the image URI to be changed
     new 021642e  Fixed a few bad package tangles.
     new 002f6f7  allow components to be viewed for CAMEL-1355 along with sorting component and language IDs
     new 162d837  [CAMEL-1454] CXF component running in Payload mode does not work with Holders
     new 43e1bc6  Adding SNIPPET comments to document stream caching feature
     new 3bda24d  Fixing SNIPPET comment (how did I manage to mess up a 4-line, comment-only commit?)
     new c61b580  apply patch on Nolan's behalf to set response charset reading from exchange
     new a3e48e3  Fixed the CS errors of camel-bindy and revert the MessageTypeTest in camel-jaxb
     new 60dd4dc  CAMEL-1456 supporting to create a default camel context in OSGi platefrom
     new 8d56eda  added unit test for Camel VFS consumer doing rollback and try again at next pool. Polished javadoc. Fixed failing test on hudson.
     new 6fccb67  CAMEL-1226: Added toF and fromF for building String uris using String.format
     new 0a1af0a  CAMEL-1178: mail consumer will now rollback if the processing on the exchange is failed, to allow consuming the same mail next time. Renamed some long options for Camel 2.0.
     new 6b9f807  CAMEL-1446, CAMEL-1457: Added TypeConverter as parameter Camel Bean Binding can bind out-of-the-box. Better method selection for methods with exception. Added disableRedelivery to DLC as its more readable than maximumRedeliveries(0).
     new 624bc4a  Added TRACE logging and split a big method into 2 so its easier to deal with.
     new 51214cf  CAMEL-1424: A bit more work on BeanInfo. Adding unit tests for missing gaps in code coverage reports.
     new 61cc2ac  Fixed failing unit test due to an option renamed.
     new 1fbc759  CAMEL-1458: FactoryFinder as SPI. Removed bad tangle moving MainSupport to impl from util, so util can be clean. Removed some unused code.
     new 8b1f414  CAMEL-1458: Refinement to FactoryFinder to be able to easy config from spring XML.
     new a3a42cb  CAMEL-1458: FactoryFinder as SPI
     new 34fb0fb  CAMEL-1458: Fix camel-jcr and camel-scala unit tests
     new 6d14b15  Polished code reported by Sonar
     new 96ca34a  CAMEL-1460: A little cleanup in DLC, removing not used/needec code. Setting endpoint as a ref is now also possible.
     new 876d75b  CAMEL-1460: damm missed renaming one option.
     new 3ca5c02  CAMEL-898: Introduced JmsMessageType to allow end users to control whuich JMS message type is used for sending jms messages.
     new 101900a  CAMEL-1453 - Upgrade to Rome 1.0 from the java.net Maven repo
     new 7416fbe  Cleanup code. ProcessFactory not really needed.
     new f28a0d5  align repo id with other projects
     new 83f4028  CAMEL-463: Adding wiretap to the Scala DSL
     new e7e6728  CAMEL-1462: Camel will fallback to non JMX lifecycle if Camel cannot access it, eg. could be because of lack of priviledges on the platform such as OC4j. This causes later a NPE in DefaultCamelContext on endpoint lookup.
     new 6eb0401  CAMEL-1463: Added unit test that demonstrate a bug with DLC being added even though we have noErrorHandler. Only happens when JMX is disabled. Bug not fixed. This is just a test to show the bug.
     new 692ac5b  Make the normalizer example look a bit nicer
     new 71e646a  CAMEL-1463: Fixed rare bug when disabled JMX and using no error handler, the DeadLetterHandler could still be added to the route in some routes.
     new 30f59b3  CAMEL-1465 add the spring configuration for camel-example-reportincident
     new b3dbbb7  Fixed bunch of CS errors
     new 565a21e  CAMLE-1427 added the state check of the ApplicationContext state
     new 7c20c30  Using ExecutorService for JMXConnector thread. Background threads is now daemon.
     new 1300227  use slightly better auto-generated IDs for CAMEL-1355
     new 32d7b9d  added Bespin support for editing routes for CAMEL-1355 - which includes adding Bespin & Dojo JS libraries. Sorry for the big commit :)
     new 184dee8  Fixed checkstyle.
     new 06f049f  CAMEL-1459: Refactored type converter to allow returning null and introduce getMandatoryBody. Fixed CS.
     new cb5911a  added Bespin support for editing routes for CAMEL-1355 - which includes adding Bespin & Dojo JS libraries. Sorry for the big commit :)
     new b0eae1a  added Bespin support for editing routes for CAMEL-1355 - which includes adding Bespin & Dojo JS libraries. Sorry for the big commit :)
     new 881d711  added Bespin support for editing routes for CAMEL-1355 - which includes adding Bespin & Dojo JS libraries. Sorry for the big commit :)
     new 99a1db1  added Bespin support for editing routes for CAMEL-1355 - which includes adding Bespin & Dojo JS libraries. Sorry for the big commit :)
     new 48b0ec2  added Bespin support for editing routes for CAMEL-1355 - which includes adding Bespin & Dojo JS libraries. Sorry for the big commit :)
     new d511991  added Bespin support for editing routes for CAMEL-1355 - which includes adding Bespin & Dojo JS libraries. Sorry for the big commit :)
     new aa62116  fixed up re-adding a route for an existing ID causing the old route to be replaced for CAMEL-1355
     new 8a129ea  CAMEL-1459: NoTypeConverterException is now checked as its only used by mandatory converters.
     new 527370f  CAMEL-1320: Created gzip data format
     new d6084d0  CAMEL-1459 Fixed the build error of SpringConvertBodyTest
     new 600cc72  Fixed the cs errors of camel-core
     new 3f7d45c5 CAMEL-1468 added the expression builder for camel context properties
     new 2e99fef  Upgraded to: Velocity 1.6.2, jruby 1.2.0
     new 7478fa4  CAMEL-1459: Polished code a bit.
     new fe31146  CAMEL-1469 upgraded CXF version to 2.2
     new 5c0db24  CAMEL-1467, CAMEL-1470: Fixed XMPP to receive consume response msg so local queue does not fill up and we run out of memory. Added re-connect and improved logging information. Also added disconnect on stop.
     new af0e8d1  CAMEL-1320: Updated jaxb.index file for gzip data format Added also Flatpack data format that was missing
     new 369f7e2  Polished
     new 4cfee41  CAMEL-463: Fixing Wiretap test -- don't expect the tapped messages to arrive in order
     new d9b1764  Fixed CS. Added TRACE logging when loading class.
     new 7a396f7  CAMEL-1030 - Enable Ruby scripting tests on IBM JDK as JRuby 1.2 fixes contains the fix for JRUBY-3073
     new da88f7b  CAMEL-1212: Introduced JmsKeyFormatStrategy for pluggable encoder/decoder for JMS keys.
     new 016918b  CAMEL-870: Added transferExchange option to camel-jms.
     new ffa0f78  Added a mtom unit test into camel-cxf module
     new cdfe80b  Added jms-http with TX example using Spring Testing.
     new aae4c21  [CAMEL-1476]  Set property in the exchange to identify CXF component DataFormat mode (payload, message, or pojo)
     new 5521870  revert my last commit
     new a40d5ee  [CAMEL-1476]  Set property in the exchange to identify CXF component DataFormat mode (payload, message, or pojo)
     new 2e7abac  change property name to CamelCXFDataFormat
     new db2f1f7  CAMEL-1478, CAMEL-1477: Added rollback DSL. Fixed RouteBuildrRef in Spring DSL. Removed autowireRouteBuilders option.
     new 7b24012  CAMEL-1478: Added optional message attribute to rollback DSL.
     new a8ee4d5  Transacted Error Handler is having 0 sec delay as default now instead of 1 sec.
     new 068d807  A bit easier to setup Camel TransactionErrorHandler in Spring DSL. Fixed CS.
     new b0bbfe3  CAMEL-585: Added option transferException to send a cause exception back as reply when using request-reply with Camel JMS.
     new cabc1f2  CAMEL-1479: Removed inheritErrorHandler option that is not really used. Will just complicate error handler if you can do special error handler per. individual node basis. And it was buggy anyway.
     new 86760fd  Add a test to check Data Format property in the exchange
     new 7ed306c  CAMEL-1480: Jms producer now works with the old 1.0.2 JMS API
     new 1e31fa5  CAMEL-1461: JMSProducer only sets JMSReplyTo if exchange is out capable. Fixed a NPE.
     new 89dc68e  CAMEL-1461: JMSProducer only sets JMSReplyTo if exchange is out capable. Fixed a NPE.
     new 182d62ec Transform should also propagate attachments.
     new 3e651f3  CAMEL-463: Add support for rollback() to the Scala DSL
     new 5586777  CAMEL-1481 OsgiPackageScanClassResolver should use the regular classloader if the osgi bundle classloader can't find any class
     new ff99b91  CAMEL-1481 fixed the test error of my last commit
     new cfbc081  Added some logs for debuging
     new ee96f26  CAMEL-908: WireTap now also supports sending a new Exchange, that is populated before its send. Allows you to spin off fire and forget messages at will during routing.
     new a50de1e  CAMEL-1485 created a Main class for camel-spring-javaconfig
     new eb900c2  CAMEL-1126 support Spring-JavaConfig in the camel:run plugin
     new 2d77039  [CAMEL-1474]  On the wire headers are dropped inside camel route between two CxfEndpoints
     new fbacb30  Add snippet tags
     new f26da9e  CAMEL-1490 Made Spring Main instance easy for extension
     new 6799c12  CAMEL-1489 Added an example to show how to start a camel context with spring java config
     new f49f424  Removed the System.out.print line from RunMojo
     new 9c471f0  CAMEL-1488: Fixed bean component not picking correct method for overloaded methods. Thanks to Bruce for the unit test.
     new 8614b97  CAMEL-1424: BeanInfo better logic for overloaded methods.
     new 4a769c4  CAMEL-1424: BeanInfo better logic for overloaded methods.
     new ab3ba7d  CAMEL-1461: JMSProducer does not forward JMSReplyTo for not OUT capable, unless QoS is preserved.
     new 65b5c75  CAMEL-1461: Added unit test from AMQ that failed du to this change.
     new a870434  CAMEL-1424: Fixed NPE with BeanInfo.
     new 38e6bd3  Add a test for [CAMEL-1351]
     new 75c9bdc  CAMEL-1467: Must invoke nextMessage to avoid client queue running full.
     new 6d17017  CAMEL-1467: Must invoke nextMessage to avoid client queue running full.
     new 86525d7  CAMEL-1492: Fixed NPE when endpoint not pprovided in JmsBinding.
     new 6e9c827  CAMEL-1491: Added Type parameter to ProdcerTemplate.requestBody methods to get the response returned as the type.
     new 5b0c47c  CAMEL-1486: Added maxChars option to Log and Trace formatter.
     new 3c649276 CAMEL-1492: Fixed NPE when endpoint not pprovided in JmsBinding.
     new 273214c  CAMEL-463: Add support for intercept() to the Scala DSL
     new 1b252e8  Fixing test for [CAMEL-1351]
     new 081de01  CAMEL-1493: ProducerTemplate API for InOnly operations now returns void to reflect this, so end users will use requestBody if they are looking for request/response messaging.
     new e3e170e  CAMEL-1497: JmsPollingConsumer receive not working correctly.
     new b84b2f3  CAMEL-1281: Added ConsumerTemplate. CAMEL-1498: Improved error reporting for endpoint lookup with scheme prefix and no component exists with that scheme. Removed unused code.
     new 5a1ecff  CAMEL-1281: ConsumerTemplate wiki examples.
     new c6abb58  Polished code based on sonar reports.
     new 4b53f8d  CAMEL-1500: Added encoding option to JAXB data format. Thanks to Tobias Emmerich for providing details how to do this.
     new b78e249  MR-157: Better re connect if not connected to mail store, eg catching exception that some mail server throws despite the API should just return a boolean.
     new 5b7b41d  CAMEL-1502: Bean component should propagate headers.
     new daf1481  CAMEL-1505 switched to use commons log for velocity engine
     new ef5e931  CAMEL-1503: First part of doing SMX-Camel with XML streams easier.
     new 262c2d7  CAMEL-1508: Fixed type converter picking wrong converter when there was a more specialized converter (eg it went down the super path to fast)
     new 7740b62  CAMEL-1503: StreamCache can now write to an output stream allowing stremas to be serialized when transfered over JMS or Mina etc. This allows using Camel with SMX where Camel gets XML stream from SMX and Camel send it to a JMS queue without having to worry about type convertions beforehand.
     new beb95a8  Mina - use a timeout for writing to mina in case mina is hanging, otherwise we will hang forever. The client will get an exception anyway that the write failed.
     new 0eec0b4  CAMEL-1506 CAMEL-1507 Applied patch with thanks to Ryan
     new 6cb542d  CAMEL-1507 Refactored the MimeMultipartAlternativeTest
     new 997ea7a  CAMEL-1507 Moved the header constant to MailConstants as Claus suggested
     new c09ba30  CAMEL-1450: JMX, allow custom endpoints to be managed as well if they are annotated with @ManagedResource.
     new 8abeb70  CAMEL-1507 Added the missing MailConstants.java and fixed some CS errors
     new da37ef1  CAMEL-1507: Header key using the CamelXXX syntax.
     new 3d9dca4  CAMEL-1509 Made isStarted() better as Claus suggested
     new 81b5186  Using requestBody for InOut instead of sendBody.
     new 827f552  CAMEL-714: Changed default error handler from DeadLetterChannel to DefaultErrorHandler that currently does nothing. So all exceptions is sent back to caller, so no more surprises.
     new aaa4138  CAMEL-1512: Unit test inspired by user on forum. Showing it is a bit cumbersome to handle 404.
     new e475092  CAMEL-1512: Added option throwException to allow the http producer to return any response without throwing the exception, to allow end users to handle all response in the same code.
     new bf1b2af  CAMEL-1513: renamed option.
     new 98cf28b  CAMEL-1504: HTTP_PATH header is now also used when building URI to call http service with. Applied patch with thanks to Mathis Schwuchow.
     new 8515c19  Added the snippet tags into the camel-example-spring-javaconfig
     new dc3e628  CAMEL-1496: Atom and RSS supports having URI parameteres on http/https feeds.
     new 7c73d98  give more time to slow servers to pass this test
     new 6f0c168  CAMEL-1514: Introduced PollingConsumerAware for eg file exchange to prepare itself for being polled and thus load the file content, so its not lost when the file is deleted/moved when the file consumer ends.
     new f167525  MR-159: package tag should be normalized in case end users inserts new lines or the likes.
     new 2bceb87  CAMEL-1515 added isStratingFinished() method into ServiceSupport class, and it will fix the recent build errors
     new d0f2065  Added veloicty test based on user on user forum.
     new 5100a02  CAMEL-1516 set the context to the Restlet client in RestletProducer
     new 88ca359  CAMEL-1511: Added onException support to DefaultErrorHandler.
     new 721a617  Fixed NPE if exchange was null, eg from mina UDP codec
     new 0706f5d  CAMEL-1511: Preparing for TransactionErrorHandler improvements
     new 7023c35  CAMEL-1511: Preparing for TransactionErrorHandler improvements
     new 1846810  CAMEL-1511: Added support for onException to the transacted routes as well.
     new b4f6e1f  Fix a bunch of CS errors
     new fb27b03  CAMEL-1461: Applied patch with thanks to Marat, for patiently explaining the issue and providing this great patch.
     new f618ed0  CAMEL-1518: Added getException(type) to get the caused by exception.
     new cfa4031  CAMEL:-1475: Transacted routes is now easier to configure as a TransactedErrorHandlerBuilder is not needed to be configured.
     new fc15723  CAMEL-1519: Fixed setting transaction policies with Spring DSL in a single tag just as its done in the Java DSL.
     new f110d7a  CAMEL-1511 - Fixed broken unit test.
     new 10c6979  CAMEL-1509.  Fix start/stop states plus concurrency issue.
     new bd1d79b  CAMEL-1475: Introduced transacted DSL keyword to more clearly state a route is transacted. Also Camel can autolookup the spring transaction policy, hence to make the Spring XML configuration a bit easier.
     new 59990da  CAMEL-1475: Easier transacted configuration of routes with Spring DSL.
     new 8c3f6a9  CAMEL-1509 Did a quick fix for the semantic change of started.
     new a323fd3  Fixed the test error of DirectoryCreateIsueTest
     new 89a0bee  CAMEL-1523: Update POM for doing releases using Nexus
     new e442a77  Fix broken compile due to missing dependencies in camel-atom.
     new 340ade2  Used Log.info to print the output message
     new 388357d  CAMEL-1522 CamelContextFactoryBean - support proxied RouteBuilders
     new 5aa408d  CAMEL-1521: Removed delay policy for transacted routes. Redelivery and delays should be handled by the TX manager that can deal with it better than Camel.
     new 6d12ec4  CAMEL-1513: Applied patch with thanks to Julien Faissolle
     new 240544e  CAMEL-1525: Fixed seda producer copying exchange should not use same UoW as source. Fixed CS.
     new 31d336d  CAMEL-1475: Easier transacted route configuration. Camel will auto lookup the PlatformTransactionManager and use it if found. Fixed CS. Fixed some TODO that dont apply anymore.
     new b8f68ff  CAMEL-1475: snippet tags for wiki documentation.
     new ff0b64b  CAMEL-1475: snippet tags for wiki documentation.
     new a8a444a  Fixed spelling.
     new 8b9cfdb  Upgraded to groovy 1.6.1
     new 3a1569c  CAMEL-1429: Upgraded to httpcore 4.0 final.
     new 4277157  Added support for GuiceyFruit 2.0-beta-6 for https://issues.apache.org/activemq/browse/CAMEL-1531
     new 8c7f680  Added support for GuiceyFruit 2.0-beta-6 for https://issues.apache.org/activemq/browse/CAMEL-1531
     new 5b1bc67  CAMEL-1332: StreamCache is now default enabled and is configured similiar as Tracer etc. I need to look into getting TX routes working nicely with stream cache as well, hence the TODO in a unit test in camel-spring. Will work on this a bit later.
     new 7d91ddc  camel-script cannot run be tested on Max OS with jdk1.5.
     new bfe6dc8  CAMEL-1332: 2nd part of the stream cache. Now it works together with TX routes. Fixed pom build due upgrade to httpcore lately. Fixed CS.
     new ba34ea7  CAMEL-1535: Unit testing with mock could potential hang. Fixed spelling and some other potential unit test failures.
     new af55c0b  CAMEL-1355 used nicer rendering
     new a2e1f32  CAMEL-1355 upgraded to the 1.0.3 release of Jesery
     new 4672f45  CAMEL-1536: added an OSGi integration test for Camel using Pax Exam to test Camel in Felix and Equinox
     new 5ca7d78  CAMEL-1536: using logging
     new f9f7c57  [CAMEL-1510] BatchProcessor interrupt has side effects (submitted on behalf of Christopher Hunt)
     new 8a12a81  [CAMEL-1510]  BatchProcessor interrupt has side effects (submitted on behalf of Martin Krasser)
     new 334910c  [CAMEL-1510] removed getCollection() and reduced method scope to prevent collection from modified outside SenderThread
     new 8f2935e  Improve fixes for [CAMEL-1510] on Christopher Hunt's behalf.
     new 419517b  added a helper method to make the code a little more concise; about to move this helper method into Pax Exam
     new b34dc76  switched to normal Camel coding style (whoops, my IDE was setup for Guice coding style :)
     new 3366cd9  CAMEL-1528: added id back as its useable for the JMX console overview
     new 83b29d7  CAMEL-1536: added description in pom.xml
     new 05ffa81  added reminder to zap code (I love retiring old code! :)
     new f599b06  CAMEL-1475: Polished the transacted error handler a bit so it works in conjunction with stream interceptor.
     new d060d2e  removed duff comment
     new c428f22  CAMEL-1526: Add a ServiceMix Kernel features descriptor to Camel
     new 982bc0c  CAMEL-1538: Upgrade to Spring DM 1.2.0
     new aaa8a95  CAMEL-1533: Refactored Expression interface to only contain a single method. And fixed that camel-bam delay betweens sleep bug also.
     new bc5251b  CAMEL-1447: Aligned and renamed the DSL names for try .. catch .. finally so they are the same in Java and Spring DSL.
     new 5a30106  CAMEL-1447: Aligned and renamed the DSL names for try .. catch .. finally so they are the same in Java and Spring DSL.
     new f7391bf  CAMEL-1526: Adding snapshot plugin repo and the servicemix repo
     new 573cce9  Polished pom.mxl so its like the others.
     new 18b6421  CAMEL-1533: Fixed some failing unit tests due the interface change.
     new 26e8832  CAMEL-1268: Added ExpressionClause to MockEndpoint for builder syntax for expectations. Fixed CS.
     new 14c0bc5  CAMEL-974: Polished the DataSetSedaTest.
     new 65f9365  CAMEL-1524: camel-irc can now handle IRC channel to be set using #. Thanks to patch from Darren Davison.
     new c51a64a  CAMEL-1447: Aligned and renamed the DSL names for try .. catch .. finally so they are the same in Java and Spring DSL.
     new 86e1a1c  CAMEL-1447: Aligned and renamed the DSL names for try .. catch .. finally so they are the same in Java and Spring DSL. This one came up after I upgraded to new nexus. Was running fine yesterday./nexus start Must be my local repo and nexus got spooked.
     new ff40b0f  CAMEL-1540: Improved TryProcessor so its more like exception clause.
     new 7f63e64  Try to fix the test error of DirectoryCreateIssueTest in my windows box
     new 2daa7b3  CAMEL-1544 clearing the RouteServices when the CamelContext is stopped.
     new 1f056b8  CAMEL-1545: Upgraded to Mvel 2.0.8
     new a95730f  Moved some of the http tests to jetty to avoid online lookup as it failis sporatic on some of the TC servers.
     new ba9f82c  Fixed failing unit test on some slow servers reported by TC.
     new 451bbd1  CAMEL-1526: Adding OPS4J repo
     new 25a8897  Fixed failing unit test on some servers reported by TC.
     new 3b112f6  CAMEL-1540: Added handled to the try .. catch DSL. Fixed some other sonartype reportings.
     new c0bd3d1  Added snippets for wiki documentation
     new de0fe05  Added snippets for wiki documentation
     new 5525acd  CAMEL-1547, CAMEL-1546 resolved some issues of restarting the CamelContext
     new adcb5c7  Fixed the cs error of camel-itest
     new 8d70a36  CAMEL-1526: Adding Spring milestone repo
     new f7e4809  CAMEL-1548: Fixed how error handler is wrapped in the route. Now every node is wrapped, also the children in a pipeline or aggregator. The JMX instrumentation code is however a bit flawed and will need an overhaul as well. The result is that redelivery with DLC now works as expected. The error handler notion of Around AOP is now truely correct.
     new 76c5f33  Unit test for helping with internal API rework for better redelivery with timer
     new 1dd00db  Unit test for helping with internal API rework for better redelivery with timer.
     new a3e36de  CAMEL-1536: Allow OSGi Camel integration tests to be run on Hudson/TeamCity
     new 90c127d  Changed the port of JmsToHttpRoute to avoid the port conflict in some TC boxs
     new 8a3e5b6  Added an integration test of Mulitcast according to the mail list
     new 376108c  Fixed the CS errors of camel-guice
     new a4e7f76  CAMEL-1554, CAMEL-1551: Removed interceptor that was used and from an end user perspective confused what it was used for. HandleFault is now a interceptor strategy to be similar as tracer etc. Can be enabled on the camel context, just like tracer. And importantly aligned how the route is build whether JMX is enabled or not. JMX should not cause a difference.
     new dde890f  Fixed the svn properties of the platforms module
     new 6607688  Updated the svn properties in camel-example
     new b505919  Fix broken build due to invalid repo.
     new 761ea13  CAMEL-1561 Upgraded the PAX-Exam's version to 0.5.0-SNAPSHOT
     new 722b4dc  CAMEL-1529 Fixed the NPE issue
     new 1697d9f  Fixed the svn properties of files in camel-core
     new ba75aaa  Applied the svn properties to the camel-web
     new 407ffa6  CAMEL-1562, CAMEL-1555: Introduced Channel to act as delegate between each processor in the route (work in progress). Fixed the JMX instrumentor to not affect the route if its enabled or not.
     new 92d3cf9  CAMEL-1560: try .. catch .. finally does not reuse existing error handler as it handles exceptions itself. Removed not needed code anymore due CAMEL-1562.
     new cf11eb8  CAMEL-1562: Routes are now also JMX instrumented. But this time they do not alter the route at all. So the runtime route model is the same whether JMX is enabled or not.
     new f6ab15b  Seda producer should not force a new unit of work when it sends an exchange. Added asnyc processor unit test to show AsyncProcessor is broken and flawed.
     new 795e2e6  Applied the svn properties to camel-archetype-war
     new 1d0645f  Applied the svn properties to other camel components
     new 9f13c4e  CAMEL-1541: Added constants for some file headers.
     new fcbfc22  CAMEL-1559 support to get the headers value with $in.headers.Foo in XQuery endpoint
     new 9bb9724  CAMEL-1559 Added the file which I missed in last commit
     new d251c8b  CAMEL-1526: Adding features for a few more components
     new 0d6538d  CAMEL-1528: Added option to only register processors in JMX that have custom id set.
     new 3a873ec  CAMEL-1534: Option to route empty resultsets. Applied patch with thanks to Joe Luo.
     new fa2c766  Upgraded to latest GuiceyFruit jars which use proper osgi metadata
     new ac35b3f  CAMEL-1565: Validator component now thread safe when loading schema as its done at init time.
     new 1fdd372  CAMEL-1526: Adding Spring repositories
     new c3351bc  CAMEL-1558: Added interceptEndpoint to intercept when an exchange is being sent to the given endpoint.
     new b9860fd  CAMEL-1558: Added interceptEndpoint to intercept when an exchange is being sent to the given endpoint.
     new 534e2b9  CAMEL-1558: Added interceptEndpoint to intercept when an exchange is being sent to the given endpoint.
     new 61e01d8  CAMEL-1558: Added interceptEndpoint to intercept when an exchange is being sent to the given endpoint.
     new 819b182  CAMEL-1558: Added interceptEndpoint to intercept when an exchange is being sent to the given endpoint.
     new 04cc24f  Tried to fix unit test that fails occational on Apache hudson server.
     new 00b6030  CAMEL-1568: Fixed IOConverter messing with line breaks. Applied patch with thanks to Christian Ohr.
     new 92df285  CAMEL-1543: Fixed removeHeader to also remove the header from the JMS Message object.
     new bcddb54  Fixed CS
     new 1d79b3f  Adding svn:ignore for tests/camel-itest-osgi
     new c6b36cb  CAMEL-1562: Added Navigate to navigate runtime routes.
     new 6229e97  Added new line to unit test so it works when testing with the camel-source.zip in the distributions as the maven archiver will add newlines to text files at the end if missing.
     new c42e2c9  Fixed the build error of OSGiIntegrationTest
     new 42b4ddf  CAMEL-1526: Using resource filtering instead of the generator
     new 76df433  CAMEL-1526: Adding a few Spring JARs to allow using the features.xml for testing in other containers
     new 3196ddf  CAMEL-1571 Used the Camel features in Camel OSGi integration test
     new 841fff3  Fixed broken unit test that hangs.
     new 728e09d  CAMEL-1568: Fixed bad patch not reading the entire stream.
     new af70187  CAMEL-1563: Added hasOut, hasFault for testing whether an out exists. @deprecated getOut(boolean).
     new 3fb1e29  Unit test based on user forum problem
     new 499f8ec  CAMEL-1552: Added options to set transaction maanger declarative for managed environments.
     new ba00e21  CAMEL-1566.  Patch applied with thanks.
     new cecc834  CAMEL-1566
     new 9d5f202  CAMEL-1566.  Fix changed length due to different encoding.
     new efff884  CAMEL-1566.  Repaced german u-umlaut with "ue".
     new ac6b7c7  Added unit test inspired by user forum question
     new 31076a1  CAMEL-1575 Fixed the NEP of ContextTestSupport and CamelTestSupport
     new 38a862c  Fixed the CS errors
     new 1c82523  CAMEL-1576 Add OSGiIntegrationTestSupport and OSGiIntegrationSpringTestSupport for better supporting of the OSGi integration test
     new fcc2e70  CAMEL-1576 speed up the test by specifying the profile version number, also fixed some CS errors of OSGiIntegrationTest
     new ac3ce18  MR-170 unit test
     new 7071d09  Added camel-test feature into camel features
     new b64e8a8  CAMEL-1572: Internal API cleanup of AsyncProcessor.
     new ac324e5  CAMEL-1558: Using skip() instead of stop() for interceptSendToEndpoint to not confuse users.
     new 9e803ae  CAMEL-1558: Using skip() instead of stop() for interceptSendToEndpoint to not confuse users.
     new 87474ab  Remove dependency on snapshot.
     new ca7ec89  CAMEL-1578: Renamed intercept() to interceptFrom() as it is what it does. New syntax sugar is planned for a InterceptStrategy that leverages the Channel to allow intercepting every processing step.
     new fde2192  CAMEL-1578: Added filter by endpoint URI for interceptFrom.
     new db1bfb3  CAMEL-1581 Added an integration test for camel-cxf and camel-jms
     new c05e6f7  CAMEL-1569: Added intercept DSL that works like a real interceptor applied at each and every processing step.
     new a73059b  Fixed the IOConverterTest error on Windows box
     new 11492a1  CAMEL-1569: Added when() to intercept(). Its nice when the code is nice and clean now, and easy to add when predicate. (unlike the old code in InterceptFromDefinition, that got to complex)
     new 3d38b65  CAMEL-1569: Added when() to intercept(). Its nice when the code is nice and clean now, and easy to add when predicate. (unlike the old code in InterceptFromDefinition, that got to complex)
     new ce38a00  Fixed the build error on hudson
     new 6fab045  CAMEL-1569: Added stop() support for interceptors and in routing as general.
     new 7a3ef30  CAMEL-1580: A little DSL cleanup for interceptSendToEndpoint.
     new a3a88d9  Speed up the OSGi integration tests
     new 7621113  CAMEL-1585: Added support for endpoint uri matching for interceptFrom
     new 1137c09  CAMEL-1584: Added support for intercept by wildcard,regexp for intercept send to endpoint.
     new 2dbe3fb  CAMEL-1584: Added header for intercepted endpoint uri, so when using wildcards you known the real endpoint that was intercepted.
     new 3b6aadd  CAMEL-1583: ldap-producer is not thread safe. Applied patch with thanks to Christopher Hunt.
     new 75ed35f  CAMEL-1583: ldap-producer is not thread safe. Applied patch with thanks to Christopher Hunt.
     new e3f6148  Added unit test based on user forum problem.
     new 2615438  CAMEL-1573: Added charset option to convertBodyTo. And fixed bug loading byte[] classes using loadClass.
     new 6e2f406  Added the unit test of getting the response context in camel-cxf
     new f3f09f3  polished code a bit
     new 297e27d  CAMEL-1572: API cleanup
     new 35ac541  CAMEL-1572: API cleanup. And upgraded spring integration to 1.0.2
     new f905e38  CAMEL-1572: API cleanup.
     new f002fc0  CAMEL-1572: API cleanup.
     new 39e605f  CAMEL-1572: API cleanup.
     new eeaf75e  CAMEL-1572: API cleanup.
     new d86ba0e  CAMEL-1572: API cleanup.
     new 2e8fd27  Upgrading to releases bundle versions
     new 9001b1b  CAMEL-1586 added the unit test of checking the content-type header on the wire
     new bc5d7f1  Fixed the cs errors in the camel component
     new 2af1475  CAMEL-1585 fixed the issue of GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP
     new 486cd9c  CAMEL-1572: First cut of new Async API. AsyncProcessor is @deprecated. Only MulticastProcessor needs to be migrated. Thread DSL will be replaced with a new Async DSL later, hence why its removed.
     new 90e0713  CAMEL-1572: Migrated MulticastProcessor from old Async API to new API. CAMEL-1587: Aligned thread pool ref options to be executorServiceRef to be consistent.
     new eb8cd63  CAMEL-1587: Using ExecutorServiceHelper to create thread pools with Camel identified thread names.
     new 94e4e31  CAMEL-1587: Using ExecutorServiceHelper for creating thread pools. Removed classes no longer needed. Added camel 1.6.0 release to spring.schema files
     new 159139a  CAMEL-1587: Fixed compilation error
     new 5de5e2b  CAMEL-1587: Fixed compilation error
     new 56a4790  CAMEL-1350 applied the patch with thanks to Anton and Charles The patch also includes these changes 1) pom.xml, created the osig friendly bundle 2) packages renamed from org.apache.camel.quickfix to org.apache.camel.component.quickfix    also updated the META-INF/services/org/apache/camel/component files    and example/fix-gateway.xml for the change 3) Thread.currentThread().setContextClassLoader added in quickFixAcceptor and Initiator 4) Fix the CS errors
     new 187f152  CAMEL-1589 clean up the CamelTransportConstants.CONTENT_TYPE
     new 11a82c5  CAMEL-1572: Added first cut of async DSL. Fixed CS.
     new bfb8674  CAMEL-1350 refactoring camel-quickfix component
     new 4ccf4e2  CAMEL-1590: jndi.properties should be optional for camel-test.jar
     new 49bc0a2  CAMEL-1572: Improvements to asynd DSL and added unit test in camel-spring.
     new 4b19186  CAMEL-1572: Improvements to asynd DSL.
     new 749bb77  CAMEL-1572: Improvements to asynd DSL.
     new e085395  CAMEL-1591: Removed ExchangeProperty as it could cause unforseen sideeffect, see CAMEL-1590.
     new 0b0d76a  Moved HeaderFilterStrategyAware to spi package where it belongs.
     new 0a8e950  CAMEL-1589 revert the change of CxfHeaderHelper
     new c6c49c5  CAMEL-1570: Added support for configuring handlers on Jetty, eg for security. Thanks to Christopher Hunt for the patch.
     new 42006ad  CAMEL-1350 added the src/test/resources into svn repository , also just set the in message when creating the exchange
     new 2ad0852  CAMEL-1582: Improved syntax validation for file language, so it reports error if syntax is invalid.
     new 72135e3  CAMEL-1350 update the TypeConverter file
     new 4b6a828  CAMEL-1350 update the TypeConverter file
     new 3186ef5  CAMEL-1350 revert the changes which should not be committed.
     new a62c511  CAMEL-1350 Updated the example configuration files , exported the converter package and used SLF4JLogFactory by default.
     new bb33f16  CAMEL-1350 Update the comment of setting logFactory
     new 0ec00b6  CAMEL-1572: Added async sample for show and tell of the new Async API.
     new 528905a  Merge branch 'scala'
     new f7574b6  CAMEL-1572: Renamed to better name suggested by Willem.
     new e65d978  Added an unitest of SplitterWithXqueryTest
     new 06667bd  Fixed a typo in the DeadLetterChannel
     new 9e73f92  CAMEL-1593 make the utils method in TestSupport to be public static
     new b0bb895  CAMEL-1572: Added another sync sample for comparision with async for show and tell.
     new d177f81  CAMEL-1572: More samples for async() DSL for show and tell.
     new 5d02490  CAMEL-1596: Added statementType option to control which SqlMapClient method to invoke.
     new b5d31a4  Upgraded to mvel 2.0.9
     new f74ab8b  Upgrade to Groovy 1.6.2 and mvel to 2.0.9 in camel karaf features
     new 579aa59  Fixed the CS errors of async
     new 37c3420  CAMEL-1597 Added support of splitting the Message with header and body
     new 4f218aa  Try to fix the test error of Hudson
     new c51b652  CAMEL-1596: camel-ibatis: statementType is now mandatory to specify for ibatis producer as the previous behavior was just to odd and to limited as you could not pass in arguments to a SELECT query
     new 2c5eeb9  CAMEL-1596: Polished
     new 8b827bb  CAMEL-1598: Added handled option to DeadLetterChannel so we have this one here also like onException.
     new e282c35  CAMEL-1602 support to get the namespces from a customerized XPath
     new 19ba32b  CAMEL-1600: Added useOriginalExchange as option to DLC and onException, allowing you to use the original bodies to be moved into the dead letter queuer. So you can easier manually retry based on the original input, and not the modified current exchange that failed with an exception.
     new 3d4aa3d  Added snippet tages for XPath
     new 66f6660  CAMEL-1603 Fixed the Camel-HL7 tests failures on Windows
     new 53bf322  Try to fix the Hudson test error
     new b23d910  Fixed potential unit test failure and polished code
     new 096716e  Fixed the test error of camel-spring-integration
     new ec64093  Fixed the test error of camel-stringtemplate on Windows
     new d88d077  CAMEL-1600: only the original IN body is copied to avoid problem with camel-jms and the fact that its only the IN body we really need to copy
     new 9191d5c  CAMEL-1600: added unit test in camel-jms
     new c873b7a  AIX cannot run one of the JMX unit tests so disabled it for that platform
     new f959956  HP-UX is just to slow so disabled this unit test for that platform
     new 1953cc9  CAMEL-1600: only the original IN body is copied to avoid problem with camel-jms and the fact that its only the IN body we really need to copy
     new 61b060f  CAMEL-1600: Renamed the option to useOriginalBody.
     new d87d048  CAMEL-1604: First cut for onCompletion DSL.
     new 9be4aad  CAMEL-1604: First cut for onCompletion DSL.
     new 833bb1c  Fixed CS. Added unit test in camel-jms for CAMEL-1604
     new 59cdca8  camel-mail. Tried unit testing with 2 other mail jars. Had to fix unit test because they are buggy.
     new e94fefb  CAMEL-1609 fixed the issue of Content type for HTTP not being sent in header
     new 9d9c656  MR-173: Added TRACE logging to camel-mail and option for ContentTypeResolver to work around bugs in geronimo mail jar.
     new 1896771  CAMEL-1609 Better fixing the issue of Content type setting for HTTP producer
     new 5042cc0  CAMEL-1609 removed the duplicated code from HttpMessage
     new c08e33e  Fixed CS.
     new 4e06022  CAMEL-1609 better warn log as claus suggested
     new ed99a77  CAMEL-1614:Fixed bug if JMSReplyTo was in headers but null. To avoid WARN logs for InOnly messages with no JMSReplyTo anyway.
     new 51ecb8c  CAMEL-1594 using Exchange.CAMEL_CONTENT_TYPE in camel-http and camel-jetty components
     new 93fe4ba  CAMEL-1594 Finished the camel-jhc part, also fixed the camel-jhc unit test error
     new f6ce91a  CAMEL-1594 Set the content-type in the camel-jhc converter
     new 25787c5  CAMEL-1594 Set the content-type in the camel-restlet and camel-cxf
     new ebfc7d8  CAMEL-1594 Fixed the itest error
     new 8cc8d54  CAMEL-1078.  Remove DummyExchange specialization.
     new cec75dd  Fixed the CS error of camel components
     new 883d5ad  CAMEL-1604: Second cut of the onCompletion callbacks. Now added global scope as well.
     new 1a713b8  CAMEL-1604: Added onWhen to the onCompletion.
     new 991d329  CAMEL-1604: Added onWhen to the onCompletion.
     new 4c749f7  CAMEL-1605: Added unit test about XSLT problem with fragments. Could highly be problem with Xalan, Xerces and the one shipped in JDK itself.
     new aa0ebc2  Make MalformedParameterizedTypeException go away
     new 7bfdaed  To fix unit test on slower servers.
     new 2bef0e4  CAMEL-1618 added the DSL of BeanExpression for the non registry beans
     new 3735a54  CAMEL-1618 Also updated the method DSL in the ExpressionClause
     new fa04402  CAMEL-1618: bean method clash with SpringRouterBuilder. Renamed clashed method to lookup as it is what it does.
     new b37e1ca  Custom failover processor based on camel user forum request
     new 86ac8d9  CAMEL-1615: Marked fields as transient for objects not being serializable in Camel exceptions.
     new 409ad70  CAMEL-1620, CAMEL-1621: Added unit test for load balancer. Added easier spring DSL for sticky load balancer.
     new c535314  Comment out the OSGiIntegrationSpringTest for Hudson build
     new 7f3e2dc  Fixed the async test error on a slower box
     new a978cf9  CAMEL-1617 suppor to set the HeaderFilterStrategy from component
     new 0fc2a9b  camel-xstream: Upgraded to newer releases.
     new e94f12e  camel-restlet: Upgraded to newer releases.
     new ce49f6d  camel-jcr: Upgraded to newer releases.
     new 1962a88  Upgraded to newer versions.
     new 0ed709e  CAMEL-1620: Improved failover loadbalancer. Handling multiple exceptions and being able to look in hiearachy.
     new f426720  CAMEL-1620: Improved failover loadbalancer. Handling multiple exceptions and being able to look in hiearachy.
     new 34215dd  CAMEL-1620: Improved failover loadbalancer. Handling multiple exceptions and being able to look in hiearachy.
     new 2803628  CAMEL-1617 Introduced HeaderFilterStrategyComponent and refectored the code
     new 4913953  CAMEL-1620: Fixed failover renaming in Spring DSL
     new 63dfc8c  File component. Renamed option flattern to flatten. Thanks to Joe Gottman for spotting this.
     new 2b6cd83  Fixed pom.xml since damn jetty did not release a 6.1.16 of the jsp-2.1 jar
     new 3d2fe54  CAMEL-1617 add the file that I missed in last commit
     new f0548c8  CAMEL-1557: throwFault removed. Added throwException instead.
     new 1061de9  CAMEL-1549: BeanInfo now excludes by default methods from java.lang.Object.
     new d961cda  CAMEL-1005: Added @Handler to help mark which method Camel should invoke for Bean Integration. To give more power to POJO routing as a liable DSL as well.
     new 98b46a4  CAMEL-1622 Set the OsgiFactoryFinder to the CamelContext in OSGi plateform
     new 767576b  CAMEL-1557: Use setFaultBodty instead of throwFault.
     new aa17041  CAMEL-1419: PredicateBuilder binary predicates uses type coerce when testing. This allows you to compare String with Integer even for > operators and the likes. Fixed CS.
     new 047d77b  CAMEL-1625: Fixed unit test with Spring DSL.
     new 5dce3df  CAMEL-1624: camel-xmpp. Subject and Language now set if provided in Camel Message Header.
     new e186c7d  CAMEL-1626: @ExchangeException now uses the parameter type to return the desired exception from its cased by exception hieracy
     new 9233747  CAMEL-1627: Added more operators to simple language: is and range.
     new e1512ca  CAMEL-1627: Added more operators to simple language: is and range.
     new 03be3f1  CAMEL-1629 add Java DSL example for the camel-example-osgi
     new 97e3c1e  Exculded the JAXB related OSGi tests for the Hudson build
     new b805e2d  CAMEL-1630: Fixed generic file producer not working with absolute paths.
     new 0e487f2  CAMEL-1632: from endpoint was not set on exchange created by file/ftp consumer.
     new 5bf1ab8  Add missing profiles and remove dependency on snapshot in preparation for Nexus based release of 2.0-M2
     new c68adfb  Fixed the CS error of camel-example-osgi
     new fe0f9d8  CAMEL-463: Refactoring some classes in the Scala DSL
     new c40012d  Revert the change of camel-spring-javaconfig
     new 4c024f4  Polishing the comments and solide the unit tests according to the mailing list
     new a805f9f  CAMEL-1634 make sure the camel-velocity feature is work in OSGi evrionment
     new 3d5a5f3  CAMEL-1623 removed the @deprecated usage of CXF, also fix the cs error of VelocityTest
     new c8b00e9  Made an executable jar for the sample
     new e14cb95  Added a camel internal mvn repository for spring-javaconfig
     new 6ac8598  Reverted the spring-javaconfig version
     new 672da11  CAMEL-1635 using the internal version of spring-javaconfig
     new 4e618a5  CAMEL-1637: Added support for and,or to concat two expressions with the simple language.
     new 22ffba9  polished code
     new 46a2f80  ExecutorService that is ordred by the order in which the tasks was submitted. This is to be used by the MulticastProcessor.
     new b48a6a5  Fixed CS. Fixed unit test failing on slow computers.
     new 8952543  Removed unused import
     new 0440254  http should be in out by nature.
     new ec40faa  CAMEL-1638, CAMEL-1639, CAMEL-1640: Sorry for this big commit but I was without internet for 3 days and its hard to keep the work into independent commits. CAMEL-1640 is still in progress.
     new e2f2ea6  Renamed to another name. Had a problem with renaming from C to lower c so its named xxxAnotherTest, that is already commited.
     new 1e8e7f7  CAMEL-1638: Added javadoc comments to explain the recent change with the AggregationStrategy that is now also invoked on the very first exchange.
     new 4e9670b  CAMEL-1640: mail consumer is now batch consumer.
     new cf1894d  CAMEL-1640: ibatis consumer is now also BatchConsumer.
     new 1b58262  CAMEL-1640: jpa consumer is now also BatchConsumer.
     new a8a7551  Added unit test for SubmitOrderedCompletionService.
     new 87dd8a9  Added unit test based on issue on user forum.
     new 4b96e50  CAMEL-1642: getScanner for GenericFile did not work. So splitter with streaming was affected.
     new 87c8eb5  CAMEL-1643 upgrade to guicyfruit 2.0
     new aa660ed  CAMEL-463: Adding a wiretap with body expression to the DSL
     new 4542b3b  polished javadoc
     new 2ff122a  CAMEL-1641: Ftp producer concurrent fixes. Requires CAMEL-1644 to be fully fixed.
     new b851da4  CAMEL-1646: camel-restlet should be InOut by default
     new cf73103  Added concurrent producer unit test.
     new 1878750  Added concurrent producer unit test.
     new e1b9679  CAMEL-1644: Added scope for Producer so we can have singleton/prototype producers. Allow to fix thread safety issues.
     new 33b21fe  CAMEL-1641: camel-ftp is now thread safe.
     new 700ac3d  CAMEL-1648 - Disable Bespin editor for now
     new 82bcdbd  CAMEL-1649: camel-ibatis. Only set the response as Body if SELECT statement. Always set response as header. And honor MEP.
     new 555d79e  Fixed CS.
     new f314d8b  CAMEL-1599 applied patch with thanks to Jonathan, also introduced a CompositeHttpConfigurer to hold the multi-configurer
     new e2a9a60  CAMEL-1599 Fixed the cs errors
     new 70a88eb  CAMEL-1647: First cut of a service pool. Allows us to pool producers for mina and ftp that are otherwise not thread safe.
     new 9ef53c4  CAMEL-1350: class QuickFixConverter.java (Add 1 new type converters toMessage(String message), Document code,Remove @Author tag) and QuickfixEndpoint.java (Add SessionSettings setter method) modified
     new 746b298  CAMEL-1350: Add a quickfix/QuickFixDataFormat.java class
     new ee456c2  CAMEL-1647: Added a bit more unit test. Fixed CS.
     new 5a99d74  Added a unit test which is based on the user mailing list
     new 21d1fbc  CAMEL-1647: ServicePool is now a SPI. Added pluggable ProducerServicePool on CamelContext to allow 3rd party pooling frameworks to be used.
     new bcbb6b2  Fix checkstyle errors.
     new d262a46  CAMEL-1647: ServicePool is now a SPI. Added unit test.
     new 152ef14  Fix checkstyle error.
     new ea4d1e4  Fixed compiler error.
     new cf87b9e  CAMEL-1633: Fixed xmpp consumer to filter packages not needed. Thanks to Edward Campbell for the patch.
     new 8154b82  CAMEL-1645: camel-mail. Setting ContentType improved to allow charset, and provided in exchange message header as well.
     new 6a5d70d  revert change from context to JmsEndpoint, an Endpoint is sufficient and allows resue from activemq-camel component
     new f27dfc9  More checkstyle fixes.
     new 89faee6  CAMEL-1652: Fixed problem with consuming to much memory for BatchConsumer. Thanks to Christian Schneider for the patch.
     new 2769e15  CAMEL-1651: Fixed gzip content encoding only being applied if really needed. Polished the code as well.
     new 0634c25  async renamed to threads
     new 8e4068a  Renamed alternative body header option as it was spelt wrong.
     new 3425f5f  Added concurrency test. Reduce INFO level log spamming. Fixed catch and ignore an exception.
     new be4a715  Added concurrency test.
     new 33f8934  Added concurrency test.
     new ec4bcae  Added concurrency test.
     new dabd1ce  Added concurrency test.
     new 7ff8732  Added concurrency test.
     new defc84a  Added concurrency test.
     new 2ee1bdf  Added concurrency test.
     new 1042f56  Added concurrency test.
     new c502edc  Added concurrency test.
     new d08530f  CAMEL-1657, CAMEL-1658 First cut of the camel-cxf rest component
     new 7f649e7  Fixed the CS errors
     new fbd73a7  CAMEL-1653: Added fileExist option to file based component with 4 options out of the box. Is now default Override instead of Append as before. Also added Append support in the FTP component.
     new 8ade3b1  Added trace logging to JMS consumer to log enter/exit to help identify when a listener do not complete. Fintuned loging a bit to not spam at DEBUG level.
     new 37022b4  CAMEL-1653: Fixed unit test failing due option renamed.
     new 8b59afe  Fixed unit test problem on Windows reported by TC
     new 14613fd  Fixed unit test failing occationally on slower computers reported by TC
     new 9a4362e  Fix unit test running on Windows and its path separators being different
     new a4d5bf6  CAMEL-825: seda component now supports request/reply. When sending to a seda endpoint the caller thread will wait for the reply if its InOut.
     new f7d6086  CAMEL-825: seda component now supports request/reply. When sending to a seda endpoint the caller thread will wait for the reply if its InOut.
     new 74e9f94  CAMEL-825: seda component now supports request/reply. When sending to a seda endpoint the caller thread will wait for the reply if its InOut.
     new 6dbcdf3  CAMEL-1658 added the unit tests
     new 6588de5  Fixed bug with outBody() in assertion clause. Renamed bodyAs() to body() to be aligned like the other.
     new 7eddf9e  CAMEL-1662: Added option to show the exception message for the log component.
     new ebb6196  Moved some unusued camel components to sandbox.
     new e7df196  fix typo in OSGi resolver
     new 7437bb1  CAMEL-1658 updated the CXF schema file
     new 10fa51a  CAMEL-1665: Added to() and prepend() to ValueBuilder to be used as Expression in the DSL.
     new 6de6116  Fixed the CS errors of camel-ftp components
     new 951082f  CAMEL-1658 updated the spring parser files and schema
     new a7b70a5  Added concurrency test.
     new 5e1faeb  Added concurrency test.
     new 733c083  Added concurrency test.
     new 619a700  Added concurrency test.
     new 33accab  Fixed unit test. Grrrr we gotta fix that ugly DSL for delayer in Spring DSL.
     new 7815f2e  Fixed unit test. Grrrr we gotta fix that ugly DSL for delayer in Spring DSL.
     new f4e3498  AFixed log component to auto create endpoint uri if endpoint is created by hand.
     new ef6ba2c  Fixed wrong log unit test. Its a ref to a log and not the uri.
     new 852fc86  Ups some blank line got added in the top.
     new c292379  CAMEL-1667 upgraded CXF version to 2.2.2
     new fe10086  CAMEL-1665 change the to expression DSL 'to' to 'sendTo'
     new 291e15e  CAMEL-1665 fixed the unit test error
     new 146564e  Fixed the unit test error of FtpProducerFileExistAppendTest on windows, and a simple CS error
     new cba1124  Removed unused imports
     new e14ad82  CAMEL-1663: Fixed bug with using Camel and other annotations in same POJO and RouteBuilder classes.
     new 9978609  CAMEL-1663: Fixed bug with using Camel and other annotations in same POJO and RouteBuilder classes.
     new 4cef21d  polished
     new 6db8349  CAMEL-1664: Added camel-jackson component. Its json data format using Jackson library. Thanks to Marting Gilday for the contribution.
     new 597f54d  CAMEL-1668: Using the delay is now easier especially in the Spring DSL.
     new 0fbdb7d  CAMEL-1668: Using the delay is now easier especially in the Spring DSL.
     new c07c8e2  CAMEL-463: Add support for setting transaction policy
     new c61c68d  CAMEL-463: Adding support for onCompletion clause
     new ad06d94  CAMEL-463: We no longer need the Strategy class in SOnCompletionDefinition
     new 95ea3fe  Added unit test for SOTimeout for http client based on user forum.
     new 999b089  Temporary disabled to let TC pass because of port connection issue on some platforms.
     new 04fb5f7  CAMEL-1671 fixed the typo of WaitForTaskToComplete enum
     new c338a7e  CAMEL-1672 added the example of camel-cxfrs component
     new 37b4c4e  CAMEL-1671: Fixed wrong name in enum.
     new 316db32  Added unit test based on user forum trouble with splitter.
     new 101de8b  CAMEL-1671: Renamed newer to never
     new 40f2d3c  CAMEL-1672 Added the wiki tags
     new 4528276  CAMEL-1672 updated the exception handling in CxfRsInvoker
     new fd0b865  CAMEL-1663: Added unit test with a POJO using mixed annotations from Spring and Camel. And based on idea from CAMEL-1601.
     new edda7d5  CAMEL-1663: Polished unit test a bit more.
     new f1fc6c4  Temporary disable unit test to let TC not hang.
     new 7af777b  CAMEL-1654: Added maxMessagesPerPoll option to Batch consumers.
     new e1a9fb6  Disabled unit test that causes TC to hang because of a spring jms bug.
     new 2ed5a61  Fixed unit test occationally failed on TC.
     new d7bea40  Temporary disabled osgi tests at TC to not let in hang.
     new e4d4a75  CAMEL-1670: First cut of a fix for file consumer detecting in progress files.
     new 0256ccc  CAMEL-1650: idempotent consumer now eagerly adds to repository to detect duplications of in progress exchanges. Fixed the jpa unit test.
     new 2a137c7  CAMEL-1650: Added confirm to idempotent repository. Also add eager option to be able to disable eager and add to the repo only when the exchange is done.
     new c079ee0  CAMEL-1677 applied patch with thanks to  Christian
     new aaf47ee  CAMEL-1670: Fixed problem with in progress detection of files for file consumer.
     new e4f9e59  CAMEL-1681 clean up the CamelNamespaceHandlers
     new ea1c2eb  CAMEL-1670: fixed problem with ftp consumer not detecting in progress files.
     new f74b859  Added some trace logs for debugging
     new eb069e2  A little cleanup in camel-itest.
     new ef77287  Fixed unit test failure on AIX reported by TC.
     new a331fa4  Added the trace logs for debugging
     new 43126e8  CAMEL-1666: Added support for disabling batchSize in aggregator to be only timeout based.
     new 4db09cd  Added more trace logs for debugging
     new 4be00dd  Updated for as required by the new maven release plugin
     new 4d6df6b  Renamed option on aggregator to a more meaningful name.
     new 13599dd  Fixed unit test reported by TC
     new 0088a23  CAMEL-1676: participant is optional so default to use user if not provided.
     new 55e7f88  More pom fixes needed by the new maven release plugin.
     new 35dcbe4  Added unit test for AnnotationModuleLoader
     new 828166e  More pom fixes in preparation of release...
     new 00b1320  More pom fixes to prepare release...
     new 48a2fda  More pom fixes preparing release.
     new 1e53bb2  Checkstyle fix.
     new 0d9f104  Added unit test based on user forum issue
     new af96cb3  CAMEL-1579: Debug logging of messages now clips body if its too big. Added Camel property to set max length or disabled it by setting it to 0 or -1.
     new f59e33d  CAMEL-1579: Debug logging of messages now clips body if its too big. Added Camel property to set max length or disabled it by setting it to 0 or -1.
     new 94385c6  CAMEL-1670: Added unit test for the other read locks.
     new 64f1c5a  CAMEL-1688: enrich(uri) using default aggregation strategy added as fluent builder to Java DSL.
     new 8849102  CAMEL-1687: camel-http now uses http proxy settings from java system properties. Thanks to Savas for patch.
     new 043467c  CAMEL-1687: camel-http now uses http proxy settings from java system properties. Thanks to Savas for patch.
     new ac96421  Fixed stack overflow reported by TC
     new 8213d7f  More pom fixes preparing release.
     new 2f66cda  Added TRACE logging for bean component for inspection method to invoke for bean parameter binding. To aid when having problems. Fixed a NPE also.
     new 39ba278  Fixed NPE in unit test reported by TC.
     new 32b0f1b  Skipping java.lang.reflect.Proxy methods and fixed a spelling.
     new 4416304  Getting rid of EasyMock as Camel now skips proxy methods and easy mock tests get confused.
     new 45429e9  Fixed the test error of SslCometdProducerConsumerTest in my windows box
     new 0c13d30  CAMEL-1633: xmpp consumer should only handle Message packets.
     new a6e17d9  Fixed some unit test reported by TC.
     new 77e214c  CAMEL-756: upgraded to latest qpid v0.5.0 release.
     new 292a3b6  MR-161 added a util method to write the namespaces at the first element
     new 79cb721  camel-2.0-M2 release
     new 87d5e7c  Camel 2.0-M2 release after creating tag.
     new f105cbc  Fix tagBase pointing to old repo.
     new 50615f1  Release camel-2.0-M2
     new 4a12751  Updating version number post release:prepare.
     new 6064aa8  CAMEL-1645: Fixed setting Content-Type for multipart messages as well.
     new 3edc13a  CAMEL-1633: must add packet listener before creating muc.
     new a309d8e  CAMEL-1691: Filter EIP now marks exchanges as filtered that split, multicast, enrich now uses to skip filtered exchanges when doing aggregation.
     new e646535  CAMEL-1691: Filter EIP now marks exchanges as filtered that split, multicast, enrich now uses to skip filtered exchanges when doing aggregation.
     new 6bcae1d  Removed the import of the com.sun package
     new 8545296  CAMEL-1696 Clean up the BusFactory's default bus when the application context is closed.
     new c75ef35  CAMEL-1655 - Add support for saving Groovy and Ruby route code. Viewing as Groovy or Ruby is TBD.
     new 589f60f  Checkstyle fixes for the 2.0-M2 release.
     new 09044dc  Release camel-2.0-M2
     new f372be3  Move version post release.
     new e34c6f7  CAMEL-1697: Added more unit tests regarding using .end(). Simplyfied using .end() with doTry as we just need 1 end to end the block.
     new e98ccc5  CAMEL-1701: Added support for camel-spring detecting and adding InterceptorStrategy from the spring application context. Allows you to easily add interceptors that are container wide.
     new ee07fee  CAMEL-1701: Added support for camel-spring detecting and adding InterceptorStrategy from the spring application context. Allows you to easily add interceptors that are container wide.
     new df21a01  Fixed the CS errors in camel-core
     new 0f14186  [CAMEL-1730] Single Restlet consumer endpoint to service multiple methods and uri patterns.
     new b21c5e6  Renamed the CamelTestSupport to CamelTransportTestSupport
     new 021eb01  CAMEL-1704 added JUnit4 version of CamelTestSupport and CamelSpringTestSupport
     new 54f55a1  CAMEL-1673 upgraded JUnit version of camel-cxf to 4.6
     new 48177e9  CAMEL-1692, CAMEL-1702: DeadLetterChannel now handles by default to act as a DLC in the EIP book. The message is moved to a dead letter queue and client should not know about this error. Renamed delay to redeliverDelay to avoid clash with delay EIP.
     new 5d2e388  change option name from 'uriPatterns' to 'restletUriPatterns' to be consistent.  clean up constant names
     new 7aa107f  CAMEL-1706: DefaultErrorHandler is now as powerful as DLC.
     new b2bee1a  CAMEL-1706: DefaultErrorHandler is now as powerful as DLC.
     new d2b9040  Fixed unit test.
     new b06a3d3  CAMEL-1706: DefaultErrorHandler is now as powerful as DLC.
     new 0595242  CAMEL-1710 fixed the test errors of FileExclusiveReadRenameStrategyTest on Windows
     new 0df6cfc  Fixed the CS errors of camel-core
     new 1e15eb1  Added the jndi registry default property in the camel-test module
     new 19c9218  CAMEL-1712 upgrade the camel-restlet JUnit version to 4.6
     new f6e4f93  CAMEL-1712 upgrade camel-amqp to JUnit 4
     new df8d12d  CAMEL-1712 upgrade the camel-atom JUnit version to 4.6
     new 11b4b8e  CAMEL-1712 upgrade the camel-bam JUnit version to 4.6
     new 7356985  CAMEL-1715: TransactionErrorHandler is now as powerful as DLC.
     new e427188  CAMEL-1715: TransactionErrorHandler is now as powerful as DLC.
     new 343e6f2  Upgrade the JUnit version to 4.6 in the parent pom
     new e3ac11b  Fixed the camel-scala compile error
     new a58f5d8  CAMEL-1712 Upgraded the camel-cometd JUnit version to 4.6
     new 5adc8a0  Fixed the build error of camel-spring
     new 3062900  Moved the surefire configuration to root pom.xml
     new 8b62d4b  CAMEL-1715: TransactionErrorHandler is now as powerful as DLC.
     new ae5c77f  CAMEL-1716: Fixed simple language operator being greedy. Thanks to Oliver Hecker for patch.
     new 749a0d6  Added svn ignore
     new 32c63f3  CAMEL-1712 Upgraded the camel-flatpack JUnit version to 4.6
     new aa763e7  CAMEL-1712 Upgraded the camel-freemarker JUnit version to 4.6
     new beb419c  CAMEL-1712 Upgraded the camel-csv JUnit version to 4.6
     new 5efbd72  CAMEL-1712 Upgraded the camel-bindy JUnit version to 4.6
     new 1560e15  CAMEL-1712 Upgraded the camel-groovy JUnit version to 4.6
     new 0afe40d  CAMEL-1712 Upgraded the camel-guice JUnit version to 4.6
     new fc2d442  CAMEL-1712 Upgraded the camel-hl7 to JUnit4
     new efea0a0  CAMEL-1712 Upgraded the camel-http to JUnit4
     new 0dd9507  CAMEL-1712 Upgraded the camel-ibatis to JUnit4
     new 948ae77  CAMEL-1712 Upgraded the camel-irc to JUnit4
     new 40d0ce5  CAMEL-1712 Upgraded the camel-jcr to JUnit4
     new 76edcd6  CAMEL-1712 Upgraded the camel-jetty to JUnit4
     new 5901509  Reverted back to junit 3.8.2 as 4.6 causes some unit test to hang forever.
     new b940138  CAMEL-1719: Fixed bean binding to thrown NoTypeConverterException in case type convertions not possible instead of null.
     new ac99127  Fixed the test error of camel-mina
     new 7902c2c  CAMEL-1712 Upgraded the camel-jpa to JUnit4
     new 258c3c7  CAMEL-1712 Upgraded the camel-jdbc to JUnit4
     new 28698f2  CAMEL-1712 Upgraded the camel-josql to JUnit4
     new 92ff903  fix up bad version replacement in activemq archetype
     new c00c78f  CAMEL-1717: reduce package tangling. Applied patch with thanks to Chrstian Schneider.
     new 6495ae1  CAMEL-1708: New packageScan configuration for Spring DSL to use ANT path style filters for scanning RouteBuilder classes. Replaces the old package tag, that is @deprecated. Thanks to Stephen Gargan for this great patch.
     new 40a7180  CAMEL-1708: renamed packages to package. Also fixed a problem with onCompletion when using spring DSL.
     new 3e5e57d  CAMEL-1723: Allowed customization of TTL when receiveTimeout set
     new 661090f  CAMEL-1724: Always use a ByteArrayDataSource for mail content to avoid all kind of content type and charset issues.
     new 4211806  CAMEL-1711: Fixed bug where the Camel routes will be started more than once if spring sends multiple refresh events.
     new 03cd924  CAMEL-1700 Adding the verb and URI info on camel-cxfrs endpoint
     new e4fb21f  Added unit test for file send as mail
     new 8208ec0  CAMEL-1725: improved logging for camel-osgi and if Camel detects uses OSGi or not.
     new d400206  CAMEL-1712 Upgraded the camel-jt400 to JUnit4
     new 63e5000  Removed unused imports
     new b7c0c86  Fixed unit test reported by TC.
     new 51e2f71  CAMEL-1712 Upgraded the camel-mail to JUnit4
     new 2c1e03e  Added hadrian's new key
     new 42c853f  CAMEL-1700 committed the file that I missed.
     new 21ae88c  CAMEL-1712 Upgraded the camel-osgi to JUnit4
     new a9384f6  CAMEL-1712 Upgraded the camel-jackson to JUnit4
     new f3e260d  CAMEL-1712 Upgraded the camel-quartz to JUnit4
     new c6bb664  CAMEL-1712 Upgraded the camel-ruby to JUnit4
     new 4c2e83f  CAMEL-1712 Upgraded the camel-rmi to JUnit4
     new 4a053f5  CAMEL-1712 Upgraded the camel-saxon to JUnit4
     new c296f40  CAMEL-1712 Upgraded the camel-spring-integration to JUnit4
     new 209e032  CAMEL-1712 Upgraded the camel-stream to JUnit4
     new 34c03b7  CAMEL-1712 Upgraded the camel-sql to JUnit4
     new 9d2ac3d  CAMEL-1712 Upgraded the camel-spring-javaconfig to JUnit4
     new 2575bd9  CAMEL-1712 Upgraded the camel-stringtemplate to JUnit4
     new b97f33a  CAMEL-1712 Upgraded the camel-velocity to JUnit4
     new 6990cfa  CAMEL-1712 Upgraded the camel-tagsoup to JUnit4
     new 54c7935  CAMEL-1712 Upgraded the camel-rss to JUnit4
     new 3b2885b  Clean up the pom.xml of camel components
     new 6a7912e  CAMEL-1727: alternative body header should not be included in mime mail as header also.
     new dd761b7  CAMEL-1712 Upgraded the camel-rss to JUnit4
     new d022002  CAMEL-1712 Upgraded the camel-xmlbeans to JUnit4
     new cd7c07f  CAMEL-1712 Upgraded the camel-xstream to JUnit4
     new e837257  CAMEL-1728: bean component throws MethodNotFoundException if a method name was given to invoke but not found on pojo.
     new 17e12f0  CAMEL-1702: EIP store decorated metadata as exchange property instead of message header. Fixed CS in camel-jms.
     new 0e0b9d2  CAMEL-1702: EIP store decorated metadata as exchange property instead of message header. Fixed CS in camel-jms.
     new 6e1f6ac  CAMEL-1729 fixed the converter loading issue in OSGi
     new 209477e  CAMEL-1712 Upgraded the camel-ftp to JUnit4
     new c530c97  Fixed the unit test errors of TC
     new f2f5f29  Upgrade the camel-xmpp to JUnit4
     new 4553e12  CAMEL-1704 updated the CamelTestSupport codes
     new 38f85c0  Upgrade the camel-jms to JUnit4
     new 5cb8033  Fixed a test error with latest CXF trunk code
     new dd73376  Added a unit test according to the camel user mailing list
     new 3e8bf32  CAMEL-1725: improved logging when using osgi or not.
     new a1f9a1c  CAMEL-1735: fixed part of example with wrong endpoint.
     new 7598f82  CAMEL-1722: When using AggregationStrategy the body is now alwasy in the IN message to avoid confusion when using it from end user perspective.
     new 0a2756b  CAMEL-1736 add a header filter of the message header's name with 'Camel' perfix
     new 02f650a  CAMEL-1737 support http central client API in camel-cxfrs producer
     new c6f150b  CAMEL-1720: StreamCache is now default disabled. Fixed a bug with interceptor and on completion. Added methods to configure stream cache in java and spring dsl.
     new e4cdfc3  CAMEL-1720: StreamCache is now default disabled. Fixed a bug with interceptor and on completion. Added methods to configure stream cache in java and spring dsl.
     new 2d50601  CAMEL-1078.  Removed the HttpExchange and used DefaultExchange instead preserving semantics.
     new e2bf5b9  CAMEL-1078.  Minor cleanup, getting rid of one unnecessary and one redundant property in camel-http.
     new 73f85da  CAMEL-1740.  Moved CONTENT_ENCODING to HttpMessage.
     new 12dc22e  CAMEL-1078.  Removed unnecessary specialization of Exchange and test that didn't really test anything.
     new 5f88606  CAMEL-1741: camel-jms is now compatible with spring 2.0.x again.
     new 46c2e1e  Fixed the CS errors of camel-core
     new 895d00d  CAMEL-1731 resolved the maven 2.1.0 and 2.0.10 build error
     new 77349bb  CAMEL-1739: early same type test.
     new 10aefea  CAMEL-1743: Added converter so validator component can work with InputStream directly.
     new d097b3e  CAMEL-1745: Changed schema validation to use SaxSource instead of DOM source
     new 397beb3  Fixed the itest error of CustomerServicesTest
     new b5629fc  CAMEL-1746 Clean up the itest's noise log output, also enable the CustomerAddressTest
     new ea52817  CAMEL-1744: ScheduledPollingConsumer do not throw exception on stop that occured during polling. Fixed CS.
     new 19748ab  CAMEL-1078.  Removed the SpringIntegrationExchange.
     new eb2cf9b  CAMEL-1078.  Removed IrcExchange.java
     new 185c5e1  CAMEL-1078.  Removed IrcExchange.java file not removed in previous commit.
     new 1b21837  CAMEL-761: removed unused and broken jmx component from camel-core. We do a total overhaul of JMX in Camel 2.1.
     new edd4e62  CAMEL-1735: Fixed camel-example-etl using type converter not having default no arg ctr. Introduced JpaTemplate as a header from camel-jpa in case you need it.
     new 1f566b9  CAMEL-1735: Fixed camel-example-etl using type converter not having default no arg ctr. Introduced JpaTemplate as a header from camel-jpa in case you need it.
     new fc3dace  CAMEL-1752 Fixed the application refresh endless calling issue
     new 5fa4784  Fixed unit test failing on other platforms.
     new 4baef67  Try to fix the test failure of AggregatorRouteNumberOfProcessorTest
     new bb191d6  CAMEL-1749: Added unit test based on user problem with loosing body sending over JMS. Improved feedback from Camel when it uses a generic JMS message instead of specialized.
     new 5b7bd39  CAMEL-1753: Added useDom option to validator component. Fixed unit test of camel-msv as it requires to use Dom.
     new 6cc9491  CAMEL-1754 Upgrade integration test to JUnit4
     new 64eaebc  CAMEL-1755: failover loadbalancer should prepare exchange when doing failover.
     new 6d669fd  Change the JUnit version to 4.4 to avoid the test error with spring 2.5
     new 3c19503  Fixed unit test failed reported by TC
     new 3627983  CAMEL-1127: A bit cleanup in the routes API. Routes renamed to RoutesBuilder and having a more precise interface. Also trace logging start/stop services. And letting RouteService handle the doStop as well.
     new bead0e7  CAMEL-1078.  Fix potential NPE.
     new 8858fb0  CAMEL-1078.  Remove dependency on Exchange creating an inner message and rely on message copies instead.
     new 695fc81  CAMEL-1757.  Upgrade to junit 4.5.
     new b0adfdd  CAMEL-1078.  Removed MailExchange specialization.
     new 21936a5  CAMEL-1078.  Removed XmppExchange specialization.
     new 8bb6206  Fixed an issue with stop() in pipeline.
     new 7234dc2  CAMEL-1758: Added context attribute to Camel annotations to apply it for only that particual camel context id/name. Needed for users having multiple camel contexts.
     new 98f7897  Added missing OFF logging level
     new 42fe8b2  Add a new annotation @section to allow users to define how message will be build based on the different classes of the model (header = section 1, body = section 2, Trailer = section 3) Add a new property positions in DataField.java and KeyValuePairField.java defining the position of the field in the message generated BindyCsvDataFormat, BindyKeyValuePairDataFormat and BindyKeyValuePairFactory have been modified to accept list of packages version of junit used has been de [...]
     new 29863f7  CAMEL-1757.  Only use junit 4.5 for components that use guicefruit (only camel-guice) at this point.
     new c8a5061  CAMEL-1760 fixed the issue of post params in camel-jetty component
     new 8aec6755 CAMEL-1078. Added ExchangeHelper.getBinding() per cibsen's suggestion as the code is reused in a few components.
     new d1c8eb1  CAMEL-1759 easier configuration of tracing from Java DSL
     new f6970d6  CAMEL-1759 easier configuration of tracing from Java DSL
     new 3a19b71  CAMEL-1759 easier configuration of tracing from Java DSL
     new 250a4ef  CAMEL-1759: Improved tracer to be more fine grained using Processor instead of model objects to reflect the route path.
     new bc1f27f  CAMEL-1759: Introduced RouteNode to represent a node in the route path. Currently used by tracer. In future also used by Channel. Tracer now more fine grained to trace intercept/onException etc.
     new 81062bf  Add a new test class /java/org/apache/camel/component/stream/ScanStreamFileWithFilterTest.java
     new a269ae4e CAMEL-1761 added an unit test to show how to set the response for the camel-cxf PAYLOAD consumer
     new d5a68fc  CAMEL-1761 added the snippet tags for wiki
     new 6f0d6bf  Correct the NPE at the line 83 of StreamConsumer.java (occurring if the endpoint can read stream from a file), add a test in the method resolveStreamFromUrl to check if the file is readable (be careful this test does not work on Windows when the path contains signs ${})  - no solution found for the moment
     new ddf6579  CAMEL-1759: Tracing onCompletion and onException needs special care. The code in TraceInterceptor need a bit more cleanup.
     new f2f6bc7  CAMEL-1763: Added CamelContext and Registry as autoatic bean parameter bindings that Camel knows.
     new c4e4e78  CAMEL-1759: Cleanup of the code in TraceInterceptor and added code comments for the next poor soul reading it.
     new b5d4161  CAMEL-1759: Cleanup of the code in TraceInterceptor and added code comments for the next poor soul reading it.
     new 353ebd7  clean up header constants
     new 549f138  CAMEL-1078.  Assume out/fault message of the same type as in message and stop using createOut/FaultMessage() apis.
     new 03813ec  Checkstyle and typo fixes.
     new effeab5  CAMEL-1078.  Moved RemoteFileExchange to oblivion.
     new a000adb  CAMEL-1078.  JmsExchange gone.
     new c1a40c3  CAMEL-1759: Added unit test and fixed a NPE in DefaultTraceEventMessage.
     new f201918  CAMEL-1764.  Fix encoding.
     new db5a0fa  CAMEL-1078.  Remove unnecessary methods on DefaultExchange.
     new 41ecbf4  CAMEL-1078.  Reducing entropy around GenericFileExchange.
     new 2c1a58a  CAMEL-1759: Added more unit tests. Fixed CS.
     new 6cfa94e  CAMEL-1750: Introduced PollingConsumerPollStrategy to control behavior for scheduled consumer allowing you to handle exceptions related to polling, eg network not reachable etc.
     new 8ac2eee  Fixed the cs errors in camel-core
     new a17f1e5  Fixed the cs errors in camel components
     new c8cc8e0  CAMEL-1768 get eclipse pulgin configuration better for checkstyle working
     new 7477e65  Fixed the unit test error of AggregatorRouteNumberOfProcessorTest on windows box
     new 035eabc  Fixed the build error of JmsComponet
     new 479e1ed  set the svn:ignore property
     new 039b26e  CAMEL-1750: added retry feature to scheduled poll consumer strategy.
     new a7acfd8  CAMEL-1689: JMSProducer is a bit easier to read in its process as divided into inout and inonly.
     new 9c39cb1  CAMEL-1771: Using a LRUCache to avoid growing in size forever for non singleton or unique producers
     new 8755801  CAMEL-1694: added pollEnrich to DSL to enrich using a polling consumer. For instance to poll a file or download a FTP file.
     new bfb6c2c  fixed unit test repoted by TC
     new 3c72739  fixed unit test repoted by TC
     new 4a1090b  fixed unit test repoted by TC
     new 2d11bf2  Add unmarshal test for ordered messages : BindySimpleKeyValuePairSortedUnmarshallTest.java
     new 60a1f51  Added missing version to checkstyle plugin
     new 1602159  Use direct endpoints to avoid a race condition that fails these tests sometimes
     new 5b9adc1  Fix test failures due to ClassCastException converting Integer to String.
     new 2155009  Fix failing test due to route changes in parent test using Java DSL and XML DSL not being updated.
     new 59acdd0  [CAMEL-1774] cxfbean does not propagate in http response code to Camel header
     new 97d7f4b  CAMEL-1078.  Simplify things a bit more around GenericFileExchange in preparation for removal.
     new 823ef09  CAMEL-1078.  More changes in preparation of removal of GenericFileExchange.
     new d7b890c  CAMEL-1078.  More changes in preparation of removal of GenericFileExchange.
     new aeeeb4c  CAMEL-1771: Using LRUCache for endpoint registry in CamelContext to avoid eating to much memory when using a lot of unique endpoints such as the http endpoints with lenient properties.
     new ac9530b  CAMEL-1770: Added unit tests for inout and inonly routing with jms.
     new bcda158  Removed unused CountingLatch, that fails occationally on some other platforms. Fixed unit test repoted by TC.
     new 0006be0  Fixed unit test repoted by TC.
     new 2659128  Change the test ObjectHelper.notNull to notEmpty for testing done on field factory.getPairSeparator of the class : BindyKeyValuePairFactory.java
     new 2a77386  Added unit test based on user forum issue with custom JMSReplyTo and inOnly route.
     new 05b143c  using getHeader as its the most correct to use, even though Camel will decorate the exchange with a property with the replyto
     new d0b58de  CAMEL-1756: seda component now holds list of known queues so they can be reused by endpoints with different uri parameters. They behave now like a jms queues and does not confuse end users.
     new 10d7eba  CAMEL-1078.  Prepare for removal of GenericFileExchange.
     new dddfe26  CAMEL-1078.  Prepare for removal of GenericFileExchange.
     new fc226e7  Try to fix the TC test errors of camel-cometd
     new 0a8a7e3  Fixed some typoes of ReportIncident example
     new 79a69bd  Reverting previous commits r789750 and r789761
     new 975dc9b  Fix build failure.
     new a4b11fc  CAMEL-1777 Fixed the issue of resetting Exchange.Bean_METHOD_NAME header after the bean invocation
     new 9704156  Polished unit test
     new f1a746e  CAMEL-1778: Better validation of starting directory for file endpoint.
     new cc91edc  CAMEL-1779: file consumer now also supports autoCreate option to create the starting directory if missing.
     new b33458e  CAMEL-1689: preserveMessageQos=true now allows you to use JMXxxx headers for QoS. And it will fallback to endpoint QoS if not provided in header. Fixed so inOnly messages also uses the same CamelJmsTemplate as inOut does so its same codepath. Improved debug logging to log when sending to queue and the actual message just before send so its most accurate.
     new 88be6a4  Change type of the field annotedLinkFields from Map<String, Object> into a Map<String, List<Field>>, adapt test cases and made some clean-up in list, map names.
     new 32ec6c0  CAMEL-1078.  More cleanup.
     new 885b0ce  CAMEL-1078.  More cleanup around the file exchange.
     new 76502c1  CAMEL-1078.  More cleanup.
     new 5bcbb50  CAMEL-1078.  More cleanup.
     new fa8e2f4  CAMEL-1078.  Prepare removal of GenericFileExchange.  Almost done.
     new 060cb81  Temporary fix to unblock from broken build due to missing Security.java file from previous commit.
     new c18d390  CAMEL-1078.  Removed GenericFileExchange (finally).
     new 92e0934  added getter needed by the web console for dynamic route scripting
     new f5bb876  Added predicates for startsWith endsWith. Fixed some TODO that was already done or not needed.
     new 796ce87  CAMEL-1783: You can now provide a header to JmsProducer with the destination name to send to instead of the endpoint destination. Allows to reuse same endpoint sending to dynamic computed destinations. Recucing the number of endpoints needed etc.
     new 1e3bd83  CAMEL-1781. Update POM and Security.java class
     new dcbf90c  CAMEL-1783: polished a bit. added jencks for connection pooling for a manual unit test.
     new 82c4cc4  CAMEL-1784. Add test to check if the field is null. If this is the case, the data is not exported in the string generated (CSV, FIX, ...). Two new unit tests added
     new 61beca0  CAMEL-1783: polished a bit.
     new b4a0950  Fixed some unit test reported by TC.
     new 6b2a089  Fixed some unit tests reported by TC.
     new 870c229  CAMEL-1785 - add extra resources for sample archetype app
     new dcab9e2  CAMEL-1786 - fix parsing of channel name with parameters. Thanks to Stan Lewis for the patch
     new c2b04ff  Try to fix the TC test error on windows
     new ca7c170  Try to fix the test error of jaxb on TC
     new 0995082  Fixed CS errors of camel-bindy
     new 5ef41e0  CAMEL-1740: Content-Type and Content-Encoding is now first class keys in Camel used by http related components. Fixed jetty unit test with gzip encoding as it was wrong.
     new 5b2b11f  CAMEL-1765: removed plugin that uses a license which was not included in distribution. Plugin really not needed at all.
     new 91a577d  Polished mail body
     new cdf12f5  CAMEL-1762, CAMEL-1790: Get rid of some jars in lib/optional in dist. Get rid of commons-io depdendency. Fixed camel-bam. Fixed some examples. Fixed some unit tests reported by TC.
     new 9fad708  Added back to features so we can do aproper cleanup later.
     new 7b970d6  Fixed the CS errors in the camel-jms module
     new 3750095  CAMEL_1659 fixed the SubResourceLocation issue on the CxfRsProducer
     new ac9b105  Change signature of BindyCsvDataFormat.java constructor from String to String[]packageNames
     new f664295  CAMEL-1792: added bindy to dataformat DSL.
     new c3271ba  CAMEL-1793 - switch to VM transport to fix test hang
     new ed53b90  Fixed the unit test error of my last commit
     new eb40ab4  Fixed a bug where we potential start some consumers again when stopping.
     new a1f2648  CAMEL-1795: Fixed bad default, causing spring to use new threads when receiving messages.
     new c8f2434  CAMEL-1787 - Add SSL support to camel-irc. Thanks to Stan Lewis for this.
     new a5320f4  Add support for SSL testing for when we can get a public server to test against
     new e45efd7  support trustmanager configuration via the registry
     new 3cd4ed9  back out some test code that wasn't used
     new 802cd93  Fix issue with having multiple # characters in IRC URI
     new 7898e04  JMSXGroupID unit testing
     new 1427b7e  CAMEL-1693: Added option to use a custom mail sender when sending mails.
     new f9cec34  CAMEL-1078: Removed last specialized Exchange the TraceEventExchange.
     new fb6eb40  CAMEL-1078: No there was one more GroupedExchange. And now DefaultExchange is also final.
     new 37378de  A crude Java DSL emitter based on two different strategies to traverse the route path
     new f9975b6  CAMEL-1756: endpoint resolution is improved to better detect similar endpoints even if parameters is not in same order or scheme // separator is missing.
     new 4442ba4  removed unused imports
     new bd9b7d0  CAMEL-1797: Fixed tracer in Spring DSL.
     new 7c0c5da  Fixed unit test reported by TC.
     new a5aaab7  CAMEL-1756: A little whoa with the endpoint resolution as we need to enforce using // in the path as some protocols require this. CAMEL-1798: redelivery default changed maximum redeliveries from 5 to 0.
     new f71df0e  CAMEL-1756: More test fixes due endpoint resolution changes.
     new d823bc3  CAMEL-1803: error handler when handled exception should clear traces of redeliver headers.
     new acbff9e  CAMEL-1805: Timer component, setting time option from uri is now possible.
     new 953ecbc  CAMEL-1801: ftp component will now automatic try to reconnect in case the connection could not be established. Added options to control this behavior. Will try 3 times waiting 1 sec by default.
     new a50359d  CAMEL-1801: ftp component will now automatic try to reconnect in case the connection could not be established. Added options to control this behavior. Will try 3 times waiting 1 sec by default.
     new a28706b  Fixed broken unit test.
     new faa5585  CAMEL-1806 put the request parameters into the message header
     new fa17913  Fixed unit test reported by TC.
     new 1ab9055  Fixed unit test reported by TC.
     new 7b121a3  Fixed the cs error of camel-core
     new bab171c  Fixed the cs errors of the camel components
     new 151eea8  Fixed the jetty InterfacesTest error on Mac OSX
     new 4dd26bf  Added unit test based on user forum issue.
     new 9c8a0ad  CAMEL-1807: added some unit tests
     new 9b2463a  CAMEL-1808: avoid using java FileLock as they can hang in the JVM and you need to shutdown the JVM to clear the lock to be able to delete the file. Now using plain files that can be deleted anytime.
     new 4bbdccc  added set id in java dsl sample
     new 4801f73  fixed unit test on slower boxes.
     new cd7222a  Try to fixed the TC test error on Windows
     new 8c1f4cb  CAMEL-1809 Share the Jetty connector across the camel contexts
     new 4192972  CAMEL-1809 removed the unused system println codes and fixed a CS error of camel-jms
     new ac9ea8a  CAMEL-1810 applied patch with thanks to Seumas
     new b66f717  CAMEL-1811: SpringInject capable of doing constructor injection again as in 2.0m1.
     new bf902b1  CAMEL-1811: SpringInject capable of doing constructor injection again as in 2.0m1.
     new 11810b1  CAMEL-1812.  Remove @author tags.
     new 233c081  CAMEL-1813 fixed the issue of message header copy
     new 8f4cb04  CAMEL-1789 Let the Camel Route support to lookup the service which is exported from the OSGi bundle
     new 8589796  CAMEL-316: A little API cleanup.
     new 2e728df  Fixed unit test reported by TC
     new c2effb3  Fixed unit test reported by TC
     new 01ea571  CAMEL-1815: removed debugger that was newer developed and useable. Use tracer instead.
     new b0591a8  RollbackProcessor should handle null messages.
     new ef666a7  added labels so they appear in tracer
     new 063b41e  CAMEL-1806 better suport for the POST form parameters
     new e777284  CAMEL-1820: useOriginalBody renamed to useOriginalMessage. JmsMessage is a pain so special care here.
     new 1d58fa8  CAMEL-1822.  Renamed newCopy
     new 6ca83fb  CAMEL-1824, CAMEL-1825: implemented retry logic when deleting processed files and using exists check to work around issue on some OS. Fixed issue with maxMessagePerPoll. Thanks to Alexander Lee for the findings.
     new 3b53418  Fixed the build error of the recent change of camel-file component
     new 908d8c5  Fixed CS errors of camel component
     new bf2679f  Fixed the camel-example-axis unit test error on OSX
     new ab536c3  CAMEL-1826 added camel-servlet component
     new e7fc4e4  CAMEL-1817: Part of patch merged. Eg stuff not so much about performance. Added option to mock endpoint to avoid collection exchanges in case you want test as fast as you can go.
     new f0cc3d6  CAMEL-1827 fixed the camel-cxf features error
     new 423c324  CAMEL-1828 Fixed the pretty print setting issue
     new 335af32  Fixed the unit test error of my last commit
     new 29276cd  Remove parameter that no longer exists (append=false behavior is default now)
     new 3b2bcc6  fixed a potential NPE
     new 4623336  polished code
     new 46353f1  removed option on mock endpoint at it caused harm
     new a222134  get around busted build-helper-maven-plugin 1.4 artifact at central
     new 2eaa055  ah, silly me... 1.4 was just in the process of being deployed
     new b6e17e8  Added camel-servlet to the kit
     new 02b2771  Fixed NPE in URISupport if URI parameter did not contain a value.
     new c862ea7  MR-216: Performance optimization for recipientList and type converter to String from numeric values.
     new 313f819  Fallback converters that can convert a given entry is now used as regular type converter in the future to avoid performance degration of walking through all fallback converters ending up in the last one. A great win on some really heavy messaging tests.
     new f62392c  Fixed wrong snippet tags
     new 14deb16  CAMEL-1832 Added camel-servlet features
     new 82718d4  CAMEL-1831 Added an integration test to show how use camel-servlet component in OSGi environment
     new 083e704  Add a new property in annotation DataField.java to define mandatory fields, generate exceptions in BindyCsvDataFormat when record is empty in case of missing mandatory fields.
     new f890e55  CAMEL-1834: Message content sent to exception handler should be re-readable
     new bdba34c  CAMEL-1660: Added AOP to the DSL so you can do AOP before/after/around etc.
     new eaf1d4f  MR-217: Avoid using port 9090 as it clashes on AIX.
     new 58c7a00  Add a new property in annotation DataField.java to define mandatory fields, generate exceptions in BindyCsvDataFormat when record is empty in case of missing mandatory fields.
     new 1e383f1  Fixed the camel-bindy test error and CS errors
     new 8890e98  Added the file which I missed in last commit, and also fixed the camel-core CS errors
     new 32e1deb  CAMEL-1833 Added the snippet tags for camel-servlet wiki
     new 7e56b50  Cleanup code, add a new test for record having too much data, change java.lang.exception into java.lang.IllegalArgumentException
     new dd292ef  CAMEL-1835: added timeout option to seda producer.
     new 31d5083  CAMEL-1836: log component can now output stacktrace.
     new dc8cb21  CAMEL-1836: log component can now output caught exception, for instance in a doCatch.
     new c46e450  Fixed potential NPE on shutdown in case the stream endpoint uri is invalid.
     new bd3011b  CAMEL-1838: ftp consumer tries to better recover from lost connection.
     new 6e66972  MR-218: Fixed unit tests to run on IBM JDK.
     new 102447e  Added the JUnit3 CamelSpringTestSupport into the camel-test module
     new bdc6e4e  Fixed compile error.
     new 275eb5c  Fixed some sonartype reported issues.
     new b10ed6f  CAMEL-1839: fixed camel-web and rendering endpoints urls. Upgraded to Jersey 1.1.1-ea.
     new 49cad3e  Camel 2.0-M3. release:prepare phase.
     new 29a22bc  Camel 2.0-M3.  End of release:prepare.
     new 79dac6f  CAMEL-1840 fixed the camel-mail and camel-cxf features issue
     new fbaf5c5  CAMEL-1841 Added mock-javamail bundle
     new 7b7ab09  CAMEL-1842 Added OSGi integration test for camel-mail and camel-cxf
     new adaf7fc  Fixed the CS errors and also added the serialVersionUID for the CamelExceptions
     new c4fd508  CAMEL-1392 - add web console support for rendering Groovy routes.
     new e229dd3  unit test based on user scenario
     new 59cf8e5  CAMEL-1392 - Latest contribution from Xueqiang. Thanks!
     new 8a5b728  CAMEL-1848 - add support to expect expressions/predicates on mock endpoint
     new 441fd10  CAMEL-1844: Added new readLock=changed option to file consumer to detect files currently being in progress using a file modified/length change detection.
     new 56c9aed  Removed not used code in mock endpoint.
     new 64d0b73  Fixed some sonartype reportings. Removed xsddoc as it just get outdated on the apache site.
     new d1cd896  CAMEL-1852 fixed the camel-example-loan-broker issue
     new 24f3cce  Removed SimpleRouteBuilder as its not needed and pops up in ctrl space list in IDE editors.
     new 0813963  Added matches(expression) to ValueBuilder so you can use custom expressions with for example mock endpoints.
     new 0359548  CAMEL-1849: Polished code a bit.
     new dfe65a7  CAMEL-1849: Cleanup in CachedOutputStream. Http component uses a defensive copy of response body stream to avoid returning a live stream that has been closed already. Also ensured that file based stream cache always deletes temp files as its done by on completion strategy now.
     new 499a378  CAMEL-1849: Stream cached based on files can be disabled by setting a threshold of 0 or negative.
     new 18034f6  CAMEL-1851: Fixed route not being instrumented in case it had route scoped onException and the likes.
     new 6576e81  CAMEL-1853: ensuring JmsEndpoint and JmsBinding is always there when needed. Preparing for CAMEL-1853.
     new 60a931e  CAMEL-1853: Using a custom Spring MessageConverter now possible for both sending and receiving jms messages.
     new 658edad  CAMEL-1854: Upgraded to SI 1.0.3
     new 7a3eefb  Added the async methods which use Endpoint as parameter
     new 70e9e3d  CAMEL-1856 added a Junit test to show how to use JBIBinding with Camel transport
     new 8c140d4  CAMEL-1855: aligned core thread pool size to 10 as default in Camel.
     new effcea4  CAMEL-1856 removed the System.out.print
     new ab016cf  CAMEL-1858: Added option mapJmsMessage to control whether Camel should auto map the jms message to some payload type or not. Thanks to Stan Lewis for this patch.
     new 89fef7c  A little easier to simulate errors with mock endpoints.
     new e107fbf  Removed not needed repositories
     new a6914f5  Reverted the change about removing spring repos as needed. Willem will fix it later to use a correct spring repo.
     new 387c3f5  CAMEL-1859 clean up the mvn repository of camel-osgi module
     new 2a95985  Updated the CxfRawMessageRouterTest with latest CXF 2.2.x
     new d4bca0d  Using VM for unit testing camel-jms to be more reliable for CI servers to avoid ports already in use.
     new 675bc79  CAMEL-316.  Implement the Fault api as Out. Added a fault flag to Message.
     new 059c7e4  CAMEL-316.  Remove 2 out of 3 Fault apis.
     new 8806538  Polished javadoc and added from bean unit test
     new 8a8e7d4  Polished javadoc and added from bean unit test
     new 6eff5c2  CAMEL-1553: trace can now be set individually on per route, so you can trace specific routes instead of all or nothing.
     new 45ee7d8  CAMEL-1553: Fine grained configuration of runtime options such as tracer, delayer, stream cache etc.
     new 8cef03a  CAMEL-1856 Added ProxyProcessor according to Rong's request
     new 66ebeff  Fixed the CS errors of camel-core and components
     new 77b184f  CAMEL-1861: Removing ExchangeConverter as its not used and not needed anymore.
     new 2f7727a  Removing ExchangeConverter as its not used and not needed anymore.
     new b6baef0  CAMEL-1863: added validate option to camel-hl7 so you can disable HAPI parser validator.
     new d6bc88d  CAMEL-1863: Added HL7 example that fails validation.
     new 03d8e92  CxfProducer should call getBody(CxfPayLoad.class) to trigger converter if necessary
     new 021f7d8  CAMEL-316. Incremental cleanup.
     new 406371d  CAMEL-316. More cleanup around Faults api.
     new 94a1fd2  CAMEL-316.  More cleanup.
     new c0373fd  CAMEL-1864: fixed intercept send to endpoint not working for send processors in onException.
     new d52950f  Trying to fix unit test on slower boxes
     new e1cef17  renamed last type to definition
     new da3464f  CAMEL-1862 specify the CXF version in the camel-cxf bundle Import-Package
     new bd68613  CAMEL-1866: Introduced NodeIdFactory to aid tooling. Also expose CamelContext in InterceptStrategy as its nice to have it there as well.
     new d358eb8  Fixed unit test error with camel-restlet
     new e6bf8d8  CAMEL-1865: Fixed NPE when logging message when its a copy and it have not assigned an Exchange.
     new ad40234  CAMEL-1867: Added unit test to demo that headers work with pass through key format strategy.
     new 5876bdc  Fixed the test error of RmiRouteEndpointTest
     new 42ef8da  CAMEL-1864: Fixed issue with lookup of endpoint as it should not create a new one but just check whether a intercetped one existed.
     new 15e246a  CAMEL-316.  More cleanup of getFault()
     new 492691f  CAMEL-316. More cleanup of getFault(), almost done.
     new cda61cb  CAMEL-316. Done. Last piece of cleanup.
     new f28fea5  Remove deprecated version of Exchange.getOut(boolean)
     new 6ce49ea  Missing dependency.
     new 5f7e9ed  CAMEL-1822. Removed Exchange.newInstance().
     new e35e787  CAMEL-1822. Consolidated copy() and copyFrom() in the Exchange api
     new 7ac3547  CAMEL-1822. Moved Exchange.copy(boolean) to ExchangeHelper
     new eed6231  Fixed the CS errors
     new 37968bb  CAMEL-1870 fixed the issue of the ConsumerTemplate
     new 2184c85  CAMEL-1867: polished unit test
     new cb1ad29  Add unit test to demo the BeanPostProcssor's bug
     new 4f25648  CAMEL-1867: polished unit test
     new 20c9f69  CAMEL-1871: Camel preserves JMS keys using underscore as it will replace dots with _DOT_ instead of just _
     new 62b0d8a  CAMEL-1873 fixed the ambiguity of more than one camel context in the same spring application context
     new eee79d0  CAMEL-1873 fixed the typo that Clause found, also update the unit test for it
     new 9e06ad5  CAMEL-1114 - update java eclipse templates for 2.0 API
     new 499e52b  CAMEL-1114 - update spring dsl eclipse templates for 2.0 API
     new edef7ef  Updated the unit test for demoing the JAXRS Http Centrical API
     new 60beb75  CAMEL-1874 Added getCamelContext method in CamelContextAware Interface
     new 98c4e47  CAMEL-1867: Fixed camel-jms to be consistent with how headers works when getting and mutating them.
     new 96fec99  CAMEL-1869: added option ignoreUnsupportedCharset to allow sending mails even if a bad charset has been specified that the local JVM does not support.
     new 7ad8440  CAMEL-1876: Removed GPL from files so ohloh not mistakenly think Camel depends on GPL .jars
     new 0f49da7  CAMEL-1876: Added asyncCallback methods to ProducerTemplate to do async messaging with callbacks being invoked when the message is done. This alows client to not hazzle with how to wait for the response as the callback is invoked when the message is done.
     new 3ceac0b  CAMEL-1876 Added a checkstyle rule for checking the GPL license
     new c0e7e7a  CAMEL-1876: Added asyncCallback methods to ProducerTemplate to do async messaging with callbacks being invoked when the message is done. This alows client to not hazzle with how to wait for the response as the callback is invoked when the message is done.
     new 508d454  CAMEL-1876: Added asyncCallback methods to ProducerTemplate to do async messaging with callbacks being invoked when the message is done. This alows client to not hazzle with how to wait for the response as the callback is invoked when the message is done.
     new 9dd352f  CAMEL-1876: Added asyncCallback methods to ProducerTemplate to do async messaging with callbacks being invoked when the message is done. This alows client to not hazzle with how to wait for the response as the callback is invoked when the message is done.
     new 5d8a43f  A little code cleanup. Added unit test to CAMEL-1878.
     new caddba9  CAMEL-1879: added http servlet response as well to HttpMessage so end users can get hold of it when needed.
     new d29fc06  CAMEL-1878: bean component should always use explict method if given. In very rare cases it could select a Processor converter over this method., eg when having AMQ in the classpath and your beans implements javax.jms.MessageListener. Yeah talk about rare cases.
     new 4ca5777  A little optimization to avoid copying if not needed.
     new 3fdca6b  add CamelHttpBaseUri header constant to Exchange.java
     new ec8c49b  use CamelHttpBaseUri instead of CamelCxfBeanRequestBasePath
     new 159bb7f  A little optimizations to only copy when needed.
     new 40afa63  Fixed deleting wrong dir
     new 97e8b63  Puzzled had to revert the optimization
     new c4e2e25  [CAMEL-1737] support Http centric client API in camel-cxfrs producer
     new 80caaeb  made CxfBeanTest more reliable.  it used to fail if testPutConsumer gets run first
     new bd36c2f  Added an unit test based on user forum reporting.
     new 16cbc94  Added unit test based on user forum issue.
     new dbed9cc  CAMEL-1882: Temporary fix applied that catches exception thrown from Colleciotn.add() in aggregator. Proper error handling to be done
     new 5d31e41  CAMEL-1882: Another test added that verifies exception thrown from correlation expression
     new 07de182  CAMEL-1883: Exceptions caught in doCatch are of the same type as what is kept in EXCEPTION_CAUGHT
     new d3669a0  Fixed the CS error and some typoes of the comments
     new b0584a3  CAMEL-1766.  Patch applied with many thanks
     new ca4f693  CAMEL-1392 - Latest update for the Groovy renderer. Thanks to Xueqiang for this.
     new 22f5cb3  Rervet the change of -r801748 on buildingtools
     new d97db3e  CAMEL-1884 applied patch with thanks to Stan
     new ca05fed  Fixed unit test reported by hudson.
     new 4eb1e3b  CAMEL-1867: Fixed setting JMSPriority as header also working for 0 as value. Thanks to Siegfried Wirth for reporting.
     new 74740d9  Fixed unit tests reported by hudson
     new ca3a7cf  Fixed the mvn eclipse:eclipse error which is caused by recent change of pom.xml
     new 733c53a  CAMEL-1887: Added option moveFailed to file component to move failed files to another location instead of leaving them untouched.
     new a245c8c  CAMEL-1889 create unit tests for camel-example-cxf
     new 7aef956  Fixed CS errors of the camel-xmpp
     new 5eda320  CAMEL-1885 Applied patch with thanks to Jens
     new e21de98  CAMEL-1888 applied patch with thanks to Andreas
     new 288e2cd  Fix test failure in camel-mail
     new 853a199  Changed the pom.xml's cxf-version to 2.2.2
     new a157cec  Fix wait timeout for DataSet and other minor things
     new f3ff97d  CAMEL-1890 Added unit test for camel-example-loan-broker
     new 67109b9  CAMEL-1892 Added Unit test of example-camel-pojo-messaging
     new b5ba270  A little unit test for tuning Camel in the future.
     new 07a3afd  Fixed the example error of camel-spring-jms
     new 78d9a27  polished
     new 821baa5  CAMEL-1881: irc consumer now also supports private messages. Applied patch with thanks to Stan Lewis.
     new 903cb5c  A bit more tuning unit tests
     new 8598bbb  CAMEL-1894. Add unit test for camel-example-etl
     new b036110  CAMEL-1891 added unit tests for camel-example-spring-jms
     new f2fdfa9  Polished unit test as its now possible in camel 2.0
     new b1b2c11  A little tuning using AtomicLong instead of synchronized method when generating an unique id
     new a159b52  CAMEL-1896: data set using throughput logger for both sender and receiver
     new 2a045db  CAMEL-1895: unit test how to poll enrich a 2nd file triggered by a file consumer
     new 7de1c47  CAMEL-1895: unit test how to poll enrich a 2nd file triggered by a file consumer
     new a82ae34  CAMEL-1895: poll enrich from a file based endpoint is currently not supported if the starting endpoint is also file based.
     new 83ecf9b  CAMEL-1886: headers is now stored in a case insensitive map making working with headers easier from end user perspective as keys does not have to be 100% accurate.
     new 2dcf702  Added more unit tests on case insensitive map based on user forum discussion
     new 140e310  CAMEL-1897.  Updated schema versions.
     new 06a1dc6  CAMEL-1897 updated the schema version of camel trunk (camel 2.0)
     new 8c0819b  Fixed the unit test error , when the box's default charset is not the UTF-8
     new bb27cd8  Set the svn ignore propert
     new 2e1ea1c  Finally fixed the test error of CxfRawMessageRouterTest, I should go to sleep now
     new f2d102b  added javadoc note that this interface will be changed in Camel 2.1
     new ea72a7b  CAMEL-1886: Added javadoc about the headers.
     new bfaf8cd  CAMEL-1899: CamelContext in Spring XML automatic register a ProducerTemplate and/or ConsumerTemplate if none have been declared in XML so we have one by default. Convention over configuration.
     new 2ae973c  Add new unit test : FromFileMoveFileIfProcessFailsTest.java to test uri option : moveFailed
     new ac31933  Code modified to put "null" in the CSV file created when the field of the model is null
     new 586e252  CAMEL-1899: Special care when using multiple camel contexts as we cannot then auto regsiter default templates as there would be an id clash.
     new 5adad59  CAMEL-1899: Avoid creating auto templates if bean with same id already have been defined as a spring bean.
     new 035e2c7  CAMEL-1392 - add Split, InterceptFrom, InterceptSendToEndpoint DSL support and improve LoadBalancer, Stream, StreamCaching support
     new ed83cf5  reverting my last commit so I can apply the latest web console patch... will send a new one shortly
     new 83bd778  CAMEL-1392 - latest update to the Groovy renderer from Xueqiang
     new 4bf1dd4  call getBody(CxfPayload.class) to trigger converter on the response message body
     new 764bd84  Add more debug tracing
     new c719c1b  Return not null value for primitive types (when csv is generated)
     new 48f90de  CAMEL-1903: Added context key in mbean name for CamelContext as well and fixed it to use its name in the name key.
     new 834fb2d  Format class to follow coding style convention
     new 9e35554  CAMEL-1904 fixed the profile of sourcecheck
     new 57ab5ba  Fixed the CS errors of camel-jms
     new 446dca1  CAMEL-1905 removed the apache-camel bundle jar from distribution kit
     new d6bdd4d  CAMEL-1907 Added the version number for the OSGi import package of camel-http, camel-mina module
     new 3183d9e  rename repo id to align with nexus
     new 9bfbbd7  rename repo id to align with nexus
     new 2199230  CAMEL-1910 CamelHttpTransportServlet supports to init the camel context itself
     new a6ddfb5  Fixed the CS errors of camel-bindy component
     new 6e5259a  Removed not used and not needed class.
     new afcf9a8  Build system fix for the 2.0 release.
     new a5ac34d  Checkstyle fixes
     new 85d651c  More checkstyle fixes.
     new a77a9be  More checkstyle fixes...
     new 4a09c27  Las checkstyle fixes.
     new c1f2767  Let camel-mail dependent on spring javax.mail bundle
     new ad69208  [CAMEL-1917] DefaultPackageScanClassResolver not able to scan package in jar url
     new df18cc8  back out fix for [CAMEL-1917] as too late for 2.0
     new 2166887  CAMEL-1916 try to fix the mvn release issue
     new 56312fd  Updated the features.xml for javax.mail bundle
     new 6cf9856  CAMEL-1916.  Fix maven-javadoc-plugin issue that causes release:prepare to fail.
     new 4dcd74d  CAMEL-1392 - further DSL support for the Groovy web console. Thanks to Xueqiang for this.
     new 495cc12  camel-2.0.0 phase=release:prepare
     new b5d6a68  camel-2.0.0 phase: release:prepare. Update poms with new version
     new e0feee4  Fix route status control from the routes page
     new 26e9c51  CAMEL-1392 - get rid of temp context during a route post and add support for xpath filtering. Thanks to Xueqiang
     new 9fb2b52  CAMEL-1926 upgraded the PAX-EXAME to 1.0.0
     new cd0347d  CAMEL-1922.  Ignore bridge methods. Patch applied with thanks
     new 7dbf617  Upgrade version post 2.0.0 release
     new ddafe0d  CAMEL-1919: Fixed addRoutes to be able to add other routes as a kinda of template. We need to expose this in spring DSL. Also added some unit tests based on user forum issues.
     new d35e840  [CAMEL-1917] DefaultPackageScanClassResolver not able to scan package in jar url
     new 7457738  CAMEL-1919 addRoutes @deprecated use includeRoutes instead as it names is more in line what you do in xml files to include other xml files etc.
     new 9f019a2  CAMEL-1927: Fixed file consumer option preMove not remoing correct name from idempotent repository.
     new 9a20941  CAMEL-1928: FileConsumer using noop now allows to configure idempotent=false to be able to re read the same filename over and over again.
     new b0ac9a8  CAMEL-1929: try...catch now also have access to caught exception as exchange property.
     new b708412  Fixed unit test to be consistent
     new ba57f4d  CAMEL-1920: Removed the STOP route from this example to make it simple and trivial.
     new 61dd731  Applied patch with thanks to Stan Lewis.
     new 38ba86d  CAMEL-1924 fixed unit test errors of camel-core on windows box
     new 73577b8  CAMEL-1908. Applied patch for multi channel routes with thanks to Stan
     new bc0436b  Added the camel-quickfix component into component pom
     new 167729e  Added an Unit test according to the user mailing list
     new 778b90e  CAMEL-1931 applied patch with thanks to Stan
     new 652edd8  Try to fixed the test error of cxf on Mac
     new f3abc42  CAMEL-1911 support multi https endpoints in jetty component
     new 2a5f36a  CAMEL-1932 removed slf4j-simple dependency from camel-mina pom
     new 6c1dd57  CAMEL-1933: JMX management overhaul. Renamed some classes.
     new e3b428b  some simple unit tests
     new b9bce9e  unit test polished
     new bd5deed  Added camel-quickfix
     new b8a8b0d  CAMEL-1933: Added getEndpoint to consumers.
     new 59665a2  CAMEL-1933: First overhaul of JMX management in Camel. Introduced pluggable API. Much more details in mbeans and more mbeans registered. Also fixed routes not being performance counted correctly before.
     new 75f0e32  CAMEL-1933: Added missing package
     new d6a1443  Applied patch with thanks to Martin
     new 71af12f  CAMEL-1914 applied patch with thanks to Stan
     new 6eb053d  CAMEL-1938 fixed the test failure in camel-velocity on windows
     new 5d3ed23  try to fixed the build error of TC
     new 2d94808  CAMEL-1934 Fixed the StreamCache Unit test failure on Windows
     new 30f303b  Fixed the osgi intergation test errors
     new 5439073  Fixed the CS errors of camel component
     new 49ffbc9  CAMEL-1937: Added support for using multiple LifecycleStrategy.
     new 12b1dae  CAMEL-1937: support multiple management strategies.
     new 7e87d17  CAMEL-1937: support multiple management strategies.
     new 657f684  CAMEL-1933: Overhaul of JMX. Improved management of routes. To be continued...
     new a115820  CAMEL-1934 Fixed the assert parameter issue as Christian suggested
     new 6975e95  CAMEL-1946 applied the patch with thanks Stan
     new 7a3f156  CAMEL-1944 Applied patch with thanks to Stan
     new ffc8418  CAMEL-1937: Fixed failing unit test. Thanks Christian.
     new 3880559  CAMEL-1933: Overhaul of JMX. Added more State and renamed some attributes.
     new fef3d2d  CAMEL-1948: Fixed inccorect state of service support after a restart
     new 5824fa2  CAMEL-1933: Overhaul of JMX. Routes can now be started/stopped.
     new f01e139  CAMEL-1933: Overhaul of JMX. Improved restarting of routes to properly manage mbeans.
     new d816486  Renamed events to be more preciese
     new 133ae97  CAMEL-1952: Added getIn(type) and getOut(type) to Exchange.
     new 5f00dc6  CAMEL-1933: Overhaul of JMX. Added managed send to.Prepared for camel/route context runtime configuration to be managed.
     new e965d5d  Add setLenient(false) to the SimpleDateFormat parser in order to force the DateFormater to transform the string date into a valid Date
     new 530147f  CAMEL-1955 fixed the MessageSupport.copyFrom() issue
     new f47adf7  CAMEL-1933: Overhaul of JMX. Tracing can now be managed. And can enabled on the fly even if tracing was not defined when started. So you can start tracing running platforms. Need to expose more attributes/operations though so you can adjust trace formatting etc.
     new beb0200  CAMEL-1955 better performance as Claus suggested
     new 44a174f  CAMEL-1957 fixed the construction method issue of SourceCache
     new e2c0a70  Fixed the CS error of CamelContextFactoryBean
     new 44a05ce  CAMEL-1933: Overhaul of JMX. Added event for exchange handled  by failure processors such as moved to dead letter channel.
     new 1dc77f6  CAMEL-1942 Allow to access IoSession via message
     new 8a75e12  CAMEL-1956 Applied patch with thanks to Stan
     new 297860d  CAMEL-1950 applied patch with thanks to Stan
     new 1568675  CAMEL-1960: Enrich had an issue with aggregating the result to preserve headers. CAMEL-1955: Fixed issue when copying same message.
     new 0bff507  Fixed the CS errors of camel-xmpp
     new 7ec6ca7  CAMEL-1933: Overhaul of JMX. Improved management of tracer. Added managed scheduled consumer. Restart with executors works better now. Renamed some management classes.
     new f064a9c  Fixed sort to expose expression using a model object as the others do.
     new 3829297  CAMEL-1933: Overhaul of JMX. Improved management of tracer. Added managed scheduled consumer. Restart with executors works better now. Renamed some management classes.
     new 51e639a  CAMEL-1933: Overhaul of JMX. Improved management of tracer. Added managed scheduled consumer. Restart with executors works better now. Renamed some management classes.
     new d823fbf  Fixed failing unit test.
     new a4c6174  CAMEL-1940: Fixed pollEnrich from a JMS queue. Also fixed some other failing unit test due class renames.
     new 3ad57f6  CAMEL-1933: Overhaul of JMX. Added management of timer endpoint. Fixed CS.
     new b3763dd  Fixed potential NPE with enricher where the source did not return an exchange.
     new 987d95a  Fixed stopwatch to output in millis.
     new 403c9be  CAMEL-1933: Overhaul of JMX. Introduced ManagementAware for fine grained management of camel components outside camel-core.
     new c2e93aa  CAMEL-1966 Fixed the multi-thread issue of CamelNamespaceHandler
     new 529fd8c  CAMEL-1933: Overhaul of JMX. ManagementAware is used when applicable.
     new 9139d6b  changed the camel-web tests to JUnit4, also ignore a test which is failed recently
     new b6bbf38  CAMEL-1966 changed to a better exception string
     new 9c0ed0f  Update the schemas version of spring.schemas
     new ea352a8  renamed a class and small polished to code
     new fd80b2c  added unit test based on some JBI simulate endpoint not exists problem
     new dbcd7ef  added unit test based on some JBI simulate endpoint not exists problem
     new 2bd93e9  added unit test based on some JBI simulate endpoint not exists problem
     new e99ab31  CAMEL-1976: restarting jms consumers will pickup jms endpoint changes such as managed using JMX. CAMEL-1933: Overhaul of JMX. Management of JmsEndpoint now possible. Exposed concurrent consumers but the other options to follow.
     new 6c4b462  Using AMQ vm protocol when possible to avoid unit tests error with port number already in use.
     new b26a77d  CAMEL-1951: JmsConsumer can now be managed using JMX.
     new aec3ea6  CAMEL-1933: Overhaul of JMX. Added basic management example.
     new 4f24f7a  Fixed unit test
     new fad35de  CAMEL-1980: JMX. Route id is now displayed for consumers.
     new b0f0297  CAMEL-1980: Overhaul of JMX. Added routeId attribute for consumer and processors.
     new bc1a64a  resolve https://issues.apache.org/activemq/browse/CAMEL-1982
     new 136bc83  CAMEL-1975 added 'transfer-encoding' to the out filter in HttpHeaderStrategy
     new b961417  CAMEL-1939: Applied patch with thanks to Stan Lewis. Camel Mina now supports setting encoder/decoder textline max lengths for the textline protocol.
     new 779fc3d  Added unit test with jetty and doing async using threads
     new 78d454d  CAMEL-1984: multicast/splitter can now be stopped when first exception occurred during processing. Fixed CS.
     new cc0b85d  Added unit test to show how to simulate in only with jetty
     new b5d87d7  Fixed unit test occational failing
     new ade0dfc  Fixed mock endpoint and expected headers javadoc being wrong as it does not add but set instead
     new 581801b  CAMEL-1985 upgraded cxf version to 2.2.3, also upgraded slf4j version to 1.5.8
     new ac7a548  Fixed the CS error and a typo
     new 2ae8b96  Add unit test based on user forum issue
     new 33fcfbd  Added unit test based on user forum issue
     new c892ee3  Added unit test based on user forum issue
     new 4c5078b  Added unit test based on user forum issue
     new e2e1364  CAMEL-1987: Easier to disable JMX. CAMEL-1965: Added retry for renaming and deleting files as Windows have potential problems here.
     new 90d4497  CAMEL-1987: Easier to disable JMX. CAMEL-1965: Added retry for renaming and deleting files as Windows have potential problems here.
     new 6444aeb  CAMEL-1392 - Add ability to create routes via the web console and fixed a few other unit test failures.
     new 541e991  CAMEL-1990 clean up the OSGi service reference when the camel context is closed
     new 836e972  [CAMEL-1983] port unit test from 1.x
     new e7dc051  add SNIPPET tags
     new d965b32  Fixed the CS and typo errors
     new 696fc67  Added unit test based on user forum issue
     new 2c72abf  CAMEL-1991: Producers are now also managed. Fixed issue with using JMX agent in Spring DSL.
     new c10387c  CAMEL-1991: Producers are now also managed. Fixed issue with using JMX agent in Spring DSL.
     new 8a0eb61  CAMEL-1933: Statistics can now be enabled/disabled from JMX management.
     new dcf2714  CAMEL-1992: Added mangement statistics level option to preset stats enabled when starting. All, RoutesOnly and Off.
     new f309663  Fixed potential issue reported by hudson when shutting down
     new 533883d  CAMEL-1996: First work of managed error handler (work in progress). Fixed CS.
     new 688452c  CAMEL-1996: Added more managed attributes for managing error handlers.
     new 131fc7f  Throw IllegalArgumentException when the date is unparseable
     new 908a3ca  CAMEL-1996: Managed error handler for transacted error handlers also works now.
     new b930f93  CAMEL-1996: Added more attributes for managed error handlers.
     new 0e40a9c  Fixed compiler error.
     new a47b1d6  Polished code
     new 8a94b42  Fixed potential unit test failure
     new 1f00c65  CAMEL-1993: Configuration of error handler restricted to camel context or routes only to keep it simpler.
     new 05bd0ed  CAMEL-1997: Added setters for people configuring camel using old spring bean style.
     new 8ac2137  CAMEL-1998 update the features.xml for camel-jpa
     new 7405f60  CAMEL-1999 fixed the issue of camel-itest - contains multiple slf4j
     new 64a2f7a  CAMEL-1998 Added OSGi integration test for camel-jpa
     new c521a15  Fixed statistics name, had a double t in last
     new 2ae6d2b  Generate error IllegalArgumentException when parsing/formating error occurs (for parsing, the field/tag position is returned while for the value of the object)
     new c2512aa  CAMEL-1933: Added event if starting Camel failed.
     new a664bb1  CAMEL-1933: Overhaul of JMX. Use nanoTime as its supposed to be more accurate.
     new fb070c9  CAMEL-1963: Fixed race condition when stopping camel that was most apparent when using camel-jms with jms listeners. Fixed Camel main app to thrown exception if startup failed for some reason.
     new 487948f  Added the generic headers to the out filter in HttpHeaderStrategy.
     new a084950  Fixed CS errors of camel-bindy
     new dff64bf  Fixed the build error which are introduced by the change of MainSupport
     new 27e1011  CAMEL-2000: More roboust when shutting down camel. Notification events fired when a service failed to stop while shutting down Camel.
     new 7e2110b  Renamed a class to a better name.
     new f4bef92  More class renames to better names.
     new 1fca51b  Try to fixed the ManagedThrottlerTest failure on slower box
     new c60e58c  CAMEL-1925 CAMEL-2002 fixed some http related issues
     new 3fa5cf8  Set the svn propert for examples/camel-example-management
     new afb5880  CAMEL-1995: Streams are by default not logged to avoid causing the stream to be read and then later not possible to read it again. There is a flag to control this behavior on camel context properties. Fixed CS.
     new 341a7ea  Return line number where the error occurs in the exception throwed, test if the format of the string is >= date pattern to avoid to accept 20090911-10:33:00 when the pattern is yyyyMMdd
     new f08ed3c  Renamed some stats to better reflect what you get
     new 013b295  CAMEL-1679: Added InflightRepository with a very basic implementation that can help with graceful shutdown to avoid shutting down if there are in progress exchanges.
     new edec472  Return line number where the error occurs in the exception throwed, test if the format of the string is >= date pattern to avoid to accept 20090911-10:33:00 when the pattern is yyyyMMdd
     new f783659  Fixed a potential NPE
     new 5c8f6a9  Added missing license header.
     new 54e4320  Renamed a method and added javadoc.
     new 2e83176  Add additional control in class BindyCsvDataFormat.java for empty file otherwise scanner.nextLine() generates an error
     new 031d8eb  CAMEL-1850: Applied patch with thanks to Stan Lewis. Velocity component now supports overriding template resource from a message header to dynamic use other templates.
     new 2e99e75  CAMEL-1868 applied patch with thanks to Ashwin
     new 01dacf5  CAMEL-2005 clean up the apache-camel kit
     new fe23945  CAMEL-1868 fixed the CS errors and update the svn property
     new 9f01207  CAMEL-2006: camel-csv marshal now supports List<Map> instead of only Map to be able to marshal multiple rows.
     new c8811d3  CAMEL-2009 removed the useless dependencies
     new c392a97  Fixed the CS errors of camel-bindy
     new 53ae88e  CAMEL-2009 Added camel-cache feature
     new 576b56b  CAMEL-2009 add camel-cache features file
     new 5f3d284  MR-251: Added unit test for management example.
     new e4be596  CAMEL-1612: Management of Camel with dual camel contexts.
     new 3cc03ee  CAMEL-1819 fixed the features file version errors
     new b80897d  CAMEL-1974: Fixed package scanning with temp folders using characters which would have been url decoded. Thanks to Fabio Marinelli for providing details and fix.
     new eae75c3  CAMEL-1819 Fixed the ognl bundle version error
     new 6236c42  CAMEL-1977: Http based components should filter out camel internal headers.
     new 6c03860  CAMEL-2011: JmsEndpoint is now singleton.
     new 9c4c9fd  CAMEL-2012: Only manage singleton endpoints to avoid overhead of non singletons.
     new 1e37955  CAMEL-1675 - Initial commit of printer component for Camel. Thanks to Ashwin Karpe for this!
     new 7971d17  remove windows thumb cache
     new 4630221  add camel-printer component to the kit
     new 0507b58  Fixed test errors in TC of Mac
     new edf4a03  CAMEL-2014, CAMEL-2015 made some improvements on the camel-cxfrs component
     new 773310f  fixed spelling and resequencer should stop when camel is stopping
     new 93bd2a0  CAMEL-2015 added tags for wiki document
     new 37e4ca5  CAMEL-2016: camel-jpa more osgi friendly to avoid exporting ssame package as camel-core.
     new b23458b  Make the toString a bit nicer for choice
     new 1d9621e  CAMEL-1473: Routes can be set to not auto start.
     new 205ee0c  Fixed the camel-guice features issue
     new 5dae79f  CAMEL-1974: Package scan folders reverted to also handle windows with spaces in paths. Reduced noise of logging from warn to debug levels.
     new 801797f  CAMEL-2004: template can be set in header. Applied patch with thanks to Stan Lewis.
     new 5c82079  Fixed the CS errors
     new 9149a4d  Fixed the CS errors
     new ba98720  Removed the useless imports of camel-core
     new 8f756ab  Removed the useless imports of examples
     new 7f61a33  Removed the useless imports of components
     new 0accc0d  CAMEL-1988: better OSGI metadata
     new f0b3821  CAMEL-2020 fixed the NPE of the OsgiFactoryFinder
     new a6befe3  Cleaned up the code, removed the unnecessary full package name
     new 12c53c7  MR-187: Added unit tests
     new a5b23d8  MR-187: Added unit tests
     new 4382d52  MR-187: Added more unit tests.
     new 87fea03  CAMEL-1989 applied patch with thanks to Seumas
     new 10ef0cb  CAMEL-1989 Updated the wiki page tags
     new 146b736  CAMEL-2018: Timer should be lazy created so its configuration can be set from properties.
     new a51a08f  MR-187: Added unit tests
     new c45c58b  removed camel-hamcrest and camel-jhc module from features.xml
     new 862f902  MR-187: Added unit test and removed not needed classes.
     new 4564f5e  Added unit test for issue with package scan.
     new 2909388  Polished spelling
     new 5450703  Fixed spelling.
     new 55a4b30  Fixing uni test
     new 6a9e8a7  Fixing uni test
     new 2bc6c92  Polished code and fixed CS.
     new 64eb17f  fix repo id
     new 8d133e1  Fixed unit test
     new fe3858c  Fix compile issues on AIX
     new 9c6ee9f  Removing troublesome unit tests on some platforms.
     new 12b1526  add repo to grab javax.ejb dependency of jersey
     new bdc7ba4  fix more AIX compile errors
     new 08e735e  Fix CS error
     new d33ca4b  MR-187: Added unit tests and removed unused class
     new 236f563  Removed mockmail-1.7 that causes maven 2.0.9 not being able to assemble a release.
     new c9d9ab7  [CAMEL-2025] apply provided by Stan Lewis to address serviceClass-less cxf endpoint creation issue
     new 4e081e0  Working with maven 2.0.9 again.
     new b2141b1  CAMEL-2023: Velocity template can be provided in a header that overrides endpoint configured template resource.
     new 25f5737  Fixed the NPE error of CamelDestination
     new edf1503  Upgraded to newer cobertura
     new dae3690  CAMEL-2027: Fixed NPE when using spring java config.
     new 17aee79  CAMEL-2029: DataSet uses a produce delay of 3 by default as also stated in wiki.
     new 31f3fcf  Added unit test with RSS issue. Disabled as it requires to be online.
     new b414a95  Fixed the mvn 2.0.9 build error
     new e9b5269  Fixed the build error of camel-bam
     new 8c41578  CAMEL-2031: Added initial delay for data set
     new 56e3b96  CAMEL-1800: Camel now defers starting route inputs until all routes child services have been pre started. That ensures when consumers are started all the Camel routes are ready to work asap.
     new db073b8  CAMEL-1994 fixed the WS-Adressing issue in POJO mode
     new 1e02028  Added more unit test to camel core. Added Camel version in jconsole.
     new 4fba135  add asf legal files
     new 99f2a12  move legal files to standard location
     new 2b0b175  Fixed jpa unit test failure and improved mock failure message.
     new 9359fe6  add some more missing legal files
     new d1f107a  CAMEL-2032 - fix to actually get the string body from the xmppbinding. Thanks to Stan Lewis for this!
     new dd2310e8 adding more legal files
     new 544edb2  Fixed unit test on slower boxes
     new d59e494  Fixing uni test being troubleseom on some platforms
     new 1e14ee3  CAMEL-2028: Applied patch with thanks to Stan Lewis. Freemarker now also supports using template from header.
     new ebdd23a  MR-187: Added more unit tests. Removed not needed methods and marked others as @deprecated.
     new c11d96b  CAMEL-2033: Fixed ConsumerTemplate being IoC using @EndpointInject.
     new 9f9aab4  CAMEL-2008: Applied patch with thanks to Ashwin Karpe.
     new 08bd706  Disabled unit tests that requires online and jabber accounts etc. These must be tested manually instead.
     new a027758  MR-187: More unit tests. Removed not needed class. Fixed CS.
     new 82b6b3f  Fixed some mini issue of camel-cxf features
     new 32ac2b8  Polished the comments on CamelJBIClientProxyTest, also fixed a CS error of camel-jpa
     new beb0e97  MR-188: Removed unused classes.
     new 09a275d  CAMEL-2036: AntPathMatch is now OSGi friendly.
     new d19a35d  Fixed test on Windows.
     new 33fe92b  Fixed test on slower boxes
     new 9db67bf  Fixed unit test to clean folder
     new f4714a8  Fixed unit test on slower boxes
     new 316fa00  MR-188: Restored MainRunner as it was used by an example.
     new bcbfbff  CAMEL-2035: Added new component camel-snmp. Thanks to Lars Heinemann for the contribution.
     new eb8de8b  Added svn ignore
     new 2255e0d  MANAGEMENT-161: Custom mbean server can be set on ManagementAgent.
     new 17c70fa  CAMEL-2038 Add the javax.persistence version rang on bundle import package
     new 5b88ede  Fixed broken unit test
     new 2e44d8d  CAMEL-2039 - add test for multi user chats
     new 281e294  Added more unit tests. Removed stuff not used or needed.
     new f2087ad  The current activator use excessive synchronization which leads to deadlocks in osgi
     new 130a6fe  Fixed the CS errors of camel-osgi
     new bd3832b  Fixed the test error of FileUtilTest on Windows
     new 8681626  Finally fixed the FileUtilTest, I have to test it on Windows
     new ec9eee3  CAMEL-1930: Added unit test for concurrency.
     new 0a5f9be  Fix an optional import in camel-core
     new 1528167  Fix some camel components for karaf
     new 6bc9820  MR-187: Added more unit test. Removed stuff not used.
     new 6073eb5  Upgrade to maven bundle plugin 2.0.1 to fix deployment issues
     new adfafaf  Added unit test based on issue with aggregator when having multiple sources
     new e2f87ee  Using bean as predicate issue added unit test
     new 5059ea1  Added spring based CBR using bean as predicate test
     new 07934f5  CAMEL-2034: Added camel-castor as new data format. Thanks to Sagara Gunathunga for contribution.
     new d05e733  CAMEL-2034: Added camel-castor as new data format. Thanks to Sagara Gunathunga for contribution.
     new d8366f8  CAMEL-2042, CAMEL-2041 Added camel-snmp feature and updated the camel features bundles version
     new 7395737  CAMEL-2063: Add integration tests for karaf features
     new f618328  Use latest servicemix bundles for features
     new e6e0733  MR-187: Added more unit tests.
     new b11f326  MR-187: Added more unit tests.
     new 93cf576  MR-187: Added more unit tests.
     new ac7a37a  MR-187: Added more unit tests.
     new bde05e6  Fixed the CS errors
     new 883c4b9  CAMEL-1699: Added pipeline() with no urls to the builder so you can do the same as in spring XML.
     new 4a6055b  MR-187: Moved tooling code from camel-core to tooling.
     new fdfb096  CAMEL-1912: Fixed removeEndpoints failing due to concurernt modification exception
     new 33fb1d4  MR-187: Added more unit tests
     new fef21e0  MR-187: Added more unit tests
     new 87ad6c9  CAMEL-2043 Added the dataformat tests for the camel-itest-karaf
     new 0cc32f3  CAMEL-2041 fixed some bundle version issues of the camel features
     new 3070d72  CAMEL-2043 Added the file that I forgot in my last commit
     new 7f523ef  Init management mbeans reworked.
     new a12a72b  CAMEL-2046 fixed the camel-restlet features bundle issue
     new f873bb3  CAMEL-2046 fixed the scala osgi bundle issue
     new 3d72de8  MR-187: Added more unit tests.
     new baa7752  Added unit test for processor as service
     new 9336b0b  MR-187: Added more unit tests.
     new 1856d40  MR-263: Progress donates camel-javaspace to Apache.
     new 5feb046  MR-263: Progress donates camel-javaspace to Apache.
     new 5953acc  Disabled test that requries online and manual testing.
     new c433d0b  Change position from 0 to 1 (that was requested by user counting field positon from 1 instead of zero), remove null text in the CSV generated, add new unit test
     new d0b6716  MR-187: Added more unit tests.
     new 56363c0  MR-187: Added more unit tests.
     new f3aebf3  Disabled tests as they require to be online and the account used to be working.
     new 49a8d9c  MR-261: Removed artixDS as data format.
     new 9e57cb9  MR-187: Added more unit tests.
     new 8ec4e09  MR-187: Added more unit tests.
     new 89b976d  CAMEL-2049: camel-mina now using thread model recommended by Mina documentation. Thanks to Dmytro Rud for the patch.
     new 332dce3  CAMEL-2049: camel-mina now using thread model recommended by Mina documentation. Thanks to Dmytro Rud for the patch.
     new 5cab796  CAMEL-2003: Added enhanced log4j throwable render in various log4j.properties.
     new 47005e4  CAMEL-2003: Added enhanced log4j throwable render in various log4j.properties.
     new 2940007  CAMEL-2050: Fix to allow using JMS_IBM to set custom IBM headers when sending to WebSphere MQ.
     new 872815d  Fixed CS
     new d8f12cf  CAMEL-1556: Routes can now be configured with a startupOrder which dictates the order they should be started and stopped.
     new 5386575  CAMEL-1556: Routes can now be configured with a startupOrder which dictates the order they should be started and stopped.
     new de8f28c  Added missing license
     new e01c404  Fixed unit test
     new db8b5ea  Fixed some unit tests
     new 4504e5d  MR-187: Added more unit tests.
     new 120e7f7  Fixed unit test
     new 643a406  Fixed unit test
     new 67bd193  MR-187: Added more unit test
     new b5021c4  Added unit test based on user forum issue
     new 2d0eeff  Fixed unit test
     new a554100  camel-osgi does not need the latest osgi version
     new 6ce4834  CAMEL-2022: initial blueprint support
     new 42f84dc  Disabled camel-blueprint as it we cannot build Camel.
     new 18d38e2  Manual will create a dummy file in case download fails as the Apache servers does this occationanlly.
     new 95628a8  CAMEL-2049: Using thread model according to mina documentation.
     new 4b154e1  MR-266: Added getter/settet for handled to allow manipulation from tooling
     new 47b3dc8  CAMEL-2054: attachments using cid must use angle brackets in Content-ID according to RFC.
     new cb8b612  MR-187: Added more unit tests.
     new 3099fc8  Added unit test based on end user issue
     new ac45854  MR-187: Added more unit tests.
     new 66641e6  MR-187: Added more unit tests.
     new 0e4b94d  Set the svn:ignore property on tests/camel-itest-karaf and components/camel-printer
     new 3fc6061  CAMEL-2022: Try to fix builds on non sun jdk
     new ad4c9f2  CAMEL-2021: schema versioning for camel-spring schema
     new 056938f  Add snapshot repo for aries blueprint
     new 019c837  Aries blueprint snapshots are deployed, so remove this additioanl repo
     new 83c97eb  JmsMessages are always converted by the JmsBinding to primitives, objects, etc. So the NIOConverter can do all that this message converter used to do. I'm removing it.
     new 685e2ab  add simple assertion for endpoint uri
     new bf44b39  Added OSGi to description to blueprint
     new 43b328d  MANAGEMENT-178: Avoid using ManagedPerformanceCounter as performance counter holders. Introduced delegate performance counter as its a more clean solution. And less confusing for people extending the camel management api.
     new 87b1f02  MANAGEMENT-178: Avoid using ManagedPerformanceCounter as performance counter holders. Introduced delegate performance counter as its a more clean solution. And less confusing for people extending the camel management api.
     new 4515c01  Added unit test based on user forum issue
     new 52c7eb2  CAMEL-2056 applied patch with thanks to Martin
     new 5ed4d6a  Fix build issue
     new 6d6e2c0  Try to fix the build error of Teamcity
     new 4845ddd  Fixed the CS errors
     new 15f13a8  CAMEL-2060 Camel Bean component should not remember the last called method name if the bean's method name is not explicitly specified.
     new 2f6d77c  MR-187: Added more unit tests. Fixed trace filter as well.
     new 8c1114c  CAMEL-2062: file component uses a 10 sec timeout on read locks. Also log at WARN level if cannot acquire the lock to help end users easier identify issues.
     new 76bf333  Try to fix the camel-spring, camel-buleprint build issue on Sun JDK
     new 6871fe8  Fixed the camel-spring, camel-buleprint build error on Mac OSX
     new 3bb3597  MR-187: Added more unit tests.
     new 1b5d236  Add a new annotation allowing to generate the header columns name when CSV is created + new unit tests
     new 477a4b4  MR-187: Added more unit tests.
     new 90b4c1e  MR-187: Added more unit tests.
     new 63ea10e  MR-187: Added more unit tests.
     new 988ab0d  CAMEL-2064: Fixed send to interceptor. Thanks to Martin Krasser for the patch.
     new 03bdfcd  MR-187: Added more unit tests.
     new a85e7bd  Try to fix the camel-spring and camel-blueprint ubuild error on SUN jdk
     new 608c99e  Try to fix the camel-spring and camel-blueprint ubuild error on SUN jdk
     new 2a9fec8  CAMEL-1930: Optimized XPathBuilder to allow thread safe concurrency. This greatly reduces contention. Thanks to Fabrice Delaporte for reporting and testing.
     new 84111f2  Apply the svn auto properties on camel-blueprint
     new 874490d  MR-187: Added more unit tests.
     new 9066c4d  Apply the svn auto propties on camel-printer
     new 4edcaa8  Apply the svn auto propties on camel-bindy
     new 00bc2b3  Apply the svn auto propties on camel-web
     new 9c925f9  Apply the svn auto propties on camel components
     new fcff6ad  Applied svn auto properties
     new 74561a7  MR-187: Added more unit tests.
     new d31bab1  CAMEL-2065 added the osgi.test profile for running the osgi test
     new bece9f3  CAMEL-2041 fix the hl7 features resolver issue
     new 2a55cd9  Added the license files into camel-blueprint
     new 011c0a9  MR-190 - add test for using a custom destination resolver
     new 8935c76  add ASF license header to new file
     new 8ae3d61  test destination resolver using autowire
     new 6599f8c  Fixed the CS errors of camel-bindy
     new aa4aeaa  Add the svn ignore property on camel-blueprint
     new a9dd4fb  CAMEL-2066: Upgraded to ActiveMQ 5.3.0
     new 5c49896  CAMEL-2056: Reworked patch to avoid ignoring charset issue. Also people should not use the converters directly but use the Camel TypeConverterRegistry.
     new 06ec0d1  Trying to fix unit test on slower boxes.
     new dd71f59  Fixing test on slower boxes.
     new 7a2808a  Use same ActiveMQ version as parent
     new 44a0b9e  align plexus versions
     new 0a09c66  axis example should be using same jetty version as everything else
     new a29748b  MR-187: Added more tests. XPath is a bit smarter when the exchange is file based. Added test to show how to force XPath splitting to use SAX which is faster.
     new 1609aa1  MR-187: Added more unit test.
     new 68ca590  update xerces version
     new 8d2e774  fix up compile error
     new 7301fbc  align maven api version
     new 8d0f1f2  align junit versions
     new c08e34f  Revert the change of BeanCompnent to make the servicemix-camel build happy
     new e2ae591  Fixing unit test on other boxes.
     new 8a95c94  MR-187: Added more unit tests.
     new 0521a31  MR-189 add more unit test on camel-cxf
     new c9de136  Fixed some typo and CS errors
     new 49de9f1  CAMEL-2068 added the get & set method of applicationContextClassLoader on CamelContext
     new cffe633  include tracer example so it gets released properly next time
     new 9e13f54  CAMEL-2069.  Patch applied with thanks to Dave.
     new c3f43d0  CAMEL-1517: Applied patch with thanks to Stan Lewis. Added unit test.
     new 2647361  CAMEL-2067: Fixed issue when using pipe char in emails.
     new 7a837ff  CAMEL-2054: Fixed setting filename without the cid.
     new 471d69c  CAMEL-2070: Fixed recipient list using custom delimiter.
     new 5bffa42  MR-187: Added more tests.
     new f0ad53f  MR-187: Added more unit tests.
     new 5f34148  MR-193: Added more unit tests. Fixed use with RemoteFile and GenericFile copying.
     new 294e9b7  MR-254: Added more unit tests.
     new 9d770ff  MR-197: Added more unit tests.
     new 020a6eb  Add plugin repository to parent (I don't like this either...) so we can get a clean build. jaxb 2.1.5-dev is only available from this repo as it contains fixes James made to jaxb that won't be released until jaxb 2.2.
     new 50dec47  CAMEL-2069: Reworked patch a bit so camel-spring can pass unit testing.
     new 6b91189  MR-252 - upgrade jaxb version to match CXF
     new 0980725  MR-195: Added more unit tests
     new a3557f6  CAMEL-2072: Fixed issue with extracting mails having multiple values in headers.
     new e7b1a76  added code snippets for wiki documentation
     new 621b507  Fixed the CS errors
     new 87d020a  Added unit test
     new e097a97  CAMEL-2074: Added getter/setter checker methods to introspection support
     new abc7c0d  CAMEL-2073: Using JDK UUID so Camel can run on Google App Engine. Applied patch with thanks to Martin Krasser.
     new 0e5998d  Made unit test compatible with junit 3.8 that camel-core uses. Seeing some strange unit tests failure locally.
     new caf453d  CAMEL-2076: Fixed global error handler configuration in Spring XML not working in all cases.
     new bb24088  MR-189 added more unit tests on camel-cxf
     new cf66e15  CAMEL-2074, CAMEL-2075, CAMEL-2071: Bean component does not handle select methods using the method name given (if any given). Also getter/setter is skipped if Camel have to pick one itself.
     new 14ca1693 CAMEL-2074, CAMEL-2075, CAMEL-2071: Bean component does not handle select methods using the method name given (if any given). Also getter/setter is skipped if Camel have to pick one itself.
     new c5388ce  MR-195: Added more unit tests.
     new 0fbafba  CAMEL-2077: Ignoring message body if sql query doesn't have any parameters
     new ff6c8ac  MR-198: Added more unit tests
     new e8ea6e2  CAMEL-2078: jpa producer requires a message body.
     new 9a9aaa8  MR-199: Added more unit tests.
     new 01e4962  MR-252 - more dependency cleanup
     new d0dd405  fix CS error
     new f10f55e  CAMEL-2058: File operations on Windows uses retry to work around issues on this platform.
     new 39ebe47  MR-252 - clean up more plugin versions
     new 4390017  remove camel-blueprint from the build (for now) and do some other cleanup
     new f282a92  MR-189 added more unit tests on camel-cxf
     new e34e434  Fixed compiler error on HP-UX
     new d07501d  CAMEL-2079: Camel adds exchange property with last send to endpoint and the failed endpoint when moving to dlc queue
     new 1e149e8  Fixed unit tests.
     new ee6198b  Fixed unit tests.
     new 7cc263d  CAMEL-2080: Enable features-maven-plugin validate goal for karaf features build
     new 45d7acb  CAMEL-2081: camel-quartz do not store JobDetail in body. You can grab it as a header instead.
     new 3bce078  MR-194: Added more unit tests.
     new 3979147  MR-194: Added more unit tests.
     new a96e0da  CAMEL-2084: Fixed HttpPollingConsumer not supporting timeout value.
     new aceaa3f  MR-191 added more unit test on camel-osgi
     new 32c0fff  remove some unused imports
     new 8f02396  MR-252 - lock down plugin versions
     new f5ab9d8  MR-194: Added unit tests.
     new 42862d2  CAMEL-1943. Fixed poms to build src jars.
     new d400333  add soap header filter that uses no service class config
     new ee3119e  CAMEL-2088: Fixed issue with null Strings being converted to a log message.
     new 6dda34d  CAMEL-2089: Fixed replyTo option now also working for JMS consumers.
     new 6e9e740  Added unit test based on user forum issue
     new cf6164f  MR-190: Added more unit tests.
     new 6021d14  CAMEL-2090: Fixed autoStartup option not working if set to false.
     new 5fdd97e  MR-190: Added more tests and removed unusued code.
     new 7d62a63  fix unit test error
     new 8bacc46  MR-272 - Fixes to several issues... a compilation issue with ibm jdk, some test issues for slower machines, and a general problem with MockEndpoint.assertIsNotSatisfied().
     new 70f0582  fix unit test failure
     new 48ef7df  Clean up serviceClass-less support [CAMEL-1810], make sure serviceName and portName/endpointName are provided
     new f4ef230  fix CS
     new 8523742  CAMEL-2092 fixed the bug of camel-velocity remembering the last called resource's URI
     new b46a00d  CAMEL-2087: Added SimpleRegistry to let Camel run on GAE. Applied patch with thanks to Martin Krasser.
     new ea55e23  CAMEL-2094: Removed shouldStartContext which is replaced with autoStartup on the CamelContext.
     new 8636dba  CAMEL-2093 camel-freemaker should not remember the last used resource
     new c053a46  CAMEL-2096 Upgraded the CXF version to 2.2.4
     new fc50c61  CAMEL-2098: @deprecated the old JMS 1.0.2 API
     new 4d162f5  CAMEL-2097: Fixed setting request timeout not disalbed when 0. Also more @deprecated for old jms 1.0.2. Added more unit tests.
     new 84a6737  MR-190: Added more unit tests.
     new f9958ca  CAMEL-2095, CAMEL-2100: Fixed issue with Camel Proxy not returning correct value. Also allowed proxies with single method parameters to use its parameter value as Camel body when routing.
     new a6584f9  CAMEL-2101: Camel proxy now converters answer to the expected type of the method signature. This avoids class cast exceptions.
     new 4c48799  Added wiki tags
     new 24eca66  Added wiki tags
     new f9f8038  fix unit test failure
     new 0c02652  align version of exec-maven-plugin
     new 67925ec  fix CS
     new a15bebb  Added unit test based on user forum issue
     new 4f13b9c  CAMEL-2058: Various fixes to using tempPrefix with file/ftp component. Better deleting/renaming files that cater for Windows OS.
     new 0412c02  CAMEL-2058: Fail if existing file cannot be deleted.
     new 10e7592  Added unit test based on user forum issue
     new 06df82e  Fix servlet unit test failure occuring on JDK 6
     new 82b7c22  fix test issue that only occured on windows
     new a4ced90  fix CS
     new 77a5aae  CAMEL-2104: Stream component now leverages Camels type converter so its send to system out etc.
     new fba91e5  CAMEL-2105: Added uri to http operation failed exception.
     new 7d9ba6b  Fixed unit test.
     new 116f1f6  CAMEL-2106: Bean component now throws NoTypeConverterException if it cannot convert to parameter type.
     new 45f8834  CAMEL-1935: Added ref support to enrich and pollEnrich.
     new df5fa18  Fixed the CS errors of camel-core
     new 6f5a2a9  CAMEL-2091, CAMEL-2108 Added perpertiesFile option to load the velocity configuration
     new c8acdfa  CAMEL-2108 Filtering the "" string as the encoding option
     new 03d58fd  CAMEL-2102, CAMEL-2107: Introduced markRollbackOnly on Rollback to avoid setting an rollback exception. This can be used to rollback and return a custom message to client. Also fixed so that works when using transactions. Thanks to Dhiraj Bokde for reporting and providing a patch.
     new 5d92fc3  CAMEL-2109: Added unit test
     new 170f4fb  CAMEL-2109: Added unit test
     new 4592d10  CAMEL-2109: Added unit test.
     new eac06db  Update to released SMX bundles
     new 7ff38e4  Added a profile to hold feature vaildation to walk around the TC deploy issue
     new db092d6  CAMEL-2110: InflightRepository is now more fine grained by tracking per from endpoint as well = where the exchange was consumed from.
     new 0572149  CAMEL-2111 clean up the camel-cxf dependencies
     new d2f5516  add exclude for camel-web dependency coming from AMQ
     new 99ed2b0  CAMEL-2113: @Bean is now easier to use with ref and method attributes.
     new 2d32172  CAMEL-2113: @Bean is now easier to use with ref and method attributes.
     new b114c28  CAMEL-2112 Fixed the CamelTransportFactory autowire issue
     new 93061f3  CAMEL-2115: Moved PollingConsumerPollStrategy to spi package. Fixed spelling.
     new a7c6ec4  Trying to fix unit test failing on JDK6 on Windows with xpath expressions with null bodies
     new 4f5f51b  Reverted latest changes. XML and XPath is painful
     new 788c49f  push cxf plugin down so we only have one cxf-version property
     new 6961670  make the ComposedMessageProcessor a bit nicer to read
     new 49a0191  Fixed the build error of camel-mail
     new 4311631  Updated the loan broker example comment
     new 84a40fe  Disabled test that does not pass on JDK6
     new d4a6698  Update karaf features to use the latest servicemix bundles
     new 280999f  clean up dependencies
     new 5195b1e  [CAMEL-2114] camel-cxf MTOM support in PAYLOAD mode
     new 2350e98  [CAMEL-2114] rm file committed by mistake
     new b41c7a9  insert snippet tags
     new ddd43c4  fix test timing issue; always start seda consumers before producers
     new ddcf018  CAMEL-1048: Added first cut of RoutePolicy which allows to control routes dynamic at runtime. Added a throttling policy out of the box that is based on throtteling by the number of concurrent inflight exchanges.
     new 66a9ffe  CAMEL-1048: Added first cut of RoutePolicy which allows to control routes dynamic at runtime. Added a throttling policy out of the box that is based on throtteling by the number of concurrent inflight exchanges.
     new cab8e56  CAMEL-2116 create example bundles
     new de31a62  CAMEL-1048: Added throttling example. Fixed logger not logging correct at INFO level.
     new 1f2cba8  CAMEL-2109: Added routeId to specific set a route id as it knows how to traverse up the parents to find the route definition.
     new 79aa7f9  Updated the camel-example-cxf files for the JAXRS example
     new 40d8532  CAMEL-2116 create example bundles
     new 1c948f9  rename constants name to CAMEL_CXF_ATTACHMENTS
     new 2edb73c  MR-274 Added the test accorrding to JIRA
     new e225efb  Removed the useless camel:package from the camel-example-osgi camelContext.xml
     new b9eff2e  CAMEL-2119 create camel-context.xml to hold the spring java configure class
     new 3c5f41c  CAMEL-2119 using the JUnit 4 for testing
     new 8f58bba  CAMEL-2121: Added tempFileName as option to file component for fine grained control when writing using a temporary filename as opposed to using tempPrefix option.
     new e861aa1  CAMEL-2118 start the camel-example-cxf services from spring
     new bb9aee4  CAMEL-2121: Added tempFileName as option to file component for fine grained control when writing using a temporary filename as opposed to using tempPrefix option.
     new 1b7aedb  CAMEL-2122: Added resultType to @XPath. Thanks to Maciej Prochniak for patch.
     new fadbd0f  Added a little more logging when downloading ftp to local work dir.
     new 38f5547  CAMEL-1048: Polished example. Renamed scope Total to Context.
     new a69f25a  CAMEL-1048: scheduled consumer is now also suspendable. Added file based example to route throttler example.
     new 29610f9  CAMEL-1048: Added file based unit tests for suspend and resume triggered by a route policy.
     new 5f879fc  CAMEL-1048: Made SuspendableServie JMX managementable.
     new f76d10c  CAMEL-2125 added camel-context.xml to start the example from SericeMix
     new f066f97  CAMLE-2117 added activator to start the example from ServiceMix
     new 5028334  CAMEL-2118 Created the spring CamelContext to hold the routes for camel-example-loan-broker
     new 21b6686  Updated to use ActiveMQ 5.3 schema
     new 546f156  CAMEL-1048: ThrottlingRoutePolicy is JMX managed.
     new e1e5b64  Polished the examples' test code
     new e1424c6  Fixed unit test
     new 2de99b6  CAMEL-1048: added wiki snippet
     new db1ce2a  Fixed unit test.
     new 5ec8480  CAMEL-1048: Renamed the throttler as we will in the future add another throttler that is messages per time unit based.
     new 92092a6  Polished example
     new 40ed0b9  CAMEL-2127: DefaultComponent.resolveAndRemoveReferenceParameter as alternative to DefaultComponent.getAndRemoveParameter for looking up reference parameters in the registry.
     new 7c84db5  CAMEL-1048: Renamed throttler
     new c4507f5  Skipped tests not capable running on CI servers.
     new ff642d5  Fixed unit test
     new 44b1e5a  Added unit test for forum user issue
     new 12a3c5d  CAMEL-2128 support rollback in transactional routes which is used in camel transport.
     new 883e5088 Added more trace logging for class resolver.
     new 3db0031  Fixed unit test.
     new 8c51347  CAMEL-2132: jms producer sending Object should madatory convert to serializable and throw exception if not possible.
     new ee29f68  CAMEL-2133 mandatoryConverterTo method should through exception when the value is null
     new c79dec0  Added JMS test for async processing which is still done in a TX
     new 832a941  Fixed wrong constant
     new c9cf8d7  CAMEL-2131: Introduced a DataFormatResolver
     new 6110845  CAMEL-2133: Fixed issue with bean component in case body really was null.
     new aa13229  CAMEL-2131: Fixed issue with DataFormatResolver.
     new a4dd1fa  CAMEL-2129 throw the exception of camel ProduceTemplate in CamelConduit
     new d8bed36  clean up the camel context in CxfConsumerStartTwiceTest
     new b8881ca  CAMEL-2129 using IOHelper to create the IOException
     new 3039565  Polished code a bit.
     new 59a8485  Added unit test based on user forum problem.
     new a444300  CAMEL-2136: Improve the data format discovery mechanism to be consistent with components / languages
     new 7336fbb  Added unit test based on user forum trouble.
     new 367bcf7  CAMEL-2129 applied patch with thanks to Christian
     new 1c4295c  CAMEL-2138 applied patch with thanks to Stan
     new c17f179  Fixed the CS issues of camel-core
     new 6895685  CAMEL-2139: Tighted up closing streams after use. Thanks to Chris Gummer for spotting this.
     new 4888c95  Fixed using non AMQ version XSD to let it build locally with no internet access.
     new 5ddb0b2  Using non version XSD so it can build locally with no internet access
     new 3a56e82  CAMEL-2138 quick fix the NTCredential, and introduce host ,and proxyNtHost options for the NTCredential
     new 607273a  CAMEL-2141: Added showFuture option to log component to prevent it from logging Future bodies.
     new a47b213  CAMEL-2142 add checkException option in camel transport
     new 59ced85  CAMEL-2142 added unit test for checkException
     new 614ba11  CAMEL-2146: Fixed type converter to honor Future ExecutionException even better by checking exception hierarchy.
     new 08e68ab  CAMEL-2145: Fixed http uri could contain parameters which are for Camel and not the remote http server
     new a378d24  CAMEL-2135: Added new jetty client as http producer as it supports async req/rep. However HTTP Client 4.0 is probably the best one. We will upgrade to this later as well. Work in progress.
     new 0a982ed  Camel now tries to fix unsupported encoding when receiving mails to try to remedy the issue and be able to consume the message.
     new 761e22c  CAMEL-2147: Reduced WARN to INFO logging for a missing spring event handler.
     new 914744b  CAMEL-2149 added CamelCxfRsQueryMap header option for Camel-CxfRs producer
     new f0f83df  CAMEL-2149 added tags for wiki doc
     new 3a647c1  Fixed the test error of SpringThrottlingInflightRoutePolicyTest
     new cc972c9  CAMEL-2135: Non blocking async jetty http producer. Work in progress.
     new eb3e904  CAMEL-2154 set the httpClientAPI default value to be true
     new 8df6a19  CAMEL-2151: Introduced AsyncProcessor for async non blocking request reply processing. Work in progress.
     new b0d47e3  CAMEL-2152: Workaround for consuming mails with unsupported charset. Thanks to Dan for patch.
     new c1967cd  CAMEL-2153: Added unit test.
     new 6ce3648  CAMEL-2150: Fixed rss/atom components sending camel parameters when using http.
     new 8070f55b CAMEL-2151: Added spring DSL for toAsync.
     new 8439c70  CAMEL-2151: Multiple toAsync in same route.
     new 406691e  CAMEL-2151: Using Camel type converter to get the async processor.
     new adf50d7  CAMEL-2151: Fixed unit test.
     new 3124c31  CAMEL-2135: jetty http producer in blocking mode now waits and populates response as the regular http producer does. Removing the Future Body stuff as it complicates matter and the new toAsync should help avoid the need for Future.
     new 838e140  CAMEL-2153: Fixed potential NPE on some FTP servers.
     new 11e2486  Checkstyle fixes
     new 90f7752  CAMEL-2155 Fixed the issues of running camel-example-jms-file in ServiceMix
     new 4a499c8  Fix typo in misleading test name
     new 9491746  increase the range of JDKs that jaxb gets added into
     new 2825bf7  Long running effort to remove warnings
     new f986ddd  Long running effort to remove warnings
     new 861b055  trigger happy with the last commit there... JDK 1.6 actually includes jaxb already so we don't need to download it
     new f495d5b  cleanup some unused imports
     new 253fe23  Long running effort to remove warnings
     new b1de11c  Long running effort to remove warnings
     new 3fa95af  Long running effort to remove warnings. Just shy of 3300.
     new a0fb6fe  Long running effort to remove warnings. Under 3200.
     new 5381eb5  CAMEL-2158: onException now checks better for exact matched exceptions.
     new f01a382  CAMEL-2135: JettyHttpProducer now implemented async non blocking response parser shared with synced mode. Removed classes and Future not needed.
     new 3d4955e  CAMEL-2135: Added timeout handling and other kind of failures.
     new c915426  CAMEL-2135: Fixed sending POST data. Added concurrent test.
     new 04b6029  More warning cleanup
     new a90a12d  get rid of some unused imports
     new 693d58b  remove unused imports
     new c16aab7  fix compile error - JDK5 Linux32
     new 25760d4  Removing more warnings
     new bc73219  revert fix i made before; just needed to recompile camel-core
     new 0de396d  Removing more warnings
     new bc088f7  Removing more warnings
     new ab4c92e  Added throttling to pom
     new 9118db8  CAMEL-2160: FTP component is now much more flexible in configuration of FTPClient and FTPClientConfig parameters.
     new 72633db  CAMEL-2161 added the import package of activemq
     new d6d59e4  CAMEL-2135: JettyHttpProducer now works properly. Added more unit tests. Fixed issue with GET parameters. HttpOperationFailedException now use java types only so it can be sent over the remote network with API dependency on apache commons http. Also used by JettyHttpProducer.
     new a9e94ce  CAMEL-2165: Fixed throwing original exception when write fails.
     new f647b98  CAMEL-2168 - Fix for Logger logging INFO level messages at DEBUG level
     new bd822de  fix CS
     new 6c6f331  Removing more warnings. About 1/4 done
     new 291f843  More warning cleanup...
     new a8d4542  More cleanup of warnings, api, generics. Under 2500 now.
     new 7cce690  Fixed compiler issue
     new 8c679da  CAMEL-2150: Fixed feedUrl parameters not beeing part of endpoint key because of lenient properties. Causing reusing wrong endpoints.
     new 33bcf22  Temporary disabled camel-scala as it cannot compile
     new 4480a89  CAMEL-2164: Added new example for the new async non blocking jettty http producer.
     new 3b9e415  CAMEL-2164: Polished readme
     new a5910eb  Added unit test based on user forum issue with intercept send to endpoint and transacted.
     new dd25de5  Added unit test based on user forum issue with intercept send to endpoint and transacted.
     new 7150847  More warning and api cleanup
     new 097ed81  More cleanup
     new 801350e  A bit more cleanup of api and compile warnings...
     new bc6ae5c  CAMEL-2721: Routes created with Spring XML did not set parent on the definition model objects.
     new 66921a3  Polished code and fixed spelling
     new a5ac1ea  CAMEL-2170: Ensured using UnitOfWork for EIPs that emit new Exchanges on new routes which didnt have that beforehand
     new 6da39a0  CAMEL-2170: Ensured using UnitOfWork for EIPs that emit new Exchanges on new routes which didnt have that beforehand. RecipientList should not be in UoW as it send to another endpoint
     new a3b8bbb  CAMEL-2051: Channel now have a childDefinition for more fine grained which is needed by tracer. Fixed tracer to handle child routes from splitter/aggregator etc.
     new 025eff1  CAMEL-2172, CAMEL-2173: Improved tracer to output try catch finally onException and aggregate. Also made the code in TraceInterceptor a bit easier to understand and maintain.
     new 8b99397  Let CxfEndpoint get the ThreadDefaultBus instead of the DefaultBus
     new 45f4ff0  CAMEL-2144 fixed the issue of Null Message will disable the message handler of camel consumer
     new c5618ac  Fixed test on slower boxes
     new 2656fb4  CAMEL-2174: Moved ANT based package scan from camel-core to camel-spring where it belongs due to its usage of ANT path matcher from spring core.
     new 98f2aa0  CAMEL-1730 merged the camel-spring and camel-osgi to signle bundle camle-spring-osgi
     new 390395d  Give some time on slow boxes.
     new c9a0539  CAMEL-1730 updated karfa feature for it
     new be7f6c7  Initial work on Camel components for Google App Engine
     new 53d74a3  CAMEL-1730  added the dependency of camel-spring-osgi
     new 0da3481  CAMEL-2135: Added CXF based example for toAsync. Need to improve SendAsyncProcessor to cater for non native support as well.
     new 6e5940b  CAMEL-2176 fixed the class not found issue of camel-example-trace
     new bcb6e02  CAMEL-2175: Fixed initialization of CxfEndpoint not being thread safe.
     new 23b480e  CAMEL-2178: Added support for simulating async request/reply in case producer does not nativly support AsyncProcessor. The original thread will still see it as async request/reply and not block.
     new 60a75bb  CAMEL-2150: Added unit test to try to verify issue.
     new 132f179  CAMEL-2165: Improved preWriteCheck on ftp to send a NOOP to check if connection works. And forces a reconnect if it dont.
     new 70c5c72  CAMEL-2177: Loading type converters is only done exctly once. Also WARN about overriding type converter fixed when a race condition occured.
     new 8247c81  CAMEL-2179 - get build working with Maven 3
     new 175df11  CAMEL-2179 - clean up some warnings coming from Maven 3
     new 9ce003f  CAMEL-2179 - clean up some more warnings coming from Maven 3
     new 47abf26  CAMEL-2175: Fixed initialization of restlet endpoint not being threadsafe.
     new b8150f8  More api and warning cleanup; camel-core almost warning free
     new 86f4318  CAMEL-2180: Do not use copy of exchange when processing in doCatch.
     new 5fb6338  Fixed compiler issue and DO NOT overuse generics in the model classes. camel-scala is now also working again.
     new 3f89261  Fixed compiler issue and DO NOT overuse generics in the model classes. camel-scala is now also working again.
     new 5ad0b05  CAMEL-2183: Fixed cxfbean not working with GET. Willem Tam to review.
     new 67f0c05  CAMEL-2174: Removed spring core dep from osgi.
     new 710a2d2  CAMEL-2184: Added adviceWith on RouteDefinition to advice a route with a route builder. This allows you to add interceptors to an existing route for testing purpose.
     new 7142821  CAMEL-2162 Get camel-example-cxf to work within Servicemix4
     new e005cf7  CAMEL-2162 fixed the CamelTransportExample running issue
     new 3727170  CAMEL-2185 export META-INF.cxf package from camel-cxf bundle
     new c41c097  CAMEL-2185 reverted  my last commit which can't do what I expect and caused camel-cxf build error
     new bbd4aa3  CAMEL-2184: Added method on CamelContext to get a route def by id so its nicer to use with adviceWith
     new b9b960a  CAMEL-2165: Made ftp producer more roboust when writing files by reconnecting in case of bad connection.
     new 02ff157  add test case for configuring JMS within a camel-test testcase
     new f568941  removing duplicated code i just added
     new ae94e6b  fix CS
     new 87380c2  fix cyclic dependency
     new ab99cef  re add test case I deleted from camel-test before
     new 6e07c16  Compiler warnings cleanup (continued)
     new 1f9a6ed  CAMEL-2185 export the META-INF.cxf from camel-cxf bundle
     new 182e161  CAMEL-2186: Timer and Quartz will now log ERROR if the Exchange completed with an Exception. FTP producer will log at WARN if writing a file failed.
     new 20845df  CAMEL-2196: CxfProducer improved to accept body in POJO mode without having to be wrapped as list. This also fixed a NPE issue as before it would just send null.
     new ff5ccbc  CAMEL-2165: Do not log error in preWriteCheck where we force a reconnection if noop fails.
     new 4fa3789  CAMEL-2198: By default exhausted exceptions is logged at ERROR level to aid end users find errors when f.e. clients fail to report them
     new a548f8a  CAMEL-2198: By default exhausted exceptions is logged at ERROR level to aid end users find errors when f.e. clients fail to report them
     new 2d85857  CAMEL-2143: Camel now precents starting if you have mutliple consumers for same endpoints to prevent copy-paste errors in routes. Some endpoints however do allow multiple consumers such as jms and mina.
     new d5e8e0e  Fixed unit test
     new febb4ba  Fixed unit test
     new f56704c  CAMEL-2200 fixed the can't resolve the compomnent issue with 2.1-SNAPSHOT features
     new 4a72577  CAMEL-2189. Patch applied with thanks
     new bbddee2  CAMEL-2201: Fixed setting redeliveryDelay not having to also set maxDelay in case the delay was higher than max.
     new e927346  CAMEL-2200 also updated the features to use camel-spring-osgi instead of camel-spring
     new 72a74f4  CAMEL-1791: upgraded to quartz 1.6.6
     new f234c23  CAMEL-1791: upgraded to quartz 1.6.6
     new 3a8828b  CAMEL-1791: upgraded to quartz 1.6.6
     new c908ff5  CAMEL-2202 upgrade CXF to 2.2.5
     new 1e2b83e  Aligned the spring-integration version of the features file
     new 6625050  CAMEL-2203: Added option to jms consumer to test connection on startup.
     new 02d95d4  CAMEL-2163: Added wiki example.
     new f58756c  CAMEL-2063: DeadLetterEndpointUri is validate before starting to prevent endpoint failure at runtime.
     new da7f456  initial commit of camel-example-gae
     new cce1357  CAMEL-2143: Fixed unit test
     new 113f849  Fixed compiler error
     new f8380dd  Fixed unit test
     new 402721f  Fixed unit test
     new b454ce1  Fixed unit test
     new e56acc8  CAMEL-2205: Improved error reported when failed to create a route on startup. It now pinpoint which part of the route that is causing the problem.
     new 810473e  Added camel-gae to distribution
     new 12ed7be  Using correct id on maven repo
     new 491719e  CAMEL-2204 import of package javax.xml.bind.annotation.adapters
     new 4e036eb  Update the file of camel-buleprint
     new b623304  Let camel-cxf feature dependent on karaf http feature
     new adbe0ef  Add new features : Section, OneToMany, Required, Position (see wiki page http://camel.apache.org/bindy.html for description)
     new 6b0995c  removed hard-coded email address.
     new bf857a2  make sender email address configurable
     new b3a8e00  Apply PsourceCheck (use now CamelCodeFormatter.xml in Eclipse)
     new f83703e  CAMEL-2108: Fixed transacted routes mixed with Camel error handling doing redelivery from the beginning of the route and not only at the failed node in the route path. RedeliveryErrorHandler is now part of TransactionalErrorHandler hence the isTransacted check should be removed.
     new 640abf5  CAMEL-2156: Using findByNameParam for camel-bam to avoid issue using Hibernate as it expects named params.
     new a5cc372  CAMEL-2143: Fixed unit tests
     new 8913ced  CAMEL-2209: Fixed SetBody to not propagate specialized Message object so its the same as transform for example.
     new c2e1080  CAMEL-2143: Fixed unit tests
     new 8743c1c  Fixed pom to avoid slf4j clashing with multiple implementations
     new d1f3631  CAMEL-2212: InterceptSendToEndpoint does not send to intended endpoint in case of exception or failure. Help simulate errors.
     new 5996b82  Polished description for @deprecated methods.
     new fdeaf25  Postponed @deprecation to Camel 2.3
     new f9ae571  Fixed compiling on HP-UX
     new d333879  Solve last checkstyle errors
     new 8c5fdbb  fixed spelling
     new 3deec46  Fixed compiler issue on HP-UX
     new dc2102b  CAMEL-2188.  Patch applied with many thanks
     new cce4eb6  Upgrade to Scala 2.7.7 compiler
     new 039bb17  CAMEL-2215: Fixed CaseInsensitiveMap not being serializable.
     new 91d3154  Fixed potential NPE
     new 455ca1d  CAMEL-2206: Added new Sampler EIP. Thanks to Stephen Gargan for the contribution.
     new 30a7039  Upgraded features from SNAPSHOT to releases. Upgraded osgi import to CXF 2.2.5 as min as camel-cxf requires this as min now.
     new 02daa29  Upgraded features from SNAPSHOT to releases. Upgraded osgi import to CXF 2.2.5 as min as camel-cxf requires this as min now.
     new bdabec3  CAMEL-2216 create a new bus instead of get the defaultBus
     new 148236f  CAMEL-2220: Now poosible to set java.sql.Statement options from uri using statement. prefix.
     new b319ba4  CAMEL-2219 added snippet tag for wiki document
     new c804672  CAMEL-2221: Inconsistent out message when using dynamic recipient list
     new 430d988  CAMEL-2222: Added trace logging whether a method is valid or not
     new 1174b7e  CAMEL-2216 better code for understanding
     new 5ab4381  CAMEL-2225 Added configureCamelContext method in Module for extesion
     new a686000  CAMEL-2182 Got camel-example-guice to work in Servicemix
     new 05486ca  fixed spelling
     new 884daef  CAMEL-2227: Fixed mock component expectedBodies with a List parameter. Bad bad java generics.
     new 3ea64c9  add profile for generating source jars only
     new 7e16852  Fixed the CS errors
     new 8304f77  Removed the activemq-core schema's version number
     new ad4e77f  CAMEL-2228 Fixed the issue that camel-example-spring-javaconfig can not work in Servicemix
     new e9e231b  CAMEL-2230 clean up the OSGi package import and export definition of the example
     new 64d2136  CAMEL-2231: Ensure folder get recreated when reconnection in camel-mail.
     new d71f46a  SMX4-417: Added unit test for setHeader with Groovy.
     new c99969f  CAMEL-2232: Fixed mail component and multiple endpoints mixing up recipients and only use from the last defined endpoint.
     new 7ee6331  CAMEL-2233: Tracer now show route id by default.
     new ae94085  CAMEL-2234: Fixed potential issue with copying large files using NIO hitting a 2gb limit.
     new a6fd2c5  Fixed potential NPE in tracer
     new 932e72f  CAMEL-1567. Upgrade to juel-2.1.1 while maintain compatibility with 2.1.0
     new a9c6fb5  Fix running tests failure in camel-bam
     new 4b8b89f  Polished name in pom to be aligned with the others
     new eab541d  CAMEL-1567: Upgrade to juel bundle 2.1.2_1-SNAPSHOT
     new 28d23d2  CAMEL-1567: Use JUEL ExpressionFactoryImpl instead of using the EL lookup mechanism
     new 4e096a3  Updated the camel-example-guice-jms according to the user request
     new 8c26e3a  CAMEL-2235: Polished tracer a bit and fixed CBR not setting parent on when and otherwise
     new 0704c61  CAMEL-2235: Polished tracer a bit and fixed CBR not setting parent on when and otherwise
     new ff6f3ce  Added TX unit test and tried to fix another test which occationally fails.
     new 359ac61  Added transacted to tracer. And fixed potential unit test due wrong startup order.
     new bd70788  Create juel impl using a finder. Support for el.properties. Checkstyle fix
     new 41a1b18  Added javax.el.varArgs and javax.el.nullProperties to juel
     new 92dec63  Use the release version of the juel bundle
     new e5c29a3  Preparing release.  Checkstyle fixes
     new 22ad756  More checkstyle fixes in preparation of release
     new 493335c  Fixed unit test because of rev 885243
     new 9edb823  Fixed potential NPE in AggregationStrategy and updated its javadoc. Disabled AMQP testing as testing it is a bit unstable.
     new 448b62d  CAMEL-2238: Fixed Jetty HTTP producer in sync mode blocking if connection failure.
     new 0dfe64e  Using try catch for event notifier in UoW done to ensure synchronizations always will be invoked if event notifier failed, such as if using a custom notifier and it fails.
     new f8d7e1a  CAMEL-2240. Downgrade javadoc to ver 2.5
     new edaae58  Camel 2.1.0 release:prepare
     new d566907  Camel 2.1.0 Release - finalize prepare
     new c97f871  CAMEL-2243 fix the -Psetup.eclipse issue
     new 91253c0  CAMEL-2242 support to call the WebClient.invokeAndGetCollection()
     new 3a906e1  CAMEL-2239 committed the unit test to show how to get the the response entity
     new c89fff4  Added ftp polling consumer unit test. Fixed a test on slower boxes.
     new dd1b069  CAMEL-2244
     new ed3b4de  CAMEL-2237
     new fb6c5e2  CAMEL-2245 - stop routing slip when exchange is failed
     new a5dff2f  CAMEL-2243 revert the last commit which cause the Camel build failed with SUN JDK
     new 74459b8  CAMEL-2167: Fixed wrong generics which causes pain in camel-scala
     new aa24cb35 CAMEL-2243 Got -Psetup.eclipse to work on sun jdk
     new 3f34ecb  CAMEL-2243 Removed the tools.jar profile which is useless
     new cde6474  set the svn:ignore properties on new added modules
     new a8aa24b  CAMEL-2246: Upgraded to Jetty 6.1.19
     new 18d4500  CAMEL-2246: Improved unit test for Jetty Http Producer to let Jetty be prepared when its hit
     new 1acc6f2  CAMEL-2247: Upgraded to Groovy 1.6.7
     new 5e768c6  CAMEL-2250: interceptSendToEndpoint should skip sending to intended endpoint in case of Exchange failure.
     new 8e16717  CAMEL-2246: Upgraded Jetty to 6.1.19
     new 232f61d  CAMEL-2251 fixed the default bus issue of cxfbean
     new 5ccad10  Fixed unit test
     new f9062d7  CAMEL-2052, CAMEL-2054: Minor overhaul of TransactionErrorHandler simplyfing internal logic. Added better support for using multiple transactions with different propagation behavior. Added markRollbackOnlyLast() to rollback only last TX and not the outer TXs.
     new cd3901f  Fixed unit test.
     new 304562d  Fixed unit test
     new 734c7a8  Fixed unit test
     new 089b6d5  Fixed unit test. Doh what a mistake
     new 7a3a65e  CAMEL-2255 fix the JuelExpression NoFactoryAvailableException
     new af04a26  Fixed compiler issue on HP-UX.
     new 8c0b422  Fixed unit test.
     new 6ad3d83  Fixed unit test.
     new 9c270e0  Fixed unit test. Tabs to spaces in pom
     new 2ccac74  CAMEL-2256, CAMEL-2257 clean up the OSGi headers
     new 524bf76  CAMEL-2223: RecipientList now supports parallel, stopOnException and what else it can get hand on. Added option to @RecipientList to configure this as well.
     new 5b01794  CAMEL-2223: RecipientList now supports parallel, stopOnException and what else it can get hand on. Added option to @RecipientList to configure this as well.
     new 08feb31  CAMEL-2260 - put felix lib back on javaconfig example's classpath
     new 1f2930a  Upgrade to App Engine SDK 1.2.8 and usage of Camel XML schema for Spring
     new 0cfebfb  CAMEL-2264 support to specify the jndi properties file location in org.apache.camel.guice.Main
     new a5b23f1  Upgraded version to 2.2-SNAPSHOT
     new a205ae9  CAMEL-2265: Reduced dep. on spring jars.
     new ec1bfa9  Usage of Camel XML schema for Spring in GAE example
     new 0e08b1d  CAMEL-1837: Added support for FTPS thank to huge contribution from Christian Mueller. Upgraded to latest ftp test server.
     new eed6863  Added spring-aop to pom for testing
     new 83b0380  Cleanup of spring jar deps.
     new 0db3fe5  CAMEL-2226: File language now merged into Simple language by default. This improves CBR with files etc.
     new 21e6a2e  CAMEL-1921: Added new camel-smpp component. Many thanks to Christian Mueller for contributing.
     new de2902c  CAMEL-2267 Get camel-example-etl to work with OSGi
     new 9a40de8  Fixed unit test having problem on Windows deleting files for cleanup.
     new 2bebfdb  Fixing tests on Windows which needs time to clean resources before deleting files.
     new fe99212  Added unit test based on user forum issue
     new 45cd315  Fixed CS.
     new d6ef05b  CAMEL-2269: doCatch should validate at least one exception configured to catch.
     new 1d30727  CAMEL-2270 upgraded the PaxExam version to 1.2.0
     new a184a40  Fixed unit tests reported by TC.
     new 479bc4f  Removed problematic test
     new 90cbf1a  Added base on user forum issue
     new 15bd043  Added missing mandatory id in default profile for jdk1.5 activation
     new 1fa4254  Try to fix the ftp error on windows
     new e63beb7  CAMEL-2273 - do not use fully qualified class name in JPA query but simple name or entity name
     new 1f6c65d  Remove import statement not used (Spring)
     new a10a28d  Add new profiles -P hibernate and -P openjpa.
     new 816ae26  Add new profiles -P hibernate and -P openjpa.
     new 5c9fd20  get test passing on windows
     new 1576fa8  Fixed unit test
     new 0d6cbb2  Fixed unit test
     new d25861e  CAMEL-1921: Applied encoding patch. Thanks again Christian
     new a654703  CAMEL-1837: Applied patch with polished unit tests. Thanks Christian.
     new 04c51fb  CAMEL-2274: Fixed Camel Proxy not handling returned null as valid answer.
     new 80da9ac  Added unit test based on user forum trouble
     new 07e29f0  CAMEL-2276: seda timeout can now be disabled using a value of 0 or negative.
     new 2051aa9  Fixed CS error of SimpleLanguage and EtlRoutes
     new 689b85a  CAMEL-2270 added the file that I forget to commit
     new e394516  CAMEL-2275 Fixed the issue that camel-jpa JPAEndpoint eats up the cause of InvalidPayloadException
     new 898221a  CAMEL-2273 - do not use fully qualified class name in JPA query but simple name or entity name, add annotation @MappedSuperclass, remove @Id @GeneratedValue for classes extending EntitySupport, create QueryUtils class to be able to get simple name of the class or annotation name of @Entity, add new profile for eclipseLink and create a spring.xml/log4j.log files for each profile
     new 14221ac  CAMEL-2273 - do not use fully qualified class name in JPA query but simple name or entity name, add annotation @MappedSuperclass, remove @Id @GeneratedValue for classes extending EntitySupport, create QueryUtils class to be able to get simple name of the class or annotation name of @Entity, add new profile for eclipseLink and create a spring.xml/log4j.log files for each profile
     new 13b6da8  CAMEL-2267 Clean up resource files of camel-example-etl
     new 9b0fd4f  CAMEL-2278: Multicast is now using fine grained error handling to avoid redelivery from scratch but does not on the particular failed processor instead.
     new f5f7577  CAMEL-2203: Add delegate option for setTestConnectionOnStartup on JmsComponent for convenience
     new d03ba43  guard some logging statements
     new aa08690  Fix for CAMEL-2248
     new 0a408e8  Fixed spelling
     new f69b8b4  Using Maven 2.2 compliant activator for jdk detection
     new 99651f5  Reverted activation in pom.xml as maven 2.0.9 does not support the 2.2 syntax style.
     new 79e91cf  Added the support for maven 2.0.x and maven 2.2.x at same time
     new 4166ac7  CAMEL-2278: Multicast and recipientlist now uses fine grained error handled on the output side to avoid redelivery all over again. Now redelivery is only happening on that individual node that failed.
     new 0a881b9  CAMEL-2278: Multicast and recipientlist now uses fine grained error handled on the output side to avoid redelivery all over again. Now redelivery is only happening on that individual node that failed.
     new 180b6ee  CAMEL-2283 camel-example-bam can be deploied into ServiceMix now
     new 4afedb7  CAMEL-2218 : Modify the name of the artifact id (features --> apache-camel)
     new 20728c4  CAMEL-2288: Remove filter feature from split,enrich,pollEnrich as it was confusing and should not have been implemented in the first place.
     new 4cab34b  CAMEL-2289: camel-bindy is a bit easier to use with CSV marshal as it can work on your POJO directly instead of must be wrapped in List<Map<String, Object>>.
     new ae70e40  Fixed unit test hanging on much slower boxes due JMS message expired before consuming.
     new 25458aa  Fixed test on much slower boxes.
     new 1d13f1f  Fixed test on slower boxes
     new 187f114  CAMEL-2272: Added support for multipleConsumers on seda endpoint for pub-sub style messaging.
     new a4c7063  CAMEL-2278: Added additional unit test
     new ab0affe  CAMEL-2291: Applied patch with thanks to Tracy Snell. Added support for keys to irc component.
     new 1e4008f  CAMEL-2195 add the parameter size validation on camel-cxf producer
     new 989116f  CAMEL-2293 Using the CamelContext properties instead of System properties to set the proxy
     new c165f92  CAMEL-2292: Better stop for producer templates to stop their caches as well. Which could lead to an issue with camel-jms reusing an old producer.
     new 8fdbf15  CAMEL-2293 Checked the empty string as Charles suggested.
     new d98956a  CAMEL-2297 Checking the CamelContext in MainSupport to avoid no CamelContext to be loaded
     new c9e6e90  CAMEL-2295, CAMEL-2296: RedeliveryErrorHandler will now log at ERROR level when exhausted. Improved ExceptionHandler to have additional log information.
     new f3ed703  Fixed unit test on really slow boxes
     new b74f55c  Added unit test for JaxbConverter
     new bce647e  Updated the spring schemas version after Camel 2.1 release
     new 4379154  CAMEL-2299: @EndpointInject and the likes now validate that given ref can be looked up to avoid silently ignore if typo.
     new 8e5037d  Commit the change of the camel-osgi spring.schemas file that I just missed
     new 7d7bdf1  CAMEL-2300: Renamed name attribute on @EndpointInject to ref.
     new e4751cf  fix for CAMEL-2280 to use better namespace prefixes (using no prefix for the default Camel spring namespace)
     new f08b413  fix for CAMEL-2301 to switch to jackson for JSON marshalling
     new 52155a8  Added a setter on iBatisComponent to configure the SqlMapConfig xml file where its to be loaded.
     new a011f55  CAMEL-2148 Added DataFormat for Google Protocol Buffers
     new 74b6a67  CAMEL-2148 using the ClassResolver from the CamelContext to load class
     new cecf98a  CAMEL-2148 improved the code with the suggestion of Claus
     new 60ec17d  CAMEL-2303: Fixed groupedExchang now working properly on Aggregator.
     new 93b4289  CAMEL-2302: Added additional requestBody method to ProducerTemplate when using a default endpoint, which can be done using @EndpointInject etc.
     new 1b1ee57  CAMEL-2306: Fixed a problem with not closing a file input stream in a converter
     new 4ea6155  Polished example
     new 6915945  Fixed unit test timing issue
     new 7b85d2d  CAMEL-1483: Camel now uses graceful shutdown when shutting down.
     new 59fdfec  CAMEL-2306: Fixed a problem with not closing a input stream in a converter
     new f5868a8  Fixed unit test timing issue
     new dc81f1e  CAMEL-1483: Graceful shutdown is now JMX managed, on CamelContext.
     new d158810  CAMEL-2199: Added log to the DSL for easy human logs based Simple language to extract parts from message etc.
     new 4bea54e  CAMEL-2148 Applyed double-checked locking pattern and created camel-protobuf bundle
     new 3ac106b  Fixed the CS errors
     new 8b6a839  CAMEL-2148 added the camel-protobuf into the distribution kit, also update the camel-protobuf unit test
     new 070129e  CAMEL-2308: Added option strictHostKeyChecking to SFTP consumer.
     new 16b1351  CAMEL-2304: Added default options to getHeader and getProperty on Message and Exchange.
     new d464034  CAMEL-1483: Stop unit test quicker due graceful shutdown wanting to be too gentle
     new c4c6d8d  CAMEL-2310: UnitOfWork is not always done in finally to ensure even when Error is throw we will done also
     new 7b833d5  CAMEL-1483: Improved graceful shutdown to suspend consumers if possible. Also avoid shutting down shared producer pool as its should only be done by CamelContext itself.
     new 4a27afd  CAMEL-1483: Reduced shutdown timeout to 10 for unit testing.
     new 8b8cbe5  CAMEL-1483: Reduced shutdown timeout to 10 for unit testing.
     new 6d4cd64  Fixed unit test
     new 198a2a9  CAMEL-2309: Add unit test based on user issue.
     new d0e1bed  Added spring-3.0 profile
     new 2456140  fix user reported archetype error that occurs when using Maven 2.x
     new 147793b  CAMEL-2315,CAMEL-2316 supporting Spring 3.0.0 in Camel trunk
     new 662e871  CAMEL-2318 Fixed the camel-bindy dataformat DSL error
     new c9278f6  CAMEL-2319: Fixed camel-cache.jar missing some classes.
     new 3af1d60  CAMEL-2317 Get ride of the camel-spring-config dependency from camel-bindy
     new fa0c7e8  Clean up the camel-protobuf pom.xml
     new feebec5  fix up CS error
     new 596b05e  Added the license files into camel-smpp
     new 1fe651d  Comment out the data checking as it will be failed when running in different TimeZone
     new 571ef0b  CAMEL-2321: Upgraded to Groovy 1.7.0
     new 7a81974  CAMEL-2320: camel-jdbc now preserves headers. Applied patch with thanks to Pradeep Elankumaran.
     new 0cc1553  CAMEL-2312 Upgrade the camel-spring-configure to spring3.0.0
     new 882147a  CAMEL-2312 Upgrade the example of camel-spring-configure to spring3.0.0
     new 33f6767  CAMEL-2312 Added the file that I just forgot to commit
     new bec0391  Clean up the camel-protobuf pom.xml
     new 101893a  CAMEL-2316 Now Camel trunk build with spring3.x by default
     new 9cff121  CAMEL-2322 Updated the import version of the spring packages
     new 4a3ed96  CAMEL-2322 Updated the import version of the spring packages
     new ef2f9b7  CAMEL-1483: Added fine grained control for graceful shutdown (work in progress). Fixed spelling.
     new 0e02e7b  CAMEL-1483: Graceful shutdown now have fine grained control on batch consumers to whether to shutdown after current tasks or wait until the entire batch group has been completed.
     new 205263c  Fixed the CS errors
     new 4541df6  Fixed the CxfEndpointBeanWithBusTest error
     new 2410aa2  Fixed the build error of camel-bindy
     new 06e0d7e  Fixed the test error of camel-example-spring-javaconfig
     new 42e4229  Added the ignore annotation for the CxfHttpJmsClientServerTest
     new e47b622  CAMEL-2316 using spring 2.5.6 by default
     new d026d43  Updated the karaf features artifact name
     new 51f9c13  CAMEL-2323 Added OsgiClassResolver
     new 8ac5101  CAMEL-2307 Added the camel-protobuf feature
     new f277c1b  Remove the Log.info as Claus point out
     new 9672f74  Fixed the eclipses errors
     new 3d542f7  CAMEL-2324 Implemented fireNow option on camel-quartz component
     new ee8bd32  Try to fix the test failure of SpringShutdownDeferTest
     new 91cdc04  Based on user forum issue
     new ec1d0e8  Try to fix the ShutdownDeferTest on a slower box
     new 87e5bf2  TODO no long relevant
     new 3765de9  CAMEL-2082: File component will now delete orphaned lock files on startup to selfheal.
     new 9727746  Removed not needed code.
     new 5ada5cb  CAMEL-2326 Added jaxb(contextPath) DSL
     new e5c2985b CAMEL-2327 Fixed the NPE check of export service
     new e828f7a  CAMEL-2328 Support to define template, consumerTemplate, proxy, exporter out side of the camelContext
     new 448a1e8  CAMEL-2325: Fixed CamelProxy potentially invoking the proxied bean instead of the intended bean when routing uses another bean in the route.
     new 2aad5f3  Try to fix the MainTest test error
     new b727e15  CAMEL-2325: Removed not needed code.
     new 9e22615  Try to fix the MainTest in camel-spring-javaconfig
     new c1eec99  CAMEL-2329 added chunked option into camel-jetty endpoint
     new f2f922c  CAMEL-2329 added chunked option into camel-jetty endpoint
     new c8b9873  CAMEL-463: Quite a few improvements/additions to the Scala DSL
     new cc118b6  Fixed spelling
     new d250ede  CAMEL-1472: Added new camel-lucene component contributed by Ashwin Karpe. Thanks a lot, keep them coming.
     new 964f758  Fixed unit tests on other boxes.
     new 22b1c40  Fixed unit tests on other boxes.
     new 7dfbd0e  CAMEL-2330 filtered the invalide charater for camel-jaxb unmarshal
     new b71c6f5  CAMEL-2334: Validate endpoint URI to not have trailing & marker.
     new c61e1e0  CAMEL-2335: proxy now also accepts a ref for an endpoint to use with proxied bean.
     new 8185db6  CAMEL-2336: Fixed issue with Spring XML routes could in some cases loose cross cutting concerns such as error handling, transacted etc. CAMEL-2059: Added a bunch of itests to verify this fix as well. The Java DSL always worked.
     new a363681  Moved camel-jaxb test to use camel-test and JUnit4
     new 2feb1f0  CAMEL-2336: Fixed issue with transacted and intercept when using Spring XML.
     new 64685e6  CAMEL-1530: Added unit tests for gzip
     new 370e759  Added missing spring-orm in pom.xml
     new 5322627  Fixing tests on other boxes.
     new ece73a1  @deprecated to be removed in 2.3 and not 2.2
     new 8e6432b  CAMEL-2338: Removed WARN for using camel:package as its very often used. We just keep both solutions.
     new 739ab17  Removed the useless common-io bundle from camel-http feature
     new 15d6a3d  Added missing deps for the ibatis related tests.
     new b56091c  Skipping tests on platforms which cannot test it anyway.
     new f11d35e  Fixed tests on other and slower boxes
     new f04d7f8  Skipping tests if not possible to run on box
     new 5ee76be  CAMEL-2339: Scheduled consumer now log java.lang.Error at FATAL level before rethrowing
     new 74182f3  Fixed ETL example and whiched default profile to OpenJPA
     new 9b9958e  CAMEL-2342 fixed the build of camel-example-spring-javaconfig
     new e4a8235  Polished code and reduced logging noise.
     new e98c277  Added more tests for CaseInsensitiveMap based on user forum questions
     new 22943c2  CAMEL-2344: Log caused exception in case of rollback
     new 7a23d19  Fixing tests on other boxes
     new c2741d3  Skipping some tests on Windows as they cannot run reliable
     new f8e5d46  Fixing file based tests on other boxes which potentially could have issue to read the file content fast enough
     new 5b5511e  CAMEL-2341: Reverted rev 891737 which caused the code not to compile on some platforms (eg. RH Linux etc.).
     new e7db648  CAMEL-2249: Reworked strategy for using correlation id with request/reply messaging.
     new c40b68f  Polished warn message
     new 4acec46  CAMEL-2330 applied the patch of Pavel with thanks
     new 3a321e3  Fixed default tracer not picking up custom traceFormatter.
     new 7864263  Fixed the dependency issue of camel-jaxb
     new 0859b86  CAMEL-2330 Update the CamelJaxbFallbackConverter
     new 5f5abfb  Fixing unit test on other boxes
     new b5816c1  Fixing test on other boxes
     new 994cfe1  Added unit test based on user forum issue
     new 29eaefb  Fixed tests on slower boxes
     new 1e7a4f4  CAMEL-2348: Improved EventNotifier to ignore categories of events. Renamed DefaultEventNotifer to LoggingEventNotifier and let EventNotifierSupport be a class to extend for custom impls
     new e9f7ad9  Added unit test based on user forum trouble.
     new 5a5d534  CAMEL-2350: Added PublishEventNotifier to send the Event to any kind of Camel endpoint.
     new fa96dc1  CAMEL-2352: Using JDBC 4 semantic for column label name by default. Added option to select old JDBC 3.0 semantic. Can be used to workaround issues with JDBC drivers. This only applies when using SQL SELECT with column aliases.
     new 8dedd65  Fixed NPE issue when FTP server cannot be simulated on the OS/box
     new 5847ead  Skipping this test on AS/400
     new 42d657c  Fixed test on slower boxes
     new b362b53  CAMEL-2343: camel-cache can now store Serializable bodies out of the box and keep the objects as is.
     new d52f1ae  Polished event notifier a bit. Also some bootstrap services must be started before we can emit the starting event.
     new 2b83da6  CAMEL-2330 enhance the unit test with the suggestion of Pavel
     new 865cd26  CAMEL-2354: Added missing commons-managment.jar to the classpath when using ANT to run the examples.
     new 298964d  Fixed unit test
     new b666023  CAMEL-2353: Fixed simple language and using complex date patterns
     new ba34eda  CAMEL-2355: You can now have multiple EventNotifier instead of only one.
     new 6fc6038  CAMEL-2356 Fixed the CxfClientFactory's bus setting issue
     new 552c1e0  CAMEL-2357: Introduced ExchangeNotificationBuilder to aid in testing production routes or the likes. WORK IN PROGRESS.
     new 9fbe871  Fixed spelling
     new c47a901  Fixed spelling
     new aa64208  Fixed the CS error of EventNotifierSupport
     new 307a608  CAMEL-2356 Added unit test to verify the CamelCxfClientImpl bus setting
     new 8914af6  CAMEL-2357: Added javadoc and additional whenXXX methods.
     new 81ed018  CAMEL-2345 just warn user if the port name or service name is not specified for camel-cxf producer
     new aa6b8cc  CAMEL-2359 removed the warning message of XmlConverter
     new 75d3fcf  CAMEL-2357: Added additional methods for builder, including a neat whenSatisfied which leverages a Mock so you can set fine grained expectations on that mock.
     new 4049cec  CAMEL-2357: Added additional methods for builder, including a neat whenSatisfied which leverages a Mock so you can set fine grained expectations on that mock.
     new 65c15a0  Fixed CS
     new 8c208e1  CAMEL-2357: Added whenNotSatisfied
     new 015bb14  CAMEL-2357: when using mocks you can not decide whether its when received or done for more fine grainend control.
     new bce7a20  CAMEL-2357: Added additional builder methods.
     new 84c3754  Fixed the camel-example-spring-jms can't run without internet connection
     new bebf11a  Fixed the other activemq-core schema issues
     new 722b31d  MR-300 SnmpConverters should support to turn the UDP message into XML safe message
     new 22cae6a  CAMEL-2363: Removed sample cache. Applied patch with thanks to Ashwin.
     new 2ee77e0  CAMEL-2365 added a SpringBusFactoryBean to avoid importing a bunch of CXF packages in user bundle
     new f412dfb  Fixed skipping tests on platforms which does not have the security algorithms
     new 2615235  CAMEL-2362: camel-ftp now allows starting directory with dot in the name.
     new 0823345  CAMEL-2361: file producer now supports keepLastModified to preserve the file timestamp from the source.
     new 43b0f8a  CAMEL-2357: Renamed Notifier to Notify
     new be4680d  CAMEL-2360: Added unit test to drill down to issue
     new 15265d6  CAMEL-2366 : New profile added to generate the WAR OSGI file who can be later on deployed on ServiceMix 4 / Karaf
     new edc45bb  Add "classpath:/" in front of each xxx.xml resource file (class CamelResourceConfig), otherwise camel-web cannot run in standalone mode
     new 32a56eb  CAMEL-2360: Fixed an issue with error handling using redelivery when using recipient list not using correct error handler configured.
     new cc8a110  CAMEL-2357: Added filter to the NotifyBuilder.
     new 2ce6daf  CAMEL-2368: Added unit test how to use non registry beans with bean langauge
     new 81c05b6  Fixed unit test on slower boxes
     new d7ea625  CAMEL-2368: Builder using bean now accepts a bean instance. Method call expression as well.
     new 1d20c9e  CAMEL-2368: Added unit test
     new 1cbc710  CAMEL-2347: Added initial camel-nagios with an event notifier. Work in progress.
     new 265c3e6  Fixed ftp test on slow boxes
     new ab4396b  CAMEL-2373: Fixed camel-bindy tests
     new e31107a  Fixed test on windows box. Endpoint uri is normalized for endpoint matching. Fixed spelling.
     new 741576f  Solve issue about rendering of jersey REST request for JAXB
     new c4d66d5  Solve issue related to JSON (Json providers were not imported)
     new 0e47b69  CAMEL-2375: Refactored ExpressionClause to let it be reusable in builders outside the route definitions.
     new f0144f2  CAMEL-2330 applied patch with thanks to Pavel
     new e336aff  CAMEL-2376: Fixed brolen unit test on some boxes.
     new 1179066  Avoiding SNAPSHOT deps in camel-web. Waiting for new jersey release.
     new f7309c0  CAMEL-2377: Fixed test to use AtomicInteger as shared state for testing correct order of execution path in concurrent test.
     new a7aab20  extension to the gmail component to support cc, bcc, recipient lists and overriding the sender
     new 6a64a8e  fixes for checkstyle errors
     new db2158b  Change header names from dot-notation to camel-case-notation to follow Camel header name conventions.
     new 56926ed0 CAMEL-2380: Upgraded to Jettison 1.2
     new 1aa5b78  Comment out the maven 2.2.x active profile which will cause error of starting the camel application with MOP
     new 90b1287  addition of login feature to Camel GAE example and major revision of application logic implementation
     new 0873d31  switch to new nexus glassfish repo
     new 86da12a  CAMEL-2382: Instance based @Converter can now have parent type converter injected with TypeConverterAware. Fixed CS.
     new 2864c68  Removed system out
     new ccdde97  Delete merge conflict file
     new 9d8cfe4  CAMEL-2383 Added Cafe Demo example
     new 73298c1  CAMEL-2391: JAXB data format not supports partial (not marshal/unmarshal the entire graph). Applied patch with much thanks to Lukasz Dywicik.
     new cbef5d7  CAMEL-2383 Added the cafe demo into parenet pom
     new 1d17613  Removed the onejar-maven-plugin
     new b6372f3  CAMEL-2383 updated the README.txt
     new 595f454  Fixed the eclipse warning of the AssertionClause
     new 601640f  [CAMEL-2385] BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer
     new cdce756  Fixed spelling
     new ddfbca5  Clean up the repository of camel-cxf as we don't have CXF snapshot dependency here
     new 964367f  Removed the java.net repository as maven2 hosts jaxb jars
     new eeca6f9  CAMEL-2347: Added nagios component
     new e9171c8  CAMEL-2347: Added nagios component
     new 62573f5  CAMEL-2386 Parsing the request parameter for the POST method
     new 5d531dc  CAMEL-2387: Fixed file converter not picking up charset set on Exchange for example from a convertBodyTo.
     new 7bd4e49  CAMEL-2388 changed the cxf-rt-transports-http-jetty scope to be test
     new 665325e  CAMEL-2391: Added disconnect option to camel-ftp to disconecct from remote ftp server right after use.
     new 986bcf0  Fixed unit test on slower boxes
     new 1998b6c  Fixed the build error which is caused by camel-cxf pom.xml changed
     new c8ec558  Fixed the CS error of camel-web
     new f44f884  Polished pom.xml to fix nexus issue identyfing java net maven repo.
     new 9fadb73  CAMEL-2392: DefaultTypeConverter loads @Converter from classpath up-front which means reduced contention for detecting whether its initialized at runtime. Fixed spelling in example.
     new aa964f0  CAMEL-2392: Fixed unit test.
     new b271b81  CAMEL-2392: Fixed unit test.
     new 379bd9c  Added unit test based on user forum issue.
     new 3fd84f6  CAMEL-2395: fileName should only detect constant file name and use constant expression to avoid rare clash with simple langauge tokens.
     new 303c006  CAMEL-2395: Also test with parallel.
     new 0df726c  CAMEL-2397 copy the inMessage hears to the outMessage in CxfProducer
     new 38e4ba4  CAMEL-2400 Updated camel-osgi module with the DefaultTypeConverterRegistry load when camel context is started
     new b4748c3  CAMEL-2400 added unit tests
     new 78d9d02  CAMEL-2401: Upgraded to CXF 2.2.6
     new 77134fe  CAMEL-2399 - Add type converter for the Dozer framework. Thanks to Stephen Gargan for this!
     new 77f461e  add license and notice files
     new 8c8b0f2  change camel-spring to test scope
     new 180b83e  add camel-dozer to the distribution
     new a158981  lock down to karaf release version
     new 4e952cf  CAMEL-2402, CAMEL-2403, CAMEL-2404 applied patch with thanks to Christian
     new c483fba  CAMEL-2411 Upgrade the ant-run plugin to use jaxb impl 2.1.12
     new 10214a5  CAMEL-2412 DefaultHttpBinding should parser the URI's parameter without checking HttpMethod
     new 96b0279  CAMEL-2398: Fixing startup order warmup route services.
     new de15a43  CAMEL-2408: Added spring test for wiretap and aggregator.
     new 30388d0  CAMEL-2413: Upgrade ftp server for testing. Thanks for the patch Christian
     new 8b85774  CAMEL-2415 - upgrade castor version. Thanks to Christian Mueller for the patch!
     new 96be02d  fix up CS error
     new f69f559  Added snippet for wiki docu.
     new 9584c4e  Fixed spelling
     new 24a0f1e  CAMEL-2414: Upgrade commons-pool. Thanks for patch Christian.
     new 50e7dc2  Added code snippets tag for wiki and fix the camel-example-cafe exec:java running error
     new d95c4fb  Removed the camel-core test-jar dependency from camel-bindy
     new 22182ae  CAMEL-2407 support character encoding in XStreamDataFormat
     new fa4a6ed  set the svn properties on camel-dozer
     new 5eb3d8c  CAMEL-2266 Changed the log of java.lang.ClassNotFoundException to be trace in the DefaultPackageScanClassResolver
     new c79470e  Update the camel features file
     new f481f08  fix CS
     new a6d5939  Upgrade to latest specs/xmlbeans bundle version
     new 2436809  Enable the CxfMtom*Test running in Mac OS
     new 022185a  CAMEL-2423 Applied patch with thanks to Frank
     new 443a286  Fixed the CS error of FreemarkerComponent
     new 117f328  Fixed the CS error of FreemarkerComponent
     new 64a25aa  CAMEL-2384: Bean parameter binding using Camel annotations now works with CGLIB enhanced classes.
     new d4af730  CAMEL-2424: Upgraded to Jersey 1.1.5. Thanks for the patch Christian.
     new d9c171f  CAMEL-2421: Upgraded to sitemesh 2.4.2.
     new 027880a  CAMEL-2422: Upgraded webdriver.
     new 92f5c4d  Fixed the unit test error of CafeDemo
     new ec08e23  Added unit test based on renaming file on commit issue on Windows
     new 0fc67af  Added unit test based on issue with renaming file on Windows
     new 59e2775  CAMEL-2420: Fixed some wrong settings.
     new fdfbb0c  Skipping tests that dont run well on windows.
     new bafb1f8  CAMEL-2407 fixed the WARN message of the typeconverter
     new 3b1f6e9  CAMEL-2407 support the encoding property in xstream dataformat
     new d975a63  Fixing test on other boxes
     new 2895b25  Fixed test on other boxes
     new 088cf7d  CAMEL-2428: Fixed setting diskStorePath not being dep on whether or not another option was set.
     new 73e2466  downgrade sitemesh version so web console can boot up again
     new 333d7da  fix CS
     new 90d7b8c  [CAMEL-2426] CXF Header ResponseContext cannot be filtered by HeaderFilterStrategy
     new 12c8105  Fixed test on other boxes
     new 08ca285  [CAMEL-2425] Test failed of CxfMtomRouterPayloadModeTest
     new 24ce710  CAMEL-2430 Fixed the mvn jetty:run issue of camel-example-reportincident
     new ddf3400  CAMEL-2431 ObjectHelper.normalizeClassName should not filter the '-' charactor
     new a6f63e0  CAMEL-2432 camel-cxf endpoint should support to take the configuration information from the application context
     new 497f121  CAMEL-2432 camel-cxf endpoint should support to take the configuration information from the application context
     new ba89017  Skipping tests on Windows which has problem loading jruby currently.
     new 58e6284  CAMEL-2434: Better failure messages for expected header or property.
     new 44dedf3  Fixing unit test which occationally fails on another box for no apparent reason.
     new f8ebe99  CAMEL-2435: Error handler will now by default log stacktrace for exhausted exchanges which can help see the problem in case caller will swallow the exception etc.
     new 36206dd  CAMEL-2435: maanged error handler as well.
     new 13e38a6  Reduced the need for AMQ broker with live TCP connection.
     new e55841d  Changed AMQ port to avoid clash with default port which causes port number already in use on CI tests.
     new 847b99f  Fixing test on other boxes
     new 5c5a465  Fixed the unit test errors of camel-web
     new 7941558  Upgraded to OpenJPA 1.2.2. Fixed JPA tests on slower boxes.
     new 52a2ffe  CAMEL-2423: Applied 2nd patch. Thanks to Frank Schwartz.
     new 9c69a91  CAMEL-2436: Bean component now detects void methods and accepts methods returning null as a valid response. Removed @deprecated BEAN_HOLDER.
     new a930557  added a RichMessage plus made RichExchange an Exchange implementation so it can be used in the scalate endpoint
     new 989a1a1  Fixed spelling
     new 4dff106  Added absolute based test for looking into issue on Windows
     new 70739b5  Fixing unit test
     new 215056a  Fixing unit test
     new 4709161  CAMEL-2439: Fixed issue with detecting absolute paths on Windows. This could potential cause not moving files to correct path after they have been processed.
     new fb17242  Try to fixed the test failed of AIX in TC
     new bf235d3  Preparing for release... checkstyle fixes
     new bf13672  Add missing license header
     new aaaaec7  Try to fixed the TC test errors on Mac OSX
     new 1cd5d12  CAMEL-2441: Skipping test which requires online internet connection. Will be addressed in Camel 2.3 with a mocked server.
     new e5267c2  CAMEL-2441: Skipping test which requires online internet connection. Will be addressed in Camel 2.3 with a mocked server.
     new ac22022  CAMEL-2440: Aligned getter/setter on RuntimeConfiguration to let 3rd part such as camel-grails be able to set values when they expect getter/setter to be of same type.
     new 96f2a61  CAMEL-2442 Explicit version ranges on javax.* imports in camel-cxf bundle manifest
     new fc204d5  CAMEL-2399 - Add feature for camel-dozer
     new f366686  CAMEL-2443: BatchProcessor now logs unhandled exceptions so you see these in the logs.
     new 432ff26  CAMEL-2447 cxfbean should propagate CONTENT_TYPE for other camel component to use
     new 24a9968  CAMEL-2445 applied patch with thanks to Stan and Jeff
     new fcea36f  Added unit test based on user forum issue
     new e5d5ea3  CAMEL-2444: Added missing showAll for caught exception
     new 712520c  Fix for ambiguous method call in AssertionClause
     new 1badd69  CAMEL-2445: BatchProcessor now catches throwable and logs them
     new bdccde7  Updated the features file to use the released protobuf bundle
     new 8f390aa  Fixed test in rare cases where the 5 files was not written fast enoguh before the file consumer pickup only a subset of those 5 files
     new 06a5ebf  Clean up the pom of camel-bam
     new 2136d5d  CAMEL-2448: Camel error handler now catches all exceptions (eg Throwable) instead of just Exception.
     new 7825e55  Committed the latest camel-bam pom.xml
     new d3db5d8  CAMEL-2450 Included the META-INF/services files of camel-spring in camel-spring-osgi bundle
     new e267f30  Adding missing components to bundle
     new 8dd9cda  Fixed test on slower boxes
     new 74bf32a  Fixed test on other boxes
     new 04b2143  Fix warning about mismatch between java package and directory structure
     new 46cc953  Fix warning about mismatch between java package and directory structure
     new 8c610f8  Reverting commit as report incident example cannot compile otherwise.
     new e603c89  Added unit test how to use try catch and call sub route with no error handler to let exception propagate back to try catch
     new 5e12fca  Fixed the mock-javamail_1.7 bundle build error
     new d7c6f74  fix for CAMEL-2451: HL7MLLPDecoder fails if message length is exactly 1022
     new 4ff520f  Fixed test on other box
     new 24fa396  Using different port number to avoid clash.
     new 699d0b5  CAMEL-2411 clean up the dependency of jaxb 2.1.5-DEV
     new 4b8f193  Fixed test on other boxes
     new a23c20e  Fixed test on other boxes
     new 9b4b330  Fixed test on other boxes
     new f683fc7  [maven-release-plugin] prepare release camel-2.2.0
     new add4847  [maven-release-plugin] prepare for next development iteration
     new a5996c4  Added camel-nagios to the kit.
     new e095e00  CAMEL-2370 (glogin component) and CAMEL-2409 (gauth component)
     new 14f2bbd  Fixed test on slower boxes
     new a4db9eb  camel-script is best tested on jdk1.6.
     new 62080b0  skipping test which may fail on some boxes
     new a820ab7  Fixed the slf4j logger error
     new b21cc0c  CAMEL-2396 applied patch with thanks to Christian
     new e3f19a4  Update the svn properties on camel-lucene and camel-soap
     new ff2d031  CAMEL-1631: Added properties component for property placeholder support in endpoint uris natively in camel-core. No need to use Spring for that anymore.
     new 408bbe3  CAMEL-2396 applied patch with thanks to Christian
     new dd0e86d  Added missing LICENSE.txt
     new 488d3e2  CAMEL-2429: Added ExchangeSentEvent to event notifer which is emitted when Camel sends an Exchange to another endpoint. It contains time taken so people can use that to gather stats.
     new 8f4b8f9  Updated the exception message of camel-protobuf
     new 83eba58  CAMEL-2396 added spring and DSL support of the camel-soap
     new ecb4f71  CAMEL-2396 Added the file which I got to add in my last commit
     new bea98dd  CAMEL-2360: Fixed test on other boxes.
     new f32f5c1  CAMEL-2396 added camel-soap into apache-camel kit
     new 9eed997  Fixed tests on other boxes.
     new 16240ce  CAMEL-2454: Upgrade to woodstox 4.0.7.
     new c2e0083  CAMEL-2453 put the HttpServletRequest and HttpServletResponse into HttpMessage header.
     new f77899b  added missing LICENSE.txt and NOTICE.txt
     new 2238dde  CAMEL-2453 revert part changes of HttpConverter which introduced conflicts to the camel core converters
     new 2e14534  CAMEL-2455: Added disconnect option to close the mina session right after use.
     new cb59b66  CAMEL-2360: Fixed issue error handler in recipient list in parallel mode in rare case had a timing condition causing error handler not be properly initialized.
     new 854dedb  CAMEL-2456 added ManagedResource annotation on JmsTemporaryQueueEndpoint and JmsTemporaryTopicEndpoint
     new a05ed7a  Added test code for setting different CXF buses to the cxfEndpoints
     new 8e4ebc4  Revert the code which should not be committed
     new 443f7ff  Removed the useless svn:mergeinfo
     new e1b9648  CAMEL-1631: Added cache option to properties component to cache loaded properties to avoid overhead of loading them when to be used.
     new 72c10a5  CAMEL-2126: XPathBuilder can now be used without using an Exchange so you can use it in a more generic fashion. However it requires CamelContext to be passed in as parameter.
     new 70b5b83  Fixed CS
     new b199a78  Added builder method to set a custom xpath factory
     new 49549e2  CAMEL-2453 added the unit test
     new dfe30cd  CAMEL-1877: Made it easier to use Saxon with Camel XPathBuilder.
     new 0c1a589  Fixed log and spelling
     new 42b92b5  CAMEL-1877: XPathBuilder now supports reading xpath factory defined as a system property.
     new 8fd7907  Added more unit test to JMS
     new ed5cfb3  CAMEL-2452: Filter general http headers. Thanks to Christian Mueller for the patch.
     new bf4afca  CAMEL-2458 applied patch with thanks to Christian
     new 3df1cb3  Added JIRA number of the CXF bus setting issue
     new d73fe36  Added feature for installing the camel-lucene component in Karaf
     new 341cce4  Polished README and NOTICE in the release kit.
     new 9c2337e  Polished README and NOTICE in the release kit.
     new 444b0e9  Upgraded the Jetty version and fix the lucene bundle version error in the feature
     new df38c37  CAMEL-2462: Fixed report incident example to use mocked mail server. And to log a little activity on console. And fixed slf4j issue.
     new b1e152b  Added unit test of showing how to use xslt include
     new 24d38c7  CAMEL-2464: update the Smack library to 3.1.0
     new 8f7fb26  CAMEL-2463: xslt component now supports using xsl:include where the included files is loaded from classpath and relative according to the endpoint configured location.
     new 620619a  CAMEL-2463: xslt component now supports using xsl:include where the included files is loaded from classpath and relative according to the endpoint configured location.
     new 24477db  CAMEL-2463: xslt component now supports using xsl:include where the included files is loaded from classpath and relative according to the endpoint configured location.
     new b3e78cb  Added the maven repo for download the smack 3.1.0
     new 0beea21  CAMEL-2456 Fixed the WARNING issue of JmsTemporaryTopicEndpoint , JmsTemporaryQueueEndpoint which has no JMS annotation in a better way
     new f13497a  Polished the comments and added endpoints check on the camel-example-management unit test
     new 52d5b10  CAMEL-2465 SpringCxfRs{Server|Client}FactoryBean should use the application context to create the bus
     new 7758602  Fixed test
     new 2bfddfb  Expose more setters on JmsComponent to set more options
     new 7410514  CAMEL-1686: Aggregator now lets completion predicate being evaluated on the fly which allows the predicate to trigger before the batch timeout.
     new d3f0b05  CAMEL-2466: Added option eagerDeleteTargetFile to file component.
     new c8adf15  CAMEL-1686: Overhaul of aggregator. Work in progress.
     new bd8441e  CAMEL-1686: Overhaul of aggregator.
     new f372ece  CAMEL-1686: Overhaul of aggregator.
     new 465bc9a  CAMEL-2214 - NPE thrown from RssDateComparator when using a feed that doesn't parse properly
     new f4dde2d  Fixed test.
     new 3f3768d  CAMEL-1686: Overhaul of Aggregator. Work in progress.
     new c417ff5  CAMEL-1686: Overhaul of aggregator. Work in progress.
     new 5462b8f  CAMEL-1686: Overhaul of aggregator. Work in progress.
     new 33219a9  CAMEL-1686: Overhaul of aggregator.
     new 951bd29  CAMEL-1686: Overhaul of aggregator.
     new 54cc417  CAMEL-2476: Applied patch with thanks to Christian Mueller.
     new ec711fe  CAMEL-2478: Applied patch with thanks to Christian Mueller.
     new d8f997f  CAMEL-2477: Applied patch with thanks to Christian Mueller.
     new 01fb5d6  CAMEL-2841 - Update camel-scala to match aggregator overhaul
     new 5c9fb29  CAMEL-2467: Applied patch with thanks to Tracy Snell.
     new 1453914  CAMEL-2483: Added a reset method on NotifyBuilder.
     new cf7ff55  CAMEL-1686: Aggregator examples
     new aa20692  CAMEL-1686: Added spring aggregate examples.
     new 6995cb0  CAMEL-2140: Aggregator supporting dynamic completion size and timeout.
     new 22e31ee  CAMEL-2471: seda endpoint is now not limited to 1000 by default but unbounded.
     new 9e8ebe9  Added a manual test for testing absolute paths
     new 7b554e0  Updating references to repo.open.iona.com to repo.fusesource.com
     new 46560b1  Adding a new camel component that attempts to implement a persistent AggregationRepository
     new 930546d  CAMEL-2471: seda endpoint is unbounded by default. Fixed test and setting initial size.
     new 3b19e9d  CAMEL-2486: Fail to start route if route has no processor outputs, eg its just a plain from(foo)
     new 24bdf50  CAMEL-2358: package and packageScan now supports property placeholders.
     new e3837f3  CAMEL-2489: Property placeholders is now supported in Registry lookup and most places in the camelContext when using Spring XML.
     new 3bbca07  CAMEL-2484: RecipientList now acquires and releases producers from ProducerCache. Also fixed memory issue when using Mina or FTP producers with recipientList. Fixed LRUCache to stop its cached services when its stopped to better release resources when Camel is stopped.
     new 6e5dd0b  CAMEL-2484: RecipientList now acquires and releases producers from ProducerCache. Also fixed memory issue when using Mina or FTP producers with recipientList. Fixed LRUCache to stop its cached services when its stopped to better release resources when Camel is stopped.
     new c7c5983  Added getRoute(id) method to CamelContext.
     new 11cc083  CAMEL-1959 (upgrade to hapi-0.6)
     new dd20c13  CAMEL-2461 (added README.txt)
     new bac6856  CAMEL-2491 fixed the issue of camel-core and spring 3.0
     new 6da4c6f  CAMEL-2492: PollingConsumerPollStrategy supports skipping poll if begin returns false.
     new 9a7cd4f  Fixed unit test.
     new 4065c86  Updated svn ignore
     new ac1ddae  CAMEL-1530: Upgraded camel-http to use HTTP Client 4.0.1. Huge thanks to Christian Mueller for the patch and hard work.
     new e3b3534  CAMEL-1530: Upgraded to HTTP Client 4.0.1
     new 15cb4a6  CAMEL-1530: Fixed camel-http feature to include httpcore-osgi as well.
     new dfbfe8a  CAMEL-2437: Upgraded camel-cxf to use http client 4.0.1 for testing.
     new 04adcb1  CAMEL-2438: Upgraded camel-restlet to use httpclient 4.0.1 for testing. Also removed the dep on camel-http as its not needed.
     new 1741d5b  CAMEL-1530: Using a shared HttpClient and ThreadSafeClientConnManager. Made it easier to configure maxTotalConnections and connectionsPerRoute. Shutting down properly.
     new 8d1c554  CAMEL-1530: Polished the logging a bit and added concurrent test.
     new f946ea4  CAMEL-217: Working on a persistent aggregator.
     new dbe6320  CAMEL-217: Persistent aggregator. Polished code a bit.
     new d2be20f  Fix a bug in the unit test.  It was not invoking the route.
     new 437770b  CAMEL-1530: Renamed option to better match type.
     new a7bb298  CAMEL-217: Fixed CS. Added more tests.
     new ed78fd4  CAMEL-217: Added more tests.
     new 88a5243  CAMEL-217: Integrated persistence to Aggregator EIP using camel-hawtdb.
     new 94ddfa9  Fixed the build error of camel-servlet
     new 02b8652  Fixed the CS errors of camel-cxf
     new c736817  Fixed the CS errors of camel-rss and camel-restlet
     new 05131f4  Fixed the CS error of camel-spring
     new a4ed675  CAMEL-2396 Applied patch with thanks to Christian
     new 6cfb5cf  CAMEL-2479 applied patch with thanks to Christian
     new 2f4aed5  CAMEL-2490 Applied patch with thanks to Christian
     new ee0dfb1  CAMEL 2498 (Inconsitent definition of resequencer DSL) fixed
     new 42ff185  CAMEL-2473 CAMEL-2474 Upgrade the version of snmp4j and ognl bundles
     new 189f855  CAMEL-2499 fixed the https unit tests error on Mac OSX
     new bf22967  CAMEL-2502: Added builder methods to multicast and split Java DSL.
     new a80871d  CAMEL-2501 upgraded common-dbcp version to 1.3
     new df09cfb  CAMEL-2503: Added sysenv to simple language
     new ccf3243  CAMEL-2500: Added property on aggregated exchange to know how it completed.
     new fa8b762  CAMEL-2504: Handled exceptions is not logged by default. Added more options to easily enable/disable logging behavior with error handling.
     new 51418f6  CAMEL-2505: Upgrade to lucene 3.0.1
     new 71eccd5  Updated Lucene version to 3.0.1 in karaf
     new d9ba583  CAMEL-2506: Upgrade to Spring 3.0.1 for spring 3.x profile.
     new 9c167a5  CAMEL-2497: Added graceful shutdown of individual routes.
     new 65b8a71  CAMEL-2508: Added callbacks for afterStart and beforeStop in MainSupport.
     new 5fc2afa  Added http integration tests back. Thanks to Christian Mueller for providing the patch.
     new cf9584b  CAMEL-217: Persistent aggregator. Added more test and easier to configure.
     new 76b0851  Using the Exchange constances for message header in the HttpProducerHelperTest
     new b8acac4  CAMEL-2510 Fixed the issue of Mixing jetty/http in a route screws up the URI used by HttpClient
     new 44621d2  CAMEL-217: Persistent aggregator. Preserve from endpoint.
     new f9f77af  [CAMEL-2495] Application SOAP fault support in camel-cxf PAYLOAD mode
     new 8851546  CAMEL-2510 Fixed the typos with thanks to Claus
     new 0cdef3e  CAMEL-217: Include camel-hawtdb in the kit.
     new 374bb03  CAMEL-217: Added load test to run manually
     new c205406  CAMEL-217: Added debug logging for repo activity
     new 2a2a261  CAMEL-217: Added option to return old exchange on add if really needed.
     new e2a335e  Clean up the unit test of camel-jms
     new d5809f4  improve readability
     new 33560f9  upgrade Jackson lib - thanks to Martin Gilday for trying this out
     new b117a37  CAMEL-2531 Upgraded the jetty cometd version to last Jetty 6.1.x version.
     new c8ebe42  CAMEL-2512 Applied patch with thanks to Christian
     new 4bf5039  CAMEL-2511 Added the feature of camel-jackson
     new 02bce17  CAMEL-2514 karaf features.xml  should use servicemix commons-pool bundle
     new 194c77a  Added the servicemix bundle repo for validate plugin download the bundles
     new 76f5c7f  CAMEL-217: Added trace logging for repo activity
     new 359681b  CAMEL-217: Persistent aggregator load tests.
     new 3b955fd  CAMEL-2515: Printing exception on system err if error starting Camel.
     new 22e581d  CAMEL-217: Added new aggregate example.
     new 8a4e4a3  CAMEL-2516 : Adapt the camel-cometd component to allow to find resources in classpath or file system.
     new 5174fe1  Updating to mach recent api change in hawtdb
     new d8a3c14  Stopped eclipse plugin download java docs
     new b31f4ea  CAMEL-2513 updated the feautre file of camel-cometd
     new 1cf3ba0  Added example how to return a custom 500 reply with Jetty.
     new 243d2bd  CAMEL-217: Added option bufferSize to set the mappingSegementSize on HawtDB.
     new 3afd147  CAMEL-2519 support to set the response code from the message header Exchange.HTTP_RESPONSE_CODE when returning an exception
     new 87c3102  CAMEL-2519 enhance the unitest as Claus suggested
     new cefed11  Changed lucene-bundle-version from 3.0.1_1 to 3.0.1 to match servicmix versioning convention
     new 0732d26  As the lucene-bundle is not released yet, we still need to use the SNAPSHOT version
     new 9ec5119  CAMEL-2519: Added unit test that demonstrates the issue with http status code
     new cbc57a5  CAMEL-2519 revert the patch of CAMEL-2519
     new 29591bf  CAMEL-2520 fixed the NPE error of MockXpathTest
     new da9ddd8  CAMEL-2521: TimeoutMap now evicts values sorted so first expired first and last expired last.
     new cab951e  CAMEL-2522: Added bodyAs to simple language. Fixed CS.
     new ddeb9b4  CAMEL-2523: Added removeHeaders DSL
     new c508301  CAMEL-2523: Added removeHeaders DSL
     new f5911df  Added the servicemix bundle snapshot repo
     new 76b9191  CAMEL-2524 add camel-soap entry in the camel features.xml
     new 553987c  Upgraded the smack bundle version in camel features
     new 69480ea  Update the fuse source dependency repo id
     new 1aac065  Format the pom.xml of examples
     new f53d77c  CAMEL-1588: More easy thread pool configuration in DSL. Work in progress.
     new 7320d2d  Fixed unit test failure due certificate needs to use 127.0.0.1 to match hostname.
     new 95c66a6  CAMEL-1588: Prefer to use CachedExecutorService instead of a fixed size pool. The cached can grow/shrink and is recommended as the best general purpose pool.
     new bf705af  CAMEL-1588: Improved threads() DSL to let it configure thread pool with using more options.
     new 9606aca  Added the bufferSize setting of hawtdb in camel-example-aggregate
     new aa6a2bf  CAMEL-1588: Added threadPool to Spring XML to easily define pools which can be leveraged in the Camel routes.
     new b38914b  CAMEL-1588: Added threadPool to Spring XML to easily define pools which can be leveraged in the Camel routes.
     new b25bb37  Fixed broken unit test.
     new 2c0b7ee  CAMEL-1437: Added SPI ExecutorServiceStrategy to abstrct how to use thread pools with Camel.
     new f2e4937  CAMEL-1437: Added SPI ExecutorServiceStrategy to abstrct how to use thread pools with Camel.
     new a87b072  CAMEL-1437: Added custom executor service strategy test.
     new ca90ef4  Fixed the CS errors of camel-cxf
     new 6c27fe4  Fixed the unit test error of camel-spring
     new 3ca7265  Spring XML configuration of custom management made easier with using constructor parameters.
     new 5666d8c  CAMEL-2528 applied patch with thanks to Freeman
     new ea3db00  Added an unit test for JMSSelectorOption which was based on camel-user mail list
     new ebdd343  CAMEL-2524 created camel-nagios feature entry
     new 94761d5  Fork a JVM per the test
     new 32912b3  CAMEL-2518 applied patch with thanks to Christian
     new e013fa0  CAMEL-2529 Fix the issue of ConsumerTemplate don't support the jms uri with selector
     new 6348925  CAMEL-2518 Applied patch with thanks to Christian
     new 0fbf006  CAMEL-2531 Supported to print List<Element> of PayLoad Message in camel-cxf
     new d6d75d4  Clean up the camel-web pom.xml
     new d93f004  CAMEL-1588: thread name can be set using a pattern like syntax. Camel now logs at INFO level if stream cache, tracer etc. is enabled.
     new e6baf61  Properties component should be auto loaded if in need
     new 10ff3b5  CAMEL-2532 Removed the camel-spring and camel-osgi entries from apache camel feature
     new 43849b5  CAMEL-2332. Patch applied with many thanks to Christian. Keep them coming
     new 4887a5b  Fixed the unit test error of StreamResequencerTest and ResequencerEngineTest
     new c4cd2b0  Fixed properties component being auto loaded when needed. eg. when you define it as a Spring bean and CamelContext must be able to look it up and use it.
     new e6a4100  CAMEL-2533: Added inheritErrorHandler to the DSL for very special corner cases to disable error handling for a given node in the route.
     new de85f3d  CAMEL-2534: Improved failover LB with round robin, max failover attempts and inherit error handler options.
     new e3075d8  CAMEL-2534: Added integration tests for LB with failover round robin mode.
     new 9fa5839  CAMEL-2530: Restored WebLogic support for Camel which was broken due CAMEL-1917 from Camel 2.1 onwards. Added special check for Sonic ESB to package scan resolver.
     new 27fc973  minor refactor of the Graph visualisation code making it easier to reuse the code without necessarily creating a text output file from the EIP model
     new 9ef8f7a  CAMEL-2518 fixed the CS error of SpringHttpsRouteTest
     new 5031ea6  CAMEL-2524 Added the feature's entry of camel-hawtdb
     new 5da0991  CAMEL-2524 Added the feature's entry of camel-hawtdb
     new 0d654ef7 CAMEL-2535 Get ride of the cxfsoap component
     new d605192  Fixed test on other boxes
     new c5e7217  CAMEL-2538: pollEnrich now handover completion from external resource. This allows to use the move options from the file/ftp component etc.
     new 379383b  CAMEL-2539: Added onInit to RoutePolicy to cater for other kind of use cases such as a scheduled based policy to start a route in the future.
     new 4ca7150  Fixed test on other boxes
     new b8f5e09  Fixed CS
     new 86bee8f  Fixed test on other boxes
     new e16d8aa  Removing the <type>bundle</type> dependency from smpp, shouldn't be there
     new 89c5498  Added another test
     new 8a7a55b  CAMEL-2535 committed the CxfMessageHelper that I forgot
     new 2a529be  Fixed the build error of camel-scala
     new 0327d54  CAMEL-1588: EIPs using thread pools now use common code from helper to lookup configuration.
     new ae119d7  Added another test
     new ae78d75  Added more javadoc about getHeaders and how to walk it to ensure keys are in original case
     new 8f46643  CAMEL-1588: Provide source info to executor service strategy so we in the future can have pattern based configuration.
     new 7681dc1  CAMEL-1588: DefaultComponent and DefaultEndpoint should not offer thread pool by default. Removed @deprecated methods from DefaultComponent.
     new 3eaf375  CAMEL-1588: Fixed a potential NPE if getEndpoint was overridden
     new 2b5142b  CAMEL-1588: Added ShutdownableService to have both stop/shutdown state. So you can do different work.
     new 03e7f68  [CAMEL-2544] Application SOAP 12 fault support in camel-cxf PAYLOAD mode
     new b0a8ddc  CAMEL-2332 camel-cxf still need to use Jetty6 bundle
     new 54aaef9  CAMEL-1588: Having ExecutorServiceStrategy to shutdown thread pools.
     new b07ecac  CAMEL-1588: EIP using thread pool is not created from model as EIP processor mandates the thread pool. Goal is better knowledge which routes uses which thread pools.
     new de3bef4  CAMEL-2542: Simple language now supports to lookup headers as map and lookup in the map with a key.
     new 5d9f55e  CAMEL-2547 Bean parameter binding annotation for attachments
     new c2c711c  CAMEL-2546: Added OGNL notation to simple/bean language. Work in progress.
     new 0d8a8fd  CAMEL-2546: Added OGNL notation to simple/bean language. Work in progress.
     new 1b572b3  CAMEL-2546: Camel OGNL now supports shorthand method names, eg getter style. Improved compare operator as well to NOT perfer to compare with String types.
     new 81f0f16  CAMEL-2546: Camel OGNL added special last keyword to get last from List.
     new 585c60c  CAMEL-2518 only set the forkmode to be pertest in camel-jetty
     new 989621b  CAMEL-1588: Fixed creating thread name based on pattern.
     new 952008a  CAMEL-1913 supported multi-part from out of box in camel-jetty
     new 24a1802  CAMEL-2551 Fixed the PipedInputStream of camel-file component
     new dd18c44  CAMEL-1588: Let ExecutorServiceStrategy handle shutting down thread pools on shutdown, which frees the burden from the EIPs. Improved shutdown a bit to shutdown services more later.
     new 55d5ec2  CAMEL-1588: More robust shutdown by catching Throwable instead of Exception. Polished messages being logged.
     new 17a0e62  CAMEL-1588: Ups better to keep this OC4j workaround.
     new 771c83f  CAMEL-2552 fix the CamelContext default name's thread safe issue
     new 641df16  CAMEL-2553 Added a Customer bean which can keep send order to the camel-example-cafe route
     new 31ed553  CAMEL-1588: Introduced ThreadPoolProfile with a sensible default used by EIPs. Introduced ThreadPoolBuilder to easily create pools from Java.
     new bc42d93  CAMEL-1588: Introduced ThreadPoolProfile with a sensible default used by EIPs. Introduced ThreadPoolBuilder to easily create pools from Java.
     new c08a5d2  CAMEL-1588: Introduced ThreadPoolProfile with a sensible default used by EIPs. Introduced ThreadPoolBuilder to easily create pools from Java.
     new 9fefcc4  Fixed the build faile on camel-example-cafe
     new 605dbeb  CAMEL-1588: Added rejection policy for thread pool settings. CallersRun will by default be used.
     new 59a051f  CAMEL-1588: Configuring a custom default thread pool profile. Added better debug logging for thread pool activity.
     new a8a50e3  CAMEL-1588: Configuring a custom default thread pool profile. Added better debug logging for thread pool activity.
     new 9456217  CAMEL-1588: Configuring a custom default thread pool profile in Spring XML now possible.
     new 4f77dc3  CAMEL-1588: Fixed shutdown task can restart
     new ee1cba4  add unit test for Soap 1.2 MTOM support
     new 8d63ee5  CAMEL-2554 Fixed the IndexOutOfBoundsException issue of  UnsafeUriCharactersEncoder
     new 1b333e1  CAMEL-2554 Fixed the IndexOutOfBoundsException issue of UriCharactersEncoder
     new 514c86b  CAMEL-1588: Scheduler do only need to use 1 thread in the pool.
     new 3854359  CAMEL-1913 update feature.xml for it
     new 8d6eb30  CAMEL-1588: Using default work queue capacity of 1000 to avoid queing too many tasks if consumers cannot keep up.
     new ac5c70e  CAMEL-2556: Expose getTracedExchange on TraceEventMessage for special end user requirements. Fixed CS.
     new 881a45b  Fixed camel-example-tracer after overhaul of Aggregator EIP.
     new 8406768  CAMEL-2557: Added option useSharedSchema to validation component.
     new 76d30c3  Polished README.txt in the released kit.
     new 55adfbd  Fix for random test failure
     new bcf63e8  CAMEL-1913 Added wiki doc tag in the code
     new f9dfbb9  CAMEL-2541 Added features.xml for camel-example-aggregate, camel-example-cafe, camel-example-cxf
     new 755e464  CAMEL-2559 - HttpComponent only checks the registry for an HttpClientConfigurer, setHttpClientConfigurer no longer works.
     new 29ef806  CAMEL-2560 applied patch for camel-soap tests with thanks to Christian
     new 65ea697  CAMEL-2545 applied patch with thanks to slad
     new d84203c  CAMEL-2541 fixed the minor feature.xml issue of camel-example-cxf
     new ebc3e5d  CAMEL-2541 Added feature.xml for camel-example-cxf-async
     new 06a5525  CAMEL-2541 Added feature.xml for camel-example-http-async
     new 550da74  CAMEL-2541 Added feature.xml for camel-example-guice-jms
     new 28bcf4c  CAMEL-1588: ThreadPools is now managable from JMX.
     new 18b214c  CANMEL-1588: threadPool in Spring XML requires thread name.
     new 6a1245f  CAMEL-1588: Added support for multiple threadPoolProfile. And a custom thread pool profile will inherit parameters from default if not explict given.
     new 5136617  Fixed problem in camel-test which templates not being started.
     new 129cef5  CAMEL-1588: Lookup thread pool will fallback to use thread pool profiles if not found in Registry, but a profile id matched the ref name.
     new c656cc5  CAMEL-2561: Fixed Camel bean introspection to use English locale to avoid issues with foregin languages in upper casing letters. Thanks to Christian Mueller for patch.
     new 74d4bdc  Upgraded Camel version
     new 9041239  CAMEL-2559: Fixed Http/Jetty components overriding component configured binding with endpoint. And some more fixes.
     new b913df0  Added no connection tests based on user forum problem.
     new 6fefe0b  Added tests based on user forum issue.
     new f881870  Update the parent pom version of camel-itest-osgi
     new 1d6fb7a0 CAMEL-2564 Should react to ContextStoppedEvent and invoke stop on CamelContext
     new 02fce27  Fixed the CS errors of CamelNamespaceHandler
     new b9cc823  Logging cause exception at WARN if shutdown route failed. Fixed spelling.
     new 0b09174  Polished code a bit
     new e07599c  CAMEL-2540: Fixed ToAsync having to keep producer until task is complete, to avoid pooled producers being reused to early.
     new d067e65  CAMEL-2567: recipientList now works inside a Content Based Router in Java DSL.
     new 308be79  CAMEL-2566: Applied patch with thanks to Freeman.
     new cae2b6c  CAMEL-2541 Added features.xml for the camel example
     new 0de8183  Faster unit test of camel-core by disabling JMX by default when testing.
     new d9ca7f5  Disabled JMX when testing by default to speedup unit testing.
     new 5925a05  CAMEL-2482: camel-crypto is a new component. Many thanks to Stephen Gargan for contribution.
     new c92cf65  Added svn ignore
     new 3b4aded  CAMEL-2541 updated the features.xml for camel-example-tracer
     new 69b0fee  CAMEL-2541 added the features file for camel-example-etl
     new 286fa92  CAMEL-2475 Added unit test to verify the stream issue of camel-jetty component
     new d3cd8c5  CAMEL-2569: Upgrading to AMQ 5.3.1
     new ac92e5a  Added INFO logging when startup so you can see the started routes in the log, just as you can see the same when shutting down.
     new ae253b0  CAMEL-2570: Added exchangeId to simple language
     new dba231c  CAMEL-2570: Added exchangeId to simple language
     new ea0ef19  CAMEL-2568: Improving AggregationRepository to support transactional behavior in impls such as camel-hawtdb. Work in progress.
     new 46b5bee  CAMEL-2568: Polished tests.
     new d03f197  CAMEL-2574: Log component now supports logging the MEP.
     new 979e4e1  Add threadName to Camel EL (simple) to aid when debugging etc.
     new 0ce9a99  CAMEL-2482: Applied patch with thanks to Stephen Gargan.
     new bf29c5b  CAMEL-2482: Applied patch with thanks to Stephen Gargan.
     new 34c021a  Polished cafe example to fix test on other boxes.
     new def36d2  CAMEL-2576 Deprecated the {get|set}RedeliverDelay method of RedeliveryPolicy
     new f6d7f99  CAMEL-1799 Add error handler Spring DSL support so we avoid having to use spring bean style
     new 09f2750  CAMEL-2371 Added initial version of the Netty component
     new a293a7b  CAMEL-2371 Added initial version of the Netty component
     new ff567c1  CAMEL-2576 fixed the unit test error, thank Claus for point that out
     new 4f1162b  Added the netty maven repository
     new 0e65129  CAMEL-2576: Renamed redeliverDelay to redeliveryDelay.
     new 5dce113  Changed the maven repo id to make TC happy
     new 7af4984  CAMEL-2578: Polished test
     new 49003c1  CAMEL-1799 Added TransactionErrorHandler and used ErrorHandlerType enum for type attribute.
     new 2bee838  CAMEL-2576: Renamed redeliverDelay to redeliveryDelay on Spring configration
     new 6db1d09  CAMEL-1799 Added unit test of the ErrorHandlerDefinitionParser
     new 535e5d3  set the svn:ignore property on the components/camel-netty
     new 0812b68  CAMEL-1799 Now errorHandle can be placed inside the camelContext
     new b520866  CAMEL-2587: Routes is now shutdown in reverse order as they were started.
     new 44134d4  CAMEL-2588: Added more options to xslt component.
     new f42b3b6  CAMEL-2590: routes from direct endpoint is automatic deferred on shutdown to offer better graceful shutdown when using direct endpoints.
     new 6f256a6  CAMEL-2586: camel-blueprint uses camel-osgi for class resolver. Thanks to Johan Edstrom for patch.
     new cf720b9  CAMEL-1799 clean up the ErrorHandler SpringDSL implementation
     new 164e19d  CAMEL-2575 Fix the CXFRS routing issue
     new c93ed27  CAMEL-2577: Fixed doTry .. doCatch .. doFinally and having exceptions being thrown from deep nested nodes.
     new b7eafa9  CAMEL-2586: Applied patch with thanks to Johan Edstrom.
     new c198f66  CAMEL-2589: xslt component now supports output option. Added file based xslt output to stream directly to file to avoid using in memory type.
     new 19dca2c  Add Unit test which is based on the camel-user mailing list
     new 96f4845  CAMEL-2602 Providing a user friendly message body after cxfrs consumer
     new 356d253  CAMEL-2600 upgrade to use cxf 2.2.7 in camel-cxf
     new e0537f2  CAMEL-1799 add tag for wiki document
     new 5c8e6ca  CAMEL-2604 Filter the 'Content-Length' message header in camel-cxf component
     new 9e52a9f  Fixed the typo of async DSL comments
     new 07133f0  Added a feature to allow camel-netty to be deployed in Karaf
     new 2097989  Upgrade to App Engine SDK 1.3.2
     new dc01e01  Upgrade to App Engine SDK 1.3.2
     new a5163c3  https://issues.apache.org/activemq/browse/CAMEL-2549
     new 579e265  CAMEL-2599: Fix for Spring 3.0 sending two ContextStartedEvent events instead of only one as in 2.5.
     new a299aff  CAMEL-2596 clean up the camel-netty feature, also upgrade the karaf feature plugin version to 1.4.0
     new e0b6afa   CAMEL-2607 Fixed the application event fire twice issue with Spring 3.0.1
     new 8f8e40c  CAMEL-2599: Preparing for changing tokens for Camel properties comp due clash with Spring EL in Spring 3.0
     new 34bdc02  use GAE SDK mocks for gmail component tests
     new 319cf52  CAMEL-2599: CAMEL-2607 fixed the twice events emitted from Spring 3.0, so removing code no longer needed.
     new afdbb82  CAMEL-2599: Changed Camel properties token to avoid clash with Spring EL in Spring 3.0
     new 1fbe340  CAMEL-2526 - Fix to add check to limit the concurrentConsumer to < 500
     new ee7d145  CAMEL-2568: Introducing RecoverableAggregationRepository to support redelivery of failed aggregated exchanges to support not loosing messages out of the box in Camel. Work in progress.
     new 4402c9f  CAMEL-2526 - Changed the behavior of the fix to thrown an exception instead of informing/warning the user
     new 5e6ca50  Upgraded to spring 3.0.2 in the spring profile 3.x.
     new 8302570  CAMEL-2610: Added depends-on to CamelContext XML tag.
     new 971eff3  use GAE SDK mocks for gmail component tests, minor edits in gmail component
     new 082a298  fix broken camel-gae build. I owe Claus a beer.
     new b375a85  Polished code a bit
     new ebe7509  CAMEL-2568: Polished RecoverableAggregationRepository a bit and added more tests.
     new a29fae0  CAMEL-2568: added more tests.
     new 7a4c837  CAMEL-2568: Added redelivery and redeliveryCounter as headers to recovered aggregated exchanges.
     new 2a8199c  CAMEL-2606: all camel-gae tests now based on GAE SDK mocks
     new 328eea0  remove obsolete com.google directories
     new 7b3282d  CAMEL-2568: Preparing for redelivery policy for aggregator.
     new ba329f9  CAMEL-2568: Polished code a bit. Added recover over SEDA test. Fixed CS.
     new 8044816  JmsBinding should only WARN if body is not null.
     new ab77916  CAMEL-2613: Added ProxyBuilder to Java DSL. Added voidAsInOnly option to Camel Proxy to let methods that has void return type act as InOnly (fire and forget) instead of default as InOut.
     new b6ce622  CAMEL-2550: @EndpointInject validates only one of uri or ref attribute has been set. Removed @deprecated class.
     new de133b6  propagate message headers in gauth endpoints, use latest gdata version.
     new d2b74c8  CAMEL-2615 fixed the camel-juel feature install issue in servicemix
     new 9f8d96c  MR-332: Avoid NPE if from endpoint is null
     new 302ce6b  camel-gae: When creating Endpoint the CamelContext should be provided as its best practice. Fixed testing to use per test to avoid failed tests on other boxes due some weird side effects.
     new a43a532  camel-gae: When creating Endpoint the CamelContext should be provided as its best practice. Fixed testing to use per test to avoid failed tests on other boxes due some weird side effects.
     new f364e6c  fix compile error
     new 1439fe1  CAMEL-2618 Do not use ProducerTemplate internally to send to same destination
     new 21ab70c  CAMEL-2558: Producer and ConsumerTemplate can now have its max cache size configured. Also CamelContext now returns already started templates in its create template methods.
     new d157ae5  CAMEL-2558: Creating producer and consumer template do not throw checked exception. Added to set capacity using setter on ServicePool.
     new 959ae48  CAMEL-2621: File consumer polling from network share on Windows may ignore files as JDK says its not a file, even though its a file.
     new 099b89c  CAMEL-2558: ProducerCache is now exposed in JMX.
     new 662221d  Added more TRACE logging to FileConsumer to aid with issues on various platforms
     new f6eea72  CAMEL-2558: Endpoints must have CamelContext set.
     new 6742c91  CAMEL-2622: Fixed createIterator and hasNext. Thanks to Sergey Zolotaryov for the patch.
     new 0060cbb  Added manual test based on user forum issue
     new a43c368  Updated the spring.schemas after Camel2.2.0 released
     new 5030028  CAMEL-2588: ProducerCache needs source.
     new 185d9c9  CAMEL-2613: Reverted CAMEL-2613, but kept ProxyBuilder.
     new 8553587  CAMEL-2568: Reworked lock on Aggregator a bit.
     new 8fcd136  CAMEL-2568: Polished aggregator and fixed a timeout in some rare cases could send the last and not aggregated exchange.
     new 9891d51  proper handling of non-existing access tokens
     new 0323e49  get rid of checked-in jars (required GAE SDK dependencies now in central Maven repository).
     new 5cda3c4  CAMEL-2626: OAuth demo webapp.
     new 02fd015  use placeholder for GAE application name
     new 32e4452  CAMEL-2627: Added StopWatch and time startup/shutdown times of Camel. Also time @Converter loader.
     new 8bc25ab  added missing camel m2 repo to pom.xml
     new 69c4fb7  Changed port number to avoid clash on other boxes.
     new a6fdbe9  Aggregate should also use lock when recover, just to be more safe, despite the task it does shouldn't really need to be run exclusive
     new 1b88181  Fixed test on other boxes
     new c8b8a82  improvements to application configuration and minor edits
     new b525641  CAMLE-2579 added the camel-spring-security module
     new 1ffc2e1  CAMLE-2579 move the log4j.properties and update the pom.xml file for camel-spring-security
     new 4b200e1  CAMEL-2563: Tracer is now more flexible to subclass and do custom tracing. Thanks to Jim Talbut for the patch.
     new 77fb550  CAMEL-2579 clean up the camel-spring-security module
     new 3ffde3c  update link to Camel OAuth tutorial.
     new e938f47  added link to tutorial page
     new 8ecb4c9  Added unit test based on user forum issue.
     new ca6b258  Upgraded to groovy 1.7.2
     new cdb57f6  added javadocs and removed unnecessary servlet mapping.
     new b41598d  Fixing camel-crypto running on JBM JDK 1.6
     new 1c93b2a  Fixed test on other boxes.
     new 70662f6  Do not run camel-castor tests on IBM jvms.
     new e168eaf  CAMEL-2608: Moving camel-http to camel-http4 to let Apache HTTP Client 4.x be in a new component.
     new 9b4dbbb  CAMEL-2608: Moving camel-http to camel-http4 directory (to make room so we can restore the old camel-http component)
     new 184850c  CAMEL-2608: Restoring old camel-http component.
     new fc77dd6  CAMEL-2608: camel-jetty, camel-gae, camel-servlet is changed to use camel-http which is based on Http Client 3.1
     new a6c2827  CAMEL-2608: Fixed camel-itest having camel-http and camel-http4 tests.
     new ed5121c  CAMEL-2608: Added the tests for the old camel-http component.
     new e3a5efb  CAMEL-2608: Added fetures for camel-http and camel-http4
     new 98aef99  CAMEL-2598: added camel-crypto to features.
     new c84d151  CAMEL-2568: RecoverableAggregationRepository now has max redeliveries and dead letter channel.
     new a1c8805  CAMEL-2568: RecoverableAggregationRepository now has max redeliveries and dead letter channel.
     new 2e3f528  Fixed test. Aggregator needs to be fixed for its completeBatchConsumer when using multiple keys from that batch
     new 36f97b8  CAMEL-2629: Fixed completeBatchConsumer when multiple correlation keys was used
     new b77683e  Added missing options to ErrorHandler Spring XML style.
     new 2e48892  fixed up Camel component archetype - generated projects were not even compiling
     new 7f41705  Fixed errorHandler tag and fixed spellings.
     new 6768586  Fixed test on other boxes.
     new 7177b07  Fixed the unit test of jetty
     new a049bb2  CAMEL-2634 merged the revision 917526 into camel-http
     new 48aa548  CAMEL-2634 merged the revision 917527 back
     new ab077d0  CAMEL-2634 merged the revision 917540 into camel-http
     new 663236d  CAMEL-2565: camel-bean-validator is a new component for using JSR-303 for validating. Many thanks to Christian Mueller for the contribution.
     new d08b1e3  added svn ignore
     new b9cf00a  CAMEL-2634 merged the revision 924849 into camel-http
     new f044423  CAMEL-2634 merged reversion 926047 into camel-http
     new e0dee5a  CAMEL-2623: Prepareing for seda/vm to be able to work with chained request/reply pattern.
     new f95a926  CAMEL-2634 merged revision 925761 into camel-http
     new 8016502  Clean up the system property of HttpclientRouteEnableChunkedTest
     new 2e3e03f  Fixed the typo of ErrorHandlerDefinitionParserTest
     new 09c195f  CAMEL-2623: seda/vm now works better in async request/reply with request thread, which waits for the reply is being triggered at the right moment.
     new a07c140  CAMEL-2633: added test to ensure endpoints do not change component configured settings.
     new eb53334  CAMEL-2625 - Made updates to make TrustManager optional and add options for Keystore format and Security Provider
     new 22c4f78  Fixed test on other boxes
     new cb83600  updated to use 1.0 release of hawtdb
     new 017fe4d  Fixed the karaf features' package resolve issue.
     new d515f53  CAMEL-2637: Invalid configured errorHandlerRef will now throw exception on startup.
     new d27e89e  CAMEL-2565: Applied patch from Christian Mueller to include the XML based tests.
     new 52a78c4  CAMEL-2632: Use StringBuilder instead of StringBuffer as its not a shared resource. Applied patch with thanks to Christian Mueller.
     new 035d9d9  Added test
     new c159424  CAMEL-2637: Fixed errorHandler tag in Spring XML to not work properly with fallback.
     new 92779a6  CAMEL-2637: Fixed errorHandler tag in Spring XML to not work properly with fallback.
     new 21b7223  remove explicit Processor interface as it is inherited from Producer
     new eeaa109  Fixed test on other boxes
     new cfe6de8  CAMEL-2640: Fixed file consumer with recursive and noop enable would not pick files with similar name in sibling folders.
     new 7b23e18  CAMEL-2641 Camel-Servlet component should support to load more than one application context file
     new 714d3de  CAMEL-2643 Supported to get the authentication object from SecurityContextHolder
     new 3bcac69  CAMEL-2643 Added test and update the schema file for it
     new b5ab252  CAMEL-2643 Using CamelAuthorizationException to avoid the NPE of Authentication
     new d8c0793  CAMEL-2581 Added camel-example-spring-security
     new 7294d73  CAMEL-2581 clean up the directories of camel-example-spring-security
     new 1ce7a20  CAMEL-2645: Make it easier to configure authentication and proxy authentication on camel-http.
     new 36a8d39  CAMEL-2646 Upgraded jsch version of camel-ftp to 0.1.42
     new 647e744  CAMEL-2646 updated the apache-camel features for it
     new 0220b78  CAMEL-2647: JpaComponent will not lookup in registry and use EMF and TM if found. Convention over configuration.
     new 093e8d8  CAMEL-2549: Applied patch with thanks to Mitko Kolev.
     new 1799301  CAMEL-2582 added wiki tag for camel-spring-security example
     new 95ae5d8  CAMEL-2642: Added javadoc and TODO
     new ad8587c  CAMEL-2582 added wiki tag for camel-example-spring-security
     new 81121e5  CAMEL-2582 added wiki tag for camel-example-spring-security
     new e694ace  CAMEL-2645: Added authMethodPriority option to camel-http.
     new 015f67f  Fixed a typo of the camel-example-gauth README
     new 7c40456  CAMEL-2649: FactoryBean for ProducerTemplate and ConsumerTemplate should return singleton instances.
     new d06a081  CAMEL-2649: FactoryBean for ProducerTemplate and ConsumerTemplate should return singleton instances.
     new 6cfbeab  CAMEL-1898 changed the url to get the Html from wiki
     new 253bb48  CAMEL-2645: camel-http uses convention over configuration to set auth scheme priority based on authMethod uses. eg if only using Basic then priority is limited to Basic as well.
     new e84b3ec  CAMEL-2645: camel-http uses convention over configuration to set auth scheme priority based on authMethod uses. eg if only using Basic then priority is limited to Basic as well.
     new 1ab7b89  CAMEL-2650: Using @Produce or other Camel injected services will not consider singleton or prototype scope beans. For prototype scoped a WARN is logged about the need to manually stop the service after usage.
     new 3ba13de  Fixed test on other boxes.
     new 50fd908  camel-hawtdb is sync by default. Also better guard timeout completed exchanges from being completed in the mean time.
     new 8c971c4  A bit better assertion failed exception messages.
     new ff788e8  CAMEL-2636 Fixed the issue of IOException: Bad file descriptor
     new 245b77f  CAMEL-2651: Mock endpoints now report better assertion exception messages for binary based predicates.
     new 21bda65  CAMEL-2651: Mock endpoints now report better assertion exception messages for binary based predicates.
     new 1f469a9  CAMEL-2652 Allow camel-jetty to enable Jetty JMX extensions, Applied the patch with thanks to David
     new ff5b79e  Fixed test on other boxes
     new bbdfc68  CAMEL-2650: Fixed issues when using @Produce on beans not enlisted in spring application context.
     new 92dd9b8  CAMEL-2653: Added unit test
     new 493a92c  CAMEL-2655 ResourceBasedEndpoint can load the resource from osgi bundle, also fix the camel-itest-osgi test errors
     new fdf8ea0  CAMEL-2655 Fixed the unit test error of this change
     new 41d8628  CAMEL-2652 Did some enhancement with suggestion of Claus
     new de97426  CAMEL-2635: Improved validation of routes on startup to check if they have output.
     new fb1b601  Ugraded to SI 1.0.4.
     new 9f0aafa  Using String for correlation keys to avoid pitfals when using xpath which uses an object instance which does not fulfill equals contract.
     new 3c2bd9f  Renamed option on aggregator
     new 5c29794  Renamed option on aggregator
     new f8f1d15  Renamed option on aggregator.
     new 31f16d9  Fixed the build of camel-scala
     new 4ba91a1  CAMEL-2657: Multiple encoder and decoders now possible. Thanks to Stephen Gargan for the patch.
     new ee3d6b3  CAMEL-2555: WireTap when sending new Exchange uses a copy of the original Exchange as input to the Expression or Processor. You can use the new copy option to change the behavior.
     new 7d2e179  CAMEL-2656: Added completionInterval to Aggregator.
     new ccaed52  CAMEL-2656: Added completionInterval to Aggregator. And implemented this in camel-hawtdb.
     new f73ff8c  CAMEL-2658: GenericFile is not longer serializable. File body is prefered when coverting to Serializable.
     new 891688d  Added unit test based on user forum issue.
     new c3dec1c  CAMEL-2658: GenericFile is not serializable. Fixed MainProducer to convert to String body when textline is enabled.
     new 5220d09  CAMEL-2656: Added feature for camel-bean-validator. Thanks to patch from Christian Mueller.
     new d312806  Improved shutdown
     new 4234253  Have unit tests class and method name be logged when using camel-test. Fixed tests on other boxes.
     new 4be9611  Applied patch from Rich Bolen to address [CAMEL-2638]  Restlet component is URL encoding the POST message body. It should encode it based on content-type request header
     new b2b57c6  Fixed get test name on junit 4.x
     new c2d1bdc  Fixed get test name on junit 4.x
     new 66f0e9f  CAMEL-2662: Fixed issue if file begin threw exception which cause in progress file not to be removed from internal cache
     new 666d27b  Fixed typo in method name
     new c9f1fe9  CAMEL-2652: Applied patch with thanks to David Valeri.
     new 72dec37  CAMEL-2496 Added SplitterStreamCacheTest will fixed when we rewrite the StreamCache
     new 12afd0c  CAMEL-2660: camel-jetty can now be suspended. Also it will return a http stats 503 when suspended, and it support better graceful shutdown by letting inflight run to completion, and return 503 for new incoming requests.
     new ca3ff3f  Avoid using the same port number to many times.
     new d5b2ebc  CAMEL-2659 removed the <repository> from apache-camel features
     new b5af422  Add the test to verify the activemq component user error of mail list
     new 26f6e47  Fixed the CS errors
     new f16a564  Fixing test on other boxes.
     new 21fc7be  Fixing test on other boxes.
     new 98eb807  CAMEL-2664: Fixed simple language to only use concat expressions if complex string expression
     new a4880d1  CAMEL-2659 Reverted the change, we still need the <repository>
     new 61b9d62  Fixed the camel-example-spring-javaconfig build error and clean up the camel-example-reportincident
     new 7a374e0  CAMEL-2657: Applied patch with thanks to Stephen Gargan
     new 4ba65bc  CAMEL-2657: Applied patch with thanks to Stephen Gargan
     new e4ad5f2  CAMEL-2668 Added the new components into apache-camel kit
     new c9c8ba1  Added ignore on the CamelSpringJavaconfigTest as it need to be run with Spring 3.x
     new fe46a40  In read only operations avoid creating new index if index did not exist already.
     new 8c9c914  - do a pageFile.flush() after every commit garantee that the data is persisted to disk on commit. - better initialization logic to cope with the case were page file is created but process is killed before the root index is created.
     new e1ce5cc  Bring the test size down since the new flush() change increases commit latency
     new f005ebf  Bring the test size down since the new flush() change increases commit latency
     new 80de191  CAMEL-2668 Fixed the warning of missing components
     new 4e517fd  Refined tests due sync and flush is default now. Also refined default segmenet and page sizes to be less big.
     new ce50663  CAMEL-2668 Fixed more warning messages
     new 7007ffc  CAMEL-2665, CAMEL-2666, CAMEL-2667: Policy can now be used per processor. Model definitions now check on startup if required children is missing to prevent mis configuration. Policy is now handle correctly with lifecycle by WrapProcessor.
     new d89c266  Added test for proxy auth
     new 7e081e3  Add name.ext to file language.
     new ca2fc22  Fixed shutting down aggregator. More standard classes can be loaded without java.lanng prefix.
     new a4c6338  Updated the PolicyPerRouteTest and PolicyPerProcessTest
     new e0902f5  Fixed http component to validate auth and auth proxy options is all provided.
     new ad16da8  CAMEL-2670 : Add a new example : loadbalancing with apache camel-mina (no CORBA/RMI is required to wire ojects)
     new fb348e1  Do not WARN on shutdown if JMX was disabled, that the JMX will be disabled for Jetty JMX extensions.
     new 2b46889  Change version of camel --> 2.3-SNAPSHOT
     new 3566c75  CAMEL-2671: camel-ode prototype for bpel support in Camel.
     new 4b4530a  Add a parent pom + modules for loadbalancing, mina1 and mina2
     new adae1a3  Fixed tests because of policy changes yesterday
     new 6e18107  Fixed tests because of policy changes yesterday
     new a86696e  CAMEL-2669: Added more XPath based (NodeList) type converter so you can easily route from xpath to file or whatever.
     new 59bcdac  Fixed test on other boxes.
     new 81df9b8  Fixed the some typos and CS errors
     new 52e32ae  CAMEL-2673 Refactored the DefaultHttpBinding so user can override it easily
     new 1fb532a  Removed useless @SuppressWarnings from camel-core source
     new 1d5afcf  Test can not be run on IBM jdk
     new ed7bc70  Handle interrupt when shutting down.
     new c195258  Removed useless @SuppressWarnings from camel-core tests
     new 81f6952  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@937952 13f79535-47bb-0310-9956-ffa450edef68
     new 8cb47fa  CAMEL-2670 : Merge the three mavan projects into one. Add profiles
     new 0b9b360  Added retry when optimistic error in hawtdb.
     new bc40acc  CAMEL-2675 fixed the GuiceTest
     new 4acba30  Clean up the @SuppressWarnings of examples
     new 7d823b6  Log on startup how many exchanges are in the repo.
     new 18059b7  Made it easier to let multiple mocks have longer timeout when testing.
     new 63b3919  CAMEL-2639: Fixed some examples to run with ANT.
     new 59f4348  CAMEL-2639: Fixed some examples to run with ANT.
     new 2109aa3  Add camel-spring-javaconfig into the apache-camel kit
     new ebf952e  Clean up the @SuppressWarnings in camel-cxf
     new b44bb82  Clean up the @SuppressWarnings in camel-ftp
     new fe8db94  Clean up the @SuppressWarnings in camel-bean-validator, camel-hawtdb
     new bec32be  Clean up the @SuppressWarnings in camel-gae, camel-csv
     new 4f42e04  Clean up the @SuppressWarnings in camel-guice, camel-groovy
     new 9ea0992  CAMEL-2549: Applied patch with thanks to Mitko Kolev.
     new 2218de1  Fixed compilation error on HP-UX
     new c0aa6e2  CAMEL-2677: RouteDefinition should be stateless, eg not tied to a CamelContext. This allows us to have reusable route defs used by multiple CamelContexts.
     new a5d9c0b  CAMEL-2677: Spring XML can now use routeContext to have routes defined in external XML files.
     new 8c5dcae  CAMEL-2677: Spring XML can now use routeContext to have routes defined in external XML files.
     new 6dea03a  CAMEL-2631: Add time millis converter which can convert from String to long
     new 02a07cb  Clean up the @SuppressWarnings in camel-spring
     new 58f32c0  CAMEL-2676 CAMEL-2679 Made camel-http support better for character encoding and from url encoding data
     new eabae4c  CAMEL-2676 CAMEL-2679 Merges the change for camel-http to camel-http4
     new 84987c7  Clean up the @SuppressWarnings in camel-osgi
     new e8ae3eb  Clean up the @SuppressWarnings in camel-jpa
     new 800d6b1  Clean up the @SuppressWarnings of other components
     new 9e28dcf  CAMEL-2680 Supported to set the lucene version
     new 103929f  Clean up the @SuppressWarnings of tests
     new 1dff1ef  Clean up the @SuppressWarnings of camel-core
     new e5199ec  CAMEL-2639 Fixed some examples which can't run with ant
     new 7829d7b  Added test based on user forum issue
     new ce3b0e7  CAMEL-2679 Fixed the NPE of DefaultHttpBinding
     new ab75823  CAMEL-2603: camel-cache now supports GET operation. Refactored code to properly shutdown cache manager. Applied patch with thanks to Volodymyr Buell.
     new 07811fa  CAMEL-2678: idempotent file repo should flush on remove.
     new aa633be  CAMEL-2679 polish the unit test
     new 0b63caf  Upgraded version in pom
     new a9af42c  Fixed camel-printer being wrong in features. Upgraded versions.
     new 7759bc2  fix errors in Scala archetype
     new 7a9ff71  CAMEL-2679 Fixed the unit tests failures which are caused by tthe recent change of DefaultHttpBinding
     new ac38daa  Fixed the an unit test error in camel-mina
     new 4a679c5  Using fair lock in aggregator to give timeout checker a chance.
     new 2c5bec2  Polished the test.
     new f25fd52  CAMEL-2683 set Smpp component schedule delivery time default value to be null by applying the patch with thanks to Cott
     new 4b00f97  CAMEL-2682: Splitter now returns original exchange as outbound by default.
     new d174f20  Set the svn:ignore propert on camel-http
     new e855544  CAMEL-2682: Splitter now returns original exchange as outbound by default.
     new f5089d2  CAMEL-2663 Implemented EclipsePackageScanClassResolver
     new 46890e6  CAMEL-2663 fixed the typo and added the camel-eclipse into the apache-camel kit
     new e60c32d  CAMEL-2663 fixed the build error of camel-core
     new 0a5b374  CAMEL-2690: FallbackTypeConverter less aggresive to be promoted. Now you explict have to define it on the @FallbackConverter if allowed to be promoted.
     new 5ce589e  CAMEL-2689: upgrade to HAPI 1.0
     new 1e86126  Updated the servicemix bundle with latest released version
     new 99ad846  Fixed compiling due recent change in type converter registry.
     new bf3f8ed  Added missing license files
     new 759542a  Added more code comments to default type converter about can promote / cannot promote.
     new 6a8c970  Try to fix the unit test error of camel-cxf
     new e50a953  CAMEL-2688 Added SSL support to camel-smpp by applying the patch with thanks to Cott
     new 4ccee08  Try to fix the Address already in use errors in Mac OSX of TC
     new 57d05cf  Bumped test timeout a bit to let slow servers be able to complete the test in time.
     new 30b7c69  Upgraded log4j to 1.2.16
     new 1d16e01  Ignore problem stopping nagios stub
     new 6d5a188  Polished javadoc
     new 02b670a  Stopping the service when the CxfSimpleRouterTest is over
     new c20a130  CAMEL-2686 CAMEL-2694 fix some issues about the gzip of camel-http
     new 1ba99c6  CAMEL-2686 merged the change of camel-http to camel-http4
     new 9785d6f  Include blueprint in the build now that it is in a usable state
     new 658be09  Adding camel-blueprint to kit
     new 98dd245  Optimize XPath to prefer InputSource for well know types such as file, stream or String
     new 0ec8a8b  CAMEL-2696 Using CXF 2.2.8-SNAPSHOT
     new 225de6f  CAMEL-2698: Netty should detect write failures using future.
     new 7ad85b4  CAMEL-2614 supports multi part message in PAYLOAD mode
     new f04a0e5  CAMEL-2614 clean up the code of CxfConsumer
     new 76e0fda  CAMEL-2699: Improve camel-netty to properly shutdown. Also add features which we have in camel-mina but wasnt ported to camel-netty yet.
     new 8558be9  CAMEL-2696 added the plugin repository
     new 93c0296  CAMEL-2699: camel-netty now shutdown properly.
     new d6c758d  CAMEL-2699: camel-netty will reconnect if not connected. Added lazyChannelCreation option.
     new 7db184b  CAMEL-2700 - cxfbean component should ignore the wsdlLocation in the POJO
     new 82b5b4f  Added transferExchange option to camel-netty.
     new 3b538da  Aligned timeout options with camel-mina. Fixed copy of configuration.
     new a1b6b80  Removed singleton option on <endpoint> as it was not making impact antway.
     new ef73aa5  CAMEL-2614 Added the requirement using cxf 2.2.8
     new fc69276  Try to fix the test errors which are caused by the change of XPathBuilder
     new 00c44e4  Reverted the optimization as it caused issues on other platforms.
     new 140ccb3  camel-blueprint is under active development and big changes scheduled for camel 2.4
     new 07cf756  Fixed failover load balancer in round robin mode.
     new 0d1622d  Made method call expressions support type and ref in Spring XML.
     new 36cf047  CAMEL-2697 Added a test case about the camel-spring Spring 3.0 issue based on the mailing list
     new bd93b2c  Fixed test on other boxes.
     new 2882975  CAMEL-2705: Let bean registry fallback to see if the name is a FQN for a class.
     new b18876c  Fixed test due picking up wrong route builder
     new 614f029  Fixed test on other boxes.
     new e82f1af  CAMEL-2697 Adding the test case as the user said
     new eea9226  CAMEL-2696 Upgraded to CXF 2.2.8
     new 22d6527  set the svn:ignore property on camel-eclipse
     new 53b9f20  Tried to fix the test error of camel-cxf on other box
     new 3f1805a  Fixed the compile error which is caused by my last commit
     new c433b23  Fixed some eclipse warning of camel-jms
     new ffe02af  Fixed the CS error of camel-netty
     new 2ad5f30  Try to fix the mina unit test errors on the other box
     new 569cfc7  CAMEL-2699: Fixed SSL re-connection with thanks to Gareth Collins
     new 9e0be49  CAMEL-2692: Fixed thread safety issue when converting Node to Dom.
     new 2fc0ef6  CAMEL-2709 Upgraded Activemq to 5.3.2
     new 2394052  CAMEL-2708: Applied patch with thanks to Gert V. Fixed async tests on other boxes.
     new 6b7ff1b  Added unit test based on user forum issue.
     new fc220f8  CAMEL-2669: Improved NodeList to String convertion. So it include the XML tags etc as you would expect.
     new e712f18  CAMEL-2711 set the message body with a InputStream when the Restlet request is not a web form
     new 7e05383  CAMEL-2669: Improved NodeList to String convertion. So it include the XML tags etc as you would expect.
     new 55ae2c6  Fixed tests when run on Windows due different path separator.
     new f7cce43  Removed @deprecated methods. Polished javadoc.
     new 5e37dd6  CAMEL-2692: Fixed concurrency issue with Node to DOM convertion.
     new 4fcf47a  CAMEL-2712 set the default charset to be UTF-8
     new e96b9ed  Polishing
     new 28155e3  Improved stop logic a bit.
     new b4a2121  CAMEL-2710 Skip invalid endpoints without throwing an exception
     new ec30c34  CAMEL-2710 Skip invalid endpoints without throwing an exception
     new f9cf0d4  CAMEL-2253: Added option continued on onException to handle and continue routing. Just like a try .. catch would do.
     new 2a18312  CAMEL-2716. A few fixes related to JMX
     new d07f8ad  CAMEL-2712 Using the same system property for default charset as XmlConverter does
     new 3e30c86  CAMEL-2710, CAMEL-1717 Added ignoreInvalidEndpoints options on RoutingSlip
     new c1721d5  CAMEL-2710 Added ignoreInvalidEndpoints options on RoutingSlip
     new 716f05b  Try to fix the Address already in use exception on other Box of TC
     new 36f6afb  CAMEL-2253: Validate only one of handled or continued option is in use.
     new 4d09c66  CAMEL-2710: Polished logging.
     new d0ff909  CAMEL-2710: Added new option on @RecipientList annotation.
     new a3b3202  For an example
     new e795bf5  CAMEL-2714 Added a unit test to show how to use the customer converter to turn a CxfPayLoad object into String
     new 49f2318  CAMEL-2720 supports to set the XSL Output options from camel properties.
     new 84223af  CAMEL-2724: Remove ToAsync which is going to be replaced by a better asynchronous routing engine. (albeit more complex)
     new 9746511  CAMEL-2720 clean up the @converter of XmlConverter
     new 5969b73  CAMEL-2716 Fixed the ManagedUnregisterCamelContextTest
     new 4bc720b  CAMEL-2722 ManagedRoute should be unregister when CamelContext shutdown the route
     new b129990  CAMEL-2722 Polishing the log of DefaultManagementLifecycleStrategy
     new 1fc14bd  CAMEL-2722 fixed the unit test failure of ManagedRouteShutdownAndStartTest
     new 1c755f4  Try to fix the unit test error on the other platform
     new 1a97358  CAMEL-2725: Fixed String to Source type converter.
     new 13d4fbf  Removed @Converter on deprecated as it should not be picked up by Camel
     new b3d3320  CAMEL-2706: Added option useStderrOnEmptyStdout
     new 37740e6  Add tests how to add routes at runtime using a RouteBuilder skeleton
     new 20d5010  CAMEL-2721: Added options on mina/netty to control what to do in consumer if no reply to send back.
     new f39d674  Ignore nagios test if for example address is already in use.
     new 44dbcc4  Removed the snapshot dependency of the jsr303-api-1.0.0
     new 3665b40  CAMEL-2727, CAMEL-2728 Merged spring, http features into apache camel features and added features-spring3.xml for it.
     new 4d91cfa  CAMEL-2727 attached the features-spring3.xml
     new 1380164  remove bad package name from archetypes
     new 0f9bbb4  Fixed tests
     new 6ce8e3c  Fixed tests
     new b51d638  Fixed tests
     new 24a0940  CAMEL-2724: Marked ToAsync as @deprecated. We will remove it in Camel 2.4. Replacing it with a new and better async routing engine.
     new e0e09ff  Fixed test
     new fcbf8e5  Fixed CS error of camel-core and camel-nagios
     new b64cb56  Removed status as RouteDefinition must not be tied to a special CamelContext.
     new 8803c94  CAMEL-2732 set the final status header for delivery notifications in camel-smpp component, applying patch with thanks to Jacov
     new e8f97c6  CAMEL-2733 polish the camel-smpp debug logging by applying patch with thanks to Jacov
     new 443bccc  CAMEL-2735 Stored the security subject into the camel message instead of camel exchange
     new 96f4ccc  Restorted the start/stop buttons for the routes.
     new 822aa56  MR-323: Added test for dual camel context and registering component in JMX
     new 92d7022  CAMEL-2738 Add a option to let the user access the under layer raw inputStream
     new af1ba43  CAMEL-2738 Merged the patch into camel-http4
     new fe962c83 Fixed test on other boxes
     new 14ee869  CAMEL-2738 Commit the exchange part change that I forgot
     new c32c426  CAMEL-2738 changed the constant Exchange.DISABLE_STREAM_CACHE to Exchange.DISABLE_HTTP_STREAM_CACHE
     new b461dfc  Checkstyle fixes in preparatio of release
     new cb0d145  [maven-release-plugin] prepare release camel-2.3.0
     new 92369e4  [maven-release-plugin] prepare for next development iteration
     new 41b6452  CAMEL-2734 Supported source code attachment feature of eclipse ide in pde mode by applying patch with thanks to Christian
     new a50e347  CAMEL-1537 Predicate for validation by applying patch with thanks to Christian
     new e89e105  CAMEL-1537: Validate EIP. Polished patch a bit and added test to Spring XML.
     new dc44f8e  CAMEL-2738 should not try to convert the message body into StreamCache in the DefaultHttpBinding
     new bbd0157  Updated the unit test according to the mailing list
     new 3d58868  Polished
     new 162d10c  CAMEL-2743 Fixed the issue of camel-http converts headers to lower case
     new 5422c21  CAMEL-2743 merge the patch into camel-http4, and fix the String issue that Claus spotted
     new 54de629  CAMEL-2744: Added better exception if AggregationStrategy returned null
     new f8e980d  Add camel-example-spring-javaconfig, camel-example-spring-security and camel-example-loadbalancing-mina into examples pom.xml
     new 4e4ac55  CAMEL-2741: Closing streams for zip/gzip data formats. Added closeable on IOHelper where it belongs.
     new 11e451e  CAMEL-2061: Allow a MockEndpoint to act as a bean which can be leveraged in unit testing
     new aa240ff  CAMEL-2061: Allow a MockEndpoint to act as a bean which can be leveraged in unit testing
     new 9cc4042  CAMEL-2745 add expression when these is no predicate and expressionValue in ExpressionDefintion toString method
     new 57d7781  CAMEL-2739: Fixed issue with using Spring Eclipse Tooling and let it validate the Spring XML file which has Camel routes.
     new 087bb7d  CAMEL-1537 Added SpringValidateRegExpTest
     new 5a3ff8d  CAMEL-2742: Fixed sending JMS properties to WebSphereMQ7.
     new 9baf2ee  Revert version to 2.3-SNAPSHOT in preparation of release
     new a21d3de  More pom fixes in preparation of release
     new da72160  More pom fixes in preparation of release
     new 67fad58  CAMEL-2746: Upgraded jackson to 1.4.4
     new 5b71296  Moved camel-jmxconnect to sandbox
     new ed94568  Added missing license files.
     new 02d3c2e  CAMEL-2746: Upgraded to latest jackson 1.5.2 release.
     new 229ced9  More checkstyle fixes
     new 10e7dbe  [maven-release-plugin] prepare release camel-2.3.0
     new 78ae018  [maven-release-plugin] prepare for next development iteration
     new 17795c5  CAMEL-2748 updated the camel-cxf features, also add config.properties which is used by karaf for validating
     new 058ac82  Specified camel-maven-plugin version in camel-example-loadbalancing-mina pom.xml
     new f0f404a  Replaced the calling of deprecated camel API
     new 896ea1f  Replaced the calling of deprecated camel API
     new c876fb6  Updated the spring schema version
     new cfebb2c  Update the parent pom version
     new 493ed1e  CAMEL-2751. Patch applied with thanks
     new e2401e6  CAMEL-2750: Fixed issue with CGLib enhanced beans being invoked from camel bean.
     new 3a73fb4  CAMEL-2734 Added bundle version for the source jar by applying patch with thanks to Christian
     new 6c1bf12  CAMEL-2751 Clean up the code of TimerEndpoint
     new a9ba53e  CAMEL-2756 Introduced plugable AuthenticationConverter into camel-spring-security
     new dd1cf52  CAMEL-2756 removed the System.out.println
     new 0e24a7b  CAMEL-2757 Set the SecurityContext into camel message header
     new ca2583a  CAMEL-2757 Added integration test for this feature
     new f1d28c0  CAMEL-2758: Fixed onCompletion to pass OUT as IN. Added option useOriginalBody to it as well.
     new 8f5bcb2  CAMEL-2755: Fixed VM component to better detect queue name disregard number of parameters.
     new 4d73162  CAMEL-2756 Refacted AuthenticationConverter to AuthenticationAdapter to avoid the confusing of camel type converter
     new f0ce56c  Fixed pom having wrong groupId.
     new 2f83592  CAMEL-2757 fix the camel-cxf unit test failures
     new 861745f  CAMEL-2760: Fixed @Consume to use UoW so callbacks is invoked when the routing is done.
     new d3131bc  Added test for fixed replyTo in endpoint uri
     new 8e6a07d  CAMEL-2763 fixed NO_ASCII subject issue of MailBinding
     new 67b40f7  CAMEL-2470: Adding test for sending back a reply to JMSReplyTo based on a temporary queue.
     new a8ecb82  CAMEL-2762: Fixing Mina ByteBuffer toString coverter leaving ByteBuffer back in a its existing state.
     new 69b644c  CAMEL-2702: Extract base classes for camel-spring into a new module so that they can be shared with camel-blueprint
     new dbf512c  CAMEL-2715: Added unit test for routing slip with JMS.
     new fe3db0f  Fixed test
     new b647eba  CAMEL-2702: Extract base classes for camel-spring into a new module so that they can be shared with camel-blueprint
     new a7c0012  Fixed test after the big osgi related refactor.
     new 144cdb0  CAMEL-1372, CAMEL-2704 Added the RoutingSlip annotation and Let RoutingSlip support expression
     new 8dfd7a1  CAMEL-2704 Now RoutingSlip supports expression in DSL
     new f6043ed  Update the camel-example-loadbalancing-mina artifact Id
     new e19c9a2  Fixed CS errors of camel-core-xml and camel-core-osgi
     new b16e17b  Fixed CS errors of camel-osgi
     new c51766d  Fixed CS errors of camel-spring
     new ec4c619  Fixed CS errors of camel-blueprint
     new 45bd7a1  CAMEL-2704 fixed the test error of SpringRoutingSlipIgnoreInvalidEndpointsTest
     new de61c57  CAMEL-2740 Using more clean expression DSL for testing
     new 764c9df  CAMEL-2768: Added new camel-ejb component for using EJB 3.x beans.
     new 1136539  CAMEL-2768: Added new camel-ejb component for using EJB 3.x beans.
     new 768c0b3  CAMEL-2704 Fixed the camel-scala test error of SRoutingSlipTest
     new 968dfaa  CAMEL-2704 Fixed RoutingSlipDSLTest error of camel-web
     new 241a195  set the svn:ignore property on camel-core-xml camel-core-osgi and camel-example-loadbalancing-mina
     new cb97319  CAMEL-2768: Added new camel-ejb component for using EJB 3.x beans.
     new 5f1687d  CAMEL-2768: Added new camel-ejb component for using EJB 3.x beans.
     new 6d78e6c  Fixed the cs error of camel components
     new 63a7161  CAMEL-2772 Fixed the multi part form issue of camel-jetty
     new 5d9978d  Added missing LICENSE files
     new 533a3df  Fixed the camel-spring build error
     new 4ffaef0  CAMEL-2702: Fixing features to include the new required components.
     new f79de36  CAMEL-2702: fix camel-spring(-osgi) to include the right packages, fix karaf features descriptor
     new 154e261  CAMEL-2770: Added unit tests about JMS selector using equals sign in endpoint uri.
     new e4da1bc  [blueprint] fix camel-blueprint bundle and namespace
     new c43a398  Fixed the camel-spring-osgi bundle issue
     new 39c80bd  Export the osgi package from camel-osgi
     new 52d1c8f  CAMEL-2736 Warmup the procedure when the route is starting
     new e507d5b  CAMEL-2736 Added a unit test for it
     new bb40a7d  Clean up the camel-spring-osgi pom
     new a7f2c78  CAMEL-2736: Polished code a bit about the warm up the producer for the SendProcessor.
     new c2a2d65  CAMEL-2736: Fixed test due Camel now fails fast.
     new acf9bd8  Specifiy the pax runner working directory so that a 'mvn clean' will actually clean it too
     new 6d62bb7  CAMEL-2778 fixed the escaped characters issue of camel-http4 component
     new 407492a  CAMEL-2778 merged the patch into camel-http
     new 7df2f6b  Added more osgi karaf tests.
     new b1f088b  Added a unit test of cxf fault which is based on the user forum
     new 681d936  CAMEL-2778 removed the System.out.println
     new 9f236d3  Fixed the unit test errors of camel-cxf exception test
     new b122271  CAMEL-2780 add operationName and operationNamespace options into CxfEndpoint
     new 59911fb  CAMEL-1915 Added returnReplyBody and returnReplyHeader into MockEndpoint
     new 69af640  CAMEL-2781: Merge camel-spring-osgi and camel-osgi into camel-spring
     new 0eeb350  Update the SoapFault unit test as the user forum
     new af45fe2  CAMEL-2769: OnCompletion is executed last when Exchange is done.
     new 916a5d2  Broke the cycle dependency of camel-spring and camel-script
     new 302a97f  CAMEL-2780 Changed the operationName to defaultOperationName and operationNamespace to defaultOperationNamespace
     new 4322ab1  Fixed the camel-itest-karaf test failures
     new 71076e1  Updated the apache camel features file according to recent osgi changes
     new c73cc81  Removed camel-spring-osgi from assembly
     new a12412f  CAMEL-2784: Fixed camel-quartz to work in osgi and have bundles being started/stopped using quartz-component without sideeffects on other camel apps using quartz as well.
     new 3b2dba9  CAMEL-2786: Easier to set JMX agent options from Java using setters, instead of having to use JVM system properties.
     new 21d599c  CAMEL-2787: Using <package> scan now detcts @Component annotated RouteBuilder and includes them as well.
     new 2f1cf39  Added unit test based on user forum issue
     new 9079158  Added unit tests based on user forum issue
     new eda1081  Remove a few ide warnings
     new af6d5d5  Add back some weird syntax (that may actually be required for AIX)
     new 325ac56  add note about the compiler specific syntax
     new 7fd2677  Removed the org.osgi.compendium bundle, as the some packages are exported by karaf by default
     new b7911f2  Using the provided dependencies to add the bundles which are loaded by default.
     new 560a289  CAMEL-2784: Ensure scheduler is started, to avoid issue in OSGi environment and doing aggresivly bundle refreshes concurrently.
     new fdcdc9d  CAMEL-2789: Added fallback when accessing the Mail session when systems deny access to the default instance.
     new ddb71dd  CAMEL-2496,CAMEL-2776 delete the temp file only after route is completed
     new 1cc37fb  CAMEL-2496, CAMEL-2776 using the FileUtil to deleteFile
     new be284e3  CAMEL-2790: FTPS now allows to use secure data channel for transfering file data. Added options to set protection level and buffer size as well.
     new 95a8498  CAMEL-2537: Added option allowDuplicates on batch resequencer so you can resequence messages with duplicate correlated keys. Only in batch mode.
     new 4923d87  CAMEL-2537: Added option reverse on batch resequencer so you can resequence JMSPriority messages and have 9..0 ordering. Only in batch mode.
     new e4ab269  CAMEL-2537: Added option reverse on batch resequencer so you can resequence JMSPriority messages and have 9..0 ordering. Only in batch mode.
     new 6b669ae  CAMEL-2693, CAMEL-2792: OSGi improvements
     new 8cd860f  CAMEL-2693, CAMEL-2792: OSGi improvements. Fixed a DEBUG log being wrong. Fixed CS.
     new 21f84c0  CAMEL-2790: execPbsz is optional.
     new 9a69c0d  Removed the dependency of camel-osgi
     new 1afcd10  Added camel-blueprint module into assembly
     new d688ec5  CAMEL-2537: Added JMS example of using resequencer to reorder messages based on JMSPriority
     new ec30e67  CAMEL-2774: Setting ftpClient.soTimeout now supported.
     new 27ee26f  CAMEL-2642: IntrospectionSupport being consistent with getProperty and getProperties. Also getProperties now return all types of properties. Work in progress.
     new 28da735  CAMEL-2795 ProducerCache send() should use the UnitOfWork to wrap the exchange
     new a48008b  CAMEL-2795: Fixed broken unit test.
     new 68ee2bc  CAMEL-2642: Fixed inconsistence in IntrospectionSupport for getProperty and getProperties.
     new 2978648  CAMEL-2795: Reverted commit rev 952183
     new c4281d2  Polished test to react upon exception being thrown.
     new be4a0a8  CAMEL-2796 provides policy referece id in CamelAuthorizationException
     new 1106d11  CAMEL-2797 Added exchange exception ognl expression supports to simple language
     new 9f400e9  Add some blueprint integration tests
     new e026ee2  CAMEL-2795: ProducerTemplate is now also based on UnitOfWork which ensures among others stream caching to files will be able to delete temp files when no longer in use. There may be an unit test still to fix due ProducerTemplate now throwing CamelExecutionException as wrapper.
     new 21ee077  Fixed the IDE warning of camel-core-osgi
     new e72ce96  CAMEL-2628: Uptime is now logged when stopping Camel and avail in JMX as well.
     new b3bbeb8  CAMEL-2795: Fixed tests
     new de9b0ab  CAMEL-2628: Output duration in more human reable format for time taken to start/stop Camel.
     new 10f91cb  CAMEL-2795: Fixed tests
     new 2fcd8f6  CAMEL-2785 Upgraded CXF to 2.2.9
     new 5a9f431  CAMEL-2785 Also require camel-cxf bundle to use cxf 2.2.9
     new 102e2d1  CAMEL-2798 Fixed the NPE of aggregator
     new abf1713  Fixed the eclipse project build error of camel-spring and camel-blueprint
     new 82e18d5  Fixed the CS errors
     new 3f12984  Updated the groovy setHeader test
     new 1c3e9ed  CAMEL-2802 Camel-cxf does not properly populate MessageContentList for PAYLOAD mode
     new 4fbe08e  CAMEL-2803. Patch applied with many thanks.
     new 6680ab3  Added a complex type parameter test for CxfProducer
     new a55d5b3  CAMEL-2804 Fixed the Language resolver issue
     new f125c16  Added an unit test of camel-jetty for sending large file
     new 8b4fcd7  Revert the change of JettyHttpEndpoint and JettyHttpComponent, as we don't need that
     new 03d89c2  CAMEL-2773: No @Section causes a null key being generated which causes a NumberFormatException
     new bbd2722  CAMEL-2806 Fixed the camel-jetty MultiPartForm temp directory issue
     new eedb178  CAMEL-2806 polish the comments of the MultiPartFormTest
     new 445076a  Polished test and fixed CS.
     new 3d2a0d7  CAMEL-2705: Added new class component.
     new 246cf86  CAMEL-2807: Upgraded to Jetty 7.1.4
     new 539e139  CAMEL-2771: Update the jsmpp dependency of camel-smpp to 2.1.0
     new 281fdc8  CAMEL-2782: camel-smpp should reconnect to SMSC
     new 51ddcd5  Removed the camel-osgi dependency from camel-example-osgi
     new 0130207  CAMEL-2809 reverted the change of OsgiFactoryFinder
     new 0d05fd9  CAMEL-2809 reverted the change of OsgiFactoryFinder
     new 3d2c670  Upgraded Jetty to 7.1.4.
     new 5331453  CAMEL-2771: Fixed build of camel-smpp
     new ca671f2  CAMEL-2809 Fixed the CS error
     new 890dc59  CAMEL-2810 support to start camel-quartz component with a new camelContext after the scheduler is shutdown, also revert the camel-quartz change of my last commit
     new 086da93  CAMEL-2808 Upgrade to Quartz 1.8.1
     new acb3f6d  CAMEL-2800: Manually started routes is now shutdown by Camel as well.
     new 3e5b086  CAMEL-2814: Upgraded to Groovy 1.7.3
     new 0c99344  CAMEL-2799: Description is now as:any so end users can store more complex stuff in there.
     new 6bbb31b  CAMEL-2790: useSecureDataChannel is now default true for FTPS.
     new 6d30700  CAMEL-2807: Upgraded to Jetty 7.1.4. Fixed camel-cometd to not depend on camel-stream as it was only used for testing purpose.
     new 7b53683  CAMEL-2799: Revert commit due the camel XSD was invalid at runtime due xs:any being used.
     new 54653f5  Added unit test based on user forum issue
     new 665a6e0  CAMEL-2691 : Add support for parsing CSV where separator contains simple or double quotes with a , or ; or anything else as separator
     new 12f3654  CAMEL-2815 added the version range of castor import package in camel-castor bundle
     new 78ae888  CAMEL-2811 the routeContext should be independent on CamelContext
     new b21447e  CAMEL-2787: Introduced new contextScan for scanning context, eg spring registry for RouteBuilder.
     new 0a2fb47  CAMEL-2790: Renamed option
     new 6eb5527  added a helper method to make it easy to build up camel routes generically with reflection from inside Scala code. The current ProcessorDefinition type declaration, being recursive, seems to cause some issues when trying to use the typesafe APIs in Scala on a ProcessorDefintion to add a new step. One day we maybe should introduce a super type below ProcessorDefintion which is a simple non-recursive generic type so it can be easily used from both java and scala without hi [...]
     new d553436  Fixed CS
     new c90260f  added type converter so its easy to set the description on a ProcessorDefinition using reflection with a String
     new 99e4c8c  added an unit test for camel-csv marshaling which uses a pipe as delimiter
     new 6415aa0  only format changes forced by the source check
     new 5be0826  CAMEL-2821: sftp fixed issue checking for file exists if directory did not exist.
     new f0b79bc  CAMEL-2808 Upgrade to Quartz 1.8.1 in features.xml
     new c0f3100  CAMEL-2817: check for boolean false returned when retriving files, so we can react and indicate a failure.
     new 3ed3cbd  CAMEL-2723: Removed toAsync as its being replaced with a better async routing engine.
     new fa35e2d  CAMEL-2805: placeholder parameter added to sql endpoint that can be used to substitute default # character for parameter placeholder
     new caaea37  Upgraded to Spring 3.0.3
     new 80baf62  Upgraded to Spring 3.0.3
     new 922ae36  CAMEL-2790: Default ftp port for ftps is now 21 as its more normal port number.
     new 93cf7f1  Skipping test, and added TODO to fix it later.
     new a24f83b  CAMEL-2723: Async routing engine, first phase. Work in progress.
     new 758895c  CAMEL-2723: Interceptors is now support async routing.
     new dc9f80f  CAMEL-2723: Interceptors is now support async routing.
     new 3d254b3  CAMEL-2723: Fixed test.
     new 1bec2f7  CAMEL-2723: Added more tests.
     new 041c2a9  CAMEL-2723: Added more tests.
     new 0c7e310  CAMEL-2723: Added more tests. CAMEL-2825: Fixed continued not being logged by default by error handler.
     new 943fe8d  CAMEL-2723: RedeliveryErrorHandler now supports async routing engine (work in progress). Fixed test and wiretap.
     new b56abff  CAMEL-2723: Error handlers now support async routing engine with task scheduled redelivery tasks.
     new e956e43  CAMEL-2723: Fixed compiler error after refactorings.
     new 4f92d0c  CAMEL-2731: Implement unmarshall / add new annotations @FixedLengthRecord and modify @DataField
     new 18dbcc8  CAMEL-2723: Fixed tests.
     new af5aa31  modified the JpaWithNamedQueryTest and add the JpaWithNativeQueryTest and JpaWithQueryTest
     new 6b64602  Fixed the build of camel-scala
     new 5a988c9  CAMEL-2824: Fixed potential deadlock in aggregator when using timeout completion.
     new b186296  CAMEL-2723: Fixed test and polished javadoc.
     new 9713ddb  CAMEL-2723: Warn if custom interceptor is not compatible with the async routing engine.
     new d5fb9d3  CAMEL-2723: seda component migrated to support async routing engine.
     new c3a3ff2  CAMEL-2731: Add marshalling/padding and alignment left or right
     new e9ea48f  CAMEL-2723: Load balancers now support async routing engine. Well the topic could be improved to support it for real. But the others do it nicely.
     new 0bd42a3  Polished and fixed spelling.
     new 89105d2  CAMEL-2723: Fixed load balancer with async. Still one issue left when using mixed and the first is sync based.
     new 9e810c5  CAMEL-2288: Removed tests which should have been removed when this ticket was resolved.
     new 0c9fcd4  CAMEL-2723: Fixed load balancer braking out.
     new 835017f  CAMEL-2723: Reworked failover LB as to mirror the pipeline as its just a specialized Pipeline. This ensures the async routing engine works flawless. And on top others can understand and maintain the code. I was about to give beers if you could understand the previous code :)
     new 0a02fc7  Polished setException on Exchange a bit.
     new 8661b8c  Removed @deprecated stuff.
     new 62dae92  Fixed test on other platforms.
     new 03e68f9  Fixed the CS errors of camel-bindy
     new a7f701e  Removed the useless directory of camel-spring
     new 266cca0  Fixed some CS error and warnning
     new 984bbc1  CAMEL-2832: Upgraded to dozer 5.2.2 which now has a osgi bundle out of the box.
     new 4af44c7  CAMEL-2832: Upgraded to dozer 5.2.2
     new 218db95  CAMEL-2833 support for binary file in HttpProducer by applying patch with thanks to Nick
     new 7d53ab8  CAMEL-2833 merge the patch into camel-http4
     new b887a7d  CAMEL-1371 Added test on the Resequencer to show how to set the customer expression from comparator
     new dfab3c0  CAMEL-1371 Added tags for wiki doc
     new 4072609  CAMEL-2833: Fixed broken tests. GenericFile added to http producer as a file type. Polished code a bit.
     new 76fa60d  CAMEL-2833 committed the missingg file of java.jpg
     new 2725771  CAMEL-2829: Improved re-connect logic in camel-ftp to cater for issue with Apache FTPSClient problem.
     new 75783ca  CAMEL-2731 : add a padding char per field
     new 807c90c  CAMEL-2835: Routing slip EIP now fully supports async routing engine.
     new 5f3a57a  CAMEL-2835: Routing slip EIP now fully supports async routing engine.
     new c64aa6f  CAMEL-2753 JMX notification for events
     new 022324e  CAMEL-2824: Aggregator now lets timeout trigger know if new exchange just arrived with same correlation key, to avoid timeout exchange which thus should be postponed.
     new 7c003c4  CAMEL-2753: Using light weight events for JMX notifications to avoid overhead when sending events to remote servers.
     new 0b93fa6  CAMEL-2824: Aggregator now only uses 1 lock to avoid any potential dead lock situations.
     new 41ff21b  CAMEL-2831, CAMEL-2832 Upgrade to quartz-1.8.1 and clean up the camel-dozer feature
     new 2090a00  CAMEL-2753 added the wiki tags
     new 2fb8090  CAMEL-2838: Multicast, Recipient List and Splitter EIPs now support async routing engine. Work in progress.
     new 3ea03b8  CAMEL-2167: Upgrade to Scala 2.8.0.RC6
     new 5d5ebf1  SMX4-417: Added unit test with groovy setting a fixed header.
     new e398184  CAMEL-2841 camel-cxf should support to set the response context for POJO dataformat, also added some test code to show how to let cxf send response with xml start document
     new 66a871f  CAMEL-2338: Multicast, RecipientList and Splitter EIP supports async routing engine.
     new 31ed1ec  CAMEL-2842: Added JSCH logging when using sftp. Thanks to Bengt Rodehav for the patch.
     new 96c71cf  CAMEL-2843: Fixed using setHeader with Groovy to not loose message details during routing. In fact this applies for all script languages.
     new 7f57264  CAMEL-2838: Multicast, Recipient List and Splitter EIPs now support async routing engine.
     new aeb299b  fixed a test that could fail when it is running in jre 1.5
     new dce7968  CAMEL-2788 camel-quartz - Allow to specify job as volatile and other improvements by applying patch with thanks to Ingo
     new 8948b74  Fixed the CS error and some IDE warning
     new 0a1b8cc  CAMEL-2844: Added options on quartz component to specify a custom quartz.properties to be used.
     new 4fde482  CAMEL-2844: Added options on quartz component to specify a custom quartz.properties to be used.
     new 5099294  CAMEL-2839: @RecipientList and @RoutingSlip now support async routing engine. CAMEL-2848: ProducerTemplate all methods now throw CamelExeuctionException to be consistent.
     new 74fbd5a  CAMEL-2847: Camel thread names is now less verbose as they dont show endpoint parameters by default.
     new f6b6e81  CAMEL-2850: Adding support for using Jetty continuations in camel-jetty component.
     new ae62d40  CAMEL-2853 - camel-stream - tailing logfile does not seem to work when logfile is rolled over
     new a1fdcaf  CAMEL-2844: quartz should keep jobs on shutdown. And only remove if the job if its volatile.
     new 8a46b89  CAMEL-2855: Added startDelayedSeconds option to quartz component to have the scheduler being started later. Can be used to ensure the scheduler is started after all the routes and whatnot has been initialized.
     new 33aabc3  CAMEL-2844: quartz should keep jobs on shutdown. And only remove if the job if its volatile.
     new e66c11d  CAMEL-2844: quartz should keep jobs on shutdown. And only remove if the job if its volatile.
     new 41003c1  CAMEL-2855: Introduced StartupListener to have quartz scheduler start when the CamelContext have been started, which ensures all routes etc. have been started before the scheduler.
     new 093c1b9  CAMEL-2845 Upgrade to quartz 1.8.3
     new 50539f2  CAMEL-2857 Not using the UTF-8 as the default charset for camel-mail subject header
     new d667344  CAMEL-2856: camel-quartz working better in clustered mode.
     new dc8e2ca  CAMEL-2851: Fixed typo.
     new ac44c48  CAMEL-2855: Polished StartupListener a bit.
     new d6a95a4  Fixed test on other boxes
     new 2b004cb  CAMEL-2859: Threads DSL now supports async routing engine. Non backward comp. change as waitForTask option removed.
     new b06caf5  CAMEL-2859: Threads DSL now supports async routing engine. Non backward comp. change as waitForTask option removed.
     new 6a2d629  CAMEL-2836: Using a bridge to adapt custom interceptors to the async routing engine to let async still be possible.
     new 627bb7d  CAMEL-2858 deprecated the useOriginalBody() and add useOriginalMessage() method in OnExceptionDefinition
     new 9669c8f  CAMEL-2861: Polished matchPattern a bit.
     new df6f7a0  CAMEL-2860: Fixed issue with setting starting directory from URI on ftp component to be able to accept absolute path.
     new 768f8bd  Polished
     new 712b7ad  Fixed test on other boxes.
     new 39bfd0d  Fixed issue with route scoped onCompletion and end().
     new 9f90c1b  Polished and added a simple LB support for ease of use for custom LB which doesnt support async processing
     new 987ad92  CAMEL-2863: RoutePolicy supports the async routing engine
     new f0bc6df  CAMEL-2837: CsvDataFromat delimiter should also be configurable in the XML/Spring DSL
     new 5d1cf48  CAMEL-2864 Added simple() DSL into Builder support
     new d0e6b6f  CAMEL-2862: Added fromRoute to NotifyBuilder. Ensure it filters out events caused by using ProducerTemplate which is counter intuitive as you only want events from the routes.
     new e4127d7  CAMEL-2866: Filter and CBR EIPs support non blocking async routing engine.
     new 95883e1  CAMEL-2867: Fixed convertBodyTo accepting null bodies. CAMEL-2866: Fixed filter EIP.
     new 7aa7a63  CAMEL-2865 added xpath DSL for the RouteBuilder
     new 1eb00d3  CAMEL-2865 added xpath DSL for the RouteBuilder, fixed the build error
     new b4472a5  Fixed scala compiler error.
     new b2b4554  CAMEL-2723: Refactored defs which should not be delegates to make it simpler to maintain. Introduced no output variation of expression node.
     new 79604d9  CAMEL-2870 camel-mail using the exchange charset name property as a fall back of the charset which used in content-type
     new fc22726  CAMEL-2837: CsvDataFromat delimiter should also be configurable in the XML/Spring DSL
     new 25a4392  CAMEL-2868: try catch finally to support async routing engine. This one was a bit tougher as you got three things to juggle with in both sync and async mode.
     new 9dde2ec  Disabled failing test.
     new b05f594  CAMEL-2873: Direct endpoint throws exception if sending to a non existing endpoint
     new 14eb9c7  CAMEL-2854: Fixed direct endpoint not having consumers if been evicated from LRUCache and re-created, then it cant link to the old existing consumer.
     new 965b139  CAMEL-2871: Loop DSL now support async routing engine.
     new 872ee0d  CAMEL-2875: sampling DSL supports async routing engine.
     new 6691665  CAMEL-2689: policy DSL supports async routing engine.
     new 504c567  Polished javadoc
     new 82502c5  Removed routingSlip headerName attribute in the Spring XML as its not been used at all.
     new 04f1b94  Added the ProducerTemplate test which is based on camel user mailing list
     new acdb5e7  CAMEL-2878 Throw exception to avoid specifying the delete=true&moveFailed=xxx for the FileEndpoint at the same time
     new 0d9a84a  CAMEL-2878 Polish the unit tests
     new 245b974  CAMEL-2880: Added property on Exchange to know when splitter/multicast is complete.
     new 27223ea  Fixed tests
     new 79d40f5  Added test based on user issue
     new de869d1  Added test based on user issue
     new 5799e6d  CAMEL-2879 Support using delete=true and moveFailed option at the same time
     new 7c9b905  Dont try to convert null property
     new 4adc48f  Ah yeah the boolean issue, as null will have the TC return that as false. So revering this commit in rev 959222
     new 9749227  Checked the camel context of Exchange and added more tests on DefaultExchange
     new e1075d8  Fixed tests
     new f9450f0  CAMEL-2877: Transacted error handler to support async routing engine.
     new 6f95bc9  CAMEL-2881: Fixed markRollbackOnly to force rollback because Spring TM only works if you thrown runtime exceptions back to it.
     new 08940c1  CAMEL-2877: transacted works with async routing engine.
     new ab957f8  Fixed test.
     new 6903897  CAMEL-2877: transacted Exchange must be routed synchronously so the transaction manager can orhestrate the TX in the same thread context (required by Spring TM).
     new 3369d53  Polished
     new 1df15c0  Fixed tests with direct endpoint detecting its the same consumer being started.
     new 5067e8e  CAMEL-2877: transacted works with async routing engine.
     new df930c4  CAMEL-2884: Upgraded to Netty 3.2.1
     new 3786add  Removed test for AOP feature which is @deprecated.
     new 3a48d1e  Removed deprecated @aop from camel-scala.
     new 924bc16  Upgraded to scala 2.8.0.RC7
     new 91838f8  CAMEL-2885: Upgraded to slf4j 1.6.0
     new 1460470  CAMEL-2846: bean DSL validate that instance is not a String as a String is for beanRef DSL instead.
     new 79e6d58  CAMEL-2886: idempotent consumer supports async routing engine
     new 000c2b1  fix for CAMEL-2883 along with a test case in camel-scala so that we can use the ProcessorDefintion typed methods in the model from Scala without getting compile errors due to bad use of generics
     new af844f3  CAMEL-2888 camel-jetty and camel-cometd should import jetty version within [7.0, 8)
     new cd1a5ad  Update the jetty bundle version of camel-feature, also fix some class not found exceptions of features-spring3.xml
     new 716b571  CAMEL-2887: Enricher DSL support async routing engine.
     new 6d4b605  CAMEL-2882 support to run the osgi test with spring2.5 and spring3
     new 613d4b7  Polished
     new ab86903  CAMEL-2882 camel-itest-karaf now supports to run tests with spring2.5 and spring3
     new a437a23  exposed the id property
     new ea43436  CAMEL-2889: Renamed retryUntil to retryWhile as its a more meaningful name what it does.
     new c2598f0  Aligned jboss maven repo.
     new ac2e979  fix for CAMEL-2891 to use a URI template for languages which doesn't clash and preserves extensibility to other representations
     new 6d8acc7  fix for CAMEL-2892 to remove warnings when running tests
     new 9d8fcea  fix for CAMEL-2893 so that getUriOrRef will return non-null when there is a URI defined
     new 54cb8cc  CAMEL-2894 DefaultPackageScanClassResolver.addClassLoader should check the UnsupportedOperationException
     new badf275  CAMEL-2895 fixed the issue of OsgiPackageScanClassResolver
     new 4d33c4e  CAMEL-2890: Will now not block while sleeping between redelivery attempts.
     new c836013  CAMEL-2896: Upgrade to restlet 1.1.10
     new 5442450  CAMEL-2897: Fixed issue with splitting files on Windows using tokenizer (Scanner) which must be closed when no longer in need to avoid Windows keeping lock on the file.
     new 6408a86  Fixed the test error of OsgiPackageScanClassResolverTest
     new 15a14ea  Upgrade to hawtdb 1.1
     new 186e8f4  Using trace log when factory finder could not be found as we try other classloaders. it will just confuse end users if the see the stacktrace in their logs when using debug level
     new 799d004  CAMEL-2876: Delayer and throttle EIP supports non blocking delays using .asyncDelayed() option.
     new 225ab25  Polished
     new df6c9ca  CAMEL-2890: sync delayed redelivery is default on error handlers. You have to use asyncDelayedRedelivery() to allow Camel to schedule delayed redeliveries and use the async routing engine to continue routing the message.
     new 62cf58b  CAMEL-2903 updated the Commons Codec version in the camel feature
     new 7fa15b1  CAMEL-2904 proxy should support to set the camelContextId
     new 117047f  Fixed CS errors
     new 8485206  CAMEL-2906 ValueBuilder provides DSL for Predicate
     new a2c26d4  CAMEL-2906: Introduced SimpleBuilder to make it easy to use simple language in Java DSL as both Expression/Predicate.
     new 929e9c5  CAMEL-2849: multicast, recipinent list DSL is compatible with async routing engine.
     new e90ead0  Fixed CS errors of camel-hawtdb
     new 1276cef  CAMEL-2907: NettyProducer supports async routing engine. CAMEL-2908: Added textline option to Netty.
     new 1eb5cec  CAMEL-2907: NettyProducer supports async routing engine. CAMEL-2908: Added textline option to Netty.
     new bec3c02  put component factory file in correct place - it was never getting picked up
     new e738a4b  Upgraded SNAPSHOT bundles to released bundles.
     new 1df6743  Added glashfish repo to plugin repos to pickup the jetty-maven-plugin.
     new b21ca8a  Update the features files
     new f7b914d  Enable the CamelScalaTest of camel-itest-karaf
     new 0ae08e4  CAMEL-2908: Added textline delimiter configuration and auto append missing delimiter options.
     new 521d716  CAMEL-2908: Added textline delimiter configuration and auto append missing delimiter options.
     new 9fead2d  CAMEL-2899: maxMessagesPerPoll is applied eagerly for the file/ftp components to avoid excessive memory consumption when polling directories with 100.000 or more files.
     new efacf84  CAMEL-2909: camel-jms now supports OracleAQ which does not support reading the JMSReplyTo header.
     new bc7771b  Added unit test based on user forum issue
     new ebb6991  fix for CAMEL-2910 so we can store x,y and width,height locations of nodes in diagrams when visualising or editing routes
     new 56da13b  Netty async unit test
     new 2491f50  fix for CAMEL-2913 so we can mark some common properties as being required to help tooling
     new 375cc2c  CAMEL-2912: Added timeout options to camel-ftp to make it easier to configure timeouts instead of messing with ftpClient properties. Also connect timeout is now possible with SFTP.
     new 093d487  Polished
     new dab99b7  Fixed tests and CS.
     new f811754  CAMEL-2914. Patch applied with thanks to Mark
     new 12a5a8b  CAMEL-2917: Introduced ProcessorFactory SPI to allow custom hooks to manipulate model before processors is created. This makes it easier to adapt Camel routes to a very special needs you may have.
     new 5db2b08  CAMEL-2916. Support for platform specific execution
     new 1028d4e  Remove call to System.out()
     new b7fe3f7  CAMEL-2914: Adjusted the DefinitionAwarePolicy slightly to ensure the Policy contract is preserved in the wrap method.
     new 209fb44  CAMEL-2916. Add missing class
     new a0aff6a  Polished
     new c685caa  Polished
     new 4b6a68a  Polished. Damn how many times can you get start/end snippets wrong.
     new 3c4ec8f  Try to fixed the unit test error of ScanStreamFileTest
     new 6583544  Fixed test
     new 2c0f517  CAMEL-2716. A bit of cleanup
     new 9f22438  CAMEL-2919: Added first spike of the Debugger SPI API.
     new fa03537  CAMEL-2914. Move beforeWrap() to Policy
     new 958f997  Minor cleanup
     new 8e8f36c  Minor cleanup
     new 430f2d7  CAMEL-2716. Enforce cleanup of jmx properties after running tests
     new 24bf604  CAMEL-2716. Change super class for tests using a CamelContext to TestSupport
     new 7ce85fa  CAMEL-2716. Cleanup platform mbean server between tests to avoid side effects in other tests
     new 0a545cb  CAMEL-2919: Debugger API
     new 92b3b16  CAMEL-2919: Debugger API
     new ad9f237  CAMEL-2919: Added single step feature to Debugger.
     new c2882bb  made it easier to reuse the CamelResourceConfig class
     new 581b4d9  made it easier to reuse the CamelResourceConfig class, letting you pass in the packages as a constructor
     new c8c431a  CAMEL-2919: only one single step at a given time is allowed.
     new 2d1ca60  Speed up tests a bit
     new 13e4edb  CAMEL-2909: OracleAQ does not support JMSType header.
     new 47a7eab  CAMEL-2909: OracleAQ does not support JMSType header.
     new f3b777c  CAMEL-2915. Changes in camel-core for the XStreamDataFormat
     new 7bc021b  CAMEL-2915. Patch for camel-xstream applied with thanks to Mark
     new 497fa82  CAMEL-2925. Set forkMode=once
     new f3df71c  Fixed test
     new 308b43f  CAMEL-2927: Fixed examples a bit.
     new 17ce65f  CAMEL-2919: Polished
     new 4e8d96e  CAMEL-2920: Eager validation for beanRef and method ref that the bean ref exists in registry.
     new c0b7a4c  CAMEL-2928 Upgrade to Spring 3.0.x as default Spring version
     new 7dc3a86  CAMEL-2920: beanRef and method call DSL now validate method name is a valid method on startup. Better to fail fast.
     new 6b963cb  CAMEL-2928 Upgrade spring version to 3.0.3.RELEASE by default
     new 74d4f3c  CAMEL-2928: Added itest for spring 2.5
     new 265c4b5  expose the application context, so from a CamelContext you can find the ApplicationContext if you need it
     new 06084bf  CAMEL-2932: Added event for redelivery attempt. Renamed ExchangeFailureEvent to ExchangeFailedEvent which is a better name.
     new 6ca4732  CAMEL-2915: Applied patch with thanks to Mark Proctor.
     new 22e4b38  Fixed compiler error due rename of a class
     new 394f0d5  CAMEL-2929: Upgraded to Jackson 1.5.4. Also upgraded mvel.
     new c9ade42  Upgraded to jruby 1.5.1
     new 7d5909a  CAMEL-2931: Upgraded to google protobuf 2.3.0. Had to install the protoc compiler beforehand to generate the new generated addressbook java file.
     new 0c5830d  Upgraded to lucene 3.0.2
     new df3a831  CAMEL-2926: Camel properties component can now lookup Properties instances from the Registry. For example in OSGi registry.
     new 8979e2d  Fixed test.
     new e4ce636  Fixed test
     new 970d297  CAMEL-2915. Fix misspelled api and set NO_REFERENCES for json
     new d1bd0b1  More cleanup for forkMode=once
     new a70cb49  CAMEL-2931: Reverted back to protobuf 2.2.0 due OSGi bundle needs to be upgraded as well. revert commit rev: 962550
     new aa14680  Polished test
     new ba9db7b  Fixed some CS errors
     new ec0e8cf  Fixed test
     new 3452274  CAMEL-2930 Upgrade to spring security 3.0.3
     new 511d93e  CAMEL-2930 Upgrade to spring security 3.0.3
     new ccca9fe  CAMEL-2930 Upgrade to spring security 3.0.3
     new c041106  CAMEL-2930 clean up the codes for wiki
     new 248f996  Fixed the CS error of camel-netty
     new 096a6a8  CAMEL-2935: Tigten the API of ProducerTemplate. Fixed issue with asyncCallback merhods invoking callback even if exchange failed with an exception.
     new 5818de6  Fix for camel-itest in preparation of release
     new 578dd81  Fixed SNAPSHOT dep on camel-smpp
     new e0e9d03  Fixed tests.
     new 56f33d6  Fixed test due fork once.
     new 2281093  Try to fixed build of camel-core
     new fdb4df6  CAMEL-2928 Upgrade spring version to 3.0.3.RELEASE by default
     new a407e42  Fixed the CS errors
     new 3c88fc9  CAMEL-2937. Ensure StreamProducer closes the stream
     new 637363e  CAMEL-2937. Only print prompt message if input is System.in
     new 3ce04e6  Version fix
     new 2e08bd7  Changed the features-maven plugin version to 1.6.0 for Camel 2.4.0 release
     new 5d6eb1f  Remove dependencies on camel-osgi (moved to camel-spring)
     new 7854845  Checkstyle fix
     new 0c75da7  Upgrade to hapi-1.0.1
     new 83d5a55  [maven-release-plugin] prepare release camel-2.4.0
     new 4766b09  [maven-release-plugin] prepare for next development iteration
     new 84e1e7b  CAMEL-2940 : camel-spring component imports org.apache.camel.component.test package generating Unresolved constraint in bundle org.apache.camel.camel-spring
     new 756538c  Added more osgi integration test
     new f3ac5ea  Fix the typo of the FileComponentTest
     new 33383d2  CAMEL-2942 Fixed the issue of can't find the deployed sevlet
     new df42b95  CAMEL-2941 changed the osgi detection log
     new 9cae2aa  CAMEL-2922: Fixed issue with OutOfMemoryError due to bug in Smack. We must poll the recieved message in MultiUserChat.
     new ee220f3  Fixed test.
     new be04db0  Fixed test.
     new e1ff860  CAMEL-2944: Fixed issue with stream cache spooled to files on Windows and deleting the temporary files when Exchange done
     new a507ae2  Fixed test
     new 3262190  Log how long time it takes to poll file consumer
     new 8086e2e  Error in spring DSL route : <camel:setOutHeader> must be <camel:setHeader>
     new 8dcf386  CAMEL-2941 changed the osgi detection log as Claus suggested
     new 010ddeb  CAMEL-2947 CachedOutputStream supports not to close itself when the exchange is completed
     new 367cc84  CAMEL-2948 : Add a camel example using webservice and ws-security.
     new 9396eb0  CAMEL-2947 also update the code of http4
     new 1e191f0  Polished log4j.properties files
     new afd07db  CAMEL-2947: Fixed unit test due returning wrapped input stream now.
     new 092b466  Fixed test on windows
     new 77ffaeb  CAMEL-2949 return the actual file name of multipart file attachement
     new b0d7610  CAMEL-2949, CAMEL-2772 merge the change of camel-http into camel-http4
     new 3b6139d  Fixed test on slower boxes.
     new 2644ac3  Disabled tests which currently fails on Linux.
     new 6349537  Fixed test on slower boxes.
     new ece154d  Fixed test on windows
     new a6f098b  Fixed tests on slower boxes
     new 15b42d3  Fixing wiki samples
     new ee51c9c  CAMEL-2950, CAMEL-2945 Fixed the issue of HttpEndpoint uri
     new cf879b3  Fixing test
     new 2000ff0  CAMEL-2945 Try to fix the HttpProxyTest error on other platform
     new 33f9823  CAMEL-2945, CAMEL-2950 merged the change of camel-http into camel-http4
     new 20dfdbf  Upgraded spring.schemas with 2.4.0 version.
     new e1e5757  update the CxfEndpointBeansBusSetting.xml to pick up the change of CXF-2667
     new 865edd0  CAMEL-2945 Using URISupport.normalizeUri by the suggestion of Claus
     new 822cc45  CAMEL-2955 Add wrappedStyle option for camel-cxf endpoint
     new 37fe9f5  CAMEL-2946 Upgrade to JAXB 2.1.13
     new b5abbff  CAMEL-2952: camel-ftp supports polling from MVS file system. Using new strategy to cd when traversing directories.
     new adbd53f  CAMEL-2958: CaseInsensitveMap is more thread safe when defensive copying during routing.
     new eb079df  CAMEL-2957 Upgrade xmlbeans to 2.5.0
     new a186d46  CAMEL-2959,CAMEL-2961 upgrade to JSch 0.1.43 and Velocity 1.6.2
     new 197399f  CAMEL-2957, CAMEL-2959, CAMEL-2961 updata xmlbeans,jsch,velocity version in apache-camel-feature
     new 300fb4a  CAMEL-2959 fixed the build of camel-ftp
     new a9dce12  Added repo location
     new 7751ec6  CAMEL-2959: Reverted to jsch 0.1.42 as its jdk1.5 comp.
     new f274d69  CAMEL-2931: Upgrade to protobuf 2.3.0
     new 9983c85  CAMEL-2956: jetty component has more options to set server thread pool settings. Also setting general HTTP/SSL connector properties is easier.
     new 718b274  CAMEL-2931: Upgrade to protobuf 2.3. Fixed osgi tests.
     new 7f32ae1  Fixed the test error ProtobufRouteTest
     new fd7e438  CAMEL-2962: JmsProducer now checks the disableReplyTo endpoint configuration and if enabled will force to use InOnly MEP style when sending.
     new d6d9462  CAMEL-2963: Dead letter channel now forces MEP as InOnly when moving message to the DLQ.
     new fee1bb7  CAMEL-2946: Fixed test due JAXB upgrade.
     new e0a804d  CAMEL-2965: Moving to DLC forces using MEP InOnly. Added tests to Spring XML showing using custom predicate and expression.
     new 36b805c  Fixes CAMEL-2964 : Upgrade to HawtDB 1.2
     new c520193  CAMEL-2967: Added two new functions to xpath builder to use properties component and simple language.
     new d3420c9  CAMEL-2968 Fixed the features-spring2.xml deploy issue
     new 500be33  CAMEL-2969: Less verbose logging when errors occur during shutdown of polling consumers.
     new 0d9c16e  CAMEL-2969: Less verbose logging when errors occur during shutdown of polling consumers.
     new baad5e0  CAMEL-2973 Update the spring bean schema location
     new 4d3b0fc  CAMEL-2974: Added missing spring jars due spring 3.0 upgrade.
     new ebd5065  CAMEL-2974: Better restructure of jars in lib for distribution kit.
     new e38c97f  CAMEL-2973 Update the spring bean schema location
     new 4112dcd  CAMEL-2970: Preperaing JmsProducer to support async routing engine for InOut MEPs.
     new a701a36  CAMEL-2796 camel-spring-security: provide reference to the policy when authorization fails by applying patch with thanks to Paul
     new a514464  Upgraded cobertura
     new 71641ed  CAMEL-2985 HttpProducer should check the response header with the content encoding instead of the request one
     new f33244c  CAMEL-2981 DefaultHttpBinding's populateRequestParameters should be more flexible when checking the content type on POST
     new 182c49b  CAMEL-2955 committed the xml configure which I missed
     new 05ba57c  CAMEL-2952: Adjusted list files opeartion a bit.
     new 5c884fc  CAMEL-2898 CXF component supports non blocking routing engine
     new b36c9ef  CAMEL-2979: Fixed if prePollCheck returns false to break out.
     new a70187f  CAMEL-2979: ftp consumer will only try to re-connect if maxReconnectOption allows it to do so.
     new 3fe2bc6  Closes CAMEL-2986: IllegalStateException in CamelContinuationServlet under heavy load
     new 53ace40  Updated the mvn repo id
     new fd7db97  Fixed typo
     new 7ce4663  Added ws securiry example
     new 46b40db  Added ws securiry example
     new 8d6176c  CAMEL-2982: camel-jpa should support an option to switch from EntityManager.merge(entity) to EntityManager.persist(entity)
     new e7189fb  CAMEL-2952: camel-ftp now works with MVS file systems.
     new 312a6af  CAMEL-2988: Added removeEndpoints to CamelContext.
     new 1d3627e  Upgraded to groovy 1.7.4
     new 7cdcd2e  CAMEL-2991: Restart CamelContext should re-initialize type converters.
     new 5a57b33  CAMEL-2970: JmsProducer supports non blocking async routing engine for InOut Exchanges (request-reply over JMS).
     new a7385f6  CAMEL-2970: JmsProducer supports non blocking async routing engine for InOut Exchanges (request-reply over JMS).
     new 5deb00f  CAMEL-2990: Added throwExceptionOnConnectFailed option to allow poll strategy to deal with the thrown exception.
     new 7ad858b  CAMEL-2959: Upgrade to jsch 0.1.43
     new efefba4  CAMEL-2992: Removed support for JMS 1.0.2 api.
     new e984f25  CAMEL-2991: Endpoint is now a Service.
     new 24e8d0e  CAMEL-2991: Fixed issue with injecting CamelContext. Should never just create a new DefaultCamelContext. Polished code.
     new 2eec86f  camel-cxf has a async routing issue. Need to dig into a bit further.
     new baa550e  A little TRACE logging
     new 26c9c88  CAMEL-2994 Fixed the issue of CxfClientCallback is invoked twice when only one was expected
     new 96c6d64  CAMEL-2978: Fixed camel-netty eating up memory due using a new timer instead of a global shared. Thanks to Sean for reporting.
     new 128fd7a  CAMEL-2978: Fixed camel-netty eating up memory due using a new timer instead of a global shared. Thanks to Sean for reporting.
     new d69c765  CAMEL-2991: Fixed issue with restarting CamelContext and not being able to restart routes.
     new 20d033a  CAMEL-2978: Forgot to add unit test.
     new bded913  CAMEL-2970: request-reply over JMS cant use TX.
     new 90532b5  CAMEL-2997 Made camel-cxf endpoint's URI to be unique
     new 72bf899  CAMEL-2997 Made camel-cxfrs endpoint's URI to be unique
     new 97576e6  CAMEL-2995 Cater the quotes, double quotes from charset
     new 4fe1f14  CAMEL-2972: Fixed issue with route scoped OnException potentially being pickup up from another route.
     new 6859934  CAMEL-3000 Show the time to timeout while waiting for graceful shutdown
     new 3e32918  CAMEL-2999: Added options startingDirectoryMustExist and directoryMustExist to file component.
     new e106b8b  CAMEL-3002 Add option steaming to recipient list EIP
     new cb3e53c  CAMEL-3003: file component now support using preMove with noop or delete option together.
     new 3b74d65  Initial version of the Camel-Shiro security component
     new e61a65e  Initial version of the Camel-Shiro security component
     new ff28786  Deleting unintentional commit of .orig files
     new 220a07e  Deleting unintentional add of .orig file
     new e8bb36d  Deleting unintentional add of .orig file
     new 350adb5  Deleting unintentional add of .orig file
     new 73f3eaf  Deleting unintentional add of .orig file
     new 0058b63  Deleting unintentional add of .orig file
     new 15217d8  Fixed the CS error of camel-jms
     new 093617b  Adding camel-shiro to kit
     new 5b7a5b5  CAMEL-3001: Added suspend/resume to CamelContext. (work in progress)
     new 30df17d  CAMEL-2998 Endpoints looked up in the Registry should not be usable from another CamelContext
     new 8b8aa3a  CAMEL-3011: quartz component supporting using multiple camel contexts. Jobs should lookup and use correct camel context.
     new 6036e60  CAMEL-3010 update the common-build.xml of examples
     new 23a1ed1  CAMEL-2998 fixed the test errors of EndpointReferenceTest
     new d3711af  CAMEL-3012,CAMEL-3001: start should re-create route definitions (cold start).
     new aa84e9f  CAMEL-3012: Added notification events for suspend/resume
     new bd94d02  Added javadoc note about implications with using getOut instead of getIn to change the current message.
     new c555bc8  Fixed the apache-camel assembly issue
     new 6fd1bb2  CAMEL-3013 HttpProducer should support to set the http protocol version from message header
     new 2d6a57d  CAMEL-3014 camel-josql should have SQL language META-INF which can be found automatically by camel-core
     new e5a1da8  CAMEL-3014 add test resouces files
     new 139f8c5  Fixed the apache-camel assembly issue of camel-shiro
     new 9b2c678  CAMEL-3014 SqlLanaguage should be singleton
     new 3a1fff2  CAMEL-3012: CamelContext supports suspend/resume to temporary stop a Camel application.
     new 08e9067  CAMEL-3015: mail consumer uses OnCompletion to do after work to mark message as seen/deleted.
     new 1dc65f4  CAMEL-3008: CamelContext autoStartup=false should still startup, but not start any routes. Then you can use JMX to start the routes.
     new a6db1a4  CAMEL-3008: Routes with noAutoStartup will be warmed up and enlisted in JMX.
     new bbde73e  CAMEL-3008: Routes with noAutoStartup will be warmed up and enlisted in JMX.
     new 0373ce5  CAMEL-3012: CamelContext supports suspend/resume to temporary stop a Camel application.
     new 0530971  Fixed unit test.
     new 3b6fdf1  CAMEL-3016: Adding suspend/resume route on CamelContext. ServiceSupport is prepared for suspend/resume. Fixed childservices not being duplicated in RouteService causing them to be started/stopped multiple times. Suspended is now a ServiceStatus.
     new d75fed1  CAMEL-3016: Adding suspend/resume route on CamelContext. ServiceSupport is prepared for suspend/resume. Fixed childservices not being duplicated in RouteService causing them to be started/stopped multiple times. Suspended is now a ServiceStatus.
     new 4b4016d  Trying to avoid occational test failure by using fork mode per test.
     new 6989ff8  CAMEL-3016: Adding suspend/resume to route management.
     new 0b0f835  CAMEL-3016: Lifecycle operations in JMX not check state before use.
     new 9d403b0  CAMEL-3016: suspend/resume routes.
     new dc8d85e  CAMEL-2971: Added option synchronous to endpoints to control if async processing can be used by producers.
     new 60cda06  CAMEL-2971: Added option synchronous to endpoints to control if async processing can be used by producers.
     new a40d7d3  CAMEL-3018: Fixed building with maven 3. Thanks to Norman Mauer for patch.
     new 274cc52  CAMEL-3019: Preparing for blob support in camel-jms. Thanks to Norman Mauer for patch.
     new 9c1123f  Polished.
     new d1467b1  Alligned maven repo id for fusesource maven repo.
     new e9303a8  Fixed test on other boxes.
     new dadf696  Improved stopping seda consumers a bit.
     new c507f7e  Fixed test on windows box.
     new 1de0805  CAMEL-3006 Added an OSGi test for camel shiro component
     new 00329f7  CAMEL-3017: Added unit test for security failure on sending.
     new 83ce969  This test hangs CI servers.
     new 6b571b9  CAMEL-3020: Upgraded Jetty
     new 47ba4c2  Only send ExchangeSent notification if producer did not fail sending.
     new 974ef25  The JMS session in the callback.
     new 7b63fe0  CAMEL-2959 Upgrade to JSch 0.1.43
     new a296776  CAMEL-3022 camel-cxf consumer should support to take the fault message
     new d3bfa1b  CAMEL-3021: Added unit test to show the issue.
     new af36418  Skip test on other box.
     new 8275cb6  Fixed test
     new 98c52bd  Fixed test
     new d8955c7  CAMEL-3023: Added support for timeout for multicast, recipient list, splitter EIPs when running in parallel mode.
     new 2e50346  Removing test
     new 4fcec1b  CAMEL-3007: Routes loaded straight from XML files and added manually to CamelContext should honour autoStartup flag.
     new 13dc20d  Fixed compiler error
     new 2f83f9c  CAMEL-3024: Routes added from JAXB need to be prepared before being add to CamelContext. camel-spring etc. does custom preparation.
     new fde350b  CAMEL-3026 moved the CompositeRegistry into camel-core
     new a3e938b  Added test due user forum issue.
     new eb123f5  Fixed test on other boxes
     new e642c42  Add a test of setting the fault message with exception
     new 83bf29d  Polish the CxfConsumerFaultTest
     new fac90a1  Skip test on IBM jdks
     new ba903b1  Fixed test on other boxes.
     new e903c91  added two new tests to be sure, that the JPA component also can handle collections and arrays of entity beans
     new 3a0dadb  migrated camel-web away from JSP, JSTL, JSP, EL, sitemesh et al to the lovely, lean and mean Scalate library instead
     new 840a242  made the entity manager less verbose for the tests
     new 46c37bf  CAMEL-2980: camel-jpa doesn't use EntityManager.merge(entity) in the right way
     new cf8b5c2  CAMEL-3025: Camel proxy will throw exception based on the proxied method declared exception list.
     new e498173  added a temporary snapshot repo for CAMEL-3028
     new a96988a  added the correct temporary snapshot repo for CAMEL-3028
     new e43d612  work around for odd classloader bug in mvn 2.2.1 when executing javadoc/wadl plugins when trying to run "mvn jetty:run" CAMEL-3028
     new bd1c6a8  CAMEL-3029: Routing engine should stop continue routing Exchange if the thread was interrupted by the JDK (such as future task cancelled etc.)
     new a0aad4a  CAMEL-2752: Pluggable UUID generator
     new 86d1b55  CAMEL-2752: Pluggable UUID generator
     new ddecd19  CAMEL-3023: Refined tineout for multicast to compute remaining time.
     new cc6bf43  CAMEL-3030 support to load the velocity template file from class path
     new c2c4f07  CAMEL-3030 added an osgi test for it
     new 14f78e7  moved camel-web to be jdk6 only
     new cd91c6a  CAMEL-2752: Fixed CS.
     new 866910d  added helper method
     new 85729a5  fix old versions of jersey in pom for CAMEL-3028
     new ceae129  added helper method & avoided NPE in view for CAMEL-3028
     new 429b045  added a little helper method for using in camel web
     new c80c164  major commit - not :)
     new 88ec6fe  Fixed test not shutting down properly
     new d6b0a9d  Using explict camel context id.
     new 0405aa4  Using explicity camel id
     new 5c9eb3e  Using explicity camel id
     new c9cda46  Upgraded camel version
     new ebdf14b0 CAMEL-3031: Camel fails to start if an existing CamelContext has been registered in MBeanServer. Introduced pluggable strategy to auto assign camel context name.
     new a1ee6a3  Fixed test on Windows
     new 5021ca2  CAMEL-3023: ftp component detects interrupt during connection, to cater for task being cancelled or JVM shutdown interruptting.
     new 36c88be  Fixed test
     new 393556c  CAMEL-3027 using the rome bundle from servicemix
     new e4718cc  fix for CAMEL-3035
     new 24dc936  fix for CAMEL-3036 using CAMEL-3035 as a way to make easier endpoint links
     new dd41a9a  use http://localhost:8080/ for default context when running with "mvn tomcat:run"
     new 3788077  upgraded Jersey to get nicer stack traces with 404s, fixed up failing test case and added a better favicon.ico
     new ffd9e5c  CAMEL-3034 Added OsgiCamelContextNameStratgy
     new 8f63f0c  CAMEL-3038 OSGi integration test support should provide a method to set the Current thread classloader
     new bb8189e  Added OSGi integration test for camel-rss component
     new b5d1fbe  CAMEL-3034: OSGi CamelContext name strategy is only using bundle id and returns a JMX friendly name.
     new 17ad06b  CAMEL-3034: OSGi CamelContext name strategy is only using bundle id and returns a JMX friendly name.
     new 3bb60c6  Optimized imports
     new 3b34220  Polished
     new 2aa3fd4  fixed up some titles of views
     new e4e02f3  zapped some old JSP cruft
     new de6b9ce  zapped some old JSP cruft
     new c022f4d  Polished and added a management test.
     new 162f457  CAMEL-3039: Added FILTER_MATCHED exchange property in the Filter EIP so we know if the Exchange was filtered or not.
     new d0e4536  Fixed part of test due camel context clash
     new 6f53771  Fixed the CS errors
     new 39fd563  CAMEL-3031 Made OsgiCamelContextNameStratgy work
     new 1957b31  CAMEL-3031 CAMEL-3040 added OSGi integration tests,also fixed the OsgiSpringTestSupport issue
     new f3ebe68  CAMEL-3031 Made OsgiCamelContextNameStratgy work, the change of OsgiCamelContextNameStragtegy
     new 267c2dc  CAMEL-3042 update the camel context id from CamelContextFactoryBean of buleprint
     new 67f6243  CAMEL-3037 fix the issue of camel archetype
     new c6b91bc  moved the templates inside WEB-INF so they are not visible outside of the web application; fixed up some bad HTML links in a template and fixed a failing test that ningjiang seems to have reverted a previous fix on :)
     new 6450401  CAMEL-3044: Fixed logging error handler interferring with onException.
     new f7a1209  Component is CamelContextAware
     new b2672ba  CAMEL-3045: Added String -> char type converter.
     new 815b970  upgraded to the latest/greatest scala release
     new 1a7fcca  CAMEL-3041 Added OSGi JMX test for the auto assigned CamelContextId
     new e39392f  CAMEL-2822: Added support for sending site commands after succesful login.
     new 8aff97f  CAMEL-2822: Added support for sending site commands after succesful login.
     new 28f6669  Added test based on spring 3 dependency injection issue
     new 1ff7894  Update the rome version of camel-web to 1.0
     new 8aba5a1  exclude spring 2.x artifacts from spring-osgi
     new 8534094  CAMEL-3050: Fixed routeBuilderRef and Spring 3 dependency injection not working as expected. Thanks to janstey for helping out.
     new af08581  Fixed the test error of CustomerServicesWsAddressingTest
     new f3bfa85  CAMEL-3049: Fixed issue with InterceptStrategy not starting child service when bridged.
     new 44a1fd5  CAMEL-3053: validate component now throws validation exception for non well formed XML. Thanks to Edward Dale for patch.
     new ef0caf2  Fixed test
     new 33c423d  CAMEL-3054: Added headerAs to Simple language.
     new a9cad5d  CAMEL-3052: Simple language better at comparing numeric types.
     new 5f940e6  [CAMEL-3055] camel-cxf component to support SOAP with Attachment in Payload mode
     new b3abf52  Updated the ServiceRegistryTest
     new 4d7f1e6  CAMEL-3058 Upgraded CXF version to 2.2.10
     new bfaf069  [CAMEL-3055] made CxfMtomDisabledProducerPayloadModeTest more reliable by not depending on mailcap setting in the environment
     new e670873  Removed unusued import
     new 6d0f7cf  CAMEL-2713 Added a registry based option for a custom ChannelPipelineFactory
     new fd88b00  CAMEL-3005 - Create a feature for Camel Shiro to ease its deployment into Servicemix
     new fea8c99  CAMEL-3057 CXFRS consumer should pass the protocol headers into camel message header
     new f45ad96  CAMEL-3060: GenericFileMessage should not output message body in toString in case file has a very big body causing memory issues.
     new 4fed685  CAMEL-3047 Fixed the issue of JettyHttpComponent.doStop() shuts down all servers in the VM, not just those associated with the component
     new d59e2f4  CAMEL-3063: File consumer accept current dir as starting directory. Thanks to Daniel Bevenius for the patch.
     new 872076d  Some mispelling corrected
     new e24af24  CAMEL-2993: Remove route in camel-web. Thanks to Max Ullinger for patch.
     new c055f18  CAMEL-3062 Upgrade ActiveMQ to 5.4.0
     new 9b55e8c  CAMEL-3033 @WebFault interceptor to map exceptions to faults
     new 3029e94  CAMEL-3059 HTTP Proxy Mulitpart Requests
     new 3de692c  CAMEL-2993: Only show remove button if route is stopped. Thanks to Ben O'Day for patch.
     new 17ee22f  CAMEL-3058: Upgraded to spring 3.0.4
     new b5af8b8  Upgraded to slf4j 1.6.1
     new edd4777  Added test based on user forum issue.
     new df7ee39  CAMEL-3048 - switched component archetype to use simple hello world component rather than direct
     new 613d5a4  CAMEL-3058 Set the CXF version range to [2.2.10,3)
     new f301731  switch to camel-test for test support
     new 44c4003  fix archetype descriptor so test is picked up
     new a3b53f6  Fixed compilation and checkstyle.
     new 67602fb  CAMEL-1895: file locks is stored on completion instead of Exchange.
     new fcd0635  Fixed compilation issue.
     new 539f60e  Upgraded to jruby 1.5.2
     new bf15d11  CAMEL-1895: Fixed limitation of pollEnrich not being able to poll from file endpoint if route started from file endpoint as well.
     new 3317f52  Initial version of the Camel SIP protocol component supporting the SIP publish/subscribe handshake via a Presence Agent
     new 4838608  CAMEL-3069: Fixed JMX stats being counted double for processor types.
     new 7df9274  Fixed test
     new 24d811c  Fixed test and polished code a bit.
     new 74dcc97  camel-csv using SMX bundle jar as the apache jar has not been published to central maven repo.
     new ff6cc18  CAMEL-3072: Added new option throttleEntries. Thanks to Lorrin Nelson for the patch.
     new 321e46e  Polished
     new 2975283  Add a new project to simulate high-volume (production & consumption) using camel routes + activemq.
     new 076f30c  Solve camel route error in the uri syntax (<to uri="JmsProducer"/> --> <to ref="JmsProducer"/>
     new a6360b8  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@988577 13f79535-47bb-0310-9956-ffa450edef68
     new 6db0f12  CAMEL-3071 - Added a feature to deploy camel-sip to a Servicemix container
     new 7e0bab7  CAMEL-3075: Simple language now supports using unlimited and,or operators.
     new c03270c  CAMEL-3076: Upgraded to quickfix 1.5.0
     new 9eba237  Added logic to lookup endpoint registry id.
     new eb9e4a2  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@988847 13f79535-47bb-0310-9956-ffa450edef68
     new 5f6f578  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@988892 13f79535-47bb-0310-9956-ffa450edef68
     new ba13d67  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@988942 13f79535-47bb-0310-9956-ffa450edef68
     new 0fe4c27  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@988947 13f79535-47bb-0310-9956-ffa450edef68
     new c40e533  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@988980 13f79535-47bb-0310-9956-ffa450edef68
     new 8957d1e  CAMEL-3071: Added unit test for camel-sip feature.
     new 25db08a  CAMEL-3072: Fixed compiler issue due change in API.
     new 1fab040  CAMEL-3077: Fixed a potential NPE. Thanks to John Ellis for patch.
     new d75e1f2  CAMEL-3078: Setting memory store eviction policy is now possible from endpoint uri, due type converter.
     new 8e9b669  CAMEL-3061: onException with multiple exceptions now avail in the DSL for route scoped.
     new 0c912ce  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@989095 13f79535-47bb-0310-9956-ffa450edef68
     new 6085e98  Headers should be on MinaConstants and use the same syntax as the other components.
     new 84f332f  CAMEL-3080: Added option groupLines to stream consumer.
     new 47bc6d7  CAMEL-3079: Improved job rescheduling. Thanks to Ingo Duppe for patch.
     new aabf360  Fix deprecated use of systemProperties in surefire plugin
     new 95f552f  Fix deprecated use of systemProperties in surefire plugin
     new 0f8a6e6  Fix way of getting camel context using spring
     new 8274554  CAMEL-3082 fix the issue of BeanConveter
     new f0fd8d5  CAMEL-3083 Switch the SslSocketConnector to SslSelectChannelConnector in camel-jetty
     new 4c41b3e  Added synchronized to the getAsyncProcessor method to make it thread safe
     new fe21faa  CAMEL-3081: Removed timeout option as it was flawed.
     new 1e1b683  Updated the producer test according the user mail
     new 2b2e6a5  CAMEL-3021: restlet component now supports using {} placeholders in uri, which gets replaced with headers from Exchange.
     new f5037ca  CAMEL-3018: Applied patch from Daniel.
     new 4ddc17b  Added license files.
     new 5244bc9  Added license files.
     new a451e0d  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@989628 13f79535-47bb-0310-9956-ffa450edef68
     new bcfa530  CAMEL-2943: Added camel-sip to kit.
     new 18898d5  CAMEL-3084: Fixed not using requestTimeout when using request/reply over JMS.
     new d2dbc8b  CAMEL-2932 Updated the GAE version to 1.3.6
     new eab5065  Refactor the ProtobufDataFormat for the double check locking issue
     new 5fc6613  git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@990080 13f79535-47bb-0310-9956-ffa450edef68
     new 90c2aea  camel-ode moved to sandbox
     new 1b30277  CAMEL-3018: mvn eclipse:eclipse should work with maven 3 now. Thanks to Daniel for patch.
     new c505848  CAMEL-3085: Added repo for javax mail.
     new 61af564  CAMEL-3085: removed mail jar dependency as it was not used.
     new 5f0cb7f  CAMEL-3074: Added dynamicRouter to the DSL.
     new ace4dec  Fixed the eclipse warnings camel-jms
     new 9ddfec4  CAMEL-3074: Added dynamicRouter to the DSL.
     new 2a2436d  Switched to use camel-shiro feature of ShiroAuthenticationTest
     new 56ddcbc  CAMEL-3088 Upgraded pax-exam version to 1.2.1
     new 6e223f4  CAMEL-3089 Updated Karaf version to 2.0.0
     new 16f47d1  CAMEL-3074: Added dynamicRouter to the DSL.
     new 2e990d9  Fixed test on other boxes.
     new 61894e3  Upgrade to Netty 3.2.2
     new 64bd9a7  Fixed test on other boxes.
     new 33feba2  Added test based on user forum issue
     new 369f8c4  CAMEL-3046: Trimmed camel-web by removing groovy/ruby editors which was never used/maintained. Also some left over jsp removed due we use scalate for view pages.And fixed some OSGi versions.
     new 9e436f0  CAMEL-3023: Passing in original Exchange if timeout occurred an no aggregation has been done yet.
     new e494d83  CAMEL-3091. Properly set job.name
     new a33e048  CAMEL-3091. Added failing test
     new 7d06177  Fixing test issues with JMX in the same JVM could cause CamelContext id clashes.
     new b4d559d  CAMEL-3091: Fixed uri parameter mapping bug when value had question mark, such as cron expression from quartz.
     new 5324d29  Added spring based unit test of quartz with cron expression.
     new f559da2  Fixed test on other boxes.
     new cb6f6e2  Fixed test on other boxes.
     new 14c7eef  Fixed test on other boxes.
     new 9c7bd7b  Added test for different encodings
     new b7064c8  CAMEL-3093: camel-smpp shoud honor the configured encoding
     new 5be7e6a  CAMEL-3093: camel-smpp shoud honor the configured encoding
     new 9b99019  CAMEL-3086 Let the camel-cxf consumer to leverage the CXF continuation API to call the async processor
     new 57927b2  CAMEL-2966. Upgrade flatpack to ver 3.2.0
     new c7caa03  CAMEL-3094 let CxfConsumer lookup the Synchronous option
     new 7340d60  CAMEL-3095 now CxfRSConsumer supports the continuation API
     new 944967b  CAMEL-2966. Upgrade flatpack to ver 3.2.0
     new 772124a  CAMEL-2966: Upgrade to flatpack 3.2.0
     new be1a4d8  Removed not needed repo in pom.
     new bee0854  Fixed tests using released version.
     new 026ebd7  CAMEL-2966: Upgrade to flatpack 3.2.0
     new 92a86b0  CAMEL-3097: Added file:size to file language.
     new 5599932  CAMEL-3100  should return 0 instead of null if the file length is zero
     new 8ee585d  CAMEL-3100 Polishing the codes
     new 75b0290  CAMEL-3100: Polished.
     new 451827a  Fixed test on other boxes.
     new 41a3b36  Fixed bug when removing breakpoint.
     new 86ff929  Fixed test on other boxes
     new 8ea3fce  Fixed compiling with Spring 2.5.x
     new 84b4b64  CAMEL-2951: Upgraded to scala 2.8.0
     new 2384644  Fixed test on other boxes
     new e8b2531  Fixed test on other boxes.
     new 6153f66  CAMEL-3099: Endpoint uris will mask password in logs. Thanks to Lorrin Nelson for the patch.
     new 9832d2c  Added test based on user forum
     new 2f09e3c  Fixed test on other boxes
     new 50c3ef4  CAMEL-3092: Durable subscribers (topics) must provided a clientId. Camel now fail fast if not provided.
     new f63249d  CAMEL-2791 - Properties component - Add option to let it look first/last for JVM system property
     new 708b331  CAMEL-2791 - Properties component - Add option to let it look first/last for JVM system property
     new 61679b3  CAMEL-2791 Removed unnecessary import of DefaultCamelContext in PropertiesParser
     new b0dd639  CAMEL-3102: JmsProducer in InOnly will lookup or create JMSReplyTo destination. This makes it easier to do fire and forget and have a JMSReplyTo header set for the receiver to reply sometime in the future.
     new 81c2a90  Removed duplication of code
     new 083bce0  CAMEL-2987: Adding camel-jasypt as new component for having encrypted passwords or the likes in properties file and whatnot.
     new 1eb9bb6  CAMEL-2987: Jasypt based PropertiesParser to plugin to the Properties component and have it be able to decrypt text on-the-fly.
     new 6dc0b94  CAMEL-2987: using jasypt with properties component to have encrypted values in properties file.
     new 908d9cf  CAMEL-2987: Added camel-jasypt to the kit.
     new 428ddde  svn ignore
     new b85e28b  CAMEL-2987: added optional jars for camel-jasypt tooling.
     new 4e587d0  Fixed the faild unit tests of camel-cxf with CXF 2.3-SNAPSHOT
     new ee34cf9  CAMEL-3106: Added language component. So you can send messages to language endpoint and have a script being evaluated on the message, and the result as the new message body.
     new 45012d1  Fixed the unit test error of CxfMessageHeadersRelayTest with CXF 2.3.0-SNAPSHOT
     new 31f5be5  CAMEL-3046: Removed bespin and other not needed javascript library for camel-web.
     new 9c539e0  CAMEL-3107: SmppBinding set the destination address npi instead of the source address npi Patch applied with thanks to Pavel
     new d84cbdc  Comment out mock-javamail-1.7 to file the build of apache hudson
     new 0fe8032  Downgraded the scala-plugin-version to 2.13.1 to make apache hudson happy
     new 9546016  Upgrading scala plugin as Maven 2.2.1 is now used for building Camel releases.
     new 814f21f  Fixed test on other boxes
     new 2133674  CAMEL-2987: Added feature for camel-jasypt
     new 2287d26  CAMEL-2987: The jasypt tool is not dependent on camel-core anymore.
     new 7bdfa3e  CAMEL-2987: Made it easy to run the Jasypt tooling from cmd line.
     new 9071b42  fixes CAMEL-3109
     new 91f7b78  Added APL2 header to make rat happy in preparation of release
     new 2b2bc58  Added APL2 header to make rat happy in preparation of release
     new b36645b  Added unit test based on user forum issue.
     new 9ec17db  Try to fix the build of camel-itest-osgi
     new 637f2cd  noticed a few typos in the logs
     new 3f547e1  CAMEL-3113 Fixed the issue that @QueryParam doesn't work for CxfBeans
     new 069d46e  CAMEL-3113 revert the change which are for CXF 2.3.0-SNAPSHOT
     new be1a55e  CAMEL-3112 added the charset option into the GenericFileEndpoint
     new e11a4a3  CAMEL-3112 Added a check on the charset option of the file endpoint
     new c822c74  CAMEL-3116 Validate the charset of the ConvertBodyTo DSL
     new fc45a51  clarify readme for WAR archetype
     new 7e3ca23  CAMEL-3118 fixed the issue of camel-spring causes wrong initialization-order of dependent beans
     new f47aa9e  CAMEL-3117 Setting the provider referece from cxfbean's URI
     new 5c4e6bd  Added unit test
     new 88b4e56  CAMEL-3120: Added osgi test for hawtdb
     new 14d741f  CAMEL-3121: Added unit test
     new a33da51  CAMEL-3112 fixed the issue of protobuf Spring DSL
     new e57790c  CAMEL-3108: ConsumerTemplate receiveBody will ensure UoW is done before returning body.
     new b863825  CAMEL-3121: More tests for splitter and UoW issue.
     new f2f3689  CAMEL-3108: Fixed scala compiling
     new 65fbd3f  Added unit test for using custom idempotent consumer repo.
     new 57c96c0  CAMEL-3121: Fixed issue with splitter in non streaming mode and Windows keep input stream locked, causing file on completion not being able to move/delete files splitted.
     new 335c762  CAMEL-3123: Fixed performance degration in camel-jetty due type converter lookup falling back to fallback type converters instead of using Jetty specific converters.
     new 55c60da  CAMEL-3123: Improved performance of PropertyEditorTypeConverter.
     new 113b906  CAMEL-3123: Improved performance of PropertyEditorTypeConverter.
     new 9a5f72c  CAMEL-3123: Improved performance of PropertyEditorTypeConverter.
     new 9946277  Fixed compiling with Spring 2.x
     new 2d6f226  CAMEL-3119 Seda endpoint now supports to track multip consumers at the runtime
     new cbeb00e  Added osgi test for file consumer.
     new 7cbf528  CAMEL-3119 shutdown the multicastExecutor as Claus suggested
     new 5506a26  3126: Added and polished osgi tests.
     new 1df98d4  CAMEL-3126: Added more osgi tests.
     new 680111b  CAMEL-3128: Fixed thread name when endpoint had dollar sign.
     new 6534b15  CAMEL-3130: Fixed ref component causing delay and initialDelay options to be reset.
     new d665baf  CAMEL-3129: Made it easier to override shutdown timeout with camel test kit.
     new 660811a  Removed osgi namespace as its no longer in use.
     new b792a2b  Removed osgi namespace as its no longer in use.
     new c8d8208  Setting maven version in pom.xml
     new 0014c68  Added test for jdbc based idempotent consumer repo. Added missing license to some xml files.
     new e2bc3aa  Upgrade to http client 4.0.2
     new c226305  Added test based on user forum issue
     new 1fad136  CAMEL-3125: Added limit polling consumer poll strategy. Thanks to Ernest for insipiration.
     new 7fa111d  Polished
     new 7dfc9fc  CAMEL-3124: Fixed atom/rss polling entries with throttle enabled causing it to re-load feed on each pool, where as it can just rememeber the feed.
     new f730d87  Polished
     new 5bcb804  Removed the comments of @Ignore
     new 38c910c  Added test based on user forum issue
     new 06225c0  CAMEL-3134: Delete in progress file if failed to completely download from ftp server to a local work dir.
     new 951c109  Upgrade to groovy 1.7.5
     new 36f77aa  CAMEL-3114: Fixed rss component bug with uri encoding.
     new b45c64d  CAMEL-3111: Upgrade to jackson 1.6.0
     new 2750c9c  Fixed the test error of SpringPackageTest
     new 52753a7  Update the trace log of DefaultPackageScanClassResolver
     new ed747f7  CAMEL-1331 FileOperations should expect body to be convertible to File
     new 74ff449  CAMEL-3136: cxfbean component should use existing bean instance instead of re-creating a new instance.
     new ac21a7d  CAMEL-3115: Upgrade to hibernate-validator 4.1.0.Final
     new d10a8b9  Update the camel-jasypt and camel-bean-validator feature
     new da7bdd3  CAMEL-3126: Added jasypt osgi test.
     new 1f9d4a4  CAMEL-3137: Fixed anonymous login to send empty password instead of null.
     new 80dc239  CAMEL-3126: Added more osgi unit tests.
     new ccdec79  Upgraded to ftp server 1.0.4
     new 39ab2c6  CAMEL-3126: Adding more osgi tests.
     new 0acf751  CAMEL-3126: Added more osgi tests.
     new 767f460  CAMEL-3126: Added more osgi tests.
     new ee84dd5  CAMEL-3126: reorganized pacakges a bit because we will have many components to test.
     new 21c8a76  CAMEL-3126: Added more osgi tests for camel-core components.
     new db7cf62  CAMEL-3138: Renamed DefaultUuidGenerator to JavaUuidGenerator.
     new a230323  CAMEL-2543 Configurable URL schemes to be accepted by DefaultPackageScanClassResolver
     new b99c08f  CAMEL-2543 Added unit test for it
     new ae86bdf  CAMEL-3139: Use ActiveMQUuidGenerator by default as its faster than the Java UUID in highly concurrent systems.
     new 8eb3e14  Upgraded to http client 4.0.3
     new bcd3bac  CAMEL-3141: Fixed <route> attributes not support Camel properties placeholders.
     new 762c15c  CAMEL-2743: Fixed jetty returning back http headers using keys in lowercase.
     new 685d7f0e Added xpath transform unit test.
     new 9f6e95f  CAMEL-3144. Patch applied with thanks to Raphael
     new 8fc20e3  CAMEL-3144: Fixed onlyPath on FileUtil.
     new e7d6ab5  CAMEL-3144: Added unit test in camel-ftp.
     new bc7eb40  CAMEL-3144: Kept the API in GenericFile.
     new 74277d8  Fixed test
     new d1c23e5  CAMEL-3143: Dozer is not OSGi compliant. OsgiTypeConverter is now a TypeConverterRegistry as well.
     new 8e182cc  Upgraded to ActiveMQ 5.4.1
     new dc60753  Fixed hanging test
     new ffd9d80  CAMEL-3126: Added more osgi tests.
     new d1ceffb  CAMEL-3149: Expose methods as public on file component, to make it easy for end users to leverage those if they want fine grained control of the file component, from Java code.
     new e1ac006  CAMEL-3152: Include camel-core-xml and camel-core-osgi sources in sources jar for camel-spring and camel-blueprint jars.
     new 468099c  Context-sensitive setting of default UuidGenerator. Closes CAMEL-3140.
     new f5832da  Added a helper constructor in case folks want to reuse the jaxb resolver with a different set of packages
     new 1cd83ff  CAMEL-3153: Added omitFeilds to xstream data format. Thanks to Henryk for part of the work.
     new 9ef28f62 Added unit test based on user forum
     new 9b9b0fb  Added an API to RoutePolicySupport for stopRoute to control timeout for graceful shutdown
     new 575851d  CAMEL-2936 Provided a ScheduledRoutePolicy to make it easy to define when routes should be active, stopped or suspended
     new 2c35b0e  CAMEL-2936 Provided a ScheduledRoutePolicy to make it easy to define when routes should be active, stopped or suspended
     new cea3a97  Cosmetic change extra blank line removed
     new 520d44e  Cosmetic changes, removed unncessary blank lines
     new c7d2348  CAMEL-3154 Support to set the customer xstream dirver
     new 0d83936  Fixed the CS errors of camel-core
     new c25224a  Fixed the CS errors of camel-example-loan-broker
     new c1fe373  Revert the last change, that is my bad
     new 21f9be3  Remove the dependency of icu4j, as it's an optional dependency for jasypt
     new 10bb429  CAMEL-3154 XStream Dataformat now supports to set the customer driver
     new c1e2beb  Enable mock-javamail_1.7 bundle build again
     new d72733f  CAMEL-3154 clean up the unit test of XStreamConfigurationTest
     new 77f0f0d  Fixed the CS errors of JettyConverter and RestletProducerGet2Test
     new 409ce44  CAMEL-3157: Updated javadoc for Exchange
     new 865550c  Clean up the SpringMarshalOmitFieldsTest and XStreamDataFormatOmitFieldsTest
     new 688990c  CAMEL-3158: Calling start/stop on created service.
     new 34b9fbb  CAMEL-3160: Added alternative start token for simple language to avoid clash with springs property placeholder feature.
     new befa00e  cxf proxy example
     new bff5d46  cxf proxy example
     new 8aca421  cxf proxy example
     new 7bea4ef  Added more LB failover test.
     new 551e425  CAMEL-3159: Added discardOnCompletionTimeout to aggregator EIP.
     new 8e66a97  Fixed assembly
     new 95d10d6  CAMEL-2584 Upgrade the apache aries version to 0.2-incubating
     new e4a7859  CAMEL-3166 Set the cxf response message context even the exception is thrown
     new 63996bd  Added the icu4j dependecy with the JDK is 1.5
     new 7f61f26  CAMEL-3157: Added more comments to Exchange API
     new 70ff788  Do not include 5mb .jar in kit when its optional.
     new 694e4f7  CAMEL-3162: added unit test
     new bbe9ed3  CAMEL-3159: discard on timeout in Aggregate EIP. Added test with hawtdb as well.
     new 03e0a65  CAMEL-3159: discard on timeout in Aggregate EIP. Added test with hawtdb as well.
     new ac5b494  CAMEL-3126: Added more osgi tests.
     new 4f57ad9  CAMEL-3126: Added part of CXF test for osgi.
     new 92168ff  CAMEL-3169 Add continuation synchronize block to avoid continuation is resumed befor it is suspended by the other thread
     new ee07d35  CAMEL-3170: Fixed problem setting password from userinfo in uri with the ftp endpoint.
     new cb2c9f3  fix related to FTP password shorthand username:password@server
     new 83b7104  checkstyle fixes
     new dfbaa5a  CAMEL-2936 Updated ScheduledRoutePolicy to use Quartz Component. Also added Spring Unit Tests
     new 0633e78  CAMEL-1350. Replace camel-quickfix with complete rewrite
     new eb794b8  CAMEL-1350. Replace camel-quickfix with complete rewrite
     new 41d7bf6  CAMEL-1350. Changing scheme to the original quickfix. Many thanks to Steve Bate for rewriting this component
     new 293f437  CAMEL-3173 upgrade Karaf version to 2.1.0
     new f383f19  CAMEL-3174: sftp retrieve file should change dir when doing that.
     new f4b8c2f  CAMEL-1350: Polished and fixed CS.
     new bbda925  CAMEL-3174: Changing dir with ftp must do one dir at a time.
     new c2327f8  CAMEL-1350: Applied 2.1 patch. Polished pom.xml. Fixed CS.
     new 3b054a4  Added unit test due forum issue
     new aacd9e1  CAMEL-3181 added the test case
     new 3a9fe66  CAMEL-3182: Easier to set predicates on mock endpoints.
     new 6cd2e15  CAMEL-3185: Fixed restlet producer not setting status code.
     new 06207ac  Fixed test.
     new 5745d15  CAMEL-3187: Fixed PublishEventNotifier to not emit events during events.
     new 02b2b64  Removed tests which caused problems
     new 69a67b8  Added errorHandler in camel-blueprint XSD.
     new 89f9d23  CAMEL-3189: Added unit test.
     new ba69c27  Added unit test.
     new c49ceab  CAMEL-3188: Fixed concurrency issue with binary predicates.
     new b8b37f7  CAMEL-3191: Added SFTP unit tests using Apache SSHD.
     new 7e6ed34  Polished javadoc
     new 3cfb9d8  CAMEL-3174: FTP consumers will use - change back to parent dir when polling sub folders - strategy. API change in FileOperators.
     new 1d15495  CAMEL-3151: CxfProducer uses mandatory body to ensure input message exists. This avoids NPE exceptions later on.
     new 16bdfa5  Fixed compilation error
     new 3231146  CAMEL-2703: Upgraded plugin version for maven-war-plugin to 2.1.
     new ac30c71  CAMEL-2703: Upgraded maven plugin versions: clean from 2.3 to 2.4. checkstyle from 2.2 to 2.3
     new 0108bf1  CAMEL-2703: clean plugin upgraded to 2.4.1
     new 7026075  CAMEL-2703: Upgraded maven javadoc plugin to 2.6.1
     new 88b0f19  CAMEL-2703: Upgraded surefire maven plugin to 2.6
     new 24beec3  CAMEL-2703: Upgraded maven-compiler-plugin to 2.3.2
     new 4eac4a5  CAMEL-2703: Upgraded resources plugin to 2.4.3
     new 74cbd4ae CAMEL-2703: Upgraded javadoc plugin to 2.7
     new 44b9b6d  CAMEL-3196: Upgrade to Jersey 1.4
     new f0d0971  CAMEL-2703: Upgraded install, jar and dependency plugin.
     new aa72582  CAMEL-2703: build helper plugin upgraded to 1.5
     new 935b43c  CAMEL-2703: More maven plugin upgrades.
     new a41e9e4  CAMEL-2703: More maven plugin stuff.
     new 9c43c5b  CAMEL-2703: More maven plugin stuff.
     new b1f3d1d  CAMEL-3193 Fix for reconnect problem with temp queues
     new 94d80e4  Polished
     new ef3a333  CAMEL-2703: Upgraded assembly and release plugin.
     new e14ca20  CAMEL-2703: More maven plugin cleanup.
     new 7571b09  CAMEL-2703: Upgraded to apache parent 7.
     new f1d2efd  add missing instruction to include resources in OSGI bundle
     new 42f17ff  CAMEL-3199. Patch applied with thanks to Tracy Snell
     new e37151d  Polished javadoc.
     new fa0d748  Polished
     new 9afb97f  Upgraded to FTP server 1.0.5
     new ddd3456  CAMEL-3174: Fixed camel-ftp changing directory and downloading files when using absolute paths.
     new d8564a2  Fixed test.
     new a85320f  Fixed ActiveMQ uuid generator to use santizied ids to be friendly for url/file etc. It fixes problem with camel web console also.
     new 449293d  Use - in AMQ id generator
     new e02e8af  CAMEL-2703: Downgrading maven surefire plugin because it caused jdk1.5 to be unstable when testing.
     new 4a4e4c1  Fix broken build
     new d775f2e  CAMEL-3198. Fix NPE in DefaultCamelContext. Thanks to Stefan for proposed fix.
     new 4de01a5  CAMEL-3201. Patch applied with thanks to Savas
     new c75c6ac  Fixed examples.
     new 1027a39  Skipping failing test for now.
     new 65fe9f3  Keep @deprecated to avoid breaking the API to soon
     new f5e71d6  Added test based on forum issue.
     new 812fe75  Fixed enhance warning
     new fb064a0  mvn eclipse:eclipse now works with all examples.
     new 137e81d  Polished
     new 4fa1745  CAMEL-3203: Fixed adding routes with quartz endpoints to already started camel should add jobs to scheduler.
     new fe45c38  Set the svn:ignore property on components/camel-sip
     new 081791d  CAMEL-3190 Supporting to specify the publishedEndpointUrl for cxf:cxfEndpoint
     new 8a03508  CAMEL-3205 The CxfEndpointConvertor should support to configure CxfEndpoint from the properties map. Also Added some tests for CAMEL-3190.
     new 07ada65  Fixed potential NPE in camel-restlet
     new d258fde  Removed the useless @SuppressWarnings
     new e69f315  Removed the useless @SuppressWarnings of the management unit tests
     new a2fa444  CAMEL-3126: Added restlet and cxf-rs integration tests.
     new 5d578711c Upgraded to scalate 1.3
     new c9a1b62  CAMEL-3207 maven clean plugin should be configure to clean up the activemq-data directory
     new 721a8c2  CAMEL-3208: cxfrs now uses fallback converter to make it easier to grab response body in a type you want.
     new 68b581f  Setting id on inlined processor in a route
     new 6fb281f  CAMEL-3212: Jpa enttiy classes is now serializable.
     new b474129  Disabled tests which may cause CI servers to fail on full tests.
     new d1ba09d  CAMEL-3210: EIP String based options now support property placeholders out of the box.
     new 0a01c0f  Polished features file so they are ordered.
     new 79572c3  CAMEL-1102: Upgraded to ApacheDS 1.5.7. Damn they changed their test API alot in a non backward comp.
     new c0bdd7e  CAMEL-463: Adding support for route id and log() DSL method
     new 2a4d794  CAMEL-463: Adding support for pollEnrich() DSL method
     new e914f33  CAMEL-463: Adding support for validate() DSL method
     new ace6f97  CAMEL-463: Adding support for sort() DSL method (incl. sortBody())
     new 6ce9f09  CAMEL-3206 upgrade CXF version to 2.2.11
     new 021e01d  CAMEL-3216: Fixed scheduled poll to not let thread die, to ensure the scheduler keeps running.
     new 89a16ba  CAMEL-3216: Fixed scheduled poll to not let thread die, to ensure the scheduler keeps running.
     new b3147da  CAMEL-3219: Fixed bindy using tab as separator.
     new 12d3f07  CAMEL-3220: Fixed threads which now accepts 0 as core pool size.
     new 1bd9528  CAMEL-3221 clean up the camel-example-cxf-proxy moduel
     new b0e3d99  CAMEL-3221 clean up the camel-example-cxf-proxy moduel, add an unit test for it
     new 02bc64a  CAMEL-3221 Using camel:run the run the example, as we don't using the servlet transport here
     new 78b784a  clean up the cs error of camel-example-reportincident-ws-security-osgi
     new 7712b59  clean up the codes of camel-core
     new ea5d5f6  clean up the IDE warnings of http4, jetty and cxf
     new c197f75  Fixed example building
     new ff0f766  CAMEL-3222: Definition models dont set default value in attribute to avoid outputting in XML when JAXB marshalling. This reduces the noise in the XML.
     new 874fa6e  CAMEL-3225: Lock down OSGi to use CXF 2.2.x as we are not combp. with CXF 2.3
     new 7763a1d  comment out smack repo as smack jar is now at Central - thanks to dkulp for uploading to central
     new 5e5acec  remove servicemix repo which is not needed
     new 6cbaf6b  CAMEL-3225 Lock down the OSGi to use CXF 2.2.x from parent pom.xml
     new 6aa12bc  CAMEL-3221 removed the webapp directory safely
     new a8b729b  CAMEL-3230 Changed the MinaComponent to use the defaultThreadPool instread of cachedThreadPool
     new e3b0220  CAMEL-3220 try to fix the test hang of ThreadsZeroInCoreAndMaxPoolTest
     new 5294b77  CAMEL-3220 try to fix the test hang of ThreadsZeroInCoreAndMaxPoolTest
     new 450667d  CAMEL-3229. Patch applied with thanks to Dan Kulp
     new 772af88  CAMEL-3197 - Added a new Load Balancing algorithm that provides weighted round-robin and weighted random support
     new 64161b9  CAMEL-3233. Patch applied with many thanks to Dan Kulp
     new a4ffde3  Removed @deprecation because camel-bam uses the Time.
     new b304664  CAMEL-3231: Applied patch with thanks to Beat Glattfelder.
     new 5148442  CAMEL-3223: Removed unnessasary convert to input stream when writing a file.
     new 723577b  CAMEL-3234. Patch applied with thanks to Dan Kulp
     new 95a4ef5  CAMEL-3197 Added support for Spring Unit tests
     new febb79f  CAMEL-3197 Added Spring Unit tests for Weighted RoundRobin and Random Load Balancing
     new 839f6b4  Cosmetic documentation change
     new 573672c  Fixed test
     new 58716ad  Fixed test
     new 9c35d72  Disabled test which doesnt run on jdk 1.5
     new 38b4e25  Update snapshot version
     new b41e5ca  Fix artifactId for quickfix
     new 17e494a  Tabs to spaces
     new a36a5a2  checkstyle fix for release
     new 42545f3  Updated javadoc for the Exchange api
     new 09db6a6  [maven-release-plugin] prepare release camel-2.5.0
     new 0f258bd  [maven-release-plugin] prepare for next development iteration
     new 2d15eb1  Polish the unit test of JmsMessageBindTest
     new f1e5741  CAMEL-3235 Added unit tests of start and stop jetty consumer in different camel context
     new ec04b02  Revert the change of thread.sleep
     new ff4b9d1  Polished manual
     new 6e493d8  Polished manual
     new f555bad  Fixed a potential NPE
     new 633a7f2  threadsName should be attribute in threads DSL
     new 5bf35f3  Upgraded to assembly 2.2.
     new 218a160  Fixed test
     new ef7b6bb  CAMEL-3242: Added retryWhile to error handler.
     new bfdee32  CAMEL-3252 Fixed the NPE log fo the DefaultConsumerTemplate
     new 6f224b8  CAMEL-3250: Applied patch with thanks to Daniel Bevenius.
     new d50e73f  CAMEL-3255: Type converters can now be lazy loaded. Thanks to Mark Ford for patch which I can leverage pieces from.
     new 85602f1  CAMEL-3255: reset lazy load flag.
     new 39ef66b  CAMEL-3257: Downgrading to AMQ 5.3.2
     new a2e005d  reverting snapshot version to 2.5
     new 660cf03  Fixed the eclipse warning message for camel-ftp
     new 9fb557f  clean up the Eclipse warnings of camel-quartz
     new bfc9f38  CAMEL-3249: Added test with hawtdb issue
     new 072ff2b  clean up the Eclipse warnings of camel-spring
     new 8ba6257  Removed the setRoutes method from GuiceCamelContext
     new 79b9c7a  clean up the eclipse warning for camel-netty
     new ae4a995  clean up the eclipse warning for camel-sip
     new 8410145  CAMEL-3263: Args from headers should be String parsed just as args from endpoint.
     new fcd3c57  Camel CXF Tomcat example
     new faffbd2  CXF example
     new e99e5c0  Added CXF tomcat example to kit.
     new 957f00e  CAMEL-3249: Upgraded hawtdb with has an important bug fix.
     new 67f62bb  CAMEL-3248: Added feature for camel-exec. Thanks to Jean for patch.
     new 4591284  Upgrade to GAE SDK 1.3.8. Closes CAMEL-3244
     new 8a8669f  CAMEL-3228: Upgraded to Dozer 5.3.0. Thanks to Dmitry Buzdin for patch.
     new 6a6e67b  Fixed test on slow boxes
     new 05cd3db  Skipping test on platforms which doesnt run well.
     new 7455607  [maven-release-plugin] prepare release camel-2.5.0
     new 50ec39d  [maven-release-plugin] prepare for next development iteration
     new 6bbb463  reverted incomplete release
     new d542b59  [maven-release-plugin] prepare release camel-2.5.0
     new 9d2917a  [maven-release-plugin] prepare for next development iteration
     new f17b92c  CAMEL-3197 - Modified Distribution Ratio from a list to delimited String and modiied behavior throwing soft warning regarding best effort distribution to throw a CamelException.
     new 77507ff  CAMEL-3274: using different port numbers for testing with Jetty to avoid port number already in use issue.
     new 205420e  CAMEL-3276: Fixed setting result message on Exchange when pipeline copy result back to exchange.
     new deefdeb  CAMEL-3277: Fixed threading issue with OSGi causing to load type converters concurrently and causing Camel apps to fail thereafter. Thanks to Lars for the patch.
     new ee28859  CAMEL-3270: Upgraded to pax exam 1.2.2
     new 4fde6dd  CAMEL-3197: Polished
     new 9bdc430  Added missing package in JAR
     new 587387f  CAMEL-3273: Upgraded to Netty 3.2.3
     new 7e9957e  Upgraded version in pom.xml
     new eeb33e1  CAMEL-3275: Fxied concurrency issue with case insensitive map when copying using putAll.
     new 92795fe  Added missing license header
     new f7dd2ff  CAMEL-3281: Java DSL now fails fast if onException and the likes are not configured before routes, which they must.
     new 999618e  CAMEL-3197 - Changed the Default Delimiter from ":" to ","
     new a775051  CAMEL-3287: Removed http from features as it clashes with same feature in Karaf.
     new 1a6bb9c  Upgraded to scalate 1.3.1
     new fe184e0  CAMEL-3289: Applied patch from AMQ-2965 to let Camel be able to resolve hostname in AMQ id generator in a more resillient way.
     new a2a87d3  CAMEL-3241: Easier to debug routes using Camel Test Kit.
     new 76a4d20  CAMEL-3286: Introduced taskExecutorSpring2 option to support Spring 2.x with camel-jms thats compiled against Spring 3.x.
     new cef839e  Removed unused stuff from root pom.xml
     new 66f3154  CAMEL-3293: Added exception.stacktrace to Simple language.
     new cf2fea4  Added test based on user forum issue
     new db4fe91  Fixed potential NPE in tracer.
     new 753b633  CAMEL-3297: Upgraded to Spring 3.0.5
     new 1d05bd8  CAMEL-3269 Fixed the Can't find inputstream from in message by applying the patch of Jeremie
     new 679722d  CAMEL-3300: Applied patch from Freeman. To let mvn eclipse:eclipse work.
     new 97330ea  Skipping test which doesnt work well on all boxes.
     new 04e57c1  Clean up the code of DefaultCxfBinding
     new d5d6931  CAMEL-3269 also updated the method of getCxfOutMessage
     new e893a9c  CAMEL-3303 Exporting the package META-INF.cxf.camel instead of META-INF.cxf in camel-cxf bundle
     new 7ac6eea  CAMEL-3301 Upgrade to JSch 0.1.44
     new f89ecd4  CAMEL-3302 OsgiPackageScanClassResolver should have Non-OSGi classloader check fallback
     new bd37949  Fixed readme.txt
     new 8c03333  Added test based on user forum issue
     new 7bd5f1b  CAMEL-3105: New camel-spring-ws component. Thanks to Richard Kettelerij for the contribution.
     new 94fab9d  CAMEL-3308 upgrade the cxf version to 2.3.0
     new a85bdfb  CAMEL-3308 upgrade the cxf version to 2.3.0
     new cbca0e6  CAMEL-3105: Renamed springws to spring-ws as component name.
     new a6349bb  CAMEL-3307: Added camel-spring-ws feature. (Doesnt work completely yet)
     new c17f7ba  Added ftp test (work in progress)
     new 098cea5  Added missing license header
     new 8e7a306  CAMEL-3105: Removed camel-spring-ws to be added later from the ZIP file from the Apache JIRA.
     new 9686491  jsch is using the SNAPSHOT
     new a455c4b  CAMEL-3311: bean parameter binding - Add support for type option to force Camel to pick method with compatible type improve the ability to choose the right method (work in progress)
     new 6150f9e  CAMEL-3310 using CXF 2.3.0 tooling in camel-soap
     new c822cf2  CAMEL-3310 using CXF 2.3.0 tooling in camel-soap
     new 851aed0  CAMEL-3310 revert the change that I committed by mistaking
     new d237abb  CAMEL-3308 revert the change of CxfConsumer so the camel-cxf can suport the CXF 2.2.x and CXF 2.3.x at the same time
     new cc6daa5  CAMEL-3308 Added a profile of cxf-2.2.x
     new b0ae5d7  CAMEL-3308 Updated the cxf version rang
     new 67a73ab  fix logic issue that confuses checkstyle
     new 833e9ca  Revert the change that I just committed by accident
     new 0012f2b  CAMEL-3308 Updated the cxf version rang
     new 9b81f3a  CAMEL-3308 fixed the build of camel-example-reportincident-wssecurity
     new 96bc81c  CAMEL-3105: spring-ws component. Thanks to Richard Kettelerij for donating the component to Apache.
     new 016bf4c  CAMEL-3313: Added some tests
     new b8eb1f2  Clean up the SuppressWarnings from camel-jpa
     new 1d49e57  CAMEL-3313: Include resource details in the caused exception when failed to compile stylesheet in XSLT.
     new 1538511  CAMEL-3298 close the connection when the XmppProducer is stopped
     new 2409243  CAMEL-3236: New camel-jmx component. Thanks to Mark Ford for donating to Apache.
     new c213d27  Added missing license files.
     new bce590a  CAMEL-2405: Added osgi feature for camel-jmx component.
     new fafd95f  CAMEL-3310 using the JAXWS API 2.2 to make camel-soap compile with JDK 1.5
     new f28c9ac  CAMEL-3126 Fixed the XsltRouteTest error by adding the system package
     new 4badd9c  CAMEL-3314: Fixed property placehodler resolution on EIP in nested sub routes.
     new dea943a  Upgraded to MVEL 2.0.18
     new c360f75  Upgraded MVEL bundle
     new 896783a  CAMEL-3310 updated the jaxws scope
     new 34fc2d0  CAMEL-3105: spring-ws component now tests under JDK 1.5 as well.
     new 250faad  CAMEL-3316: Using relative path in pom.xml. Thanks to Dan Kulp for patch.
     new 813e0e5  CAMEL-3309: Added manual tests for ftp
     new 882e6ec  CAMEL-3318: Applied patch with thanks to Steve Bate.
     new 67e5a4f  CAMEL-2737: Added contentCache to xslt component. Thanks to Richard for patch.
     new 3775daa  CAMEL-3236: Fixed some tests and can test on JDK 1.5. Thanks to Mark Ford for patch.
     new e81e305  Cleanup pom.xml
     new be8da9a  Updated spring.schemas to include v2.5.0
     new 56a92fb  CAMEL-3236: Fixed tests. Thanks to Mark Ford for patch.
     new 225f28d  CAMEL-3319 fixed the schemaLocations setting issue of camel-cxf
     new 55730ba  CAMEL-3309: Introduced stepwise option to let you traverse FTP servers as we did in Camel 2.0 to 2.4. When stepwise is disabled then Camel will not use any change directory.
     new aab144f  Change to use javax.mail 1.4.1 to workaround the build issue of apache hudson
     new 1735a93  CAMEL-3309: Fixed sftp producer with change dir stepwise and not stepswise.
     new d86110d  CAMEL-3227 added the Camel-bean-validator OSGi test with thanks to Johan
     new e8c1806  CAMEL-3309: Fixed sftp producer with change dir stepwise and not stepswise.
     new dc02b9b  CAMEL-3319 Added more tests about schemaLocation on CxfRs*
     new 413977a  CAMEL-3192: Thread name syntax now support camelId so if you run multiple Camel apps in same JVM its easier to differentiate.
     new 11b3178  Camel :: Syslog  - RFC3164 compatible marshal and unmarshal of messages.
     new afc17d7  CAMEL-3321: SmppBinding raises NullPointerException when an SMSC insert the Short Message Data inside the message_payload field Thanks Vincenzo for reporting the issue and providing the patch.
     new 9617354  CAMEL-3322 upgraded Jetty version to 7.2.0
     new cb3da61  CAMEL-3267 Added camel-syslog into assembly
     new 6f857d6  Upgraded bundle versions to released versions.
     new 337e6be  Fixed the unit test error of camel-example-cxf
     new b46e4df  CAMEL-3306 Fixed the issue of Transfer-Encoding header
     new 3a77d56  Camel :: Syslog  - checkstyle compliance.
     new 48f602e  fixed up some bad markup, fixing the title of links
     new 1145fb2  CAMEL-3324: Camel will not automatic find next free name when registering in JMX to remedy duplicate CamelContext id clashes. For exampling deploying multiple WARs where camel apps may have same camel context id. OSGi will enforces using bundle id in the JMX name as well.
     new 62adb10  CAMEL-3324: OSGi will prepend the bundle id in the JMX name so they are nicely sorted by bundle id in the JMX consoles.
     new 9bbd8c3  Fixed test
     new 9577e9e  Fixed test.
     new 580e600  Added svn ignore:
     new 194c245  CAMEL-3327 update the camel-cxf features for CXF 2.3.0
     new d4f4078  CAMEL-3327 merge the change of feature.xml into features-spring2.xml
     new 95b31c2  CAMEL-3126 Got the cxf osgi test work with JDK 1.5.0
     new 58ecd4d  CAMEL-3237: Applied patch by Jean. Thanks for the patch.
     new dd75c5a  CAMEL-3328: Added unit test.
     new 8d8f2c9  minor checkstyle fix
     new bba0c5c  minor checkstyle fix
     new a0f4be4  CAMEL-3328: jms producer should be started before it can be used.
     new ec9243f  more checkstyle fixes
     new 865402e  Added fastinstall profile for faster builds (does not run tests nor builds camel-manual)
     new a6df887  not running the release profile anymore, apache-release is used instead
     new bfa479c  don't build the distro for fastinstall
     new 4109f26  CAMEL-3334: Fixed beanshell language. Thanks to Aaron Mulder for patch.
     new ccf8304  CAMEL-3332: CamelSpringTestSupport now accepts a more generic spring application context.
     new 1b9f26d  CAMEL-3335: Fixed NPE in JpaConsumer.
     new d3200b5  CAMEL-3336: Added support for older versions of quartz. Thanks to Savas for patch.
     new 81d50b3  use class name in exception message instead of object id
     new 8771096  CAMEL-3333: Fixed splitter with nested multicast having its UseOriginalAggregationStrategy being removed mistakenly by the nested multicast.
     new d9f7b8d  Fixed exception during stopping about concurrent access to hash map
     new 8572f78  CAMEL-3337: Fixed creating synchronous thread pool.
     new f37dbea  CAMEL-3337: Aggregator uses a synchronized thread pool facade to process completed aggrated exchanges using the caller thread. This avoids any intermediate task queue, which could be filled due slow producer, and causing memory issues.
     new 5741e5d  CAMEL-3329: Added paging support for ldap. Thanks to Georg Henzler for patch.
     new aa5171c  CAMEL-3319 add test of setting the provider for the jaxrs endpoint
     new 4245fec  CAMEL-3330 applied patch with thanks to Tracy
     new b12c3a4  CAMEL-3330: Polished JMX example.
     new 4b2a87e  CAMEL-3330: Polished JMX example.
     new 77a5575  CAMEL-3342 Only call the continuation API when camel-cxf run with CXF 2.3.x
     new a1c3f4a  CAMEL-3342, CAMEL-3343 Clean up camel-cxfrs code
     new 165bbf7  CAMEL-3341: Fixed proxy endpoint did not start producer. Thanks to Caspar MacRae for patch.
     new 277bb37  CAMEL-3344: Fixed issue with calculating redelivery delay may exceeding max delay setting.
     new 95afc86  Fixed potential NPE when getting the camel context name.
     new ace0b70  Disable the osgi tests when the tests is running with JDK1.6
     new 52776db  CAMEL-3349 - Fixed race condition discovered in camel-cxf while getting initial binding to perform synch/async invocation
     new 4ce95b0  CAMEL-3345: Added unit test
     new 41ea44c  Set the svn ignore property of camel-example-jmx
     new 74655df  CAMEL-3348: Fixed issue with seda consumer in rare condition may lose exchange during graceful shutdown on high loaded systems.
     new 94bb388  CAMEL-3350: CamelContext fails fast on startup if LifecycleStrategy fails as well.
     new c40eb4b  CAMEL-3348: Fixed theoretical condition that seda consumer may shutdown while an polled exchange was about to be processed.
     new e7a26df  CAMEL-3355: Fixed concurrenct modification exception potentially thrown on high load when performing onCompletion.
     new 75f9ffa  CAMEL-3352: Reusing logic for pipes and filters in the various EIP patterns in Camel.
     new 23ffeba  CAMEL-3356. Improved locale support in camel-bindy
     new f4e3b24  CAMEL-3356. Improved locale support in camel-bindy; added support for locale in model
     new 1b67f47  CAMEL-3357 Upgrade SpringSecurity to 3.0.5.RELEASE
     new a5964e3  Fixes the jaxrs endpoint not handling exceptions. Exceptions are by default if the code returned is > 207 handled.
     new ae3c8ad  Reverse merging a commit by mistake.
     new 11fa58a  Removed repo not needed anymore.
     new 78ea50a  CAMEL-3360: Remove camel-osgi which is obsolte and not used anymore.
     new 8eeea72  CAMEL-3352: Fixed multicast using stop on exception now honoring fault messages or exception already handled by error handler. Now it resembles the pipeline (camel routing engine).
     new 1fb7753  Added unit test based on forum issue
     new 665c224  CAMEL-3348: Fixed issue stopping seda consumer ensuring all exchanges on qudeues is processed during graceful shutdown.
     new 9029662  CAMEL-3356 Fixed the camel-bindy build error on JDK 1.5
     new 6986fdf  CAMEL-3268: Removed old legacy maven repo as dep to let this component build with maven 3.
     new 6b0324b  CAMEL-3366: FtpProducer now also suppports stepwise option when uploading files.
     new 86f170d  CAMEL-3359: Added separator option to ftp producer to dictate what path separator to use when uploading files.
     new 029ba97  Fixed potential issue with this test.
     new 9e33e9f  CAMEL-3167: Constant fields from Exchange can now be referred as String in the DSL. Making it easier from Spring XML as you just use Exchange.FILE_NAME and it validates if the field exist or not.
     new 7dbe0a8  CAMEL-3167: Constant fields from Exchange can now be referred as String in the DSL. Making it easier from Spring XML as you just use Exchange.FILE_NAME and it validates if the field exist or not.
     new e08f460  CAMEL-3202: Exchange now contains creation timestamp in property.
     new 79463a7  CAMEL-3204: Added camel-jixb data format. Thanks to Henryk for patch.
     new 7f3ee95  CAMEL-3204: Added camel-jibx to the kit.
     new c3f8713  CAMEL-3161: Check that load balancer is not misconfigured, eg having configured it double.
     new ace79ec  CAMEL-3373: Fixed markRollbackOnlyLast affecting outer transaction. Fixed logging of commit/rollback when markRollbackOnlyLast was used.
     new 5db3c51  Added svn ignore
     new 79ab533  CAMEL-3374: Added support for quickfix settings in spring XML. Thanks to Steve Bate for patch.
     new dbc2f0b  CAMEL-3372: Added unit test
     new caaf110  Improved logging
     new fbb1688  CAMEL-3266: InterceptStrategy is now ordered in the order they are added. Use Ordered interface to control the exact order.
     new dbd3d50  CAMEL-3266: InterceptStrategy is now ordered in the order they are added. Use Ordered interface to control the exact order.
     new 302c69c  CAMEL-3377: Improved validation of configured endpoint for spring-integration component.
     new 4aa03d1  Added test for loading route from XML file and adding to Camel at runtime.
     new 1214182  CAMEL-3378: Added loadRoutesDefinition to CamelContext to easily load routes from XML resources.
     new 9c01f1d  Added test for loading route from XML file and adding to Camel at runtime.
     new 7db99eb  Camel fails if onCompletion has been mis configured from Java DSL.
     new fb5e7f0  CAMEL-3370. Patch applied with thanks to Jean Baptiste
     new 7962c30  CAMEL-3379. Patch applied with thanks to Paul
     new cb78a66  CAMEL-3379. Minor checkstyle fixes
     new 9e52ba4  CAMEL-3384. Upgrade builds to use apache pom 8
     new 56f6713  add try catch test with multiple catch blocks
     new a12e546  CAMEL-3387: Upgrade to Velocity 1.7
     new 1e57f4e  CAMEL-3385. Patch applied with thanks to Dan Kulp
     new 52091c5  Add a test that shows a weird bean annotation failure mode
     new 2033507  Upgrade to AMQ 5.4.2
     new fb87477  CAMEL-3385: reverted back to use jsch 0.1.44
     new 0919a0f  CAMEL-3388: Fixed @OutHeaders when exchange is InOnly.
     new 526cc21  CAMEL-3389: Fixed PackageHelper testing for version number not handling empty string.
     new 3a23ef5  Polished
     new f463138  JMX is disabled by camel-guice component.
     new 2a8fff8  CAMEL-3279, CAMEL-3392: Improved JMX. Any processor used in the route DSL will be managed. Allow custom Processor to be ManagementAware and expose its own set of attributes/operations with Spring JMX annotations, and have those enlisted instead of the default ManagedProcessor mbean. Using node id for ObjectName for managed processor.
     new 3f0c1b9  If needed JARs is not on classpath, then JMX will be disabled and fallback to non JMX. Added standalone test to test this.
     new 0ab9704  MR-385: Fixed ftp producer creating directory using windows path. It should normalize the path.
     new 338cc04  Added unit test based on user issue.
     new 08f9664  [CAMEL-3381][CAMEL-3382] Publish the CamelContext as an OSGi service and propagate camel events as EventAdmin events
     new b0c6084  [CAMEL-3381] Add an integration test
     new 18e1a14  CAMEL-3394: Fixed splitter not using error handling if exception was thrown during evaluation of next splitted piece to use.
     new 8433e6d  CAMEL-3395: Fixed Splitter not setting correltion correlation id from splitted exchange to their parent exchange.
     new 09fabb4  [CAMEL-3386] Support destination address override by CxfProvider and CxfrsProvider
     new 51eb530  Added license to pom.xml
     new 44c5deb  [CAMEL-3271] packageScan does not work with camel-blueprint
     new 7573a5c  CAMEL-3399: Using Spring JMX annotations is picked up and use without the need for implementing ManagementAware, which has been @deprecated.
     new 6d7eaed  Fixed test.
     new 4bd3c9c  Fixed test on slow boxes.
     new 7d48aea  CAMEL-3391: Upgraded to quartz 1.8.4. Thanks to Jean for patch.
     new 85d2c61  CAMEL-3391: quartz now need sfl4j.
     new 162d92d  CAMEL-3393: upgraded to lucene 3.0.3. Thanks to Jean for patch.
     new aaeaefe  Updated example to include all the xml crap you need
     new d545542  CAMEL-3380. Patch applied with thanks to Jean Baptiste
     new 362b01d  [CAMEL-3295][CAMEL-3398] Fix injection in camel-blueprint
     new dbd4c12  Make sure properties substitution works with blueprint
     new a51d0e9  [CAMEL-3390] Add a test case to make sure RouteBuilder references work
     new 7bbec70  CAMEL-3279: Custom beans can now also be managed from JMX using their own set of operations/attributes.
     new 7834bda  [CAMEL-3386] removed client cache in CxfProvider based on Willem's feedback
     new 456babc  Camel-Restlet, throwExceptionOnFailure for the producer.
     new 8f192e5  CAMEL-3351 applied patch with thanks to Tracy
     new c0285ec  Fixed the warning of camel-web
     new 4841662  CAMEL-3228 Upgraded dozer to 5.3.1 which still does not support OSGi
     new b506490  CAMEL-3403: Fixed interceptSendToEndpoint not checking stop DSL to prevent sending to intercepted endpoint. Fixed MockEndpoint assertions when interceptSendToEndpoint being used.
     new 69b4627  Added exec test using quoted arguments.
     new 99b40ab  Added test based on user forum issue.
     new 4719730  CAMEL-3317: Added unit test to test issue with hawtdb.
     new 5f0127e  CAMEL-3402 Use ServiceMix guice bundle
     new dab0df5  CAMEL-3409 Upgraded CXF version to 2.3.1
     new 3aa4782  [CAMEL-3186] @EndpointInject not working in bean created by blueprint
     new 1f76a64  Added a bit more trace logging in hawtdb
     new 580fbaf  CAMEL-3410. Patch applied with thanks to Jean Baptiste
     new 354a5c0  CAMEL-3411. Removed unused and not very useful tests
     new 4e2c8f1  CAMEL-3387: Upgrade to Velocity 1.7
     new c7637b3  [CAMEL-3414] Support for <routeContext> and <proxy> in blueprint
     new 662cb83  Removed the unused couter of HawtDBAggregateDiscardOnTimeoutTest
     new e87b3e1  Make splitter support Iterable (CAMEL-3415)
     new 0683e42  CAMEL-3416: DefaultTimeoutMap now forces a executor service in the ctr.
     new b016993  CAMEL-3411: Optimized test time.
     new d2199a7  CAMEL-3404: Using hawtdb from central repo. Thanks to Jean for patch.
     new 912059a  CAMEL-3418: Added matchesMockWaitTime method to NotifyBuilder
     new 5701deb  CAMEL-3417L UoW will now perform on completions (synchronization) before event notification about the exchange is done.
     new cb93d61  CAMEL-3411: Cut down on thread sleep in unit tests.
     new f3879a8  CAMEL-3419: Using @Temporary on timestamp for JPA entity.
     new b759058  CAMEL-3411: Reduced test times.
     new 21cea13  CAMEL-3411. Simplify usage of NotifyBuilder
     new 29adef9  add a test for mixed POJO and PAYLOAD mode in the same route
     new 0570263  CAMEL-3421 Added more test into camel-irc
     new a3225df  Ensure OSGi blueprint tests is run as it must end with Test in the classname.
     new 8e78b44  CAMEL-3186: Fixed so camel-spring works again.
     new 0a5b59f  Remove the skip-tests profile as we need to know the which test is failed
     new b51032f  NotifyBuilderTest now looks as if a Camel end user would use NotifyBuilder. Fixed CS.
     new 677f478  Fixed CS.
     new a2d2b5c  Fixed CS.
     new 8c69c5f  Fixed test.
     new 6b8b6fb  Fixed normalize file path on Windows.
     new 17fcfc4  CAMEL-3422 Upgraded Jetty version to 7.2.1.v20101111
     new 4dfa20b  Fixed test.
     new f1b3006  Fixed test.
     new 0b3f957  CAMEL-3400: Added option deleteOutputFile to xslt component.
     new 1ff6f43  CAMEL-3423: IdempotentRepository is now managed in JMX.
     new 943c887  Added test based on user forum issue
     new b2f7a94  CAMEL-3126: Added blueprint test which is a simple hello world using a file component.
     new 55d93c2  CAMEL-3423: Fixed compiler issue.
     new 6ed89eb  CAMEL-3425: CamelContext logger should not be static, so extended class have its classname logged. Eg so its easier to spot OsgiCamelContext and BlueprintCamelContext.
     new 11adcf8  Using released bundles.
     new 9f4cc4d  CAMEL-3376: Using SMX castor bundle. Thanks to Jean for patch.
     new b284a24  CAMEL-3406: Using SMX bundle. Thanks to Jean for patch.
     new 61740eb  CAMEL-3407: Use SMX bundle. Thanks to Jean for patch.
     new 55c730f  CAMEL-3405: Use SMX bundle. Thanks to Jean for patch.
     new 1ef0682  CAMEL-3412: Upgrade to SMX bundle. Thanks to Jean for patch.
     new 69e309f  Using SMX bundle.
     new a96024c  Fixed IRC component. Every component must have a default no-arg ctr.
     new 5230e99  CAMEL-3407: Revert back to use restlet JARs directly as their are already osgi bundles. CAMEL-3243: Include restlet engine in pom.xml at runtime.
     new 25d82ff  Added svn ignore
     new cb9cc9b  CAMEL-3427: ConsumerTemplate expose doneUoW you may need in special cases. Added javadoc why and when.
     new 320545c  CAMEL-3428. Patch applied with thanks
     new 0c35b63  CAMEL-3428. Checkstyle fixes:wq
     new bd2a4e3  Fix the compile error of JdbcIdempotentRepository
     new d60d07b  Try to fix the build error of camel-ftp in JDK 1.5
     new 3e1c7d0  Try to fix the build error of camel-ftp in JDK 1.5 with a better solution
     new 29cb51c  CAMEL-3426 Make sure the callback.done is called when the CXF producer is calling a oneway operation
     new 7272a05  CAMEL-3428: Polished
     new 34a9231  CAMEL-3431 Set the exception into the message body incase the exception of exchange is not copied through the NMR
     new 881aa27  CAMEL-3430: Fixed intercept send to endpoint with endpoints having parameters.
     new 6fdec9e  CAMEL-3430: Fixed intercept send to endpoint with endpoints having parameters.
     new eb55134  CAMEL-3432: Upgrade to scala 2.8.1
     new 6454c40  Revert back to quartz 1.8.3 in osgi as 1.8.4 requires slf4j and that causes some import issues with pax-logging.
     new df4c65a  Fixed test.
     new 42de303  CAMEL-3434: Using EndpointKey holder class to ensure consistent lookup/add/remove of endpoints in EndpointRegistry on CamelContext.
     new e76d23b  CAMEL-3433: Fixed in predicate to handle null results from expressions.
     new 6e2dc38  Fixed test on windows
     new 0c88258  Fixed tests.
     new fe55374  More features test.
     new cd774e0  CAMEL-3431 Set the exception into the message body
     new 1905cd5  Polish the CamelFileGreeterOneWayTest
     new 764d9b4  Added test based on user forum issue.
     new 8fe7bfa  Sets the Endpoint on FromDefinition when resolve is called.
     new ba098f1  CAMEL-3436. Patch applied with thanks to David Valeri
     new 433704b  CAMEL-3436. Checkstyle fixes
     new 13b8ceb  Fixed test due recent commit by joel
     new 9f8f3c3  File language should throw invalid expression if could not resolve, for example misspelt syntax
     new 9903271  CAMEL-3369: Added writing done file to file/ftp producer.
     new d223bc3  [CAMEL-3425] CamelContext is started twice when using camel-blueprint
     new f0a6917  XML should auto lookup custom ManagementNamingStrategy
     new 4c9af35  Reverted commit revs 1050112 and 1050324 because it was really not good. The model must be stateless as it can be used as skeleton for multiple real routes being built
     new 1565e4f  CAMEL-3437: Thread pools now use better naming in JMX, so its much easier for end user to spot whats the thread pool is used for.
     new 53177d5  CAMEL-3437: Thread pools now use better naming in JMX, so its much easier for end user to spot whats the thread pool is used for.
     new 374f1ea  CAMEL-3437: Improved naming for common thread pools used internally in Camel such as for producer template, error handlers, graceful shutdown etc.
     new eba2c89  CAMEL-3441: DataFormat now supports Service and CamelContextAware which means its easier to do custom initialization logic in your data formats. CAMEL-3438: Attempt to use classloader from CamelContext with JAXB to fix classloading issues in for example OSGi runtimes.
     new 1673d2e  CAMEL-3441: DataFormat now supports Service and CamelContextAware which means its easier to do custom initialization logic in your data formats. CAMEL-3438: Attempt to use classloader from CamelContext with JAXB to fix classloading issues in for example OSGi runtimes.
     new fa59339  CAMEL-3438: Use ApplicationContextClassLoader if possible with JAXBContext. Removed need for synchronization due we can leverage the start/stop callbacks.
     new 4b86c5c  Added test based on user forum issue
     new aff13f3  Added test based on user forum issue
     new 2b9397a  CAMEL-3442: Fixed package scan class loading issue in Apache ServiceMix 4.x when using JBI, due OSGi concurrent nature causing concurrent access to class loaders.
     new 1b549d8  Improved javadoc on getEndpoint on from/to defintion as they may return null.
     new ebb8c56  CAMEL-3444 upgrade jetty version to 7.2.2.v20101205
     new fa99788  Fixed a typo of FallbackTypeConverter
     new 9ac2dec  CAMEL-3443 Honor the charset setting of Http Content-Type from the CamelServlet
     new 09732de  CAMEL-3443 Added test on camel-servlet
     new 7d37a9a  CAMEL-3443 Ported the patch into camel-http4 module
     new 5e3412a  Upgraded to Groovy 1.7.6
     new 82849b4  CAMEL-3443 Added the missed file HttpHelper in the camel-http4
     new 5ed0a01  CAMEL-3442: Fixed test.
     new c771cb6  [CAMEL-3253] camel-blueprint: support for errorHandler
     new 72db117  CAMEL-3446: camel-printer uses defaults if no option configured for media size and slides. Thanks to Torsten for patch.
     new 261810e  CAMEL-3447: Camel uses same media size names as Java Printer API. Thanks to Torsten for patch.
     new 0e62db1  CAMEL-3163: File/FTP consumer now support doneFileName option to only consume a file if a done file exists as well.
     new fa999cf  Mark camel as an OSGi ready Apache project
     new b345dd8  CAMEL-3448: Fixed issue with route scoped onException may pickup an onException from another route. Also fixes so it now prefers route scoped over context scoped.
     new daa8cc8  CAMEL-3285 Create a new blackbox component(routebox) which can encapsulate routes in an inner context and can direct payloads to inner routes based on a strategy or a dispatch map
     new e79dc64  CAMEL-3448: Added more tests.
     new 414e3cf  Fixed the build error of camel-routebox in JDK15
     new 96e994a  CAMEL-2305: Added unit test.
     new d3da09c  Added test based on user forum issue
     new b677cea  CAMEL-3451: Do not explict set default values for attributes on CamelContext as JAXB will emit those when outputting XML. Instead rely on absent of value and pick default value, just as we do on the other attributes.
     new d0d473a  Polished
     new e6744d9  CAMEL-3454: Upgrade to xml security 1.4.4
     new 2487bb1  Removed not needed Collection check as Collection is Iterable
     new 94a120c  Add a pax-logging camel component
     new 41f9857  Add an event-admin camel component
     new 80e086d  [CAMEL-3457] add two new osgi related components: eventadmin and paxlogging
     new ca9d4b6  Adding the new components to the distribution kit.
     new fdea3a2  CAMEL-3458: Fixed Bindy in fixed length mode to throw exception if field is larger than allowed length. Added option clip so you can clip the field when this happens, to workaround this issue.
     new 4c18702  Added test based on user forum issue
     new 073b50c  CAMEL-3461 Put the CamelCxfMessage into Camel Message Header
     new c8696b6  CAMEL-3461 Fixed the CS errors of DefaultCxfBinding
     new a83c301  CAMEL-3460: Added RedeliveryMaxCounter header to message when Camel performs redelivery, so end user can know when its the last redelivery attempt.
     new 250f5ba  CAMEL-3462: JmsProducer in InOnly should support JMSReplyTo if provided as header or endpoint configuration.             Now it sends JMSReplyTo information, but will of course not wait for any reply.             You can use this to still provide a reply to destination, and have some other consumer pickup and process the replies. CAMEL-3463: JMSReplyTo provided in header should be normalized to remove any queue or topic prefix.
     new 9364166  Polished camel-printer. Fixed testing camel-printer on hudson when no printers on host. Added svn ignore.
     new e2cbb26  CAMEL-3353 Fix the issue of CxfRsInvoker silently swallows exceptions
     new e9c9505  CAMEL-3218: Added transferException option to http,jetty,servlet components. Added support for application/x-java-serialized-object content type for response body supported by http proucer. It will automatic deserialize the java object.
     new 8ef30e3  CAMEL-3218: Ported changes from camel-http to camel-http4
     new a5a9687  Polished
     new 112a423  CAMEL-3364: Polished
     new 207c873  CAMEL-3466: Polished
     new ecfaf51  fixed the maven parent artifactId from components to camel-parent
     new dc35031  Upgrade to GAE SDK 1.4.0. Closes CAMEL-3347
     new 4dc5d49  CAMEL-3327 update the apache-camel feature with JAXB 2.2.x
     new fb7e930  CAMEL-3285: Polished code a bit due code review.
     new 101601f  CAMEL-3466: Removed not needed class.
     new e8ced19  CAMEL-3218: http/jetty/servlet now supports content type with serialized java objects both on producer and consumer side. Added some missing options in camel-servlet.
     new 2747b81  CAMEL-3218: Ported changes from camel-http to camel-http4 from rev 1053667
     new ea80c09  Polished
     new 52b9ebb  CAMEL-3175: Added test.
     new a6ff60e  CAMEL-3179: Added test.
     new 3360b43  CAMEL-1397: Added some basic route statistics to web console. Thanks to Ben for patch.
     new f9084fe  CAMEL-3475: Idenitify incoming message type in camel-smpp consumer
     new 0b0e684  MinaConsumer and MinaProducer now use the endpoint reference from its super class and doesn'n manager its own instance variable
     new d3cf9ed  CAMEL-3346: Added new simplejirabot example. Thanks to Tracy Snell for patch.
     new 4c5030d  CAMEL-3429: Added excludePattern parameter to removeHeaders DSL. Thanks to Richard Kettelerij for the patch.
     new 9ed30dd  Added svn ignore
     new 5b8b2e3  CAMEL-3429: Polished javadoc.
     new 1197fc6  CAMEL-3479: Fixed CamelContinuationServlet may throw NPE under heavy load. Refactored logic to be similar to example from Jetty Continuation guide at their website. Also added check for continuation expired.
     new 85e78ea  CAMEL-3429. Fix broken scala component by new API in Message class
     new 6858749  MailConsumer and MailProducer now use the endpoint reference from its super class and doesn'n manager its own instance variable
     new cd27df1  CAMEL-3483: csv unmarshal and maybe other components uses default encoding
     new b29db88  CAMEL-3327 using the servicemix specs 1.7-SNAPSHOT for jaxb2.2 api bundler
     new 528d7ec  CAMEL-3485 Introduce CXFServletService Interface for camel-servlet component
     new 24de83f  CAMEL-3473: Fixed camel-cache configuration not defensivly copied when creating endpoint. Thanks to Tracy Snell for patch.
     new 4e3344d  test commit that fixes CS... please ignore
     new 1841b63  CAMEL-3486: NotifyBuilder should be created before matches can be used
     new a5ad329  CAMEL-3368: Upgraded to EHCache 2.3. Thanks to Tracy for patch.
     new 2f1002b  CAMEL-3487. Patch applied with thanks to Tracy
     new fe522c7  CAMEL-3483: csv unmarshal and maybe other components uses default encoding
     new 22c26fb  CAMEL-3483: csv unmarshal and maybe other components uses default encoding
     new 967d60e  CAMEL-3493: synchronized when adding or removing route definitions, to avoid concurrency issues if doing this from multiple threads
     new f6658ba  CAMEL-3494 camel-cxf endpoint supports to lookup service name and endpoint name from the wsdl if there is only one in the WSDL
     new a81cc43  CAMEL-3468: New camel-aws component
     new 204edc9  added svn:ignore properties
     new f321012  CAMEL-1902: Throughput logger can now also log using a scheduled interval. Thanks to Ben ODay for patch.
     new 35f65fd  CAMEL-3494 Added the file of WSDLServiceConfiguration
     new b1b63b2  CAMEL-3488: JpaTraceEventMessage uses @Lob for fields which can contain a lot of data. Thanks to Marco for patch.
     new 128fe8b  CAMEL-3489: Fixed bindy when using quoted csv records, now it will unquote each token properly. Fixed issue with using pipeline as delimiter as well.
     new ec11f17  CAMEL-3133 support void methods and methods without parameters
     new b1b4683  CAMEL-3499 Added a new OSGi unit test for test JAXB runtime
     new eb7c2d1  CAMEL-3500: Headers on message is now using string interning for Camel keys, to reduce memory consumption.
     new 4c9ce70  CAMEL-3500: Headers on message and properties on Exchange is now using string interning for Camel keys, to reduce memory consumption.
     new f4b1ab7  CAMEL-3500: Headers on message and properties on Exchange is now using string interning for Camel keys, to reduce memory consumption.
     new 88a8dda  CAMEL-3472: Example of Spring Web Services component Thank you Richard Kettelerij for this contribution!
     new 79a690b  added missing license header
     new 1cefbb6  Fixed CS error of JaxbDataFormat
     new 9dfe05c  CAMEL-1902: throughput logger using interval logs number of messages received since last log. Thank to Ben for patch.
     new b71a666  Added svn ignore
     new ae58692  CAMEL-3485 added tages for wiki doc
     new 64adb11  CAMEL-3502: New camel jdbc aggregation repository. Thanks to Oliver Roger for donating this great work to Apache.
     new 4721e60  CAMEL-3502: New camel jdbc aggregation repository. Thanks to Oliver Roger for donating this great work to Apache.
     new 4dfe096  CAMEL-3505,CAMEL-3499 fixed the camel-soap import JRE package issue
     new 7b900da  CAMEL-3506: @deprecated handled on doTry and doCatch as its seldom used and it complicates error handling
     new b48b361  CAMEL-3502: Configuring jdbc agg repo is now easier using setter/getters.
     new b460670  CAMEL-3498: Fixed splitter aggregating on-the-fly on the input exchange, where as it should have used a defensive copy, to avoid any side effects during splitting, such as an exception being set to be propagated back to the input message when splitting is done.
     new 1c317a9  CAMEL-3505 fix the javax.ws.rs version rang
     new 4ae4da4  Added the dependency of camel-aws to apache-camel
     new 1552911  CAMEL-3509: Added option to strip all whitespace to xquery.
     new 0be3918  CAMEL-3497: Cancelling future tasks is now done using a running boolean instead of a keeping a big array list with the future references.
     new 78f1826  CAMEL-3239: quartz component now enforces trigger name/group being unique. This does not apply for clustered. Thanks to Tracy Snell for patch.
     new 075f58c  CAMEL-3497: Fixed logging using correct index number for exchange when using parallel
     new 4c1de3e  CAMEL-3454 Added a karaf feature to deploy the routebox component in Servicemix as an OSGI bundle
     new 39cf1c0  CAMEL-3497: Optimized multicast,splitter,recipient list to re-use error handlers for sub messages. This reduces memory consumption.
     new 5df84d3  CAMEL-3508 Add better exception message when data format not on classpath
     new e9168c8  CAMEL-3508 Fixed Typo
     new aa9dd24  CAMEL-3508 Added unit test for fix for a better exception message when data format not on classpath
     new 4f6db8a  CAMEL-3513 - use new maven-archetype packaging for archetypes
     new d4c8e71  fixing pesky CS error
     new e1ffcbf  Noticed a typo in the logs
     new 208f53a  Fixed compiler issue on JDK 1.5
     new 3917857  CAMEL-3478: camel-xmpp includes headers with details from xmpp. Thanks to Tracy for patch.
     new 4796eb2  CAMEL-3497: Reduced memory consumption for splitter.
     new 1747263  CAMEL-3497: Fixed splitter using too much memory when using parallel mode. Now it aggregtes on-the-fly which means memory consumption is low and it now runs much faster overall in performance.
     new 480a72b  CAMEL-3497: Fixed splitter using too much memory when using parallel mode. Now it aggregtes on-the-fly which means memory consumption is low and it now runs much faster overall in performance.
     new 9d901f5  CAMEL-3311: bean parameter binding - Add support for type option to force Camel to pick method with compatible type
     new 8726269  CAMEL-3311: Polished code
     new b8c80c4  CAMEL-3497: Fixed subtle issue with aggregation task blocking.
     new 8745adf  CAMEL-3339: Added Main class to camel-core. Thanks to Ben for patch.
     new af71dc4  CAMEL-3339: Added Main class to camel-core. Thanks to Ben for patch.
     new bfa96aa  Upgraded to pax-exam 1.2.3
     new a9034d6  Fixed the build error of MainTest
     new 47bb468  CAMEL-3514 allow sampling throttler to sample based on message frequency
     new 958563c  Remove the duplicated unit test
     new 89b60ec  CAMEL-3514 fixed the test error fof SpringSamplingThrottlerTest
     new c0e1b27  CAMEL-3497: Fixed timeout issue when using parallel on multicast/splitter etc. to fetch any already completed tasks to aggregate during timeout.
     new 3a4a2e8  CAMEL-3497: Fixed rare potential deadlock issue with aggregate task not being given time to run due thread pool overloaded when running in parallel mode on multicast/splitter.
     new a26b608  CAMEL-3497: Fixed rare potential deadlock issue with aggregate task not being given time to run due thread pool overloaded when running in parallel mode on multicast/splitter.
     new 2f93a4c  Added test based on user forum issue
     new 2d43f6b  Enabled jetty producer tests as its async supported now.
     new 1fe4905  Added karaf test for new components.
     new 49842f6  CAMEL-3523: Optimized seda component to only use logic to keep track on seda endpoints come and go if multiple consumers option has been enabled.
     new 77010d9  CAMEL-3480: Added new camel-kestrel component. Thanks to Dan Checkoway for the contribution.
     new 522c5fa  CAMEL-3524: Added option to set timeout when using Jetty continuation. The default timeout of 30 sec. is sometime to slow for some systems.
     new f3a5344  CAMEL-3480: jvm assertion should be disabled when testing.
     new fdca237  CAMEL-3480. Fix to add camel-kestrel to release
     new 3f89f30  Updated the Camel JIRA url
     new e79abf3  CAMEL-3526 applied patch for SplitterWithXqureyTest refereces Sun JDK specific classes
     new 0be9913  CAMEL-3520: Added readLockCheckInterval option to file/ftp consumer. Thanks to Pham Ngoc Hai for the patch.
     new 99aec23  CAMEL-3525 Use static version of manual for builds
     new 9498fc6  CAMEL-3327 Using servicemix specs 1.7.0
     new 1ee4c46  CAMEL-3527: Added option to disable using Jetty continuation.
     new f661d83  Added unit test based on user forum issue
     new a70119f  Polished
     new 8b355c7  CAMEL-3528. Patch applied with thanks to Dan Kulp
     new 6fc9413  CAMEL-3530. Patch applied with thanks to Craig McDaniel
     new 0e4d41f  Keep passing test silent
     new c67a9bd  CAMEL-3529: Fixed unit test.
     new f803874  Ignore test which hangs.
     new 978b5e8  CAMEL-3532 Added camel-jibx, camel-syslog, camel-pax-logging and camel-eventAdmin features
     new c5f76f3  Updated the camel-paxlogging pom
     new 0d42611  CAMEL-3532 revert the version change of jasypt
     new 93478f0  Upgraded to karaf 2.1.3 and added tests for new features.
     new ec62bd7  CAMEL-3533 change the DotMojo dependency to test
     new c87705a  Ignore tests which fails.
     new 384db1a  Fixed karaf test and added log4j logging file.
     new 16bc11f  Fixed osgi tests.
     new 6ee63ff  CAMEL-3536: camel-aws sks component uses aws- preifx in scheme component nane.
     new 892adf0  CAMEL-3536: camel-aws sks component uses aws- preifx in scheme component nane.
     new dfe94eb  CAMEL-3536: camel-aws sks component uses aws- preifx in scheme component nane.
     new 5e966f5  CAMEL-3535: Added unit test
     new a4197e1  CAMEL-3537: camel-snmp supports selecting protocol. Better logging when starting/stopping.
     new 8aa20c8b Use auto instead of client (acknowledge mode) when testing camel-jms.
     new 5b983ff  Fixed the CS errors of camel-eventadmin
     new dad0ca5  Fixed the CS errors of camel-paxlogging
     new 84ba0ac  Fixed the other CS errors
     new 5ee9139  CAMEL-3538: PollingConsumerPollStrategy now has the actual number of messages polled in its commit callback. BatchConsumer adjusted to return number of messages polled.
     new f6a3fb1  CAMEL-3228 Fix the camel-dozer OSGi test error
     new c6ee598  CAMEL-3228 polish the comment of DozerTypeConveterLoader
     new ed5b319  Polished management test to reuse base test class. Fixed CS.
     new ee9904d  Fixing test on CI servers.
     new f9c1643  CAMEL-3540: Fixed camel-jt400 receive using timeout should be in seconds. Thanks to Joao Loureiro for the patch.
     new 58ca112  CAMEL-3240 Graceful shutdown - Add support for give up if timeout triggered
     new 1586af7  Add camel-ruby bundle definition
     new b6ed621  Added the SyslogTest with thanks to joed
     new ec23cc7  Test showing that camel-script doesn't work in OSGi However, it won't pass even when that is fixed unless you get an OSGi-ified   version of JRuby (or some other scripting language and change the route) So it's @Ignored for now
     new 5b6838f  CAMEL-3240 applied patch with thanks to Ben
     new 2277bb8  Added some tests
     new cdce6d3  CAMEL-3541: OnException should require at least one exception class has been set.
     new b739a0c  Fixed the CS error of RubyOsgiTest
     new 328c713  Added unit test for FAQ.
     new c62eef3  CAMEL-3240 update the javadoc as Claus suggested.
     new 4997182  CAMEL-3240 Fixed camel-core build error.
     new b56d296  CAMEL-3535: Use a copy of the incoming exchange for aggregation without sharing UoW. This ensures that on compleiton on the completed exchange always will be executed. This ensures the aggregation repository will always be confirmed, and the internal in progress map will have the completed exchange removed as well, preventing it from eating memory over time.
     new ba761c6  CAMEL-3543: Routes from JAXB/XML is being prepared before usage with logic now hosted in camel-core so its unified and shared.
     new 113a75f  update Camel features file Saxon version to align with parent pom
     new 090e932  Upgraded SNAPSHOT to released versions of bundles.
     new bb9721a  CAMEL-3543: Fixed loading routes from XML should prepare route model sooner.
     new faef1af  CAMEL-3311: bean parameter binding - Add support for type option to force Camel to pick method with compatible type
     new 1ee621d  CAMEL-3545: Refined code to only validate if it was a bean ref to ensure it's valid. This helps check mis types during start of Camel.
     new 050c542  CAMEL-3545: More eager method name check when using bean in Camel routes. Now also bean instances is checked.
     new 89fb1b5  Reverted changes for CAMEL-3311
     new 07df21b  CAMEL-3240: Added shutdown route with timeout and abort. Thanks to Ben for patch.
     new e029fef  Disabled JMX on AMQ broker side during unit testing.
     new 4f57ca5  Disabled JMX on AMQ broker side during unit testing.
     new 5a0f8e7  Fixed tests from CI. Added test based on user forum issue.
     new d98358e  Disabled camel-ruby in features as jruby is not a valid OSGi JAR.
     new e374086  Fixed test
     new 0a082de  Fixed blueprint test. Removed diff file from root.
     new 2381bd9  Fixed test on CI
     new a0a9f7f  Fixed scala type converter tests.
     new 5eea5df  Fixed typo
     new b877224  Remove useless property of karaf feature
     new 807d12a  Cut down test time for camel-jms.
     new ef0980a  Disable using JMX in tests and removed not needed test.
     new 46a6389  Skipping test at it fails occationally on CI servers.
     new 588b2cf7 Cut down test times.
     new 0a1e58b  Polished and removed system out
     new 3243303  Fixed unit testing to setup embedded AMQ in similar way, and to work around AMQ-3138 issue. Using CamelJmsTestHelper to prepare for unit testing without pertest JVM setting in the future.
     new 35b5338  Using an counter instead of random number for unique broker name. Thats much better :)
     new b20fbd1  lock down archetype plugin version
     new 3818e2d  Upgrade surefire plugin
     new 091fcec  CAMEL-3553 upgrade CXF version to 2.3.2-SNAPSHOT
     new f49083c  CAMEL-3555: Improved logic for transfering JMSReplyTo Destination from the listener to the producer.
     new 6929dec  Added unit test based on user forum issue
     new ec2a4c9  Fixed tests.
     new 2c1f658  CAMEL-3550: Camel fail on startup if type converters cannot by loaded by the classpath scanning using AnnotationTypeConverterLoader.
     new 86475d2  Added apache snapshot repo into root pom.xml
     new feee237  CAMEL-3558 camel-cxf producer parameter check exception should be more meaningful.
     new 6774244  Added spring XML idempotent consumer test and example.
     new be742d8  Added spring XML idempotent consumer test and example.
     new 6c3adb3  CAMEL-3559: Fixed completeFromBatchConsumer on the aggregator.
     new d6b0c77  Fixed test.
     new c895182  Fixed tests on slow servers.
     new 6cfa68c  Consolidate use of assertFileExists
     new 8c32e6e  Fixed test.
     new a211f98  CAMEL-3286: Spring 2.x task executor should be configurable on consumer and request/reply consumers as well.
     new c4dab90  CAMEL-3560: Added fallback in UoWProcessor to catch unhandled exceptions and ensure UoW is done. This prevents in-flight registry to be tracked propertly, ensure graceful shutdown doesnt hit timeout due 1 message stuck.
     new 53dfc44  CAMEL-3560: Added fallback in UoWProcessor to catch unhandled exceptions and ensure UoW is done. This prevents in-flight registry to be tracked propertly, ensure graceful shutdown doesnt hit timeout due 1 message stuck.
     new 65d7ace  CAMEL-3554 Camel Transport now also maps some special headers from camel to cxf like cxfbean does
     new bb57db4  Fix the test of ManagementExampleTest
     new c497c93  Fix the test of ManagementExampleTest
     new cfa6139  Fixed test
     new 2200788  Fixed test on slower servers.
     new 2d6f236  CAMEL-3564: Added ref function to simple langauge.
     new 33a16d1  CAMEL-3462: JmsProducer in InOnly mode should only send JMSReplyTo if preserverMessageQos=true is configured on endpoint.
     new 34c86ae  CAMEL-3566: Added option to ignore the WARN logs for InOnly with JMSReplyTo provided.
     new cb5280f  CAMEL-3566: Reverted the new option. Change the WARN to DEBUG logging level. The behavior is documented at the camel website.
     new a9870d7  CAMEL-3562 BindyFixedLengthDataFormat does a trim on Fixed Length record
     new 7de0b4a  CAMEL-3562 BindyFixedLengthDataFormat does a trim on Fixed Length record
     new 887c6ab  CAMEL-3562 BindyFixedLengthDataFormat does a trim on Fixed Length record
     new 593bf0d  CAMEL-3562 Removed BindySimpleFixedLengthUnmarshallTest-context.xml from simple directory. Migrated file to simple/trim...
     new ea57641  CAMEL-3562 Removed BindySimpleFixedLengthUnmarshallTest.java from simple directory. Migrated file to simple/trim...
     new 7d5bf08  CAMEL-3562 Updated behavior based on recommendations by Claus
     new 5350ab0  CAMEL-3561. Fix archetype poms to not generate warnings
     new c598082  CAMEL-3561. Improved fix that parameterizes the compiler plugin version
     new f514c3f  CAMEL-3569. Fix badly generated code by component archetype
     new 853342e  Changed the maven bunle manifestLocation of camel-example-reportincident-ws-security-osgi
     new f11fa68  Upgraded to openejb 3.1.4
     new d1c9545  Fixed test
     new b0ebb43  CAMEL-3565: Properties component now trim values to accomodate issue when loading properties file which have trailing spaces.
     new 9fc0f84  Commented out the snapshot repositories
     new 20705da  Fixed test.
     new 855b848  Added svn ignore for write file in camel-cxf
     new 4c319cc  CAMEL-3562: unmarshalling using fixed length should not trim input record. Added better test for that. Removed not needed option to control the trimming as it should never trim.
     new 6de573e  CAMEL-3562: unmarshalling using fixed length should not trim input record. Added better test for that. Removed not needed option to control the trimming as it should never trim.
     new 329ba4a  CAMEL-3562: Fixed trim option not working on @DataField in fixed length mode.
     new db59b86  CAMEL-3572 set exception on exchange instead of only logging it
     new ea61049  CAMEL-3572 added unit test like Claus suggested
     new ab91335  Fixed test
     new 83d6a16  Skipping test which occational fail on CI.
     new f7cb282  CAMEL-3553: Upgraded to CXF 2.3.2
     new f7494e0  CAMEL-3564. Test that the evaluation of the ref'd bean returns the expected object
     new e8560fe  Upgrade CXF plugin to 2.3.2, as 2.3.1 does not exist.
     new 992e88f  Fixed tests
     new 901db3d  Fixed test.
     new e6ce69c  try to fix the JMX test failed in faster box.
     new 62b7a6d  Fixed tests.
     new c1b199f  Fixed test
     new fa8defa  CAMEL-3581 Forward http response code from CXF to Camel
     new 5dd767c  Fix version value
     new 019ee5c  [maven-release-plugin] prepare release camel-2.6.0
     new d122b74  [maven-release-plugin] prepare for next development iteration
     new 75fb6ab  Added an unit test to show how to marshal the customer fault.
     new 6836813  Try to fix the camel-core test error on a slow box
     new f57d98b  CAMEL-3575 Fixed issues in allowing ScheduledRoutePolicy to handle more than one action (start, stop, resume, pause)
     new 0b2db00  Removed unnecessary imports
     new b0d03e3  Removed commented code for CAMEL-3575
     new 1015252  CAMEL-3596  CxfProducer should throw a more meaningful exception when it can't find the binding operation info
     new 46747cd  CAMEL-3597: Better shutdown of the example.
     new d247aa9  CAMEL-3578: Any endpoints can now easily be mocked during test. CAMEL-2630: Mock endpoint now has DSL for arrived to set expectations about timespan between messages arrived on the mock.
     new 36fe6a0  CAMEL-3578: Any endpoints can now easily be mocked during test. CAMEL-2630: Mock endpoint now has DSL for arrived to set expectations about timespan between messages arrived on the mock.
     new 97890dd  CAMEL-3578. Revert incomplete fix that breaks build
     new 63fa9ff  Fixed CS
     new fd3732cc CAMEL-3600: Avoid startings/stopping services multiple times. Now Camel checks state and only executes if needed.
     new 1554050  Polished
     new d63f43d  CAMEL-3254 Added ability to set multiple policies on a route in Spring and via API's
     new 5ff8ff9  Removing .DS_Store file which was added by mistake.
     new e632462  CAMEL-3254: Added test for using multiple route policies. Reworked a bit to only use one RoutePolicyProcessor.
     new 31adb40  CAMEL-3508 Improved error message to print dataformat name when available.
     new a5a52a9  CAMEL-3254 Fix broken build
     new 20e1540  CAMEL-3508. Improve way of expressing improved message
     new b67e704  Make git ignore osx specific metadata
     new 0da9d00  Added snippet for documentation.
     new 439ab4c  CAMEL-3587: Improved javadoc on DefaultEndpoint. Thanks to David Tombs for patch. Fixed CS.
     new 8b95065  CAMEL-3592: Added more TRACE logging for osgi class and resource loading.
     new 1859de1  CAMEL-3595: Improved existFile check to cater for / and \ mixed separators in file names when compating.
     new 60589dd  CAMEL-3585: Upgrade to Apache HttpClients 4.1
     new 8d9fb3b  CAMEL-3585: Upgrade to Apache HttpClients 4.1
     new 4f70056  CAMEL-3580 Type converter for CXFPayload data type
     new 64f8b2c  CAMEL-3580 fixed a CS error of CxfPayloadConverter
     new 38a2ec8  Added task queue information to managed thread pool.
     new 082b1fa  CAMEL-3577: ProducerTemplate lazy creates thread pool on demand (only when asyncXXX is being used).
     new 8177360  CAMEL-3602 camel xslt component should set the ErrorHandler when it uses the Transformer to transform the message
     new 47d6c40  Changed the camel-buildtools version to the latest released 2.6.0
     new f722cb7  Updated svn ignore
     new f07a52a  Mark the scala dependency as provided so we don't pass it as transitive dep to project using newer versions of scala.
     new ac03a68  Upgraded pom.xml to 2.7-SNAPSHOT
     new 92e73b9  CAMEL-3605: Using slf4j 1.5.11 which works with karaf/smx.
     new 90f4acf  CAMEL-3605: Switching to use sfl4j as logger in camel-core.
     new 7ba68f3  CAMEL-3605: switching to slf4j logger. More migration done.
     new 4f9233c  CAMEL-3605: Switching to slf4j logger. Fixed camel-core-osgi.
     new 8951247  CAMEL-3605: Switching to slf4j. Fixed tests.
     new 39d7e5d  CAMEL-3268: Upgrading to maven-checkstyle-plugin 2.6 to resolve problems with Maven 3
     new 86d45cf  CAMEL-3605: Migrated to slf4j for all Camel components.
     new 8dbe547  CAMEL-3605: Switching to slf4j. Migrated tests, examples and tooling.
     new cc4a70e  Fixed the camel-cxf test error which is caused by the refactor of logging
     new 6fb053a  CAMEL-3605 Fixed the CS error of camel-cxf
     new ebdd2b6  CAMEL-3605 Fixed the CS errors
     new 105fb2b  CAMEL-3605: Migrating to slf4j logger in the distribution kit.
     new a81dea4  CAMEL-3605: Polished
     new f012991  CAMEL-3608 HttpProducer should keep the content-type when it is working as a proxy
     new 4fd620c  CAMEL-3605 Fixed the CS errors
     new a776852  CAMEL-3605: Migrating to slf4j. Fixing components so they can run tests.
     new f3cc54b  set the root poms property camel-buildtools.version to 2.7-SNAPSHOT
     new 698193f  CAMEL-3605: Migrating to slf4j. Fixing components so they can run tests.
     new ece87c0  remove the root poms property camel-buildtools.version
     new 2a8c4ec  moving to sandbox as its experimental code.
     new f1820f0  CAMEL-3268: upgrade maven-checkstyle-plugin
     new 5637867  CAMEL-3501 Added missing @Required annotation from setter methods on a few model definitions...
     new 07a96e0  CAMEL-3573: In some places we use ObjectHelper.loadClass() instead of ClassResolver.resolveClass()
     new df1a1d8  CAMEL-3589: Add camel-aws OSGI integration test
     new b2a1354  Fixed CS errors
     new ade3e1e  CAMEL-3609 Upgrade to jersey 1.5 in camel-web
     new 46112a7  Fix for https://issues.apache.org/jira/browse/CAMEL-3616
     new 94af529  [CAMEL-3614] When the OsgiTypeConverter looks for TypeConverterLoader services in the OSGi registry, it should use its own BundleContext instead of the one from the client bundle so that class space consistency can be fully enforced
     new 5983b69  Fixed CS.
     new db9970c  CAMEL-3614: Fixed compiler error
     new 57043f0  Fixed CS.
     new 645603e  CAMEL-3610: Camel now supports MDC logging.
     new 609f2f2  CAMEL-3610: Added transactionKey to MDC logging.
     new 0262672  CAMEL-3617: Fixed issue with file consumer using absolute starting directory.
     new 3f6defe  CAMEL-3617: Fixed test on windows
     new e6958c0  CAMEL-3601: Added karaf info to bundles. Thanks to Luksaz for the patch.
     new 5a0e077  CAMEL-3624: camel-smpp should unbind from SMSC before diconnecting
     new ec0be80  Fix broken build due to missing dependency
     new 2e76143  CAMEL-3603. Drop support for jdk 1.5
     new 096f6bb  CAMEL-3588. Use scope 'provided' for geronimo spec jars
     new 39a8e4e  CAMEL-3438. Fix for injected context
     new 9f12dd6  Fix build issue due to duplicate dependency declarations
     new f392d41  CAMEL-3588: Use provided scope for JMS specs.
     new 29c8248  CAMEL-3603: Using IOException with nested exception. Deprecated IOHelp[er.
     new 86142f4  CAMEL-3604: Upgrade to Spring 3 as minimum.
     new 7ba3528  Fixed wrong group id for slf4j in pom.xml
     new 771bb33  CAMEL-3604: features.xml renamed spring3 to spring.
     new ca797ae  CAMEL-3604: Upgraded to spring 3. Looked at that TODO, and we gotta do as now, which works.
     new 8edb852  CAMEL-3239: Fixed unique jobname check for stateful jobs. Thanks to Tracy Snell for the patch.
     new 7ce66a8  CAMEL-3490 Add OsgiServletRegisterer to make it easier for users to add the camel servlet in osgi
     new 4f4bc72  CAMEL-3633: Forced disabling Quartz update checker. CAMEL-3579: You can now use multiple QuartzScheduler instances in the same JVM classloader. Thanks to Sergey for the patch.
     new 6d09580  CAMEL-3593: Added avail port finder to camel-test. Thanks to Tracy Snell for patch.
     new 9869de3  CAMEL-3627: Upgraded to groovy 1.7.7
     new c5aee59  Added test for mail poll enrich.
     new 63e4196  CAMEL-3490 Moved OsgiServletRegisterer to package osgi to make sure there are no classloader issues in non osgi
     new a19f79f  CAMEL-3576: Use Camel managed thread pool for jms consumers, if no custom configured.
     new abc2315  CAMEL-3576: Don't use task executor for reply manager as spring DMLC is a bit pants when using thread pools.
     new 9766fed  CAMEL-3628 - Patch thanks to Tracy Snell.
     new 30d7d28  CAMEL-3634: Add option to set resultClass when using native query with camel-jpa
     new be009b5  CAMEL-3604: Spring 3 is now minimum.
     new bd90165  CAMEL-3637: Fixed camel-eventadmin feature. Thanks to Jean for patch.
     new 9f10ab2  CAMEL-3638 Upgrade of maven bundle plugin to version 2.3.4
     new 4dfcbd5  CAMEL-3490 Bugfixes, Added httpcontext so security can be handled
     new b126749  CAMEL-3490
     new 9b50958  CAMEL-3584: Fixed concurrent writing the same file using file producer should be synchronized.
     new b40b702  CAMEL-3584: Fixed compiler error due API change in processExchange method.
     new 4051c36  CAMEL-3642: OSGi must import file strategy package from camel-core in the camel-ftp component.
     new 683b346  CAMEL-3643 camel-cxf should not copy the attachments between the CXF and Camel message if the endpoint is working POJO DataFormat
     new 0e5526c  removed the System.out.println of CxfPayloadConverterTest
     new 34b27eb  CAMEL-3629 Remove creating DefaultCamelContext from CamelCoduit
     new 6c55ada  CAMEL-3645: Made it possible to set remoteInterfaces in XML DSL.
     new 6542c82  CAMEL-2853 - camel-stream - tailing logfile does not seem to work when logfile is rolled over update
     new deae257  CAMEL-3646: Added rmi example.
     new 93c9bfa  ensured that the deprecated attribute is optional, not mandatory for the endpoint element
     new f30bff1  avoid outputting a deprecated attribute when marshalling the XML
     new d3511dc  CAMEL-3268: Fix features-maven-plugin validate goal, remove tabs and fix a few minor issues in the features.xml
     new 36378fc  removed a bunch more default JAXB default values so that by default we only marshal attributes which are actually configured by hand. this avoids the XML representation of the model being unnecessarily verbose
     new d91c983  CAMEL-3647: Fix the Sonar Blocker: Performance - Maps and sets of URLs can be performance hogs
     new 924d51a  CAMEL-3648: Provide a JdbcMessageIdRepository for the idempotent consumer EIP
     new 8ba16e8  added the SNIPPET tags for the documentation
     new 827e63c  Fixed snippet for docu
     new 7558a7b  allow the same Camel Type Conversion we support for Endpoints to also work for Components when resolving a component in the registry for CAMEL-3651 and CAMEL-3563
     new 44362d0  first spike of a solution for CAMEL-3651 and CAMEL-3563 so that we can turn a CamelContext containing one or more routes into a black box and then refer to its 'public endpoints' using global URIs which then map to local internal endpoints inside the CamelContext
     new f12ee10  CAMEL-3641: Camel is less aggresive registering services in JMX. Now it only does that when starting and during adding new routes. This avoid some situations where we would enlist too many mbeans and eat memory.
     new e32e0ee  CAMEL-3641: Camel is less aggresive registering services in JMX. Now it only does that when starting and during adding new routes. This avoid some situations where we would enlist too many mbeans and eat memory.
     new 24b6b8c  CAMEL-3650: SMSC initiated unbind spawns exponential amounts of reconnect threads
     new ed542ad  CAMEL-3652: Fix the Sonar Critical issue: Performance - Inefficient use of keySet iterator instead of entrySet iterator
     new e25c6af  CAMEL-3639: Fixed sonortype reported issue. Thanks to Tracy Snell for the patch.
     new c27df6a  CAMEL-3653: Fixed sonartype issues. Thanks to Tracy for patch.
     new 6932367  Fixed CS. Polished.
     new 683585f  CAMEL-3644: Added getter for endpoints in the abstract XML CamelContext FactoryBean so its avail in camel-spring and camel-blueprint. Polished.
     new d9a4743  CAMEL-3640: Lucene should type convert to String for headers and not type cast.
     new 8433180  Fixed test.
     new 485f79e  CAMEL-3654: BinaryPredicate is now thread safe.
     new b7f8ea8  CAMEL-3657: Fixed subtle test. Using volatile in mock endpoint for state, to ensure visibilty of state changes between threads.
     new 4c86e1d  CAMEL-3630: Upgraded to SI 2.0.3
     new b3a85d0  CAMEL-1353: Added Spring Expression Language to camel-spring. Thanks to Richard Kettelerij for the patch. Great work.
     new ba9f499  CAMEL-3650: SMSC initiated unbind spawns exponential amounts of reconnect threads
     new 212c8ba  Upgraded spring-ws version per Richard Kettelerij, thanks a bunch. This resolves : Camel CAMEL-3659
     new 445f68a  CAMEL-3658: redelivery policy supports property placeholders.
     new 7aee69d  fixed the wrong dependency version of org.springframework/spring-oxm in camel-spring-ws feature
     new 0482522  added missing license and notice file
     new de244e2  added missing license and notice file
     new 3a77369  added missing license and notice file
     new 0417f57  added missing license and notice file
     new f6ae738  fixed the wrong version number reference from camel-buildtools
     new 739933c  CAMEL-3661: Added redepliveryPolicyProfile in XML DSL so you can easily use common profiles. They also support property placeholders. Added validation on errorHandler in XML to fail if misconfigured.
     new 6437964  CAMEL-3650: SMSC initiated unbind spawns exponential amounts of reconnect threads
     new 51931c7  CAMEL-3664: Fixed NPE in toString
     new b7a1995  Mark ref as @Required for throwException EIP for tooling purpose
     new 56b815d  CAMEL-3665: AdviceWith will now fail if using error handler, as its not supported. Fixed potential NPE in intercept from.
     new b168613  CAMEL-2954: camel-mybatis component. Support for pojo statement pending. And for consumer.
     new 0c0820e  CAMEL-3666: Content-Type can be optional. Thanks to Fernando for the patch.
     new 72b7249  Fixed the CS errors
     new 800350b  Polished ibatis and renamed the consumer as its not a polling consumer EIP.
     new 26895b2  CAMEL-2954: added consumer to mybatis component.
     new f72db94  Fixed the CS errors of tests
     new af7e55c  CAMEL-3668 Add setFaultBody spring DSL
     new 4b099e5  CAMEL-2954: Added feature to mybatis component.
     new 3e787f1  CAMEL-2954: Added mybatis to distribution. Added osgi test.
     new 7ff5d3a  CAMEL-3669: Removed lib/jdk15 from dist kit.
     new 65ace82  Removed script API as its part of JDK 1.6 now.
     new fe86d30  CAMEL-3650: SMSC initiated unbind spawns exponential amounts of reconnect threads
     new e52b589  Polished.
     new f8bc010  CAMEL-3670: Fixed concurrency issue with bean component when choosing method to invoke. BeanInfo is now thread safe.
     new b3c52aa  Avoid poential NPE when stopping jms consumer.
     new 2985c4b  Upgraded to karaf 2.1.4 for testing.
     new c6e9310  fix for https://issues.apache.org/jira/browse/CAMEL-3672
     new a6c57ea  Upgraded to groovy 1.7.8
     new 9b7bc79  CAMEL-3675: Fixed <jmxAgent> supporting property placeholders in the disabled option.
     new 22357d1  CAMEL-3679 workaround the maven javadoc plugin check link issue
     new c8bea27  CAMEL-3678: Added endChoice in the DSL so you can use any EIPs inside the Content Based Router and continue routing with when/otherwise.
     new 2c295f0  CAMEL-3676: Removing $ in source files.
     new c72cc34  CAMEL-3676: Removing $ in source files.
     new f051743  CAMEL-3676: Removing $ in source files.
     new 41516b6  CAMEL-3676: Removing $ in source files.
     new 1fc9701  CAMEL-3676: Removing $ in source files.
     new 5dc3d8e  CAMEL-3676: Removing $ in source files.
     new 5a2ddd1  CAMEL-3676: Removing $ in source files.
     new d067869  CAMEL-3676: Removing $ in source files.
     new 9bff5e9  CAMEL-3676: Removing $ in source files.
     new 22f593e  CAMEL-3676: Removing $ in source files.
     new 03da843  CAMEL-3681: Added byte[] to DOMSource converter.
     new f0e45db  CAMEL-3683 Updated the content message header of multi-part request in camel-cxf component
     new 1b0e074  CAMEL-3688: Added setFaultBody to jaxb.index file and added a test in camel-spring.
     new 501c192  Polished
     new ccae3b1  CAMEL-3685: Fixed splitter in parallel mode blocking if nothing to iterate during splitting.
     new 3a881ffd Added camel-context to the kit.
     new 190aabb  CAMEL-3689: AdviceWith can now manipulate routes. This allows you for example to replace parts of routes during testing.
     new 6c91227  CAMEL-3689: AdviceWith can now manipulate routes. This allows you for example to replace parts of routes during testing.
     new 2a3f339  CAMEL-3690: Fixed endpoints not being registers in services to close as endpoints is enlisted in its own list. This prevents 2x shutdown of endpoints when Camel shutdown.
     new 46ccdcc  CAMEL-3687: camel-javaspace now works with latest gigaspaes. Thanks to David Greco for patch.
     new 08dcc40  CAMEL-3694: camel-cxf will lazy initialize CXF Continuation, so its only used if enabled. Thanks to Arnoud for the patch.
     new 3b820ac  remove a couple of more svn keywords
     new 941d5d3  CAMEL-3694: Do not use CXF continuation if option is disabled
     new 4d72f76  CAMEL-3695: Removed logic which detects CXF version prior to 2.3 as camel-cxf now requires CXF 2.3 or better.
     new 2dcf093  CAMEL-3656: Add support for Asynchronous smpp interaction - work in progress
     new 85a15b4  revert my last faulty commit
     new 0ed65ea  CAMEL-3649: Move the camel-jdbc-aggregator into camel-sql
     new a8f9c22  Using karaf 2.1.4 GA plugin
     new bfd293c  CAMEL-3618: Upgraded to Jackson 1.7.1
     new d30b5ae  CAMEL-3692: Fixed Boolean getter/setter being java bean spec compliant. Make it easier to use introspection in toolling etc.
     new 7c6d00f  CAMEL-3696: Removed list of Expression for Resequencer EIP as it was not support and useable anyway. Only 1 expression is needed.
     new c95baa8  CAMEL-3689: Renamed adviceByXX to weaveByXX
     new 5d3f974  allow CAMEL-3651 and CAMEL-3563 to work in OSGi blueprint too
     new e39abc7  allow CAMEL-3651 and CAMEL-3563 to work in OSGi blueprint too
     new 18ee1fd  CAMEL-3568 - switch camel-archetype-java to use new descriptor format
     new 39c8781  CAMEL-3210: Property placeholders can now be used for any attribute in XML DSL. Using the xs:any for otherAttributes.
     new bb488b5  CAMEL-3703: Resequencer in XML now configures the config in the top of the XML and not in the bottom.
     new c96ca79  Fix broken build from : CAMEL-3696: Removed list of Expression for Resequencer.
     new b545589  New component - Camel-DNS.
     new 80837a8  CAMEL :: DNS, CamelCasing in accordance with checkstyle.
     new 728352e  CAMEL-3707: Sort EIP does not support outputs. And in XML DSL its configured its expression just as the other EIPs. Removed not wanted methods from Java DSL.
     new 2ee5f6f  CAMEL-3649: Moved jdbc aggregator to sql component.
     new 0fd0cd2  Upgrade wss4j version to 1.5.11 in apache-camel feature
     new 4449aaa  CAMEL-3701: camel-restlet upgraded to reslet 2.0.5. Thanks to Michael Shorter for patch.
     new e4305cf  CAMEL-3667: Polished camel-dns.
     new 5f1e380  CAMEL-3667: Polished camel-dns.
     new 0191e7d  CAMEL-3667: Polished camel-dns.
     new c192a9d  CAMEL-3701: upgraded to restlet 2.0.5
     new e5c5178  Avoid using tcp port for testing to avoid issues with port number in use at CI servers.
     new c949d37  CAMEL-3708: Tidy up model to either support or not support outputs.
     new fb0ffb2  add slf4j dependency to archetype
     new dd47d68  Added test for exchange completed event
     new a2b1140  CAMEL-3713. Fix for duplicate mail attachments. Thanks to Paul for providing the patch.
     new 37208de  CAMEL-3713. Checkstyle fix.
     new 7ea5eb8  Fixed CS error of OsgiServletRegisterer
     new 4c37e77  CAMEL-3709: InterceptFrom now works if using endpoint instances and not just uris
     new 1ddd528  CAMEL-3711: Fixed onException with same type is preserved in same order when route is built
     new 304e352  CAMEL-3712: Route preparation logic is now fully reused for all DSLs (Java, XML etc.)
     new 36c2645  CAMEL-3709: Fixed interceptFrom to work with from endpoint using ref instead of url.
     new c290dfc  CAMEL-3709: Polished
     new d0d01eb  Ups
     new 1afd190  [CAMEL-3620] Blueprint container goes 'GracePeriod' if component is defined in the same XML file
     new 86397f6  camel-3717: Add a new camel archetype to deploy a light WAR of camel routes on Jetty/Tomcat
     new dd5da12  CAMEL-3715: Fixed double encoding of uri with http/http4 producers.
     new 2516d6c  CAMEL-3702 Added client code for testing
     new bbc399a  Polished and aligned model classes to be consistent. Added missing data formats to marhsal/unmarshal.
     new 36c9efb  CAMEL-3693: Added sanity checker test that ensures the model is consistent. Fixed the errors it reported.
     new e4245d5  Polished
     new a2ce3c2  Damn you camel-bam instantiating output def
     new e947f1f  Fixed CS.
     new 9367683  CAMEL-3315: Upgraded to jasypt 1.7
     new ea196d1  CAMEL-3718: Fixed OracleAQ not supporting JMSReplyTo and thrown exception on accessing.
     new 3909c87  Reordered components so components which may break due changes in camel-core etc. is tested earlier. Sorted the reminader A..Z
     new 6f747de  CAMEL-3720: Disable optimize concurrent gets. Thanks to Dan for the patch.
     new 7debe3a  Added svn ignore
     new 4054075  CAMEL-3674: Added support for blueprint location to Camel properties component to bridge Blueprint and Camel. This allows you to use Blueprint placeholder in Camel routes.
     new d8a3946  CAMEL-3724: Removed <beanPostProcessor> from Spring XML as it had no use for end user.
     new c4110ad  CAMEL-3722: ThreadPoolProfile and ThreadPool now accepts String types making them easy to use with property placeholders.
     new 79e83df  CAMEL-3721: Properties component now support jvm/os env placeholders in location option.
     new 0e13f06  CAMEL-3650: SMSC initiated unbind spawns exponential amounts of reconnect threads
     new d162df6  Polished model
     new 78a88ad  CAMEL-3590: camel-hazelcast component. Thanks for the contribution.
     new a33b076  CAMEL-3590: Added camel-hazelcast to kit.
     new c5d95bb  CAMEL-3570: only output address info in toString for snmp endpoint to avoid showing credentails or other details.
     new f13fb5f  Reverted commit, which broke an issue with splitter.
     new ff2713d  CAMEL-3727: Fixed recipient list in parallel mode creating a new thread pool for aggregator background task.
     new 8ce6064  CAMEL-3727: Fixed recipient list in parallel mode creating a new thread pool for aggregator background task.
     new 57ee2ed  CAMEL-3650: SMSC initiated unbind spawns exponential amounts of reconnect threads
     new c270665  fix for CAMEL-3726 to show camel-context working using Spring IoC along with solving a dependency issue with CamelPostProcessorHelper causing eager loading of CamelContext objects which breaks the depends-on attribute usage
     new 95c7c5d  CAMEL-3731: Logging ignored exception at DEBUG level instead of INFO.
     new 25cba4f  Polished and fixed CS.
     new fa197f2  CAMEL-3728: Moved DNS documentation to wiki
     new e18192d  CAMEL-3729: Added test for jaxb issue when using spring java config.
     new 09445c1  CAMEL-3732 Upgrade CXF version to 2.3.3
     new e1c08ff  CAMEL-3733 Added comments on isUseRouteBuilder method of CamelContextTestSupport
     new b199a21  CAMEL-3733 Added comments on isUseRouteBuilder method of CamelContextTestSupport
     new c4f9c27  CAMEL-3738: Prefer to use async processor for log and mock components/eips.
     new ac3dfc9  CAMEL-3738: Prefer to use async processor for log and mock components/eips.
     new bd26d06  CAMEL-3737: resequencer in XML DSL is now a choice for the batch or stream config.
     new aa1bd3e  CAMEL-3736: Attribute beanType changed from Class to String in model. Also using ClassResolver from CamelContext to load the class which works better in OSGi etc.
     new a1711c3  CAMEL-3740 excluded the servlet spec dependency in the camel-servlet
     new c7708ee  CAMEL-3741 Added new PgmCall option to the Jt400 component
     new dddacaf  CAMEL-3549: camel-servlet is not agnostic to how CamelContext is started in web apps. For example you can startup using 100% spring style using a listener.
     new f8188d0  CAMEL-3549: camel-servlet is not agnostic to how CamelContext is started in web apps. For example you can startup using 100% spring style using a listener.
     new 1b4f06f  CAMEL-3549: Fixed tests in camel-gae due changes in camel-servlet.
     new 9d6301f  CAMEL-3745: Improved error message in simple language for null instanceof checks
     new e4112ce  CAMEL-3744: Added servlet example for running in Tomcat.
     new ea92fb3  CAMEL-3743: Added unit test.
     new 1892e95  downgrade to Spring WS 1.5.9
     new e0a6d24  Fixed tests.
     new aab664e  CAMEL-3549: Fixed and made the servlet with osgi unit tests simpler and easier
     new d818aab  Fixed blueprint tests, they now all run on both felix and equionox.
     new a26fcbb  CAMEL-3658: Migrated the activemq archetype to the new format. And fixed so it works.
     new 3c63803  CAMEL-3658: Migrated the component archetype to the new format. And fixed so it works.
     new b9fb733  CAMEL-3658: Migrated the light-war archetype to the new format. And fixed so it works.
     new 2104514  CAMEL-3658: Migrated the spring archetype to the new format. And fixed so it works.
     new fd85c1e  CAMEL-3658: Migrated the scala archetype to the new format. And fixed so it works.
     new 983d813  CAMEL-3748: Renamed maven archetype war to webconsole as that what it is.
     new a3d414d  upgraded camel-web to the latest greatest scalate release and removed old templates
     new f828dc4  CAMEL-3748: Renamed maven archetype light-war to web as that what it is.
     new 73de04c  CAMEL-3568: Migrated webconsole archetype to the new maven style.
     new 614c80d  CAMEL-3741: Improved error handling when error during executing program call. Thanks to Luis Santos for patch.
     new 11e9c70  CAMEL-3749: Fixed issue with SFTP producer using temp file name and writing with no leading path causing NPE in JCraft SFTP library.
     new 96f13a7  Fixed potential NPE on startup due IoC wiring invoking static method with null CamelContext.
     new 4df4497  Added test based on user forum issue
     new 92b55aa  CAMEL-3549 Introduced a HttpRegistry where both CamelServlets and Consumers register themselves and are connected to each other
     new ef4fa20  CAMEL-3549 Some fixes according to the review by cibsen
     new 6f947f3  CAMEL-3549 Fix for gae test fail
     new f22ee44  CAMEL-3753: Relaxed check for clientId when using durable subscribers.
     new 731a8b2  CAMEL-3739: Added missing logName to XML DSL error handler. Added missing redeliveryPolicyRef to blueprint XML DSL.
     new 359e681  CAMEL-3612: Added test directories in archetypes.
     new c1b2f2f  CAMEL-3757: Fixed mocking existing endpoints, stripping off parameters.
     new 507b451  CAMEL-3757: Fixed mocking existing endpoints, stripping off parameters.
     new 44011cd  Splitted blueprint test into smaller pieces.
     new 5225e6e  CAMEL-3760: Fixed thrad pools naming not being quoted when registered in JMX.
     new ac1792b  Added an unit test of CxfProducer with PayloadMessage
     new a2300c7  CAMEL-3761 Throw exception when CXFProducer can't set right payload parameters according to the BindingOperationInfo
     new 56a9bb3  CAMEL-3761 remove the unused imports of CxfEndpoint
     new 6582b8a  CAMEL-3764. Use ant task for schemagen
     new ceb0d8c  Fixed test on windows having port already in use
     new 192b55a  CAMEL-3549: Fixed camel-servlet feature not being able to validate.
     new 0dd03cc  CAMEL-3549 Fix unnecessary type conversion
     new ab26518  CAMEL-3765: Removed dep on Spring 2.5 for guice example.
     new 8b18815  Add configuration for the apache-rat plugin
     new 7faa4cf  CAMEL-3770. Add missing dependencies that caused the plugin to fail on download
     new 5e5e287  Added test based on user forum issue
     new f37b27a  CAMEL-3769: Fixed issue when using starttls with camel-mail. Thanks to Alfred for the patch.
     new 144f3aa  Fixed javadoc wrong for splitter DSL
     new 8825e6b  CAMEL-3371: camel-cache only mandates a message body for add/update operation. Thanks to Ulrich for patch.
     new cdc84d5  CAMEL-3763. Patch applied with thanks to Jean-Baptiste
     new 7f89061  [maven-release-plugin] prepare release camel-2.7.0
     new 0cfafdb  [maven-release-plugin] prepare for next development iteration
     new 3b44afa  CAMEL-3763 revert the patch also updated the Jetty7 feature version number
     new fc0b5d2  CAMEL-3763 update the slf4j version which is used for the features validation
     new 08ec8d9  CAMEL-3782 - add option to force sending original JMS message
     new c6d68af  noticed a few typos in the logs
     new 9dbbc0b  Upgraded to Groovy 1.7.9
     new 10fd5fa  CAMEL-3783: Reduced the noise by LoggingExceptionHandler to log at DEBUG level instead. As the exception would already be logged/handled by Camel error handler.
     new 81e8e82  CAMEL-3782: Polished
     new 45e7130  CAMEL-3773: Load Camel version from maven properties, to support uber JARs.
     new 375c508  CAMEL-3768: Fixed issue with Jetty continuation resuming already expired requests from async callback.
     new 16fcad9  Applied the patch of CAMEL-3763
     new 9cfca97  CAMEL-3763 Added the blueprint bundle into feature dependency
     new 3d570a0  Revert version to 2.7-SNAPSHOT for second release candidate
     new bca22d3  [maven-release-plugin] prepare release camel-2.7.0
     new a546b28  [maven-release-plugin] prepare for next development iteration
     new 8809eee  Revert version to 2.7-SNAPSHOT for second release candidate
     new 7e9546f  [maven-release-plugin] prepare release camel-2.7.0
     new 5c9dc98  [maven-release-plugin] prepare for next development iteration
     new 5210668  CAMEL-3791,CAMLE-3792 Fix some issues of ErrorHandler useOriginalMessage option
     new a029a94  CAMEL-3791,CAMLE-3792 Added tests in camel-spring
     new dc3d972  Upgrade pax-exam osgi integration test to support Karaf 2.2.0 feature.
     new e02071e  CAMEL-3788 HTTP Producer should not return a out message with null when the timeout exception is thrown.
     new 058d4d4  CAMEL-3788 Merged the patch into camel-http4
     new de81b03  Fix wrong duplicate resource declaration
     new 0b35921  Fix wrong duplicate resource declaration
     new 135956d  CAMEL-3794: Polish the aws component
     new 168163d  CAMEL-3476: Contribute camel-sns component to the new camel-aws component
     new 23330f2  CAMEL-3791,CAMLE-3792 Fixed the spring tests
     new e0727c8  CAMEL-3796 CxfRsProducer should support invoking methods with no parameters
     new 4145b9f  CAMEL-3796 Polish the CxfRsProducerAddressOverrideTest
     new 749f724  archetype-resources dir was not getting included in archetype
     new d90a0b3  CAMEL-3797 - Patch from Dejan to fix NPE in web console when browsing routes with no description.
     new 128cce6  [CAMEL-3778] Support CXF Dispatch mode at CXF Endpoint
     new d626014  CAMEL-3798 Use keepalive config parameters on sftp component
     new 16938b1  Update the pom version to 2.8-SNAPSHOT
     new a134f93  CAMEL-3759: After switching to slf4j, we can get rid of the 'isTraceEnabled', 'isDebugEnabled' and 'isInfoEnabled' statements - work in progress
     new 9101a0a  Added an unit test from the user mailing list.
     new db462c2  camel-3802: Improve code to support keys with dots in when using Simple language and OGNL
     new 030753f  Fixed CS
     new 40da05c  Added check for NPE
     new 934f9c7  Added test
     new 7570ccb  Fixed CS
     new e2d033f  CAMEL-3515: Added support for using qualifier for selecting bean method to be used to pinpoint methods when having overloaded methods on beans.
     new 0524f80  CAMEL-3515: Polished and added wiki tags for docu.
     new f2d806f  CAMEL-3515: Polished and added wiki tags for docu.
     new 0396959  [CAMEL-3808] Restlet Producer to add query to request URI based on runtime information (e.g. Camel header)
     new cc30ff3  CAMEL-3805: Fixed JmsMessage not re-installing underlying javax.jms.Message if body was set to null.
     new aa64239  CAMEL-3759: After switching to slf4j, we can get rid of the 'isTraceEnabled', 'isDebugEnabled' and 'isInfoEnabled' statements - work in progress
     new 7e39c2b  Fixed very rare concurrent issue causing a NPE in AsyncProcessorHelper
     new 387773b  CAMEL-3809: Mock endpoint is lenient properties, to make it easier to stub real components with mocks having uri parameters. Now mock wont complain about unknown parameters.
     new 795da2e  CAMEL-3807: Use system current time millis for calculating time diff as adviced by java performance expert.
     new bc00a2e  CAMEL-3811: Fixed jmx to not display route policy list as unavailable in jmx consoles.
     new 9319e13  CAMEL-3789: Fixed marker file strategy not being thread safe. Thanks to Maria Iracheta for the patch.
     new d95a8e0  CAMEL-3795: Added unit test
     new 97a7ead  CAMEL-3759: After switching to slf4j, we can get rid of the 'isTraceEnabled', 'isDebugEnabled' and 'isInfoEnabled' statements - work in progress
     new 04e4027  CAMEL-3812: Fixed issue with resetting BeanInfo if bean has changed
     new dede6f6  CAMEL-3806 set the SOAPAction Header rightly from CXF message to Camel message
     new ab312bb  CAMEL-3814 create bundle of camel-core-osgi
     new 251fb55  Fixed CS
     new e0a4327  CAMEL-3813: XPathBuilder clears thread locals when Exchange is done to allow GC to run earlier
     new b4850a0  CAMEL-3815 Add relative path to parent pom.xml in examples pom.xml files
     new 80b497b  CAMEL-3814 Added the camel-core-osgi into kit
     new 63d058c  CAMEL-3817: Added breadcrumb to Camel to track messages accross transports. There is an option to disable breadcrumb if you want that.
     new b838973  CAMEL-3816 Fixes the issue of ArrayIndexOutOfBound in DefaultHttpBinding
     new 9c2ece8  CAMEL-3816 Throw the exception when the post form is not right
     new b8b3009  CAMEL-3816 Polish the exception message
     new 413b4f4  CAMEL-3819 Introduce a flag not to start the camel context for running the camel system integration test with OSGi container
     new cca814a  Fixed NPE
     new 1d7d6cf  CAMEL-3819 Polish the log string
     new bcbc0fb  CAMEL-3795: Fixed issue with intercept send to endpoint with ftp endpoints causing the interceptor to be stopped.
     new bfd6fad  Fixed the CS errors of camel-cxf
     new 406827f  CAMEL-3790: Camel proxy now support asynchronous clients using Future handles.
     new 3ac2758  CAMEL-3786 Fixed the multiple SLF4J bindings issue
     new ff4e362  Fixed test
     new 26c92a2  CAMEL-3546: Add S3 support to camel-aws
     new 5e589f2  CAMEL-3546: set a propper default value for the maxMessagesPerPoll option
     new 83c68d1  CAMEL-3546: removed duplicate set header call
     new 3276b17  CAMEL-3810 Fixed the issue of camel-cxf soap body and header setting with PAYLOAD data format
     new 36e0d93  CAMEL-3826: Added test.
     new 402f6e3  Upgraded to AMQ 5.5.0
     new 381fc72  Added unit test due user forum issue.
     new 383b96f  CAMEL-3829 - geronimo-jpa_3.0_spec dependency on camel-jpa has bad OSGi package import/export
     new fdb8eba  CAMEL-3804: Added support for custom SecurityPolicy and Extension to camel-cometd. Fixed CS. Thanks to Rob van de Meulengraaf for the patch.
     new e854cc0  CAMEL-3827: Added support for setting endpoint cache size on CamelContext.
     new 75bfd6b  CAMEL-3699: Added camel-testng component. Thanks to Michael Shorter for the patch.
     new f4df1f9  CAMEL-3699: Added camel-testng component. Thanks to Michael Shorter for the patch.
     new 6eb4e2e  CAMEL-3831: Added JMX purge operations to various pools and caches. Fixed some TRACE guard loggings.
     new bbbb998  Mark camel-cxf as compatible to CXF 2.4.x to make it work with 2.4.0-SNAPSHOT. The bundle loads in Karaf with CXF 2.4.0
     new 5412796  CAMEL-3649. Remove unnecessary directory after moving this component to camel-sql.
     new 6a29c88  CAMEL-3836: Upgraded to Jackson 1.7.5
     new 3e1a5d7  CAMEL-3835: Fixed camel-cache OSGi metadata. Thanks to Freeman for the patch.
     new cae5967  CAMEL-3763: Marking bundles as dependency to allow OBR to replace them by previously installed alternatives
     new a91b579  CAMEL-3838: Added unit test.
     new 33e0905  Moved the karaf-version to parent/pom
     new c0d0281  Enable the apache snapshots repo
     new 10ef074  Fixed the build error after upgrading to CXF 2.4.0-SNAPSHOT
     new 37a90e9  CAMEL-3784 Upgrade to Jetty 7.3.1.v20110307
     new 77a411a  CAMEL-3833: Added more stats to JMX.
     new 729fb43  CAMEL-3759: After switching to slf4j, we can get rid of the 'isTraceEnabled', 'isDebugEnabled' and 'isInfoEnabled' statements - work in progress
     new 617f33f  removed System.out.println() statements
     new 2759463  CAMEL-3734 prepare to upgrade the CXF version to 2.3.4
     new 2331bae  CAMEL-3830: Upgraded to slf4j 1.6
     new 1bd2658  CAMEL-3818: Added unit test.
     new 2e0b0b5  CAMEL-3818: Added more type convertion in camel-saxon to work with ftp and other types, like the XPath builder does.
     new de9399f  CAMEL-3847: Adding new type converter should remove it from misses cache.
     new 9ca1a23  CAMEL-3828: camel-jms uses CACHE_AUTO as default cache level. This ensure transacted has CACHE_NONE which is required to ensure session is not shared between transactions. Added connection pooling for TX examples as its needed then when using embedded broker for unit testing.
     new e845d87  CAMEL-3623: redelivery thread pool can be configured on error handler.
     new 6a16a16  CAMEL-3850: splitter aggregate on-the-fly task is now more responsive in parallel mode.
     new 6634294  CAMEL-3556: Added onPrepare to multicast,recipient list,splitter EIPs to allow end user to do custom preparation.
     new 3fe038f  CAMEL-3528: Using pooled connection factories. Fixed test.
     new 4bfb048  Skipping test which dont work.
     new 100492e  CAMEL-3556: Added onPrepare to WireTap. Added fluent builders to wireTap Java DSL.
     new 77d265d  CAMEL-3556: Added test for using wire tap in CBR.
     new a0c7619  CAMEL-3800: Added header to specify (per exchange) SQL query.
     new b3d7ac9  CAMEL-3851 ensure some optional bundle in camel-cxf feature could be installed with OBR resolver
     new d1d42c7  CAMEL-3849: Fixed camel-cache to load ehcache.xml in OSGi. Thanks to Piotr Klimczak for the patch.
     new c41143a  CAMEL-3849: Added camel-cache osgi unit test.
     new a2112f8  CAMEL-3756 Add an example which use CXF bean binding and the OSGI HTTP Service (e.g. PAX Web with jetty)
     new 35048bf  CAMEL-3826: Fixed issue with hawtdb filestore keep growing when using it with the aggregator.
     new 905e914  CAMEL-3800: Fixed import order / CheckStyle errors
     new 41a7f0a  CAMEL-3800: Fixed import order / CheckStyle errors (this time for real)
     new cdcded9  CAMEL-3756: Add an example which use CXF bean binding and the OSGI HTTP Service (e.g. PAX Web with jetty)
     new 17dd8aa  fixed the osgi integration test for the aws-s3 component
     new 31cb2f9  fixed CS errors
     new fffd5a3  CAMEL-3424: Added skipDuplicate option to idempotent consumer EIP, to allow end users to handle duplicates in the routes.
     new 7109f6f  CAMEL-3834: SmppProducer sends incorrect data_coding parameter
     new 5e99f0a  Fixed the CS errors
     new cd1d6d2  CAMEL-3857: WireTap can now set header directly in DSL when in send new message mode.
     new 8d4d547  CAMEL-3688: Added repeatCount option to timer, to limit the number of time it fires.
     new 2585c0b  Polished
     new a3f74e9  CAMEL-3856: Fixed camel-quartz osgi bundle not having version number in all exported packages.
     new 0786db0  CAMEL-3858: Fixed osgi metadata for components exporting 2 pacakges or more.
     new cddb86f  Added test based on user forum issue.
     new c2fda94  CAMEL-3860 cxfrs producer supports to configure the query parameter with the Exchange.HTTP_QUERY message header
     new c9a4289  CAMEL-3861: Fixe NPE in camel-web when browsing messages on endpoints.
     new 4b2eada  CAMEL-3859: camel-jms should use default exchange id, instead of overriding and use JMSMessageID. In fact its discouraged so marked the method as @deprecated.
     new 966a6a0  Clean up the camel-spring pom
     new c63cc40  CAMEL-3481 camel-script supports better with OSGi
     new 4ce29bd  CAMEL-3481 added OSGi test for it
     new d069855  Fixed test
     new b69d5d2  CAMEL-3866: Option on throttler should be required.
     new ac1c731  Poilshed
     new f3928ea  CAMEL-2194: camel-restlet producer leverages asynchronous routing engine
     new 7355e41  Updated the schema version of spring.schemas
     new 2ee343f  CAMEL-3865 added a small unit test for it
     new c1883b7  Added 2.7.1 schema as Claus suggested.
     new 80d2bf7  Added unit test based on user forum issue
     new 2ae2a3a  CAMEL-3858: Fixed osgi metadata for components exporting 2 pacakges or more.
     new 9ca04d3  CAMEL-3871: graceful shutdown is less verbose
     new 9eeadc7  CAMEL-3841: Polished examples and remove mvn camel:dot from most examples.
     new 6109d4f  Added unit test on user forum issue
     new 0348695  CAMEL-1669: Throttler now uses an expression to set per period, like the other EIP patterns. Thanks to Ben O'Day for the patch.
     new 202ab1f  Added wiki example for docu
     new 3e4853d  CAMEL-3864: ehcache.xml updated to include latest options. Thanks to Piotr for the patch.
     new 55fb8b3  CAMEL-3862: Fixed camel-cache to replicate cache across nodes using listeners. Thanks to Piotr for the patch.
     new 5f3dab9  CAMEL-3873: camel-xmpp should properly clean resources when stopping, so hot-deploy works.
     new 61b4f60  CAMEL-3872: Added test based on user forum issue.
     new c714251  Fixed test.
     new 8dbdec1  CAMEL-3876: Upgraded to jersey 1.6
     new 173bcc0  CAMEL-3875: Added osgi test for camel-cache with custom cache manager. Thanks to Piotr for the patch.
     new 98909d6  CAMEL-3877: Fixed adviceWith when using a context scoped error handler with XML DSL
     new b9094cb  CAMEL-3878: Stopping a route doesnt stop error handlers as they could potentialy be shared by other routes.
     new 9c2d0ab  Camel-3622 patch. Tests ported to use AvailablePortFinder.
     new 870e4a6  Added *.log to gitignore
     new 568f787  CAMEL-3842: Uses insensitive keys for CXF protocol headers. Thanks to Aki for the patch.
     new 856a5da  Removed unused imports from my  Camel-3622 fix
     new 54ec34c  CAMEL-3874: add awsSNSEndpoint to aws-sns component\nThanks Preben Asmussen for the patch
     new b494525  CAMEL-3734 Upgrade CXF version to 2.3.4
     new a2286fe  CAMEL-3578 - Added AtomicInteger to track lowest used port.
     new 9a89dad  CAMEL-3714 testConnectionOnStartup supports to test connection for jms producers
     new 5143295  Updated the camel-checkstyle max file length
     new e01324f  Fixed the cs error of RouteDefinition.
     new c62d67b  CAMEL-3881. Patch applied with thanks to Dan Kulp
     new 99ededd  CAMEL-3883. Update deprecated apis. Patch applied with thanks to Dan Kulp
     new d358162  CAMEL-3882: Polished freemarker example. Thanks to Fernando for patch.
     new c6c5058  Lets keep colon in message id from JMSMessageID as its common to use colon by prefixing ID:xxx in those JMS message ids.
     new 3f8c874  CAMEL-3884: Optimized GenericFileProducer to only invoke existFile(target) once instead of twice when wiring with temporary files.
     new 2c0c0a1  CAMEL-3823: Upgrade CometD to 2.1.0. Thanks to Ciaran Wood for the patch.
     new 8a0adc2  CAMEL-3823: Fixed using @deprecated API from Jetty.
     new 200da41  CAMEL-3858: Fixed osgi metadata for components exporting 2 pacakges or more.
     new 398c9d9  CAMEL-3885 avoiding export org.apache.camel.language twice
     new c1f0226  Updated the checkstyle max file length.
     new 8fab983  Reduce debug to trace level logging.
     new 0ccab79  CAMEL-3799. Separate filtered resources
     new abb8ad0  CAMEL-3799. Separate filtered resources for component archetype
     new d3d47a2  CAMEL-3799. Separate filtered resources for java and scala archetypes
     new f47aa0c  CAMEL-3799. Separate filtered resources for all remaining archetypes
     new 548025e  CAMEL-3887. Performance improvement for camel-cxf. Patch applied with thanks to Dan Kulp
     new bb6a70e  CAMEL-3886. Reduce warnings. Patch applied with thanks to Dan Kulp.
     new e48b0da  CAMEL-3886: Reverted so we unit test the deprecated methods. Removed methods added to proxy builder/helper which was not needed.
     new ddb7e5e  CAMEL-3852: camel-cache uses Camel style header keys. Also the control keys are removed after usage to not keep propagating them during routing. Thanks to Ben O'Day for the patch.
     new 7344b98  Polished test
     new 12ebe28  CAMEL-3888: Improved deprecation documentation about alternatives to use instead. Also removed a few deprecations which was marked to be removed in an older Camel release. Fixed CS.
     new 730be2f  Polished javadoc.
     new 1289e9e  CAMEL-3853: SMPP connector lazySessionCreation
     new 5a66300  CAMEL-3891 Avoiding to process the bean which value is null in CamelBeanPostProcessor
     new 8c16647  CAMEL-3895: Use working jsch JAR from central repo.
     new e208a72  CAMEL-3893: Simple language now support OGNL on exchange property. Thanks to David Valeri for the patch.
     new 0a1836b  Fixed test
     new 3d6e054  Fixed test
     new 0cf2d1c  Optimized AMQ for quicker unit tests.
     new d0cdcd7  CAMEL-3896: Filter EIP now validates it has child output on startup. That helps in XML DSL where end user may mis configure it.
     new 1fcbb35  CAMEL-3892: Upgraded to Freemarker 2.3.16.
     new 41e4b5b  CAMEL-3531: Fixed scala content based router not evaluating as predicate.
     new 5acec12  CAMEL-3750 Provide a common mechanism to facilitate configuration of TLS across Camel components
     new 2d6bc77  CAMEL-3750 applied patch for camel-http,camel-http4 and camel-jetty
     new 7f00ea6  CAMEL-3750 applied patch for osgi integration test
     new 6a73f10  Polished
     new 44a9a14  CAMEL-463: Added additional languages to camel-scala DSL.
     new ed857dc  CAMEL-463: Polished
     new 133264f  CAMEL-463: Polished. Added id and routeId to scala DSL.
     new a616db5  CAMEL-3902: Fixed JmsMessage copyFrom not propagating fault flag.
     new aa9e02f  CAMEL-3803: Component camel-jdbc does not support Transactions Thanks Heath Kesler for the patch
     new 446e3bc  Fixed test.
     new 430b8dc  CAMEL-3803: Component camel-jdbc does not support Transactions
     new d3bd7ed  CAMEL-3908: Ensure folder is open when setting flag on processed mail message in on completion. Thanks to Donald for the patch.
     new 59d568c  Added unit test based on forum issue
     new 28b2f88  CAMEL-3905: Polished error message in camel-cache. Thanks to Piotr for the patch.
     new fb61353  Fixed CS errors in camel-http
     new cac8e7d  Enhance an itest to test throws the exception across the jms endpoint and send the exception back to the CXF endpoint
     new e4043b2  CAMEL-3879 Fixed the tests which are running with CXF 2.4.0
     new 557ad48  CAMEL-3879 Fixed the tests which are running with CXF 2.4.0
     new 7b227dd  CAMEL-3879 Fixed example errors which are running with CXF 2.4.0
     new ba22491  CAMEL-3913: Fixed JMS consumer may WARN a ClassCastException during processing message. Fixed and improved logic for detecting if JMS consumer should send back a reply or not.
     new a5fcb1f  CAMEL-3914: camel-jaxb does not try to convert to BeanInvocation/Processor as it would lead to unnessasary convertion attempts.
     new 41e79aa  Polished
     new 85d8818  Fixed the test error of SoapCxfServerTest.
     new b6de496  Use junit4 for core as well
     new 2cd2879  CAMEL-3915. Patch applied with thanks to Dan Kulp
     new ecb84af  CAMEL-3916: Optimized bean component to not attempt unnessary type convertions.
     new cda35c9  Supressing checkstyle and eclipse warnings
     new cdbda21  CAMEL-3889. Patch applied with thanks to Dan Kulp
     new 751e8c3  CAMEL-3918. Checkstyle update patch applied with thanks to Dan Kulp
     new 6fc3bcb  CAMEL-3912: Fixed issue when restaring routes using scheduled poll consumers, and the consumer had consumer.xxx options in the endpoint. This would cause the consumer.xxx options to be lost on the restart. Thanks to Roberto Rojas for patch.
     new f120b41  CAMEL-3917: Fixed issue with CxfPayloadConverter. Thanks to Aki Yoshida for patch.
     new b4b59d4  CAMEL-3919: Upgraded to groovy 1.8.0
     new e4c5bfd  Camel CXF, blueprint support for endpoint.
     new 73ccd4d  Test based on user forum questions
     new a734743  Converter annotation and new route test, thanks a bunch to Roberto Rojas.
     new b8a50b7  Do not create a new exchange and drop the headers.
     new a5fa42f  Fixed scala compiler warning.
     new 9f4cb7c  camel-scala should not use @deprecated apis in its DSL.
     new c9b2288  Added expectedExchangePattern to mock, to make it easier to check for expected MEPs when unit testing.
     new 9701e6e  CAMEL-463: scala DSL to and --> now support specifying an exchange pattern.
     new 30b73c9  CAMEL-3879: Upgraded to cxf 2.4.0
     new d607e45  Added missing copyright
     new 3023129  updated test on user formum based issue
     new a9dfe49  CAMEL-3439: Improved period DSL in camel-scala. Thanks to Pavel for patch.
     new c498089  Upgraded mockito to 1.8.5
     new 9070940  CAMEL-3793: File component will fallback and use a copy/delete approach if renmaing a file using native io fails.
     new 560a20b  CAMEL-463: Using mixed case for scala dsl to make it consistent with Java DSL and more readable.
     new 9acf1b5  Polished
     new 85c5a08  Fixed scala type converter tests on linux.
     new 67f6471  CAMEL-3922: Added LRUSoftCache for soft reference cache. This is more ideal cache for the JVM so it can GC values in case its low on memory.
     new dff0798  CAMEL-3926: Added cache stats to LRUCache and exposed those for JMX as well.
     new f4a2a25  CAMEL-3925: Fixed managment examnple shutdown. Yikes Spring 3 is crappy at shutting down beans in a graceful order. Using AMQ 5.5.0 version for the XSD as the XSD is not online and end user have trouble knowing how to instruct their IDE to use a version from the JAR or whatever.
     new 1ed74d2  Commit fix for [CAMEL-3927] on behalf of Aki Yoshida
     new 1461441  Minor warning fixes in camel-bindy
     new 98c3b14  CAMEL-3930: Aggregate EIP will default use eager check completion if grouped exchanges has been enabled.
     new 87a1eff  More checkstyle
     new ba04d29  Added unit test based on user forum issue.
     new 0196268  Polished
     new 24ec155  CAMEL-3747: Added Camel maven archetype for creating a spring-dm project.
     new 46b6226  CAMEL-3879 Applied patch of DanK with thanks
     new b6f9df2  CAMEL-3747: Added camel archetype for osgi blueprint.
     new 534ec08  CAMEL-3936: JdbcAggregationRepository count (*) is not working with MySQL 5.0
     new 5c22324  Added test based on user forum issue
     new 1bb4937  CAMEL-3879 updated the camel-cxf feature for CXF 2.4.0
     new bce17bf  CAMEL-3937 Update the cometd version to 2.1.1
     new 4942ebb  CAMEL-3937 used the jetty feature
     new 56d61fc  Catching all throwables from timer task to be sure the jvm keep triggering in case some uncaught exceptions would have been thrown and cause the thread to die
     new a6d28ce  CAMEL-3928: Fixed InterceptStrategy not passing in actual output definition, but often the parent instead.
     new c7d1103  Ported unit test from Java DSL to XML DSL.
     new 90fcaa3  CAMEL-3939 updated the servicemix ehcache bundle version
     new e33d50f  CAMEL-3867 improve ehcache configuration by reference RegisteredEventListeners and CacheLoaders
     new 9c53d5f  CAMEL-3867 Added OSGi integration tests for the camel-cache
     new 5cf6ff4  CAMEL-3880 JMS cache replication OSGi unit test
     new 7e1ec29  CAMEL-3879 Fixed the test error of camel-soap and update the bus extensions file of camel transport
     new ecbedb1  Increased memory due CI servers have high mem for testing. So we need to simulate with bigger cache loads to trigger jvm to GC.
     new e1ee85d  Fixed test being faster
     new 869926e  Speed up test a bit
     new c543a63  CAMEL-3949: Sending message to log endpoint should not convert payload to StreamCache. Added showStreams options to log endpoint.
     new e307ae9  Removed test which may fail on CI servers.
     new 463c1b0  CAMEL-3032: Do not use test-jar in pom.xml. Fixed test failing sometimes on CI.
     new d74bcae  CAMEL-3032: Do not use test-jar in pom.xml.
     new 072bd7e  CAMEL-3032: Do not use test-jar in pom.xml.
     new 6eeb532  CAMEL-3032: Do not use test-jar in pom.xml.
     new 07adda8  Polished
     new f4a01a4  Removed TypeConverter file as camel-ftp do not have any type converters at all.
     new 028d3b7  Polished
     new e5d728e  CAMEL-3032: Do not use test-jar in pom.xml.
     new ad08e03  CAMEL-3032: Do not use test-jar in pom.xml.
     new 6322de7  CAMEL-3032: Do not use test-jar in pom.xml.
     new c0a9a7f  CAMEL-3953, CAMEL-3954, CAMEL-3260: camel-core now loads type converter without classpath scanning. This speeup starting CamelContext and unit testing. CAMEL-3032: Do not use camel-test JAR in pomx.xml.
     new 7f323a8  Run the big payload test manually so it wont fail on CI servers etc
     new aa12f4d  No need for that TODO as loading resources on classpath is fast if you go the FQN for it as the FactoryFinder does.
     new f7e8d02  Fixed tests and made them a bit faster.
     new e113447  CAMEL-3954: Speedup spring-test by lazy loading type converters.
     new 8639c36  CAMEL-3032: Do not use test-jar. Make camel-jms unit testing go faster. Remove camel-blueprint-tests.jar and camel-spring-tests.jar from being installed in maven repos
     new cdc5fbf  Fixed typo
     new 258cc29  Fixed test.
     new b9cf5c0  Fixed test.
     new b44c095  CAMEL-3950: Fixed camel-web not being able to start routes which was configured as no auto startup.
     new d967336  Need a little slack in this test
     new 28e4920  CAMEL-3942: Fixed issue with loading type converters on windows with spaces in paths. Thanks to Jean Delmas for the patch.
     new c573d5f  CAMEL-3955: Removed not needed constant. Thanks to Fernando for the patch.
     new 73a0f84  CAMEL-3957: Made DefaultExecutorServiceStrategy more easy for end users to extend by more protected method. To be used for a CommonJ WorkManager donation to Apache Camel by Preben.
     new 7b9d695  CAMEL-3959: Fixed debugBefore not working with CamelSpringTestSupport.
     new ff2e3a4  CAMEL-3367: Upgrade to commons net 2.2
     new dac04e3  CAMEL-3958: Added weaveByType
     new 6d281c2  CAMEL-3879 updated wsdl4j bundle version.
     new 44f214a  CAMEL-3958: advice with now supports selectors and addFirst/addLast to easily add some additional nodes to a given route. To be used with unit testing.
     new a1d9969  CAMEL-3958: Simplified the code from last commit. You can do better Claus :)
     new 7b15b64  CAMEL-3954 Fixed the CS errors of AbstractCamelContextFactoryBean and polish the code of CamelContextHelper
     new e56f3ce  Fixed camel model getTimeout returning null instead of 0 if timeout has not been set.
     new 91de6da  CAMEL-3960: camel-test with junit4 now supports per class setup/shutdown of CamelContext. This allows to re-use the context when having multiple test methods for faster unit testing.
     new 61c153a  Polished
     new 4271425  Added test for XA with JMS and JDBC idempotent consumer EIP based on user issue.
     new 5abbf98  CAMEL-3963: Added RefDataFormat to make it consistent to use data format. As ref is just like any other data format.
     new 094915e  Added test for JMS and JDBC idempotent consumer EIP without XA based on user issue
     new ff999a7  Polished the tests
     new 67d588c  Fixed test.
     new 01813f0  Fixed tests.
     new 6a7621e  CAMEL-3965: ftp producer should force reconnection attempt if sending noop fails in pre write check.
     new c9595ed  CAMEL-3960: create per test is now also supported by CamelSpringTestSupport.
     new a81ef16  CAMEL-3909: Fixed issue with using SMPP headers that could not be type casted to the type to be used. Also fixed issue when disconnecting not setting session to null.
     new fb2439f  CAMEL-3960: Added note about using the per class can cause side effects so use it with care.
     new 166e4ee  Fixed test to be able to run per class.
     new 0e73ec0  CAMEL-3960: camel-testng now also supports create camel context per class. And aligned the code from camel-test to camel-testng.
     new 4c04e79  CAMEL-3960: camel-testng now also supports create camel context per class. And aligned the code from camel-test to camel-testng.
     new 720fc4a  CAMEL-3967: Ensure custom classpath resolver is set asap on CamelContest so it can be used immediately. Fixes issues using Camel 2.7 on JBoss.
     new 0ac5acf  CAMEL-3970: Added operations to JMX to show routes in XML. As well as update/add routes from XML.
     new acf9b64  CAMEL-3973: Added operations to send message with headers to ManagedCamelContext.
     new 4f7d24b  CAMEL-3972: Added operation to browsable endpoint in JMX to show message in generic XML format.
     new 0270cf1  Upgraded to Karaf 2.2.1
     new fa3408e  CAMEL-3975: Extend the JDBC and JPA based idempotent repository with a timestamp column
     new a050b80  CAMEL-3869: Patch for Camel AWS SQS endpoint to set maximum message size and message retention period - work in progress
     new 97fabac  Fixed the CS errors of camel-aws
     new f25911e  Added test based on user forum issue
     new 9c1c464  Fixed JMX issue on camel-jms.
     new 2231897  CAMEL-3977. Timeouts in camel-dns
     new 17a0aff  CAMEL-3978. Updrade dnsjava to 2.1.1
     new 62e7a2e  CAMEL-3750 Applied patch with thanks to David
     new 1875060  CAMEL-3780 camel-http4 should use same option names as camel-http
     new 361a778  CAMEL-3383: Camel command for Apache Karaf. Thanks to Jean for the patch.
     new 5b91dfb  CAMEL-3383: Added karaf command to features. Thanks to Jean for patch.
     new 7c425dd  CAMEL-3979: Fixed potential class cast exception in camel-jms.
     new 63b5f5a  CAMEL-3383: Aligned artifcat id of karaf command with the other camel artifacts. Added the command to the parent pom.xml. Added missing relative path in pom.xml
     new 68fb276  CAMEL-3931. Remove handled api from error handler
     new 5d9b566  CAMEL-3931. Fixes for the xml dsl
     new 9d799d0  CAMEL-3931. Remove duplicate strategy field masking one with the same name in superclass
     new 60ecce1  CAMEL-3931 fixed the test error in camel-cxf module
     new 3b8b5b9  CAMEL-3931. Disable failing tests pending fix related to exception policy strategy
     new b8548e7  CAMEL-3960: Added stuff in spring test support I forgot.
     new 44d9589  CAMEL-3931: Removed not needed test. Fixed test in camel-aws.
     new d746929  Disabled itest for xa.
     new 3d8bf96  CAMEL-3971: Fixed dumping routes as XML would not contain expressions if built in java dsl using ExpressionClause. CAMEL-3984: Remove not needed usage of Java DSL fluent builders with ExpressionClause as it causes the route model to not output expressions accurately, so we reduce its usage to have less places to fixup this.
     new f9edead  CAMEL-3971: Fixed dumping routes as XML would not contain expressions if built in java dsl using ExpressionClause. CAMEL-3984: Remove not needed usage of Java DSL fluent builders with ExpressionClause as it causes the route model to not output expressions accurately, so we reduce its usage to have less places to fixup this.
     new b02c744  CAMEL-3987 Doesn't store the exception into to out message as a fault message
     new 89d12bc  CAMEL-3960: Fixed camel-test junit4 spring, may start spring multiple times, due last commit had a flaw.
     new ad5e2f2  CAMEL-3991. Fix for href generation
     new 163f603  Upgraded to jackson 1.8.1 and spring-int 2.0.4
     new 67f5bc0  CAMEL-3982: Upgraded to hazelcast 1.9.3. Thanks to Claus Straube for the patch.
     new 46039ad  CAMEL-3980: Avoid showing plaintext password in exception messages. Thanks to Taariq for the patch.
     new 249da87  CAMEL-3993 upgrade the JRuby version to 1.5.6
     new ed9e1f4  CAMEL-3992 upgrade some bundle versions for camel-karaf feature.xml
     new 8e297d8  CAMEL-3962: java.io.File -> InputStream converter should favor using FileInputStream instead of loading content into memory.
     new 5be2e8e  CAMEL-3383 Fixed the karaf feature validate error
     new dd538da  CAMEL-3986 Provide camel-ruby feature
     new 0f3abd6  CAMEL-3990 Upgrade FreeMarker to 2.3.17
     new 7ffdebc  CAMEL-3980: Fixed compiler issue from last commit.
     new 5533542  CAMEL-3935: Added hazelcast idempotent repository. Thanks to Claus Straube for patch.
     new 9161df3  Removed the dependency of the camel-core and camel-spring test jars in the camel-crypto
     new 2416b43  CAMEL-3996: Tracer should not output stream/file body contents. But re-use same logic as log component.
     new 97b8460  Polished
     new d28d199  CAMEL-3325: camel-jmx: Auto creation of a monitor bean via endpoint properties Thanks to Mark Ford for this contribution
     new fc34b90  CAMEL-3931. Remove unnecessary creation of exception policies
     new 003587c  Fixed the CS errors
     new 0f5ebb2  Fixed the Eclipse warning of camel-syslog
     new d699311  Clean up the cxf blueprint parser, removed the useless codes
     new 7ac1faf  Fixed the eclipse warning of camel-mina.
     new 13c6fe6  Fixed bunch of eclipse warnings in other camel components
     new 19fc09c  Polished test due user forum issue on windows
     new bea28ce  Ignore test that requires online internet access. Fixed other test.
     new 0ef0195  CAMEL-4002: Added ref langauge, to make it easy to refer and use custom expressions in XML DSL. And as well from Java DSL.
     new 76791f4  CAMEL-3911: updated @XPath to use the annotated parameter type instead of defaulting to NodeList
     new 064fbde  Upgraded http4 to 4.1.1
     new e9b000f  CAMEL-4005 Log warning message when the exchange fault message and exception are set at the same time
     new ebcd199  CAMEL-4008 supports to set the JMS replyTo from the message header
     new 3ea4b58  Update the atomikos transations version which is provided in maven central
     new f3f4c0e  Moved the atomikos-trascations-version to parent pom.xml
     new 1eb7cc2  CAMEL-4012 updated the servicemix spec version to 1.8.0
     new fbaecb4  Upgrade to GAE SDK 1.5.0.1
     new cbffff5  CAMEL-4011: updated ObjectConverter.toX() methods to check for Double.NaN and return NULL instead of 0
     new 4aee6ea  CAMEL-4016 CXF producer should not store the attachement into the out (response) message in POJO data format
     new f801aaf  CAMEL-4011: updated ObjectConverter.toX() methods to check for Double.NaN and Float.NaN and return NULL instead of 0
     new 8aa167f  CAMEL-3931: Fixed tests, still a spring rollback test pending. Removed not needed tests as the feature was removed from error handler.
     new 40cfbab  Polished tracing a bit
     new 9c724d2  Upgraded to use released bundles.
     new a18f602  CAMEL-3897: Upgraded to Netty 3.2.4
     new 4c0f0fa  CAMEL-3931: Fixed last pending test in xml.
     new 214197e  CAMEL-4021: Fixed concurrent issue with getRouteDefinition methods.
     new 63cc557  CAMEL-4023: Properties to Cxf ServerFactory can be set on endpoint uri or CxfEndpoint bean.
     new 8467928  CAMEL-4023 Properties to Cxf ClientProxyFactory can be set on endpoint uri or CxfEndpoint bean.
     new 1204651  CAMEL-4023 Added the test for the cxf producer
     new 3695d35  Polished and fixed typo.
     new 8c57b48  CAMEL-2197: new camel-hdfs component. Thanks to David Greco for contribution.
     new e0249dd  Fixed issue with hamcrest not in repo.
     new b08b680  Upgraded to Jersey 1.7
     new f7dcb8d  CAMEL-4019: Using null cache from freemarker instead of custom from camel-freemarker. Thanks to Fernando for patch.
     new fe06ba8  Fixed CS
     new aa3c78f  CAMEL-3750: Configuring TSL/SSL now supports property placeholders. Thanks to David for all the hard work.
     new 8038a39  CAMEL-3964: Added support for providing arguments to script engine from message header. Thanks to Teiva for the patch.
     new fdbfc1c  CAMEL-3705: Added camel-dns feature.
     new 37945da  CAMEL-3781: Added option disableTimeToLive on JMS. Thanks to Keith for patch.
     new b1b968e  CAMEL-4025: Fixed using <routeContext> with xpath and namespaces.
     new 9337c0e  CAMEL-3974: Spring-WS producer now propagates headers. Thanks to Doug Douglass for providing a patch, I've polished it a bit.
     new 5af814e  Fixed unit tests to run in IntelliJ as well
     new 5971348  CAMLE-4008 revert the patch and will try to resolve it in later
     new 85c1e8a  CAMEL-4025: Added unit test. Polished code.
     new d2b292d  Fixed the camel-osgi-karaf test error.
     new f5d32a0  CAMEL-4030 Camel CxfConsumer should be able to populate the CxfResponse from camel exchange according to the exchange pattern
     new c8b6dfc  CAMEL-4009: Using jar cache for loading type converters, which speedup when using uber JARs. Thanks to Arkadi for patch. I polished his patch a bit.
     new 5ec8b30  CAMEL-3934: Fixed resource based component to load from classpath using Camels ClassResolver which ensures they now work in OSGi blueprint.
     new c535773  CAMEL-3934: Fixed resource based component to load from classpath using Camels ClassResolver which ensures they now work in OSGi blueprint.
     new bf4c443  Upgraded velocity bundle
     new 2aa4af8  Fixed CS
     new d61d999  CAMEL-4027 Adding feature for hdfs . thanks to jbonofre for the patch
     new db7876d  CAMEL-4032 clean up the jetty bundles dependencies those apache-camel feature has
     new 85ef938  CAMEL-4009: Using JAR cache in package scan resolver to be faster when re-scanning JARs from the cache.
     new 26cd61e  CAMEL-4027 make the validate happy about the camel-hdfs feature, also comments out the camel-dns which doesn't work yet
     new 0364771  camel-dns feature does not work.
     new f4e2112  CAMEL-4033: Added copy option to loop EIP.
     new ed59346  CAMEL-4035: DefaultExchangeHolder should check map/collection for serializable objects. Also adjusted logging to not WARN log Camel keys.
     new 10b00d8  CAMEL-2389 Split camel transport for cxf out of camel-cxf module
     new 2a4df53  CAMEL-2389 Fixed the build of camel-example-cxf
     new c85c0db  CAMEL-3995 applying patch with thanks to jbonofre
     new e39f805  CAMEL-4036: Exposed the Restlet API in camel-restlet and allow end users to use those API to generate response (they are now in full control).
     new a13ed1d  CAMEL-4022. Added test showing the problem. The resolution will depend on feedback
     new a2d49c5  Fixed the CS errors of DefaultExchangeHolder
     new 9488bda  Using the http4 API to send the request for the cxfbean test
     new 431af62  CAMEL-2389 clean up the dependencies of camel-cxf pom.xml
     new 105a2e4  CAMEL-2389 Adding the new camel-cxf-transports to the modules so it is included in the build
     new 07f8222  CAMEL-2389 Added the camel-cxf-transport feature
     new 3b2a5d3  CAMEL-2389 Factoring out common code and reversing dependency so camel-cxf depends on camel-cxf-transport but not the other way. CXfBeanTransport still depends on camel-cxf-transport
     new 189e006  CAMEL-2389 Fixing build problem
     new a644976  CAMEL-4037: Aggregate EIP with only completion timeout condition will restore timeout map upon restart based on exchanges from aggregation repository.
     new 0a22bad  CAMEL-4037: Aggregate EIP with only completion timeout condition will restore timeout map upon restart based on exchanges from aggregation repository.
     new 92c3ac4  Fixed the CS errors of camel-cxf and camel-cxf-transport
     new 748a988  CAMEL-2389. Update package name after cxf refactoring
     new a6f4ac5  CAMEL-2389 Fixing build problem
     new 00ebd2a  CAMEL-2389 added the CxfConstants back with @Deprecated, will removed when we move to camel 3.0
     new 2758e9b  CAMEL-2389 Fixed the CS errors of itests
     new f0580c2  Inherit parameter binding annotations from superclasses and interfaces. Closes CAMEL-4040
     new 4690a66  CAMEL-4038. Original contributed patch applied with thanks to Steve. Checkstyle fixes to follow
     new 7f689ec  CAMEL-4038. Checkstyle fixes.
     new b961e32  CAMEL-2389 Fixing failing unit test by adding the jax ws frontend in test scope
     new f2336e7  CAMEL-2389 Fixing failing unit test by adding the jbi binding in test scope
     new 59b1c14  CAMEL-4039 Added a test to show how to send custom response to client
     new 6581a59  CAMEL-3981 Upgrade to Jetty 7.4.1.v20110513
     new 6108e27  CAMEL-2525: New camel-ahc component.
     new d478370  CAMEL-2525: wiki example
     new 04ebf90  CAMEL-4042 Shutdown the thread pool when the test is over
     new a17def5  Added relative path to parent in pom.xml
     new e4621c3  CAMEL-2525: Added camel-ahc to features and added osgi tests
     new 9ae36b0  CAMEL-4046. Fix broken build
     new 8ac72bd  CAMEL-2525: Polished tests for camel-ahc.
     new c1c1dea  CAMEL-4043: Removed hard coded dependency on /tmp directory which may not be available/accessible on all platforms. Tests no use the Maven 'target' directory.
     new 5deb7f6  Enabled quickfix test in karaf
     new 13f70c9  Disabled msv test in karaf since it fails for some unknown reason.
     new cea45a0  Added more osgi tests
     new 071b24a  CAMEL-2525: Fixed issue with setting content-type with camel-ahc when running in osgi. Added more TRACE logging.
     new 155ef35  Fixed osgi tests.
     new 1c0991c  CAMEL-4043: Removed obsolete 'localhost' reference
     new 635d1f7  CAMEL-3735: Upgraded to Spring-WS 2.0.2. This required setting the Karaf features validation plugin to Java 1.6.
     new 6da3230  CAMEL-4051: Moved GZIPHelper to camel-core.
     new 402ad87  CAMEL-4051: Moved GZIPHelper to camel-core
     new 088d8ab  CAMEL-4050: Fixed CBR setting ids on its when/otherwise nodes. Improved CBR parent/child relationship in model to be more fine grained and pin point the actual when/otherwise, instead of being coarse grained and refer to the ChoiceDefinition. Made the end() a bit more intelligent to work with CBR. CAMEL-4044: Fixed CBR not having its child nodes enlisted in JMX.
     new ae32feb  CAMEL-4052: JAXB will now invoke setId so we know if its a custom assigned id when defining routes in XML.
     new a3e6762  CAMEL-4053: Fixed parent/child relationship on model, before custom InterceptStrategy is wrapped with the model as parameter.
     new ab817e5  CAMEL-3983: Added transferExchange option to hazelcast seda. Thanks to Claus and Ioannis for the work on this.
     new 008780b  Added maven repo for javax mail for examples
     new 0d50c37  CAMEL-4022: Moved issue test into its own unit test file to make it easier to debug. Added more unit tests when exception is thrown from onException. Polished.
     new da6d84f  CAMEL-4022: Added spring XML unit test.
     new 0511989  CAMEL-4056: Enable preemptive basic authentication by default
     new b271e37  CAMEL-4022: Added unit tests.
     new a05b32d  CAMEL-4022: Added unit tests.
     new 78db1a7  CAMEL-4022: Added unit tests.
     new a3ee1a2  CAMEL-4054: Upgraded to Java Mail 1.4.4
     new ba0f639  CAMEL-4022: Added more tests.
     new 5a2052f  CAMEL-4059: Fixed test on windows
     new 26ca0af  CAMEL-3994: Added endDoTry to Java DSL so ppl can do routes with try .. catch in Java DSL and get back to the try scope so they can add the doCatch clauses.
     new f38aad4  CAMEL-3868: New camel-apns component. Thanks to Alexis Kinsella for donation to Apache.
     new 18bfbfe  CAMEL-3868: camel-apns prepared for feature
     new 99e5167  CAMEL-4022. Checkstyle fixes.
     new 5243f09  CAMEL-4066 Setting default locale to US to avoid test failure in non English locales
     new 11a5298  Adding generic type ? to get rid of warnings
     new 3775879  CAMEL-4067 Adding closes for streams and improving the test so it shows the cause better
     new 0e35b92  CAMEL-4068 Convert line endings to unix before comparison
     new 10c5bb4  CAMEL-3868: fixed auto-discovery of APNS component
     new e8bd9aa  Exclude failing tests from build (temporarily)
     new 90b7c7c  CAMEL-4069. For reference: disabled test
     new 0716f4b  CAMEL-4047. Remove dependency on jsr-223 scripting engines in camel-core. Thsnks dkulp for patch.
     new 2f005e1  CAMEL-3995 adding repository entry and reactivating the osgi itests
     new 3a5efd7  CAMEL-4071 clean up the camel OSGi integration test and load the karaf spring feature first
     new 0967e84  CAMEL-3995 removed the repository entry of karaf
     new 9594c97  Deactivating guice as it causes a build error. Please reactivate again as soon as it works
     new c0384a8  CAMEL-4061. Part 1/2. Patch applied with thanks to Rich
     new 432979f  CAMEL-4072. Patch applied with thanks to Dan Kulp
     new 860fb49  CAMEL-4047. Patch applied with thanks to Dan Kulp
     new c1dfd15  Reenable camel-guice as both build and tests are passing
     new d729e9e  CAMEL-4006: Upgrade to freemarker 2.3.18.
     new d479862  CAMEL-3779 Added a test of with url option of username and password
     new 340e5da  CAMEL-4078: Added shareUnitOfWork option to splitter,multicast and recipient list. This helps support some fairly common use cased in Camel routes more easily for end users. To keep API compatible I added a SubUnitOfWork instead of breaking API in current UnitOfWork which we can do in Camel 3.0
     new 9692402  CAMEL-4078: Added shareUnitOfWork option to splitter,multicast and recipient list. This helps support some fairly common use cased in Camel routes more easily for end users. To keep API compatible I added a SubUnitOfWork instead of breaking API in current UnitOfWork which we can do in Camel 3.0
     new f31a1de  CAMEL-4078: Added shareUnitOfWork option to splitter,multicast and recipient list. This helps support some fairly common use cased in Camel routes more easily for end users. To keep API compatible I added a SubUnitOfWork instead of breaking API in current UnitOfWork which we can do in Camel 3.0
     new c4e7b71  Fixed CS
     new a1d2014  Introducing property noassembly that will decide if the assembly will be part of the build. -Pfastinstall also sets this property. This allows to run the fulltest jenkins build without the assembly
     new 1d4aeac  [CAMEL-4079] Bug in CxfConsumer.asyncInvoke that causes setResponseBack to be called twice
     new bc1c63b  Checkstyle fixes
     new b5387e0  Checkstyle fix
     new 3905c63  CAMEL-4041: Using FatalFallbackErrorHandler as safe fallback to catch exceptions thrown while handling another exception in onException. This avoids complicated issues with re-entrace error handling, and possible go in circles and whatnot.
     new 2cdb5b8  CAMEL-3759: After switching to slf4j, we can get rid of the 'isTraceEnabled', 'isDebugEnabled' and 'isInfoEnabled' statements
     new 090b204  Activate or deactivate the assembly build from the root pom
     new e0c6e82  CAMEL-4078: Fixed test
     new 315123f  Fixed test
     new 3f31653  CAMEL-4022: Validate onException that it has been properly configured.
     new da01c3b  CAMEL-4073 Fixed the NPE when misconfiguring the CXF endpoint url
     new 537cf27  CAMEL-4076: Fixed idempotent consumer not being started/stopped when used on file/ftp endpoints.
     new 5abd947  CAMEL-4080: Added tests to ensure DLC propagete caused exception as property.
     new 6afc4df  CAMEL-4077: Sanitiy check route in XML DSL, that there is input and outputs in routes.
     new 8d24739  Let CXF codegen fork to reduce perm gen usage
     new b82563b  CAMEL-4082: Added toString in SimpleBuilder
     new a485e01  Fork compile to save perm gen space
     new 7a44f40  CAMEL-4057: fixed issue with multiple Exceptions thrown in a route when using .continued(true) exception handling
     new f2daca2  CAMEL-4085: fixed failing camel-dns tests
     new ae74f4c  CAMEL-4056: reverted previous commit for now.
     new 6cb9a1c  CAMEL-4044. JMX mbean registration for choice() fixed. Thanks to Dan Kulp for the patch
     new 46ed1ed  CAMEL-4065: Removed type converter plugin
     new dfe5c95  CAMEL-4044: Polished
     new 3a82878  CAMEL-4087: fixed failing JMS test
     new 58bdeb1  CAMEL-4089: Fixed issue when using pattern together with a custom id attribute in XML DSL
     new 4d2acba  Added test to ensure resultType attribute is working as expected on <xpath> in XML DSL.
     new 883f750  CAMEL-4057: Keep test as it was so the wiki example is the same and simple. Added 2nd test to test the issue with 2x continued. Added better validation that it was actually the 2nd exception that was caught at the end of the test.
     new a4c58bc  CAMEL-4090: Added resultType to simple expression. This allows end users to decide what the type of the evaluation should be. Can easily be configured in the DSL.
     new 8be72da  CAMEL-4090: Polished
     new 310a19b  Jira Camel-4091 Added syncronized and a couple of additional tests.
     new bf8e044  CAMEL-4007: Added test for mail file attachments with non ascii names.
     new 31f008c  CAMEL-4083: Fixed mail binding may drop details from content-type. Improved parsing and configuration of charset in content-type header.
     new c6b57ea  Use dynamic assigned ports in unit test.
     new f612ea6  Use dynamic assigned ports in unit test.
     new 28f975b  CAMEL-3586: Using dynamic port numbers for unit tests.
     new 3937216  CAMEL-4094 fix the build failure of camel-jetty on openjdk
     new bc5ace8  Bean model should not support output, as its like like a ProcessorRef. Marked ref attribute as @deprecated on marshal/unmarshal.
     new 750ee42  Sorry that should have waited for Camel 3.0 as there may be Camel end users that has outputs inside the marshal and unmarhsal tags in XML DSL.
     new 74bf378  CAMEL-3586 cleaned up a bit more.
     new 6bc0999  CAMEL-4100: camel-jms now supports delivery mode as PERSISTENT / NON_PERSISTENT as well.
     new 08245cb  CAMEL-4099: Fixed properties component not quoting replacement when using JVM or environment variables in location path. Especially a problem on Windows.
     new 95a1b22  CAMEL-4094 polish the comments
     new c4016bb  CAMEL-4101 Upgrade CXF version to 2.4.1
     new eea03a0  CAMEL-4061. Support for asymmetric encription. Patch applied with thanks to Rich Newcomb
     new 03cb369  CAMEL-4061. Passing tests should be silent
     new 94898a0  CAMEL-4103: doCatch has failure endpoint information as well, just like onException / errorHandler would have. To make it consistent.
     new eeae7f6  Make syslog tests use dynamic port numbers
     new ae783d6  Decoupling output stream from conduit
     new ef1b5b7  Making ports for test dynamic and resolve some warnings
     new 0cf681b  Remove unused imports
     new 7d26226  CAMEL-4103: Fixed test
     new 3e00d36  CAMEL-4106: Made logic about determine to redeliver or exhaust a bit more obvious. Only invoke shouldRedeliver on redelivery policy if its a potential redelviery attempt.
     new 0f39b3a  Moving header related classes to common.header. Seems they were there already so we had duplicates.
     new 38e87b5  CAMEL-4107: Added unit test.
     new 3cfdd12  Fixed unit test due cxf header filter classes being moved recently.
     new 5f1bb55  Fixed a CS error of AhcBridgeEndpointTest
     new b1a1535  CAMEL-4105: ScheduledPollConsumer improved run thread to catch Error to avoid thread from dying. Added runLoggingLevel to control log level for start/complete logs for when the poll task runs. Changed default to useFixedDelay.
     new ff6790e  CAMEL-4111: marshal and unmarshal should not support outputs in the DSL.
     new 23b6826  CAMEL-4112: Custom data format and load balancer uses a custom definition so its conistent to use any kind of data format / load balancer. Renamed ref to custom to make it more clear its a custom.
     new 8fc2db7  CAMEL-4112: Custom data format and load balancer uses a custom definition so its conistent to use any kind of data format / load balancer. Renamed ref to custom to make it more clear its a custom.
     new cd2d7d7  Fixed the CS error of camel-cxf-transport
     new 276631e  CAMEL-4133 Create a new message content list for the CXF response
     new 8bc3667  CAMEL-4061. Use lower key strenght if AES optional pack is not present
     new 2eeecf0  Added missing data formats to jaxb.index
     new c016c08  Moving the Bean classes to top level as they are used outside the parser classes and have no strong connection to the parsers
     new 44df60d  Tidy up model with details about required attributes
     new 80dff09  CAMEL-4114 Moving CxfEndpointUtils and CxfEndpointBean to component.cxf package as both need classes from that package and are called from that package
     new 02eb5c4  Fixed the CS error of camel-core
     new 17ce037  Fixed the CS errors of camel-cxf
     new 6b3694d  CAMEL-4114 change CxfClientCallback to not need CxfEndpoint
     new 7024f41  CAMEL-3759: After switching to slf4j, we can get rid of the 'isTraceEnabled', 'isDebugEnabled' and 'isInfoEnabled' statements
     new 30c415e  CAMEL-4115: Bean component should not propagate CamelBeanMethodName header as its intended as override method to use for this particular bean endpoint only.
     new b1f2f6b  CAMEL-4116: Consumer now propagates exceptions back to Spring-WS. This allows for exception handling by Spring-WS EndpointExceptionResolver's
     new 1cccaf1  CAMEL-4116: added missing test scope
     new 688c891  Upgraded to Jackson 1.8.2
     new fc44e39  Fixed camel-spring-security component to exlude spring-expression JAR so it gets included from camel-spring, to align the spring versions used.
     new fa1523c  @deprecated routingSlip methods in Java DSL which uses a String header as we should prefer to use the method that uses an Expression instead. Also to reduce the sheer number of methods in the Java DSL.
     new c2e3cf3  fixed a few critical issues spotted by Sonar: https://analysis.apache.org/drilldown/violations/37401?priority=CRITICAL
     new f3ee9f5  Fixed compilation error due last commit.
     new d28fef8  Fixed test waiting 30 sec due dataset is also a mock endpoint
     new 4b32476  CAMEL-4103: Fixed so doFinally also have caught exception information
     new 19124e8  CAMEL-4119 specify the start level of camel-feature
     new 43a65c4  CAMEL-2389 Fixed the dependency issue of camel-cxf and camel-cxf-transport
     new 87f18ac  Remove unused imports
     new 5579192  CAMEL-1817: Moved defensive copy of Exchange from Pipeline to RedeliveryErrorHandler. CAMEL-4117: Fixed issue with redelivery the passed in Exchange could contain state from the previous attempts. CAMEL-4121: Improved doc on using InOnly/InOut DSL and how its related to SetExchangePattern.
     new d6e2b05  Added a test to verify the isse of jetty engine shutdown with camel context
     new d11c839  polished
     new 3aff448  CAMEL-4123: Created javax.jms.Message should have default delivery mode preset. CAMEL-4124: Fixed issue with using preserveMessageQos not preserving JMSDeliveryMode under certain curcomstanses.
     new 417ad54  Fixed issue with fine grained error handling on MulticastProcessor not starting the created ErrorHandlers
     new daf779e  CAMEL-1817: Optimized to only do defensive copy of Exchange if redelivery has been enabled.
     new 985928a  CAMEL-4120: camel-sql - JDBC aggregation repository - Should use ClassResolver from Camel to load classes
     new 9f84f80  CAMEL-4125: Added camel-dns to kit. Thanks to Dan for patch.
     new 688c6ed  Fixed the CS errors
     new 4bb9e6a  setRef is no longer @Required on marshal/unmarshal as its preferred to use CustomDataFormat instead.
     new 47ef48e  Added wiki pages for documentation
     new cea1355  Added wiki tags for documentation
     new efe7a74  CAMEL-4128 Added the tests to show how to get the response code from the Response object
     new 3ef5afe  CAMEL-4128 set the status code into message header for CxfRsProducer
     new a49af9e  Fixed a typo of CxfConsumerTest
     new 3e3515f  CAMEL-4133 Fix the issue of camel-blueprint doesn't handle elements with a namespace prefix
     new 2d79eb3  CAMEL-4137 reset the thread context classloader in the CxfNamespaceHandler
     new 3230b88  This adresses
     new 5d2c80c  CAMEL-4122: Added API on ManagedCamelContext to create/remove endpoints.
     new 0372380  CAMEL-4138 Fixed the issue that camel-example-cxf-osgi can't be deployed with CXF 2.4.x
     new 60d85db  Fixed the CS errors of camel-cxf
     new 85645b0  CAMEL-4131 CAMEL-4132 update the camel-cxf and camel-atom features
     new baa7093  CAMEL-4140: Switched from Jibx Ant task to native Maven plugin. Thanks to Chris Love for providing a patch.
     new f1d6647  Doubled unit test timeout to prevent failure in CI
     new c15e523  Camel-CXF blueprint, correct classloading. Also simplifies and makes the loading of the endpoints similar between spring/blueprint
     new f40d6d9  CAMEL-4139  clean up the configuration CxfEndpoint
     new f01f272  CAMEL-4142 Added a blueprint profile for the camel-example-cxf-osgi
     new 2c396a9  CAMEL-4104: Using dynmaic port numbers for test. Thanks to Jean for patch. Fixed CS.
     new 393468f  CAMEL-4129: jt400 pgm manager should start/stop the connection like the other does. Thanks to Joao for the patch.
     new dcf684b  CAMEL-4130: Added option guiAvailable to jt400. Thanks to Joao for the patch.
     new 90a9b8f  Fix for CAMEL-4055.Thanks to patch submitted by Ioannis Polyzos
     new 7116517  Revised Patch for CAMEL-4055 to comply with Camel Constant naming conventions
     new 2f0fe6d  CAMEL-4144 Update Karaf validate profile to use Karaf 2.2.2-SNAPSHOT
     new 741bbed  CAMEL-4137 still need to set the TCCL for load the BlueprintBus
     new 627e9cd  CAMEL-4143 Fixed the issue of CxfPayload to Node conversion
     new 5e3d21c  CAMEL-4141 Don't filter for line ending for source distributions
     new ef93e9e  CAMEL-4141. Only build src in .zip format
     new bffd50f  CAMEL-4084. Patch applied with thanks to Dan Kulp
     new ab60007  CAMEL-4153: Seda consumer now supports suspend/resume as a more gentle way of stopping it.
     new 009f4e6  CAMEL-4153: Keep thread pool alive when stopping seda consumer, as we should prefer to only shutdown/trash the pool when shutting down Camel.
     new 8756357  CAMEL-4154: Added removeEventNotifier to ManagementStrategy
     new c9d8617  CAMEL-4155: addService will inject CamelContext if service is context aware
     new fbae11c  CAMEL-4149: Fixed throttling route policy in context scope may not resume route when hitting low watermark
     new 57d829d  CAMEL-4093: Added unit test.
     new 8c10eff  Polished
     new 7fb68a9  CAMEL-4156: Introduced ManagmentObjectStrategy as a SPI to make it easier to reuse acutal mbeans used by Camel, and allow end users to plugin custom strategy if needed.
     new 6cf4ab6  CAMEL-4136: refactored MessageReceiverListener out to be able to test the implementation
     new 609d328  CAMEL-4136: Camel-smpp should be able to return ProcessRequestException to the SMSC instead of catching all exceptions
     new 9c09b5e  CAMEL-4126: S3Producer does not use CamelAwsS3ContentLength or CamelAwsS3ContentType
     new e947d7d  CAMEL-4109: Added camel-cxf blueprint example. Thanks to Dan for patch.
     new 976f417  Added note in javadoc about getOriginalInMessage is subject for change in later Camel release
     new 5782e35  CAMEL-4069: Removed out of memory test as it would depend on avail memory on servers etc. And its using SoftReference from the JDK which works.
     new b0c906d  Fixed test
     new 1c1c186  CAMEL-3948: pop3 protocol now supports marking mails as SEEN/DELETED. Thanks to Donald for the patch.
     new 54b3665  CAMEL-3948: Do not set rsetbeforequit property on mail configuration as its essentially enables reset on quit, which means it will undo all changes.
     new 5facc0e  CAMEL-3284: Added unit test
     new 14ddcee  CAMEL-4157 Upgraded Jetty version to 7.4.2.v20110526
     new c94e75d  Fixed test
     new 6f15ad5  CAMEL-3655: Refactored having reusable code in file consumer to support both scheduled consumer and polling consumer.
     new 0c72a1c  CAMEL-4142 revert the patch as we created camel-example-cxf-blueprint
     new 42c38ef  CAMEL-4142 revert the patch as we created camel-example-cxf-blueprint
     new 59826db  CAMEL-3655: Fixed polling consumer will suspend/resume scheduled based consumer to avoid having them keep running in the background after usage. For example a ftp consumer will keep polling the ftp server. Introduced PollingConsumerPollingStrategy to control that behavior.
     new b24da29  Fixed CS
     new 3a1d555  Fixed test
     new 4bb5740  CAMEL-3655: Reverted back of previous work on this as its not needed anymore.
     new 85c56ea  CAMEL-3655: Polished a bit. Added more javadoc and renamed a method to better reflect what it does
     new 0cc6321  CAMEL-4145: pollEnrich should set empty message body if could not poll from resource endpoint. CAMEL-4158: The Exchange.TO_ENDPOINT is decored in enrich and pollEnrich with the uri of the resource endpoint.
     new 4a3007a  Updated the spring.schemas version
     new 476f20c  CAMEL-4162 Added an option fragment to JAXBDataFormat
     new 15f0d70  CAMEL-4159: MockEndpoint expectedHeader / expectedProperty now supports setting multiple expectations. Fixed test.
     new e3f9b11  Added some unit test client to help us test the camel-example-cxf in system test
     new 7bc122d  CAMEL-4159: Mock endpoint improved type coercion for expected bodies.
     new 05db641  Added tokenize to java dsl.
     new 732fa36  Using dynamic ports for unit test
     new c401830  [CAMEL-4095] Start of using dynamic ports in CXF unit tests.  About 1/2 done, but commit was getting too large.  :-)
     new 96fb885  CAMEL-4041: More detailed message logged when fatal fallback error handler handles unhandled exceptions.
     new 14d6b4f  Removed TODO from camel-core not needed anymore. Moved an exception class from impl to top level package.
     new d754a83  Fixed some TODO
     new bbc9359  Upgrade to apache pom version 9
     new 06123ff  CAMEL-4125. Adding components to assembly
     new b10be7f  Use dynamic ports in unit tests.
     new 6c16ba3  CAMEL-2934: Ported the changed read lock strategy to ftp component. Thanks to Laurentiu Trics for patch.
     new b2e878b  CAMEL-4165 Fixed some issues of camel loan broker example
     new e85e23d  Added a JMS ContainerTestClient for testing the camel-example-loan-broker within ServiceMix
     new 0a1aecf  CAMEL-3948 applied the last piece of patch
     new 7d7b17c  Fixed tests that may fail on CI servers.
     new 4d76e82  camel-4167: marshall/unmarshall processors were not added in the TRACE
     new 73431eb  camel-4167: marshall/unmarshall processors were not added in the TRACE
     new f7ee174  camel-4167: marshall/unmarshall processors were not added in the TRACE
     new 4541e3d  camel-4168: add routeId property in DefaultTraceEventMessage
     new 3c22a31  CAMEL-4165 fixed the issue of deploy camel-example-loan-broker into ServiceMix
     new b5dd710  CAMEL-4170: camel-smpp component doesn't support sms messages longer than 254 symbols.
     new 100e2be  CAMEL-4172 upgraded karaf version to 2.2.2
     new cdc5d6b  CAMEL-3894
     new 2befeaa  CAMEL-4173 Fixed Nullpointer Exception when sending null body, added test, removed 2 unused imports
     new 4056b25  Remove unused imports
     new 3c69463  Remove unused imports
     new dfb1c72  CAMEL-4170: camel-smpp component doesn't support sms messages longer than 254 symbols.
     new 2cf1006  [CAMEL-4174] The camel-blueprint namespace handler does not register blueprint dependencies correctly
     new 2befeea  CAMEL-4175 Enable Restlet servlet to be configured within a webapp
     new 14e7609  Modified the qpid-version in the parent pom to the latest version of qpid (0.10). Also commented out the qpid-broker version used by Unit Test which is not publicly advertised by the Qpid community.
     new 99c53be  Fixed the CS errors of the camel-core
     new 205d5ea  CAMEL-4172: Upgrade to karaf 2.2.2.
     new cc9d296  CAMEL-4168: added routeId to jpa trace event message.
     new 799baf3a CAMEL-4167: Reverted changes in unit tests that was a mistake
     new 1fb1358  CAMEL-4167: Added label to marshal/unmarshal so its shown in tracer
     new bc4d38f  CAMEL-4172: Upgrade to karaf 2.2.2, camel-itest-karaf reads the karaf version from system properties
     new 5752a23  CAMEL-4170: Fixed broken unit tests.
     new a12fbc5  CAMEL-4177 - fix issue when using dependency:go-offline
     new b6a55ed  Polished
     new bccac40  CAMEL-3894: Fixed test writing into target dir only
     new fdfcf31  Added test based on user forum issue
     new f6ec215  CAMEL-4181: Removing a route should remove the route from the internal startup route list of DefaultCamelContext.
     new 85554f2  CAMEL-4176: camel-http4 added support for setting scheme to use for proxy. Will use the same scheme on the proxy as the endpoint if not explicit configured.
     new a8b1649  CAMEL-3894: Improved javadoc due recent change in API
     new 4c16b76  CAMEL-4183 Set the ApplicationContextClassLoad before calling the AtomUtils.parseDocument()
     new f214a33  CAMEL-4044: Added unit test for better code coverage.
     new be292cc  CAMEL-4184: Fixed adviceWith 2 or more routes and using a context scoped onException, may cause the onException to appear route scoped. Tigthten up OnException to be aware of its initial scope.
     new 5ef404e  [CAMEL-4186] Pull cxf stuff out of camel-cxf feature.  Use version range for cxf version in feature.
     new facfe4e  [CAMEL-4187] The ProcessorFactory interface isn't usable in scala
     new fd3681a  CAMEL-4192 upgraded Axiom version to 1.2.12
     new 0cba0fa  Some osgi tests cannot run anymore.
     new bbc923e  Fixed the CS error of MailConsumer
     new 2d98b39  CAMEL-4194: jmx topic endpoints should be non-singleton.
     new 4cc6f45  Use final modifier if possible
     new 0403b89  CAMEL-4195 use servicemix commons-pool bundle in camel-cxf feature
     new da4b9df  CAMEL-4196: scheduled route policy should fail if misconfigured instead of WARN logging.
     new 5fa8667  CAMEL-4197: scheduled route policy should not start quartz scheduler itself, but rely on QuartzComponent doing that. Polished unit tests.
     new fdc7205  CAMEL-4176: Fixed fallback to use http4 or http4s for proxy scheme when configured as property on CamelContext properties.
     new 38d3e6d  CAMEL-4197: scheduled route policy should not start quartz scheduler itself, but rely on QuartzComponent doing that. Polished logging.
     new 0231587  Added unit test based on user forum issue.
     new b4c97d7  [CAMEL-4195] Remove commons-pool from cxf feature Tighten cxf version range
     new e5c0cd0  add note about updating CXF version range in Karaf features file
     new 575be2b  Upgrade to jersey 1.8 in camel-web
     new 0cfa278  [CAMEL-2197] Use released version of ServiceMix Hadoop bundle.
     new 442b89e  CAMEL-4199: Added not() to ValueBuilder.
     new b36da34  Removed test that causes trouble on CI servers
     new a7a4bbd  Fixed test that uses topics and may rarely fail otherwise.
     new eacd7de  CAMEL-4201: Added time it took to execute the test method being logged, when using the test kits.
     new f92b524  Fixed test due CI error
     new 82ab8ed  CAMEL-4205: Added whenDoneByIndex to NotifyBuilder.
     new 3d2a3fa  Upgraded parent version in pom.xml
     new f602164  Upgraded to restlet 2.0.8
     new 0fac2b3  CAMEL-4206: Upgrade to scala 2.9.0
     new 189a86e  Upgraded scalate to 1.5.0 that supports Scala 2.9.
     new 1c084eb  CAMEL-4207 using ExtensionManagerBus instead of CXFBusImpl to setup bus instance
     new 349ef30  CAMEL-4186 make feature validate plugin happay about the change
     new cc73cf3  CAMEL-4206: The scala maven archetype upgraded to Scala 2.9
     new b7c18a9  Fixed test due CI failures.
     new db41e17  CAME-4210 Add unit test on camel-example-cxf-osgi
     new 6386f51  Fixed test due CI issues
     new 2b02538  Polished readme.txt in examples.
     new 652b201  CAME-4210 ported the patch to camel-example-cxf-blueprint
     new 4efddb3  CAMEL-4211: endpoint uris now support multiple values for the same key.
     new f3ae9e3  CAMEL-4211: endpoint uris now support multiple values for the same key.
     new 7fb89b9  Polished
     new 5fa496b  Polished readme.txt in examples.
     new 018775f  cleaned up the CxfRsConsumerTest to correspond with updates to the camel-cxfrs documentation
     new b8e08d9  clean up the code of CxfBlueprintEndpoint
     new b2c85f0  Disabled failing test on CI
     new 0a434de  CAMEL-4218: Simple languge now supports using chained [] index for list/map.
     new bdac948  CAMEL-4093: introduced 'mapMailMessage' option to provide access to the underlying javax.mail.Message. Thanks to Dr. Martin Menzel, I was able to use some parts of his original patch.
     new 90eef9b  CAMEL-4215: camel-ftp will now honor stepwise option when deleting files. Thanks to dsmw for the patch.
     new d9be002  CAMEL-4219: Fixed example not being able to run from the command line as stated in readme.txt file.
     new f86b951  CAMEL-4220: Added jaxb.index to example so JAXB works.
     new bed3eb9  CAMEL-4220: Reverted as jaxb.index was already in resources. Thanks to Babak for pointing this out.
     new 6a54dd1  CAMEL-4220: Renamed 2 example directories to match maven pom.xml name.
     new eb132d0  CAMEL-4223 Need to set the threadSafe option of CxfRsClientFactoryBean to be true
     new 6fdcec2  CAMEL-4220: Renamed 2 examples directories to match their pom.xml name.
     new c021092  CAMEL-4222: Ref component throws better error message if endpoint could not be found in registry.
     new 755aef1  Polished readme for example
     new 4ea7460  Polished readme.txt files for examples.
     new bf532f9  Add my public key
     new c382693  [maven-release-plugin] prepare release camel-2.8.0
     new f36e74b  [maven-release-plugin] prepare for next development iteration
     new f16e168  Upgraded version in etc/pom.xml
     new bcd2d57  Added copyHeaders method to MessageHelper.
     new 094d00b  update copyright date
     new a934af9  Avoid potential NPE in createIterator if delimier is null
     new 3f905d4  CAMEL-4212: Add support for multi value headers for the http related components.
     new d53bc41  CAMEL-4214: A name should be specified in the karaf features-file Thanks to Jonas Bengtsson for the patch
     new d3ae815  CAMEL-4229 Added the wrap methods for template, consumer and context in org.apache.camel.test.junit4.CamelContextSupport
     new 01a4e23  Added unit test based on user forum issue
     new eb2ec46  camel-web osgi metadata should have Camel 2.8 as min version.
     new b96238d  Fixed version number in pom.xml
     new d94b730  Fixed camel-hdfs not being able to install in osgi, or possible hot deploy in eg a web container due static code block.
     new bfccf08  CAMEL-4229 Fixed the same issue of camel-testng
     new b4d43c2  CAMEL-4231: Fixed camel not being able to run in Apache ServiceMix, due osgi and type converter loading issue. Thanks to Freeman for the patch.
     new 081ff22  CAMEL-4235 fixed the unit test error of CamelBlueprint2Test.testErrorHandler()
     new 8146e08  CAMEL-4236: registry lookup with type parameter will now report better exceptions in case of a ClassCastException so end users can see the actual and expected types.
     new 925ea97  CAMEL-4228 applyed the custom jre.properties on the karaf configuration
     new 88a3e9c  CAMEL-4228 updated the integration test of CamelBlueprint
     new 265c94d  CAMEL-4228 Use the customer configuration for camel-itest-osgi
     new fe4c09b  CAMEL-4176: Fixed registering proxy port is secure - not secure depending on proxyAuthScheme option.
     new 8800576  CAMEL-4237 - fix issue with archetypes not building in Maven offline mode
     new b3a86a3  CAMEL-4233: Improved how type converters is loaded. Added support for specifying FQN in META-INF TypeConverter file to load the Converter class directly, avoiding package scanning. This speedup startup process, and makes Camel able to run in other environments without the need for package scanning.
     new e89d1d3  Polish camel-example-cxf-osgi readme
     new 38c008c  CAMEL-4238: Use same version of jackson as in camel-jackson.
     new ca5408e  Polished example
     new 3e75c8e  Fixed test due CI error
     new 6279560  CAMEL-3126: Add osgi tests in camel-itest-osgi for the vm component
     new e94c90f  CAMEL-4239: Improve the VM component tests
     new 49d07ea  CAMEL-4241: Removed unused imports in examples.
     new ff01cc5  CAMEL-4241: Remove unusued imports from examples.
     new 1f6a09c  CAMEL-4234: Added unit test based on user issue.
     new 3f1cb6b  Fixed one eclipse warning in examples.
     new 9b77762  CAMEL-4242: Improved error message if bridging endpoints and end user have not enabled the bridgeEndpoint option.
     new e9d55fa  Revert version and redo 2.8.0 release
     new 9169378  [maven-release-plugin] prepare release camel-2.8.0
     new 712d789  [maven-release-plugin] prepare for next development iteration
     new bd1673e  Revert version and redo 2.8.0 release (need to remove tag and redo)
     new a76e637  [maven-release-plugin] prepare release camel-2.8.0
     new 241b491  [maven-release-plugin] prepare for next development iteration
     new b70351f  Added an osgi unit test for the TypeConverter
     new eb8acd9  CAMEL-4245 upgrade surefire plugin to 2.9
     new 97639f7  CAMEL-4245 changed the surefire plugin version to 2.8 to fixed the unit test error of camel-web
     new 02f11e3  Polished
     new b216044  CAMEL-4252: file/ftp producer should cater for both unix/windows separators when calculating the file name, as it may contain mixed separators.
     new 0fdd2bb  CAMEL-4252: file/ftp producer should cater for both unix/windows separators when calculating the file name, as it may contain mixed separators.
     new 6c5a1af  Fixed ftp tests fails on windows. Made test more resilient on what os it runs due line terminators diffs
     new 95ed2f9  Added unit test based on user forum issue
     new 8007950  Upgraded version in pom.xml after release.
     new 7b680c9  Upgraded to spring integration 2.0.5
     new a7e4891  CAMEL-4253: Polished examples.
     new 0bb42ce  Merge branch 'CAMEL-4110' into trunk
     new f757fa6  CAMEL-4258 Add integration test of CXFRS blueprint
     new 8301ad4  CAMEL-4255: Using os dependent line separator in unit tests and log component. Thanks to Babak Vahdat for the patch.
     new 06a41ac  Fixed CS
     new d3cf380  CAMEL-4261: Fixed properties component may contain duplicates in its location cache.
     new 6af2d687 Fixed CS
     new a5fe7fb  Upgraded to groovy 1.8.1
     new 4e2dff2  CAMEL-4259 Add blueprint integration test for CXF endpoint
     new 5a2daf6  CAMEL-4260: Remove camel-example-axis
     new 2eaf318  CAMEL-4246: Fixed tracer to better leverage the async routing engine.
     new d974b9c  [CAMEL-4264] Upgrade to Quartz 1.8.5.
     new bf3065c  CAMEL-4200: Removed ANT support for examples as we cant maintain and keep that updated.
     new eac1bc2  deprecated methods in DSL not really needed
     new bd16f82  Polished
     new cfee6ba  CAMEL-4092: Use Camels class resolver to load classes configured in the DSL.
     new 4c7e153  CAMEL-4092: Use Camels class resolver to load classes configured in the DSL.
     new 0d4788b  CAMEL-4263: Fixed issue with not registering components/endpoints/servies when using bean annotations.
     new 7d34068  CAMEL-4264 The routeContext stack of DefaultUnitOfWork should be thread safe
     new 3245a1e  Clean up unused import package of aws
     new 0c98352  Clean up the OSGi test of serlvet component
     new 1df08ac  clean up the unused imports of camel-itest-osgi module
     new 79997b7  CAMEL-3961: Bean component now supports parameter values specified directly in method name option. You can now bind body, headers, fixed values etc. without any annotations or other means.
     new 83de361  CAMEL-3961: Bean component supports parameter values directly in the method name option.
     new cf7bfc0  Skip test which occationally may fail on CI servers.
     new aba050b  CAMEL-3961: Polished and reduced some package tangling.
     new dfa1f39  CAMEL-3961: Added headers to simple language to you can refer to the headers as a Map, and use that for bean parameter binding in the method name option.
     new 2ec8bef  Upgraded to jackson 1.8.4
     new 09ebb55  CAMEL-4265: Closing file resource after loading properties. Thanks to Edge Wang for the patch.
     new b6bce1f  CAMEL-4134: Upgrade to Smack 3.2.0 - Thanks Jean-Baptiste for the patch
     new 6ddeb78  CAMEL-3961: Added support for explicit null parameter in method name option. Added better error message if simple language cannot parse the option name syntax.
     new d4347f7  CAMEL-4264: The routeContext stack of DefaultUnitOfWork should be thread safe - Thanks Matthias for pointing this out
     new deaa9ede CAMEL-3961: Improved error message if invalid arguments when invoking bean using bean component.
     new 771906c  CAMEL-4269: Ftp consumer on disconnect should eager set loggedIn flag to false, in case the ftp API may not properly disconnect, causing the next pool to fail. Thanks to Marek for the patch.
     new e08b996  CAMEL-4270: Added unit test
     new 81233f2   CAMEL-4272 camel-jdbc should provide a option not set the autoCommit flag
     new a6bd371  Fixed CS
     new 78e3bc7  Fixed CS
     new 743715a  Fix a bunch of warnings in eclipse
     new c14ae06  [CAMEL-4095] More dynamic ports and contexts Enough is now working that we can switch to forkMode=once making the test MUCH MUCH faster.
     new de19fc8  Start playing with parallel testing.   Lots of work to do.
     new 6487011  CAMEL-4273: Use static memeber classes if applicable. ThAllow the GC to claim the resources sooner. Thanks to Babak for the patch.
     new 21b4588  CAMEL-4180: Improve labels of all model definitions in tracer output a understandable label
     new 0aa7212  CAMEL-4274: Fixed issue with MDC not remebering old values when using a producer template to send in messages during routing. Thanks to Yaytay for the patch.
     new 067ce34  Fix compiler warnings in camel-jms component
     new 0ee3c7b  Change to runOrder alphabetical to make the tests more predictable and reproducible
     new 5119455  CAMEL-4273: Use static inner classes if applicable.
     new 8bc0973  Move some tests to the JUnit 4 version for CamelTestSupport
     new 6693683  Fix checkstyle error
     new 7da7f48  More updates to use JUnit 4 Fix a bunch more compiler warnings, mostly related to non-use of generics.
     new 81a2313  junit4 update and compiler warning fixes for camel-cache, camel-context, and camel-cometd
     new 71b6f67  Bunch more junit4 updates and compiler warning fixes
     new 81db6df  CAMEL-4198: Fixed issue with KVP when key has no value. Thanks to Surya for patch. Polished the source a bit fixing spelling etc.
     new e135e4a  CAMEL-4244 refactored ExecutorServiceStrategy
     new 311a763  CAMEL-4244 refactored ExecutorServiceStrategy. Fix for missing import
     new 79dfc61  [CAMEL-4060] [CAMEL-4049] Added support for JSSE Config Utility and upgraded to AHC 1.6.4 with clientConfig. style configuration in AHC component URI.
     new af187d7  Removed unused imports
     new 39efc27  fixed some checkstyle errors
     new 373cda2  [CAMEL-4276] Align CXF version range to the one defined in the Karaf features descriptor.
     new 7b825ec  Fix checkstyle errors and more compiler warnings
     new bbff242  Update the junit4 test support classes to be parallel=classes safe
     new 7d9711c  [CAMEL-4095] More dynamic ports and contexts
     new 232fed8  More fixes to get the junit4 test support stuff to be parallel=classes safe
     new 70e3af6  [CAMEL-4095] More dynamic ports.  With latest CXF snapshots, some parallel stuff works.
     new 305df43  CAMEL-3968 Add support for multiple parameters
     new e48b721  [CAMEL-4280] Update the OSGi and Spring DM version.
     new b317e75  Update the way the first/lowest port is determined to better support parallel builds by allowing each VM/build to grab a block of 200 ports to use without worrying about the other builds conflicting.
     new f9ea059  CAMEL-4282: Example and archetypes should enable JMX for ActiveMQ if used.
     new ba139de  CAMEL-4283: Fixed dump as xml if message is already xml.
     new 70d5d2c  Set the isCreateCamelContextPerClass on tests that can pass with it to speed up the tests
     new cf88992  Undo commit of stuff that wasn't supposed to be committed.  Work in progress.
     new 0af7e3a  CAMEL-4275: camel test kit, deleteDirectory will not fail if deleting of files failed.
     new 6475c22  CAMEL-4285: camel-saxon can now load imported resources from the classpath using a custom ModuleURIResolver. Thanks to Jay Mann for the patch.
     new 73b3c42  CAMEL-4275: camel test kit, deleteDirectory will not fail if deleting of files failed.
     new 2ea4a1b  CAMEL-3408: Added spring jars for testing camel-guice due JMX is enabled.
     new 2746683  Upgraded jackrabbit to 1.6.4. Disabled a test that fails.
     new 0bc1ab6  CAMEL-4247: Introduced ManagementMBeanAssembler as SPI to be able to move spring JMX logic from camel-core to camel-spring.
     new a7292c1  CAMEL-4250: Removed depdendency of commons-management.
     new ae5ea5e  CAMEL-4239: Improve the VM component tests
     new 54872fd  Fixed a CS error of camel-xmpp
     new 8b7f62a  Update the spring schemas version
     new 03ab64a  CAMEL-4286 BlueprintCamelContextFactoryBean should set the ApplicationContextClassLoader for the CamelContext
     new 3e97139  CAMEL-4287 - get AWS component building offline
     new 0442723  CAMEL-4288: Added showFiles option to log formatter.
     new a52c0f9  CAMEL-4290 - Add idleConsumerLimit option for DMLC to camel-jms
     new 118d673  added a test for a user forum issue
     new 51bd28c  CAMEL-4244 Moved default values to createProcessor
     new 36048e2  Use an async process to destroy the JMS DefaultMessageListenerContainer as the destroy method can take quite a while.  (might be an issue in ActiveMQ).   This chops the build time on my machine from 15min 28s to  10min 36s.
     new a4f8ec1  Fix compile error by removing the non-utf8 chars.  Someone may need to figure out what those chars should have been.
     new 91d885e  Fixed problem with attribute not using same type in ManagedThreadPool causing that option not accessible in JMX
     new 7deb7c4  CAMEL-4168: Added getRouteId to trace event message
     new efb3daa  CAMEL-4248: Introducing a set of Camel JMX annotations to be used for JMX management.
     new 23c1ea8  CAMEL-4168: Added getRouteId to trace event message
     new 9b08833  CAMEL-4291: Camel based JMX annotation assembler, which means using JMX no longer is dependent on spring JMX. Reduced dependeny in camel-core to not use Spring at all.
     new 3898257  CAMEL-4291: Camel based JMX annotation assembler, which means using JMX no longer is dependent on spring JMX. Reduced dependeny in camel-core to not use Spring at all.
     new 41c27b8  CAMEL-4295 fixed spring-ws packages version range issue
     new 9b7e9dd  Updated camel-itest-karaf to use karaf profile
     new 01e8763  CAMEL-4249: Camel now check if managed object has Spring JMX annotations and use those, if not it fallback and use the default from camel-core.
     new c44c793  CAMEL-4249: Replacing Spring JMX annotations with Camel JMX annotations for the components.
     new f465ae8  CAMEL-4297 - Add errorHandler option for DMLC to camel-jms
     new 3277f19  CAMEL-4294 Fixed the WSDL generation issue of Camel 2.8.0
     new c39eb83  CAMEL-4294 using the dynmaic port
     new ad69590  CAMEL-4249: Remove not needed spring JMX dependency in pom.xml files.
     new ed3629d  CAMEL-4249: Remove not needed spring JMX dependency in pom.xml files.
     new 890cb27  CAMEL-4293: Fixed issue when invoking a Bean and that bean has a @Bean in the method signature. Causing @Bean to not invoke its configured method.
     new e2d3cee  CAMEL-4118 added support for manually completing all message groups with a signal message
     new 9e85553  CAMEL-4305: Fixed xslt component not being able to load the stylesheet from a file system.
     new 0393c98  CAMEL-4296: Added javadoc note about usage of adviceWith
     new 2b72838  CAMEL-4296: Added working unit test
     new fe95cdf  CAMEL-4254 Fixed the issue of Missing setter or constructor-argument for elementNameStrategyRef in SoapJaxbDataFormat
     new 7659045  CAMEL-4308: Upgraded to use dbcp 1.4 in features.xml. Thanks to Freeman for the patch.
     new 44546df  CAMEL-4311: Fixed issue with bindy in key value mode when using @OneToMany in multi threded unmarshalling. Thanks to Surya for the patch.
     new 3ceb5be  CAMEL-4031: resource based components no longer depend on Spring JARs.
     new b359b02  CAMEL-4031: resource based components no longer depend on Spring JARs.
     new 15b751c  CAMEL-4031: Added test for loading xslt template over HTTP.
     new d65a1ab  CAMEL-4314: When tracing is enabled force ids on all the nodes to be assigned.
     new 067fd6f  Refactor cxf jaxrs testbean of the camel-itest-osgi
     new 96cf15c  CAMEL-4316 camel-cxf bundle should not ship the camel-cxf-transport packages
     new 397194b  Clean up the camel context file of the example after upgrading to CXF 2.4.x
     new 288ab98  CAMEL-4299 Fixed the NPE issue of camel-cxfbean
     new a732d7f  CAMEL-4299 Added OSGi integration tests
     new e0ba210  CAMEL-4299 Fixed the cxfbean component auto load issue
     new f93d63e  CAMEL-4315 Added OSGi tests for setting endpointName attribute of cxfEndpoint
     new afd51e3  CAMEL-4318: Scheduled poll consumer from pollEnrich should not be polling when route starts, but on demand
     new e1755a6  [CAMEL-4313] Upgrade to XStream 1.4
     new 7d5029d  CAMEL-4299 Fixed the CS errors of CxfBeanEndpoint
     new 2ab0d42  CAMEL-4322 Fixed the issue of AnnotationTypeConverterLoader doesn't try all the classloaders to load the converter class
     new 40a0ea0  CAMEL-4326: Fixed using doCatch loading exception classes, now uses ClassResolver to ensure it can be loaded in OSGi etc.
     new 4edc015  CAMEL-4319: Upgraded to spring 3.0.x in feature file for camel-example-etl.
     new a7c76b2  CAMEL-3938: Reintroduced consumerType option. Thanks to Joshua for the patch. Disable the async listener destroy as its a bit unstable.
     new 8cb2127  CAMEL-4319 updated the features of spring bundle version
     new 498dc4a  clean up the camel-example pom.xml for the resource filtering
     new 8658b2e  CAMEL-4323 clean up the spring dependencies of camel-example-spring-javaconfig
     new f24606d  Add a new assertion condition to test size of the array
     new b0b3ea6  Fixed CS. Added JMS consumer async test.
     new 0a207e1  Fixed test
     new 7291046  CAMEL-4298: Adjust the ExecutorServiceManager and fix issues with EIP configuration and making API more similar to old API, and improving other things. Read more at the JIRA.
     new 7301fc7  CAMEL-4298: Lookup methods on ExecutorServiceManager no longer needed. Added custom ThreadPoolFactory test, and possible to configure in XML DSL.
     new 5e8c369  CAMEL-4298: Added ExecutorServiceStrategy to be backwards compatibile. Marked it as @deprecated. This ensures 3rd party components still work with future Camel releases.
     new 153aca0  CAMEL-4329: Fixed issue with custom connection factory and also username password in endpoint uri.
     new 2ec7541  Removed not needed code as setProperties later does all the boiler plate configuration.
     new 3291cd69 Polished
     new 5d9da8d  Removed dependency on log4j as its not needed by freemarker.
     new 24d805b  CAMEL-4202: Added ReplyToType option. Added new Exclusive replyToType to support per producer exclusive persistent reply queues for request/reply over JMS. This allows to run faster than the Shared option.
     new fe1b409  CAMEL-4331: Remove log4j test scoped dependency in pom.xml as slf4j-log4j provides it. Thanks to Babak for the patch.
     new 7dff904  Fixed test on CI server. Polished.
     new b63ff9b  CAMEL-4333: Added wereSentTo to NotifyBuilder.
     new be7748f  Fixed CS
     new 36e0698  Indicate in thread names from JettyHttpComponent they are from this component, to differentiate them with other Jetty usages in the JVM.
     new 3892676  Indicate in thread names from JettyHttpComponent they are from this component, to differentiate them with other Jetty usages in the JVM.
     new 7e4dd06  Fixed test on CI and using dynamic ports
     new c8222d3  Upgraded to scalete 1.5.1
     new 2163fee  Removed failing tests on CI servers.
     new 83ba0f8  Using dynamic ports in tests.
     new 41a672f  CAMEL-4335 Upgrade CXF version to 2.4.2
     new 0e2f69c  Fixed the CS errors
     new 7540087  CAMEL-4336 camel-cxf payload should take consideration of the namespace which is defined in the soap envelope
     new 0c55b4d  CAMEL-4137 CxfNamespanceHandler should not set the TCCL
     new 43f421f  CAMEL-4258 CAMEL-4259 enable the tests after upgrade to CXF 2.4.2
     new 77db310  Updated to the released SMX bundles
     new 0607ad1  fixed an useless unit test
     new b39ae46  Fixed camel-jcr feature.
     new 2c9b88e  CAMEL-4334: Fixed test. Thanks to edge wang for the patch.
     new 6c8811d  CAMEL-4310: Splitter in streaming mode set split size header on the completed exchange. Thanks to Sebastien Petrucci for the patch.
     new cce3b9d  CAMEL-4337: Bindy in CSV format now uses trim, clip, and length attributes on @DataField when marshalling. Thanks to Reinhard Luft for the patch.
     new bbb7cbe  CAMEL-4336 clean up the test code
     new b785ab7  CAMEL-4202: ReplyToType now compliant with JMX
     new 4d466eb  CAMEL-4338: Improved browsable endpoint for JMX, to browse range/all messages as xml. As well to include/not include message body.
     new ead75bf  CAMEL-4202: ReplyToType now compliant with JMX
     new 9ae5cac  CAMEL-4338: Include exchangeId in xml messages so in JMX browsable endpoint. Be backwards compatible, marked old method as @deprecated.
     new 7e2a5dc  CAMEL-4281: File/ftp endpoints is now BrowsableEndpoint which allows to browse the file system. It leverages the consumer logic, but without starting the scheduler.
     new abf0db7  Fixed test.
     new eb041cd  Polished readme.txt file
     new 4e171a8  CAMEL-4342: Validator component can now load message body directly from a file.
     new 138551b  CAMEL-4339: Added replaceFrom to adviceWith. To replace a route input to another endpoint uri, making unit testing easier.
     new a421e53  java.net repo is now synced to central.  Remove the references.
     new 61976fc  Fix some deprecation warnings
     new f5c6fcb  CAMEL-4217 - added Java DSL support for route autoStartup(String|boolean)
     new 368ae63  add my public key and test my first commit
     new f164c21  CAMEL-4346: Added chmod option to SFTP producer. Thanks to Jan-Philipp Niewerth for the patch.
     new f740e0c  CAMEL-4349: Added encryptionMode option to camel-nagios.
     new 222cb42  CAMEL-4349: Added encryptionMode option to camel-nagios.
     new 460e405  CAMEL-4347: Set TCCL when starting camel-blueprint routes
     new c4e2bb0  CAMEL-4348: Added String to TimeZone converter, needed by camel-quartz. Thanks to Bengt for reporting and providing a patch for inspiration.
     new 304ee16  CAMEL-4309 link to ticket
     new 7afe53a  Bothering to build before a commit...
     new 9f2d071  Fixed CS
     new 1661d7d  CAMEL-4352: Fixed issue with ftp consumer using done file and stepwise=true.
     new 8b9fdf2  CAMEL-4244 Add ThreadPoolProfileBuilder and change ThreadPoolFactory to use the ThreadPoolProfile
     new abe3de9  CAMEL-4344: S3Endpoint requires ListAllMyBuckets permission Thanks Brendan Long for the patch
     new 3c6928d3 CAMEL-4345. Patch applied with thanks to Jeff
     new 55173f9  CAMEL-4345. Minor checkstyle
     new b04d47a  CAMEL-4353: Improved error message if using transacted in the DSL and TX manager could not be found. Now we fail fast with detailed exception.
     new ad352d2  Jpa component should only try to load EntityClass if the path is not empty string.
     new 21b41e5  CAMEL-4244 Add some javadoc and small polishing
     new c46d945  CAMEL-4345: Do not import google lru hashmap in osgi. Thanks to Jeff for patch.
     new e26a659  CAMEL-4343: Added isUseAdviceWith to test kit. This helps the test kit to not start Camel before the adviceWith. Meaning we can advice before Camel is started.
     new df22abe  CAMEL-4339: Renamed replaceFrom to replaceFromWith
     new 96e40c3  CAMEL-4354: Fixed issue with ExchangeSentEvent being emitted to soon when using async routing engine.
     new e0b28aa  CAMEL-4354: Fixed issue with ExchangeSentEvent being emitted to soon when using async routing engine.
     new 9fb08eb  CAMEL-4360: camel-test do not enable debugger by default. Now it must be explicit enabled to be used.
     new 11156ee  CAMEL-4359: MessageHelper extract/dump message should ignore thrown exceptions during type convertion of message body. LoggingExceptionHandler should run in try catch to not propagate any new exceptions.
     new 687fa20  CAMEL-4355 Should use LRUSoftCache and start/stop the cache according to the producers lifecycle
     new b284860  Update the cxf unit test wsdlURL attribute with classpath scheme
     new 76535d4  Added an unit test of camel-guice according the camel user mailing list
     new 59e4ae9  Polished javadoc and added note about done UoW from PollingConsumer
     new 64d1cf2  CAMEL-4357 Move Main class to package .main as it is not part of the camel API
     new 6b1df14  CAMEL-4357 Move Main class to package .main as it is not part of the camel API
     new 721f58d  CAMEL-4364: Simple language ognl map access now support keys with enclosing quotes.
     new 1ccf17a  Added osgi unit tests for velocity and freemarker to load templates from file system.
     new e11321a  CAMEL-4365: Fixed freemarker loading templates from file system
     new 78120c1  CAMEL-4368 Fixed the issue of the debug doesn't work in the CamelSpringTestSupport
     new 0443368  CAMEL-4369: Added missing BindyType.Fixed so using fixed length bindy in java dsl is easier.
     new c8d646f  Added unit test based on user forum issue.
     new b4e1b2b  CAMEL-4357 Add package documentation and javadoc grouping
     new 3125d62  Enable the test of Netty2978Issue
     new d542835  CAMEL-4367 made the Camel-netty option encoder and decoder work
     new 39e61b3  Fixed the CS error of Main
     new 8fb2ddd  Clean up the code of Netty2978IssueTest
     new 0c149e3  CAMEL-4358 Refactor management code to remove cycles, introduced support package for base classes
     new abce7a1  Added an unit test for camel-cxf holder based on the camel user mailing list
     new d748324  camel-apns disable tests due they occationally fail on CI servers.
     new 46ecf8a  CAMEL-4358: Fixed failing test in camel-ftp. Migrating components to use support.ServiceSupport.
     new 50674bb  Fixed test.
     new 7345fef  CAMEL-4370: Fixed issue with file consumer preserving existing headers when binding to exchange, so for example move done option can use custom headers.
     new d1eb495  CAMEL-4372 Add FiltersRef option for the Jetty component
     new 15942ba  CAMEL-4358 Move initialization code to management package
     new 6e40d69  igrnore dependency reuced pom
     new 090c6b0  Move SynchronizationAdapter to support and add compatibility stub
     new cb08061  CAMEL-4375 Fixed the configure issue of FilterCreateCamelContextPerClassTest
     new 98a647d  [CAMEL-4373] Update to xstream 1.4.1
     new 64fe351  CAMEL-2472. Patch applied with thanks to Stephen Gargan
     new 59bf161  CAMEL-2472. Fix test (dependency on ON order)
     new 6cf6b59  CAMEL-2472. No need for forking pertest
     new 5183799  CAMEL-4374 Fixed the issue that The debugger doesn't work in the CamelSpringTestSupport with route defined in XML
     new 08399ea  Fixed CS. Polished javadoc.
     new 7a20bc6  CAMEL-4227: Added blockWhenFull option to seda component. Thanks to Mathieu Lalonde for the patch. Marked CollectionProducer as @deprecated.
     new 2287a8b  CAMEL-4227: Polished
     new 018037f  CAMEL-2472: Polished.
     new b7196be  CAMEL-2472: Added camel-zookeeper to kit
     new a5f6d90  CAMEL-2472: Use slf4j for logging. Fixed the dependency in pom.xml. Generate JAR as osgi bundle. Dont use camel-core-test for unit testing.
     new b15fd40  move createExceptionMessage from EchangeHelper to CamelExchangeException to avoid dependency from api to util
     new 53ea13b  [CAMEL-4377]camel-zookeper - Add features.xml
     new bd120af  Move Ordered interface from util to api as it is needed in SynchronizationAdapter
     new 1400ccf  CAMEL-4379 - upgrade jetty to version 7.4.5.v20110725
     new ff7f06c  Move ModelHelper from util to model to avoid references from util to model
     new 164d538  Move BytesSource and StringSource from converter to api as they are used from several places including util which should not know about converters
     new 2c375b2  Fix for compile problem after move of StringSource
     new 39555eb  Fix for compile problem after move of StringSource
     new 848cc8a  Fix for compile problem after move of StringSource
     new 342afb9  CAMEL-4382 - add support to set the cipher used for SFTP
     new be18d77  CAMEL-4376. Deprecate and remove usage of wrong constructors for DefaultEndpoint in camel-core.
     new eab740e  CAMEL-4384: Added test.
     new 667e1f5  Make createException delegate to CamelExchangeException and set method as deprecated
     new b357f5c  support to set the version of apache-camel feature in OSGi test support
     new 925014a  CAMEL-4380 FactoryFinder should support to find the class with a right version
     new 29dcfd9  CAMEL-4380 Added OSGi system test of it
     new 1d9c7af  CAMEL-4385 Test case that shows the problem
     new bd9e5e5  Disabled test which fails due an issue with exchange copy. Added TODO. We want the tests to pass to have CI servers test all the stuff for us
     new 0953b92  Added filter with simple language test
     new 17a8604  CAMEL-2472: Removed zoo scheme name for zookeeper, as we should favor using zookeeper as the scheme name.
     new e1539f6  CAMEL-4383: LoggingExceptionHandler logs exception at ERRPR level by default. Fixed file component on completion to not attempt logging failed exception, as the rollback strategy handles that.
     new f39bc60  CAMEL-4388: Fixed log eip to ensure async callback is invoked. Thanks to Sergey for the patch.
     new ec155a0  CAMEL-4390: Upgraded to HawtDB 1.6.
     new 3246cc5  CAMEL-4356 faster way of testing for file existence
     new 5939d13  Disabled test which causes CI server to hang.
     new 8510f37  Fixed tests.
     new 37c50cb  CAMEL-4356 add an option fastExist to test the file exist in the FTP server
     new 31aee3e  CAMEL-4351 Fixed the issue of placeholders in endpointName and serviceName attributes of cxf:cxfEndpoint
     new eae803b  Checkstyle fixes
     new ac37cf1  CAMEL-4385 Fix and test for bug
     new f3f4ad1  Remove warnings
     new eaeb40c  CAMEL-4351 removed the need of customer QNameConverter
     new 6732a00  Introduce abstraction WrappedFile for GenericFile to avoid dependencies to the file component from the rest of core
     new ee9e1e0  CAMEL-4356 changed the option name to fastExistsCheck
     new 2de011c  Avoid reference from model to converter
     new 57409d8  Add header
     new f345e06  Fix checkstyle error
     new 2738894  Fix checkstyle errors
     new e32793e  Fix checkstyle errors and warnings
     new 1ca354f  Fix checkstyle error
     new 1bc9eb6  CAMEL-4381 Introduce StatefulService, split ServiceSupport. ChildServiceSupport for service with children. Resolve cycle between util and support by moving DefaultTimeoutMap to support
     new b273e91  CAMEL-4394. Fix invalid URIs
     new 3075edc  fix checkstyle error in camel-itest-osgi
     new f005005  CAMEL-4381: Polished.
     new 34b62bd  CAMEL-4350: camel-jdbc should use a linked map so the data is in order according to the ResultSet. Thanks to Mathieu for the patch.
     new 340eef1  CAMEL-4350: camel-jdbc should use a linked map so the data is in order according to the ResultSet. Thanks to Mathieu for the patch.
     new fc39867  CAMEL-3510 cxf namespace supports Camel properties placeholder out of the box
     new d52d081  CAMEL-4358 Remove Statistics interface as suggested by Claus and Hadrian
     new 878c4c9  Fixed the mvn install test error in camel-itest-osgi module
     new cdb778f  CAMEL-4351 removed SpringCXFEndpoint configure method as it should not be used anymore
     new ba93f97  CAMEL-4381 Fix bug where Service status was not reset when Exception occurs while starting. Added test for this bug. Moved test class to support package
     new 512e487  CAMEL-3619: Favor using function start/end tokens with simple language to make it stand out its a simple function.
     new f260e3d  CAMEL-4396: XML validation errors should be not logged on System.err Thanks metatech for the patch
... 30656 lines suppressed ...