...
The below list is a best effort, and we may miss some updates, its better to use the Camel Dependencies Version Differences web tool which uses the released projects for comparison.
- ActiveMQ 5.8.0 to 5.9.0
- AHC 1.7.20 to 1.78.213
- APNS 0.1.6 to 0.2.3
- Atomikos 3.8.0 to 3.9.2
- AWS-SDK 1.5.1 to 1.6.3
- Avro 1.7.3 to 1.7.5
- BeanIO 2.0.6 to 2.0.7
- Classmate from 0.8.0 to 1.0.0
- Commons Httpclient 4.2.5 to 4.3.13
- Commons Httpcore 4.2.4 to 4.3.12
- CXF 2.7.6 to 2.7.10
- Ehcache 2.7.2 to 2.8.1
- Elasticsearch 0.20.6 to 1.0.0
- FOP 1.0 to 1.1
- Guave Guava 14.0.1 to 1516.0.1
- Hadoop 1.2.0 to 1.2.1. Hadoop 2.3.0 in camel-hdfs2 component.
- Hazelcast 2.6 to 3.0.2
- Hibernate Validator 5.0.1.Final to 5.0.3.Final
- ICal4j 1.0.4 to 1.0.5.2
- Jackson 2.2.2 to 2.3.2
- Jclouds 1.6.2-incubating to 1.7.0
- Jettison 1.3.4 to 1.3.5
- Jetty 7.6.9 to 8.1.12
- JLine 0.9.94 to 2.11
- Joda time 2.1 to 2.3
- JRuby 1.7.4 to 1.7.5
- JSCH 0.1.49 to 0.1.50
- LevelDb JNI 1.7 to 1.8.
- Lucene 3.6.0 to 4.6.1
- MongoDB Java Driver 2.11.2 to 2.11.34
- Mustache 0.8.12 to 0.8.13
- MVEL 2.1.6.Final to 2.1.7.Final
- MyBatis 3.2.2 to 3.2.45
- Netty3 3.8.0.Final to 3.9.0.Final
- OGNL 3.0.6 to 3.0.8
- Pax Logging 1.6.10 to 1.7.1
- Protobuf 2.3 to 2.5
- Qpid 0.20 to 0.26
- Quartz 2.2.0 to 2.2.1
- RabbitMQ amqp Java Client 3.1.3 to 3.2.2.
- Restlet 2.0.15 to 2.1.47
- RxJava 0.11.1 to 0.17.1
- Saxon 9.5.0.2 to 9.5.1-24
- Scala 2.10.2 to 2.10.3
- Servlet API 2.5 to 3.0
- Shiro to 1.2.3.
- Slf4j 1.7.5 to 1.7.6
- Snappy 1.0.4.1 to 1.1.0.1
- SNMP4J 2.2.2 to 2.2.3
- SolrJ 3.6.2 to 4.6.01
- Spring Batch 2.2.1.RELEASE to 2.2.2.RELEASE
- Spring Integration 2.2.4.RELEASE to 2.2.6.RELEASE
- Spring Redis 1.0.4.RELEASE to 1.1.01.RELEASE
- Spring WS 2.1.3.RELEASE to 2.1.4.RELEASE
- SSHD 0.8.0 to 0.9.0
- StompJMS 1.17 to 1.19
- TestNG 6.8.5 to 6.8.7
- Twitter4j 3.0.3 to 3.0.5
- Weld 1.1.5.Final to 1.1.18.Final
- XBean Spring 3.14 to 3.16
- XmlSec 1.5.5 to 1.5.6
- XStream 1.4.4 to 1.4.7
Internal changes
- Add
RouteAware
API to inject Route
for Service
's in routes, for example the Consumer
's of the routes.
-
IOHelper.gerCharsetName
will now lookup key Exchange.CHARSET_NAME
in header first and then fallback to property.
- Camel Spring now longer automatic registers "spring-event://default" endpoint, which wasnt in use anyway.
- BAM component now uses raw
EntityManager
JPA API instead of deprecated Spring JpaTemplate
...