Versions Compared

Key

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

...

Building with Spring 4.0

From Camel 2.1113.0 onwards, if you want Camel to be build against Spring 3.2 4.0 to work around the back compatible issue CAMEL-7074, you have to build with the maven profile spring3.2spring4.

Code Block
languagetext
mvn clean install -Pspring4

...