The GitHub Actions job "CI" on pekko-persistence-dynamodb.git/main has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: c1aa76eb8339830c34d02e8705e38b1e408ae777 / He-Pin(kerr) <[email protected]> refactor: replace deprecated `extends App` with explicit main method (#334) Motivation: `extends App` is deprecated in Scala 3. Replace with explicit `def main` method for forward compatibility. Modification: Replace `object X extends App with Trait { ... }` with `object X extends Trait { def main(args: Array[String]): Unit = { ... } }` in WriteThroughputBench. Result: No more usage of deprecated `scala.App` trait. Code is compatible with Scala 3. Tests: Not run - docs only References: None - Scala 3 compatibility Report URL: https://github.com/apache/pekko-persistence-dynamodb/actions/runs/28778184289 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
