Versions Compared

Key

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

...

  • Spring 4.1.x is now the default out of the box Spring version.
  • Unit testing with Spring 4.0.x requires using camel-test-spring40, as camel-test-spring is for Spring 4.1 or better.
  • Remember to add @BootstrapWith(CamelTestContextBootstrapper.class) if upgrading from Spring 3.x or 4.0.x to Spring 4.1 onwards, and using the camel-test-spring module.
  • XSLT component now require configuring transformerFactory using URIs with the #syntax to refer to a bean. Just like any other component would do.
  • Slight refactor in camel-metrics component which may affect users who are using the java endpoint types instead of configuring using uris
  • camel-csv upgraded to Commons CSV 1.x which has a different API than the old 0.x version. End users may need to adjust their code.
  • camel-sjms has been refactored a bit to further harden this component. End users may need to adjust their code.
  • The simple function properties:locations:key has been renamed to properties-location:locations:key, as it would clash with the new functionality to specify a default value after the key name, eg properties:key:default
  • Support for Jetty 8.x is deprecated and being considered to be dropped in next release (as Jetty 8 is EOL).
  • Removed the backlog tracer commands from the Karaf Camel commands as they are not suitable for a CLI environment

Getting the Distributions

...