The GitHub Actions job "Validate and test" on 
pekko-grpc.git/feature/java17-switch-expression has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
8664319eb436d3c44618a667a7f7c676751c884e / 虎鸣 <[email protected]>
refactor: migrate switch statements to modern switch syntax (Java 14+)

Motivation:
Java 14 introduced enhanced switch statements and switch expressions
with arrow syntax, eliminating fall-through bugs and reducing boilerplate.

Modification:
Convert switch statements to switch expressions and enhanced switch
statements in LoadClient, LoadServer, AsyncClient, and TestServiceClient
benchmark and interop test files.

Result:
Cleaner, more concise switch code with no fall-through risk.

Report URL: https://github.com/apache/pekko-grpc/actions/runs/28201227719

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to