The GitHub Actions job "CI" on pekko-connectors-kafka.git/main has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
320193485fa7feea9397af053f9848a3ac5ce8be / He-Pin(kerr) <[email protected]>
refactor: use Optional.stream() (Java 9+) (#576)

Motivation:
Replace Java 8-era Optional-to-Stream conversion pattern with the
built-in Optional.stream() method available since Java 9.

Modification:
Replace the manual isPresent/get/Stream.of pattern with option.stream().

Result:
Simpler, more idiomatic code using the standard library API.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to