vrann commented on issue #5060: URL: https://github.com/apache/openwhisk/issues/5060#issuecomment-774040248
@bdoyle0182 I haven't noticed deprecation on `akka.actor.FSM` at least not in [2.6.12 version](https://github.com/akka/akka/blob/v2.6.12/akka-actor/src/main/scala/akka/actor/FSM.scala). It didn't even require to be silenced for compilation/tests. Are you saying this is something need to be done when transitioned from 2.6.x to the next major version? The only thing about FSM deprecation I found in [2.5.x to 2.6.x migration guide](PersistentFSM) is that PersistentFSM got deprecated. But it doesn't look like it's used in OpenWhisk. Or am I missing something? Thanks! ---------------------------------------------------------------- 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]
