paypal / squbs

Akka Streams & Akka HTTP for Large-Scale Production Deployments
http://paypal.github.io/squbs
Apache License 2.0
1.43k stars 237 forks source link

Replace deprecated method - akka.pattern.PatternsCS.ask (#703) #722

Closed jiminhsieh closed 5 years ago

jiminhsieh commented 5 years ago

Fix #703.

Replace deprecated method - akka.pattern.PatternsCS.ask with akka.pattern.Patterns.ask

Thanks for your pull request. Please review the following guidelines.

jiminhsieh commented 5 years ago

I searched PatternsCS for the current codebase by IntelliJ. Those 3 parts are the only places contained deprecated akka.pattern.PatternsCS.ask.

akara commented 5 years ago

Sounds good to me. Thanks for double-checking.