I just submitted a PR that upgrades the ipc-netty module from Netty 3.10.6 to 4.1.50. Netty 4 is NOT compatible with Netty 3 at all. Not only have all the packages been renamed (org.jboss.netty -> io.netty), but many of the concepts and configuration have changes as well. Pretty much any user code that configures the Netty server or transceiver will need to be adjusted to to use the new Netty packages and mechanisms. Thus, this is definitely something that needs to go into a major version so I’d like to get it in for 1.10 rather than wait fore 1.11. However, it really needs to be done as 3.x is no longer supported and has a bunch of know CVE’s. Moving to 4.x allows us to keep up with up-to-date dependencies.
The release notes/migration guide will definitely need to mention this. Could folks take a look and make sure it all looks OK. Thanks! -- Daniel Kulp [email protected] <mailto:[email protected]> - http://dankulp.com/blog <http://dankulp.com/blog> Talend Community Coder - http://talend.com <http://coders.talend.com/>
