He-Pin opened a new pull request, #3192:
URL: https://github.com/apache/pekko/pull/3192

   ## Summary
   - Migrate remaining old-style `instanceof` checks with explicit casts to 
Java 16+ pattern matching instanceof
   - 2 files updated: PingSerializerExampleTest (1 cast pattern), ActorDocTest 
(3 cast patterns)
   - Most of the codebase already uses pattern matching instanceof; remaining 
instanceof checks are pure boolean tests (no cast needed)
   
   ## 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]

Reply via email to