The GitHub Actions job "Nightly Build and Test" on 
pekko-connectors-kafka.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
68d87b3d5cdfd4506e81dc8514b6467a20d7216a / He-Pin(kerr) <[email protected]>
feat: improve Scala 3.8 forward compatibility (#552)

Motivation:
Scala 3.8 introduces new warnings and deprecations that will become
errors in future versions. Preparing the codebase for smooth upgrades.

Modification:
- Replace `private[this]` with `private` (10 locations, deprecated in 3.8)
- Replace `= _` with `= null` (19 locations, deprecated in 3.8)
- Add -Wconf suppressions for warnings requiring Scala 3-only syntax

Result:
Zero new warnings when compiled with Scala 3.8.4, while maintaining
full cross-compilation with Scala 2.13 and 3.3.x.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to