MartijnVisser opened a new pull request #16608:
URL: https://github.com/apache/flink/pull/16608


   ## What is the purpose of the change
   
   * In order to support compilation with ARM (e.g. Apple M1 chip), we need to 
bump our Protobuf dependency to version 3.17.3.
   
   ## Brief change log
   
   - Updated com.google.protobuf:protobuf-java from 3.11.1 to 3.17.3
   - Hardcoded version for plugin 
protoc-jar-maven-plugin:protoc-jar-maven-plugin since that's not in sync with 
com.google.protobuf:protobuf-java to the latest available version
   - Updated NOTICE files to deal with new version number
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## 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: yes
     - The runtime per-record code paths (performance sensitive): don't know
     - 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