zentol opened a new pull request #8036: [FLINK-11431][runtime] Upgrade akka to 2.5 URL: https://github.com/apache/flink/pull/8036 ## What is the purpose of the change This PR upgrades akka to 2.5.21. This is a hard requirement for JDK 9+ support. ## Brief change log Removed APIs: * migrate from `ActorSystem#shutdown` to `ActorSystem#terminate` * migrate from `ActorSystem#isTerminated` to `ActorSystem#whenTerminated` Deprecated APIs: * migrate from `UntypedActor` to `AbstractActor` Misc: * pin `scala-parser-combinators` version to 1.1.1
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
