mateczagany opened a new pull request, #159: URL: https://github.com/apache/flink-shaded/pull/159
- Upgraded Netty to `4.2.12.Final` - Netty's `NOTICE` file was hardcoded into Flink's `NOTICE` file and licenses were manually amended to match the actual libraries. In newer versions, Netty has fixed the licensing issues, so this could be removed - `LICENSE.boringssl.txt` could also be removed as Netty has fixed the licensing in their repo to Apache license https://github.com/netty/netty/issues/15653 - Netty has a folder called `license`, which conflicts with Flink's `LICENSE` file, so those are still being moved in the maven-shade step. But a new step has been added to antrun to rename the references to them in Netty's `NOTICE` file. - `LICENSE.aix-netbsd.txt` has been removed from Netty's `NOTICE` file, so it no longer has to be removed in flink-shaded I have manually verified the output `NOTICE` files with these changes, and the only diff will be the version numbers themselves. -- 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]
