Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CAMEL-2928

...

Code Block
mvn clean source:jar install -Dtest=false

Building with Spring

...

2.5.

...

6

From Camel is shipped build with Spring 2.5.6. 4.0, we switch the default Spring version to 3.0.x, If you want Camel to be build against Spring 32.5.0 6 you have to build with the maven profile spring-32.x.

Code Block
mvn clean install -Pspring-32.x

You may want to skip testing and do a fast build

Code Block
mvn clean install -Pspring-32.x -Dtest=false

Working with features

...