kurtostfeld opened a new pull request, #25896: URL: https://github.com/apache/flink/pull/25896
…chill companion library which is abandoned. ## What is the purpose of the change Update the Kryo dependency. Remove the old Kryo dependency and the companion Chill dependency. ## Brief change log - Updated Kryo dependency from 2.24.0 to the current version 5.6.2 - Removed the Twitter Chill companion library for Kryo. This library is abandoned. It depends on an old version of Kryo. It pulls in various other dependencies, that we generally do not want. - Various other changes to accommodate the above two. ## 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)`: yes - The serializers: yes - The runtime per-record code paths (performance sensitive): yes - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: yes - The S3 file system connector: don't know ## 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org