mateczagany opened a new pull request, #150: URL: https://github.com/apache/flink-shaded/pull/150
This is the same version that Pekko uses in its latest, 1.2.0 release. License of BoringSSL has changed to Apache 2.0 from the previous BSD-style one, which prevented ASF from distributing it ([LEGAL-393](https://issues.apache.org/jira/browse/LEGAL-393)). Unfortunately Netty still includes the old license, but I have confirmed it with the maintainers that the actual license of the version they use in this version is actually Apache 2.0: https://github.com/netty/netty/issues/15653 Another BSD-style license is included for AIX, but I have also confirmed that with the maintainers that AIX is not included in the normal release of `netty-tcnative-boringssl-static`: https://github.com/netty/netty-jni-util/issues/20 To address these changes, I have copied their NOTICE file and updated it to match the actual license of BoringSSL, and to remove the notice/license related to AIX, as that's not included in any of the Netty releases. I have added `flink-shaded-netty-tcnative-static` as a submodule in the parent `pom.xml`, as the legal obstacle of releasing that package is not relevant anymore. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org