rmetzger commented on PR #150:
URL: https://github.com/apache/flink-shaded/pull/150#issuecomment-3370279963

   For Flink 1.20 (which is an LTS version), we are currently using
   ```
                        <dependency>
                                <groupId>org.apache.flink</groupId>
                                <artifactId>flink-shaded-netty</artifactId>
                                
<version>4.1.91.Final-${flink.shaded.version}</version>
                        </dependency>
   ```
   
   I wonder if we should keep a Netty `4.1.x` shaded release around? Then, we 
could release a shaded version for 
`[4.1.127.Final](https://mvnrepository.com/artifact/io.netty/netty-all/4.1.127.Final)`.
   
   I don't know if we could also use the Netty 4.2 version you are proposing 
here for Flink 1.20 as well. It would be a minor version bump in a bugfix 
release.
   WDYT?
   I'm happy to help. I could for example add a `flink-shaded-netty-41` module 
to this repo.


-- 
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]

Reply via email to