Versions Compared

Key

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

...

  • highlighted issue fixed
  • Upgraded camel-hbase to Hadoop 2.x and HBase 1.1.x
  • Camel commands for Spring Boot
  • Many improvements to Camel Kura
  • Added transacted option to SQL Component when used as a consumer in a transacted route.
  • Added support for UPDATE operation to ElasticSearch.
  • Allow to reuse existing configured Elasticsearch Client on the ElasticSearch component, instead of creating a client per endpoint. 
  • The include and exclude options on File2 and FTP endpoints is now case in-sensitive out of the box.
  • Resource based component such as XSLTVelocity etc can load the resource file from the Registry by using ref: as prefix.
  • Upgraded camel-amqp to the latest qpid-jms-client (also AMQP < 1.0 is not supported anymore).
  • Many improvements to Camel AMQP component.
  • The Metrics Component allows to capture Message History performance statistics with the MetricsMessageHistoryFactory 
  • Reduced the number of mbeans enlisted in the services tree, to only include mbeans that has value to be managed.
  • The Elasticsearch Component now supports MultiGet operation
  • The Throttler has been improved to be more performant and use a rolling window for time periods which gives a better flow.
  • The setHeader and setExchangeProperty allows to use a dynamic header key using the Simple language if the name of the key is a Simple language expression.
  • Add collate function to Simple language to make it easier to split a message body into sub lists of a specified size. The function is similar to the collate function from Groovy.
  • The Camel Run Maven Goal is able to auto detect if its a OSGi Blueprint or CDI project so end users no longer have to explicit configure this on the plugin.
  • Camel-Elasticsearch now supports Multiget, Multisearch and exists operation
  • Camel-Git now supports Cherry-pick operation

Fixed these issues

  • The Swagger Java now parses nested types in the POJO model that has been annotated with the swagger api annotations to use in the schema api model
  • Fixed Rest DSL with apiContextPath fail to start if there are 2 ore more rest's in use.
  • Paho component name is not limited to 4 characters anymore.
  • Fixed Spring Boot not starting Camel routes if running in Spring Cloud.
  • Fixed an issue with Swagger Java using api-docs could lead to api-doc route being added multiple times
  • Fixed a few things missing in the generated swagger model when using Swagger Java

...

Known Issues

Dependency upgrades

  • Apache Cassandra from 2.1.8 to 2.1.9
  • Apache Gora from 0.6 to 0.6.1
  • Apache Kafka from 0.8.2.2 to 0.9.0.0
  • Atmosphere runtime from 2.4.0 to 2.4.1.4
  • Cassandra driver from 2.1.8 to 2.1.9
  • Classmate from 1.3.0 to 1.3.1
  • Chunk from 3.0.1 to 3.1.2
  • Drools from 6.2.0.Final to 6.3.0.Final
  • EHCache from 2.10.0 to 2.10.1
  • Hazelcast from 3.5.2 to 3.5.4
  • Jboss Xnio from 3.3.1.Final to 3.3.2.Final
  • Jboss Weld from 2.3.0.Final to 2.3.2.Final
  • Jbpm from 6.2.0.Final to 6.3.0.Final
  • Jgit from 4.1.0.201509280440-r to 4.1.1.201511131810-r
  • Joda-time from 2.8.2 to 2.9.1
  • Json-path from 2.0.0 to 2.1.0
  • Kie from 6.2.0.Final to 6.3.0.Final
  • Maven Exec plugin from 1.2.1 to 1.4.0
  • Mongodb Java driver from 3.0.4 to 3.2.0
  • Mvel from 2.2.6.Final to 2.2.7.Final
  • Optaplanner from 6.2.0.Final to 6.3.0.Final
  • Spring 4.1.x to 4.2.x
  • Spring-Boot 1.2.x to 1.3.x
  • Spring Integration 2.x to 4.x
  • slf4j-api 1.6.x to 1.7.x
  • Undertow from 1.3.3.Final to 1.3.7.Final

Important changes to consider when upgrading

...