Red Hat Training

A Red Hat training course is available for Red Hat Fuse

6.4. API Changes

API changes

The following changes have been made to the Java API:
CamelContext
Since Apache Camel 2.13, added getRegistry(T) method to org.apache.camel.CamelContext class.
Since Apache Camel 2.14, added startAllRoutes method to org.apache.camel.CamelContext class.
HttpClientConfigurer
Since Apache Camel 2.13, the signature of the configureHttpClient(HttpClient client) method from the org.apache.camel.component.http4.HttpClientConfigurer interface has been changed to configureHttpClient(HttpClientBuilder clientBuilder).
ManagedCamelContextMBean
Since Apache Camel 2.14, the duplicate getMessageHistory method has been removed from the org.apache.camel.api.management.mbean.ManagedCamelContextMBean interface. Use the isMessageHistory method instead.
SynchronizationRouteAware
Since Apache Camel 2.14, added the org.apache.camel.spi.SynchronizationRouteAware class.
UnitOfWork
Since Apache Camel 2.14, added the beforeRoute and the afterRoute methods to the org.apache.camel.spi.UnitOfWork interface.

Moved classes

Since Apache Camel version 2.14, the following classes have moved to a different package or renamed:
  • Renamed org.apache.camel.component.syslog.Rfc3164SyslogDataFormat to org.apache.camel.component.syslog.SyslogDataFormat