Netty4 decoder issue while migrating from camel-netty to camel-netty4
Issue
- We are migrating from Fuse 6.1 R3(Windows Environment) to 6.3 Linux environment. As a part of this change, we are converting netty to netty4 since netty is deprecated. Now after changing the dependency to netty4 as below,
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4</artifactId>
</dependency>
- We are unable to compile 3 java files as in attachment which is used for decoding, wherein the packages name start from
org.jboss.netty. - How should we migrate this from using camel-netty to camel-netty4 component ?
Environment
- Red Hat JBoss Fuse
- 6.x
- Apache Camel
- camel-netty
- camel-netty4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.