There are quit different change between the Netty3.x and Netty4.x. That is why we create a new camel component camel-netty4[1] for it.
So I think you can just need to change the camel-netty to camel-netty4 and use the scheme netty4 in your camel route. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On July 1, 2015 at 9:54:43 PM, SteveR (srichard...@vonage.com) wrote: > Hi Willem: > > Actually, I'm currently using Camel 2.14 and Netty 3.x (org.jboss.netty). > I'm wondering if there is a sensible way to migrate from netty3 to netty4 > (i.e. other than just brute-force trying it) and what it would do with > respect to my existing pipeline factory code, etc? > > Here's what I currently have in my pom.xml file: > > > org.apache.camel > camel-netty > 2.14.0 > > > > io.netty > netty-all > 4.0.2.Final > compile > > > > Thanks, Steve > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-2-14-Netty-How-to-add-ByteArrayDecoder-to-ServerChannelPipeline-tp5768638p5768749.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >