-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed: SupervisorSpec #32128
Comments
patriknw
added
the
failed
Tickets that indicate a CI failure, likely a flakey test
label
Sep 22, 2023
Merged
ok, so it has to do with the jdk 11 target |
It's this Scala issue: scala/scala-dev#408. Follow-up for anonymous class covered by scala/bug#12340. In this case it's anonymous and lazy val. Could work around for now by not using anonymous child actor class: class Child extends Actor {
...
}
lazy val childInstance = new Child |
Reported as Scala bug: scala/bug#12881 |
thanks |
patriknw
added a commit
that referenced
this issue
Sep 27, 2023
patriknw
added a commit
that referenced
this issue
Sep 27, 2023
* remove java 8 home and other complicated things from the build * move src from java-jdk9-only, scala-jdk-9, java-jdk-9 * compiler warnings * migration guide * fail fast if not JDK 11 or higher * not anonymous actor class, #32128
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strange, this is not looking good
https://github.com/akka/akka/actions/runs/6273505512/job/17037092542?pr=32127#step:5:1771
The text was updated successfully, but these errors were encountered: