The GitHub Actions job "Scalafmt" on pekko-persistence-dynamodb.git/remove-deprecated-extends-app has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: f21292f0f29b3e632a3f338989eef8d39e49963e / 虎鸣 <[email protected]> refactor: replace deprecated `extends App` with explicit main method 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/28772844710 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
