He-Pin opened a new pull request, #778: URL: https://github.com/apache/pekko-grpc/pull/778
### Motivation `scalaPartialFunction` was deprecated since pekko-grpc 1.2.0 as it is no longer needed since support for Scala 2.11 was dropped. ### Modification Remove the deprecated `scalaPartialFunction` method and inline its logic into `scalaAnonymousPartialFunction`. Remove unused `@nowarn` import. ### Result Cleaner API surface with one less deprecated method. ### Tests Not run - trivial inline refactor ### References None - deprecated API cleanup -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
