Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
Camel 2.7 roadmapThis is a roadmap which details the overall and major goals for Camel 2.7. Fell free to discuss this at the Camel Mailing Lists if you have ideas or feedback. JDK 1.6+Camel 2.7 should bump the JDK minimum version to 1.6. Status: Done Spring 3.xCamel 2.7 should bump the minimum version of Spring to 3.0+. Status: Done LoggingWe should switch from Status: Done JUnitUse JUnit 4.x by default. However JUnit 4.x is backwards compatible with JUnit 3.x. The change would be to remove the JUnit 3.x support in Status: Done camel-osgi-testWhen testing your Camel apps with OSGi you may use PaxExam for that. We should create a test kit for osgi, like we have camel-test for regular junit testing. The test kit should make it easy for end users to have their apps tested with OSGi. We already have pieces in the Status: Postponed Improve unit testingIt should be easier to mock endpoints, replace parts of routes and whatnot. This allows you to leave your routes untouched and use the test kit to perform unit testing your routes. Currently the easiest approach is to add mocks into your routes which isn't desirable in some situations. Instead you should be able to tell Camel which endpoints should be mocked and what parts of the routes should be replaced with an alternative part. This is an ongoing process which we hope to improve in future releases as well. Status: Done See Also |