Versions Compared

Key

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

...

  • Additional component level options can now be configured via spring-boot auto-configuration and these options is included in spring-boot component metadata json file descriptor for tooling assistance.
  • Added section with all the spring boot auto configuration options for all the components, data-formats and languages to the documentation.
  • All the Camel Spring Boot starter JARs now include META-INF/spring-autoconfigure-metadata.properties file in their JARs to optimise Spring Boot auto-configuration
  • The Throttler now supports correlation groups based on dynamic expression so you can group messages into different throttled sets.
  • The Hystrix EIP now allows to inherit Camel's error handler so you retry the entire Hystrix EIP block agin if you have enabled error handling with redeliveries.
  • SQL and ElSql consumers now support dynamic query parameters in route from. Notice its limited to be mostly about calling beans via simple expressions.

The following noteworthy bugs has been fixed:

  • The Aggregator2 has been fixed to not propgate control headers for forcing completion of all groups, so it will not happen again if another aggregator EIP are in use later during routing.
  • Fixed Tracer not working if redelivery was turned on the error handler
  • The built-in type converter for XML Documents may output parsing errors to stdout, which has now been fixed to output via the logging API.
  • Fixed SFTP writing files via the charset option would not work if the message body was streaming based.
  • Fixed Zipkin root id to not be reused when routing over multiple routes to group them together into a single parent span.
  • Fixed optimised toD when using HTTP endpoints had a bug when hostname contains ip address with digits. Fixed issue with using IPv6 addresses in endpoint uris.
  • Fixed thread-safety issue with FluentProducerTemplate

...