MINOR: Update Netty to 4.1.50.Final (#8972)
This includes important fixes. Netty is required by ZooKeeper if TLS is enabled. I verified that the netty jars were changed from 4.1.48 to 4.1.50 with this PR, `find . -name '*netty*'`: ```text ./core/build/dependant-libs-2.13.3/netty-handler-4.1.50.Final.jar ./core/build/dependant-libs-2.13.3/netty-transport-native-epoll-4.1.50.Final.jar ./core/build/dependant-libs-2.13.3/netty-codec-4.1.50.Final.jar ./core/build/dependant-libs-2.13.3/netty-transport-native-unix-common-4.1.50.Final.jar ./core/build/dependant-libs-2.13.3/netty-transport-4.1.50.Final.jar ./core/build/dependant-libs-2.13.3/netty-resolver-4.1.50.Final.jar ./core/build/dependant-libs-2.13.3/netty-buffer-4.1.50.Final.jar ./core/build/dependant-libs-2.13.3/netty-common-4.1.50.Final.jar ``` Note that the previous netty exclude no longer worked since we upgraded to ZooKeeper 3.5.x as it switched to Netty 4 which has different module names. Also, the Netty dependency is needed by ZooKeeper for TLS support so we cannot exclude it. Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
想要评论请 注册 或 登录