The GitHub Actions job "Validate and test" on 
pekko-http.git/remove-deprecated-extends-app has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
3fbdbb70ad9e0cd93de4af4555ae677db1f6926a / 虎鸣 <[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
`object X { def main(args: Array[String]): Unit = { ... } }`
in 14 test and example files.

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-http/actions/runs/28772802376

With regards,
GitHub Actions via GitBox


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

Reply via email to