mateczagany commented on PR #150: URL: https://github.com/apache/flink-shaded/pull/150#issuecomment-3373859438
I have started working on it and set up the modules like this, using a parent module like with ZooKeeper: ``` flink-shaded-netty-parent ├── flink-shaded-netty-41 ├── flink-shaded-netty-tcnative-dynamic-41 ├── flink-shaded-netty-tcnative-static-41 ``` However I've just realized that ZooKeeper also uses the `netty.version` property to override Netty version in its transitive dependencies. It's a bit awkward to decide which Netty version should be used here exactly. I think at this point it would be more straightforward to upgrade the Netty version in the branch that Flink 1.20 uses and release a new minor version from there, like in this PR for 16.0: https://github.com/apache/flink-shaded/pull/127 Please let me know your thoughts and how you think I should proceed. -- 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]
