smolnar82 opened a new pull request, #1094: URL: https://github.com/apache/knox/pull/1094
## What changes were proposed in this pull request? As explained in the [corresponding JIRA](https://issues.apache.org/jira/browse/KNOX-3206), Knox needs certain Netty modules included in its final deliverable for the Ranger Knox authorization plugin to work. This change adds those `io.netty` modules. I also upgrade the `io.netty` version to `4.1.127.Final` here. ## How was this patch tested? Ran the build and checked if the required modules are included: - before my changes ``` $ unzip -l target/3.0.0-SNAPSHOT/knox-3.0.0-SNAPSHOT.zip | grep netty $ ``` - after my changes ``` $ unzip -l target/3.0.0-SNAPSHOT/knox-3.0.0-SNAPSHOT.zip | grep netty 724247 01-22-2020 15:10 knox-3.0.0-SNAPSHOT/dep/netty-common-4.1.127.Final.jar 352367 01-22-2020 15:10 knox-3.0.0-SNAPSHOT/dep/netty-buffer-4.1.127.Final.jar 521518 01-22-2020 15:10 knox-3.0.0-SNAPSHOT/dep/netty-transport-4.1.127.Final.jar 37906 01-22-2020 15:10 knox-3.0.0-SNAPSHOT/dep/netty-resolver-4.1.127.Final.jar 580714 01-22-2020 15:10 knox-3.0.0-SNAPSHOT/dep/netty-handler-4.1.127.Final.jar 44238 01-22-2020 15:10 knox-3.0.0-SNAPSHOT/dep/netty-transport-native-unix-common-4.1.127.Final.jar 357373 01-22-2020 15:10 knox-3.0.0-SNAPSHOT/dep/netty-codec-4.1.127.Final.jar $ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
