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

Head commit for run:
73af41211cf30d0343d0854029ff92591939eb5d / 虎鸣 <[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 across 9 test files including ActorWithMDC, BidiFlowDocTest,
AuctionCommand, PersistentFsmToTypedMigrationCompileOnlyTest, and
FSM-related test files.

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

Report URL: https://github.com/apache/pekko/actions/runs/28201375644

With regards,
GitHub Actions via GitBox


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

Reply via email to