You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Camel 3.0 roadmap

This is a roadmap which details the overall and major goals for Camel 3.0. Fell free to discuss this at the Camel Mailing Lists if you have ideas or feedback.

JDK 1.6+

Camel 3.0 should bump the JDK minimum version to 1.6.
Camel 1.x/2.x supports JDK 1.5+.

Spring 3.x

Camel 3.0 should bump the minimum version of Spring to 3.0+.
Camel 1.x/2.x supports Spring 2.0+

Routing engine optimization

The internal routing engine should be optimized. See more details at Camel 2.x Speed optimizations.

Remove @deprecated

@deprecated features, methods, etc. is to be removed.

Other ideas

Should we switch from commons-logging to slf4j?

  • No labels