The GitHub Actions job "CI" on pekko-connectors.git/feature/java17-instanceof 
has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
1194515e7744e60ce00023fbaf6014be78c14b0a / 虎鸣 <[email protected]>
refactor: use pattern matching instanceof (Java 16+)

Motivation:
Java 16 introduced pattern matching for instanceof, eliminating the need
for explicit casts after type checks.

Modification:
Replace old-style instanceof check with explicit cast in MqttFlowTest.

Result:
Cleaner code without redundant cast expressions.

Report URL: https://github.com/apache/pekko-connectors/actions/runs/28214193816

With regards,
GitHub Actions via GitBox


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

Reply via email to