He-Pin opened a new pull request, #754: URL: https://github.com/apache/pekko-grpc/pull/754
## Summary - Migrate switch statements to enhanced switch syntax and switch expressions (Java 14+ API) - 4 files updated: LoadClient (3 switch expressions), LoadServer (enhanced switch), AsyncClient (switch expression), TestServiceClient (enhanced switch with 22 cases) - Behavior-preserving refactoring, significant reduction in boilerplate (197 deletions, 96 insertions) ## Test plan - [ ] Existing tests pass (behavior-preserving refactoring) - [ ] `sbt javafmtAll` passes with JDK 17 -- 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]
