Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Camel 2.2.0 release

{div:style=} !http://camel.apache.org/download.data/camel-box-v1.0-150x200.png! {div}
Div
Wiki Markup
style
padding-right:20px;float:left;margin-left:-20px;

Image Added

{div:style=} {div}
Div
Wiki Markup
style
min-height:200px

New and Noteworthy

Welcome to the 2.2.0 release which approx 180 issues resolved (new features, improvements and bug fixes such as...)

...

The pom.xml file for camel-core have cut down number of spring jar dependencies to allow Camel to easily run without any Spring .jars at all. However this affects you if you use maven and use camel-core without camel-spring or spring at all. If you want to use JMX with Camel then you need to add the following 4 spring jars required: spring-core.jar, spring-beans.jar, spring-context.jar, spring-aop.jar. With maven you only need to depend on spring-context and spring-aop as they will bring in the other two jars.

See also Camel jar dependenciesJAR Dependencies and Camel JMX.

Using filter in Splitter

...