The GitHub Actions job "CI" on 
pekko-persistence-dynamodb.git/remove-deprecated-extends-app has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
b15e208f1445bb05ce339151a481cc24b57b4bb8 / 虎鸣 <[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/28772410674

With regards,
GitHub Actions via GitBox


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

Reply via email to