GitHub user ddelangle opened a pull request:
https://github.com/apache/camel/pull/7
FIX #CAMEL-5993 : put endpoint in quartz job map
fixes https://issues.apache.org/jira/browse/CAMEL-5993 by putting endpoint
in quartz datamap. I'm not sure if it is the best way to use quartz as we put a
non serializable object in the datamap but all tests pass with this
modification.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ddelangle/camel camel-2.10.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/7.patch
----
----