The GitHub Actions job "Nightly Aeron Tests" on pekko.git/main has failed.
Run started by GitHub user jrudolph (triggered by jrudolph).

Head commit for run:
59dadc172c34469b0bc1aba704ccd20139ffeaec / He-Pin(kerr) <[email protected]>
fix: suppress Java compilation warnings in actor, remote and docs modules 
(#3283)

Motivation:
Several Java source files produce compilation warnings that are reported
during sbt compilation: an unchecked cast in OptionalUtil.scalaNone(),
deprecated classic remoting API usage in ThrottlerTransportAdapterTest,
and a deprecated interface method override in MyJavaStateStore.

Modification:
- Add @SuppressWarnings("unchecked") to OptionalUtil.scalaNone() for the
  safe covariant cast from scala.Option<?> to scala.Option<T>
- Add @SuppressWarnings("deprecation") to ThrottlerTransportAdapterTest
  which intentionally tests deprecated classic remoting APIs
- Add @SuppressWarnings("deprecation") to MyJavaStateStore.deleteObject(String)
  which implements a deprecated interface method from DurableStateUpdateStore

Result:
Java compilation no longer reports warnings for these files.

Tests:
- sbt "actor / compile" (no warnings)
- sbt "remote / Test / compile" (no warnings)
- sbt "docs / compile" (no warnings)

References: None - cleanup

Report URL: https://github.com/apache/pekko/actions/runs/28724302241

With regards,
GitHub Actions via GitBox


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

Reply via email to