pjfanning commented on PR #2004: URL: https://github.com/apache/pekko/pull/2004#issuecomment-3150080298
This is still broken. I will return to it later today. There may some additional issues but my main blocker is in actor-tests - some of the Java tests won't compile without warning despite the fact that I have `@Suppress` annotation on the classes. ``` [warn] /home/runner/work/pekko/pekko/actor-tests/src/test/java/org/apache/pekko/actor/ActorCreationTest.java:25:29: org.apache.pekko.japi.Creator in org.apache.pekko.japi has been deprecated [warn] org.apache.pekko.japi.Creator [warn] ^ [warn] /home/runner/work/pekko/pekko/actor-tests/src/test/java/org/apache/pekko/actor/JavaAPI.java:18:29: org.apache.pekko.japi.Creator in org.apache.pekko.japi has been deprecated [warn] org.apache.pekko.japi.Creator [warn] ^ [warn] /home/runner/work/pekko/pekko/actor-tests/src/test/java/org/apache/pekko/actor/NonStaticCreator.java:16:29: org.apache.pekko.japi.Creator in org.apache.pekko.japi has been deprecated [warn] org.apache.pekko.japi.Creator [warn] ^ [error] warnings found and -Werror specified ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org