[
https://issues.apache.org/jira/browse/FLINK-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448410#comment-16448410
]
Konrad Malawski commented on FLINK-9240:
----------------------------------------
Note that other than the long-deprecated methods, 2.5 remains backwards binary
compatible with 2.4; so avoiding deprecated method, and remaining on using 2.4
could allow users to "pick" 2.5 if they'd want to (akka http itself was
operating like this for a long time).
See also
[http://doc.akka.io/docs/akka/current/scala/common/binary-compatibility-rules.html]
Thanks for your insights in advance
> Avoid deprecated akka methods
> -----------------------------
>
> Key: FLINK-9240
> URL: https://issues.apache.org/jira/browse/FLINK-9240
> Project: Flink
> Issue Type: Improvement
> Components: Client, Local Runtime, Mesos, Tests, Web Client, YARN
> Affects Versions: 1.6.0
> Reporter: Arnout Engelen
> Priority: Minor
>
> Several Akka functions that are widely-used in Flink have been deprecated for
> a long time, such as ActorSystem#shutdown() and
> ActorSystem.awaitTermination(). It would be nice to update those to use
> non-deprecated functions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)