mateczagany opened a new pull request, #27469:
URL: https://github.com/apache/flink/pull/27469

   ## What is the purpose of the change
   
   Upgrade Netty to 4.2.6.Final to match the version of flink-shaded. This is 
meant to compliment PR #27407. 
   
   ## Brief change log
   
   - Upgrade netty-bom in parent pom
   - In flink-rpc-akka, filter out all Netty .class files to ensure that they 
don't conflict with flink-shaded ones
   - Pin Netty version to 4.1.100.Final in flink-python until Apache Arrow is 
upgraded
   - Remove unnecessary Netty version override in flink-kubernetes
   
   ## Verifying this change
   
   CI should pass
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): yes
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   


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