Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Chapter 3. Apache Camel Issues
3.1. Summary of Apache Camel 2.10 to Apache Camel 2.12 Migration Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Overview Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Red Hat JBoss Fuse 6.1.0.redhat-379 uses Apache Camel 2.12. Since the last release, Apache Camel has been upgraded from version 2.10 to version 2.12. This introduces a few migration issues.
Spring framework Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Spring 3.0.x and Spring 3.1.x are no longer supported. You must use Spring 3.2.x.
You should also note that Maven 3.0.4 or better is required to build the source.
Apache MINA components are deprecated Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
In Apache Camel 2.12, both the MINA component and the MINA2 component are deprecated. Use the Camel Netty component instead.
New Camel components Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Many new Camel components have been added in Apache Camel versions 2.11 and 2.12. In particular, note the following new components:
- SAP component
- The SAP Component enables outbound and inbound communication to and from SAP systems using synchronous remote function calls, sRFC. The component uses the SAP Java Connector (SAP JCo) library to facilitate bidirectional communication with SAP. The component supports two types of endpoints: destination endpoints and server endpoints.
- SAP Netweaver component
- The SAP Netweaver component integrates with the SAP NetWeaver Gateway using HTTP transports.
- Netty HTTP component
- The Netty HTTP component is an extension of the Netty component that can be used to create HTTP sockets with Netty.
- Yammer component
- The Yammer component enables you to interact with the Yammer enterprise social network.
- Facebook component
- The Facebook component provides access to all of the Facebook APIs accessible using Facebook4J.