The GitHub Actions job "Integration Tests for R2DBC" on pekko-projection.git/add-scala-3.8.4-cross-build has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 02a4d2563cbc3fbad1260162a36b7e379ebddd7e / 虎鸣 <[email protected]> fix: suppress using-clause warnings for Scala 3.8.4 compatibility Motivation: Scala 3.8.4 emits 'Implicit parameters should be provided with a using clause' warnings for existing code patterns. Under -Werror these become fatal. The -Wconf suppressions were only added to Compile/scalacOptions, so Test compilation (e.g. r2dbc-int-test/Test/compileIncremental) still failed. Modification: Move the Scala 3 -Wconf options from Compile/scalacOptions to general scalacOptions so they apply to both Compile and Test scopes. Result: pekko-projection compiles on Scala 3.8.4 without using-clause warnings in both Compile and Test configurations. Tests: Not run - CI will validate References: None - fix CI failure Report URL: https://github.com/apache/pekko-projection/actions/runs/28739751095 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
