-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Analyze EA JDK 17 failures #18372
Comments
/cc @evanchooly |
@sberyozkin @radcortez this might be something for you:
I suppose Java 17 dropped that A128KW algorithm. |
New test failures added (Gradle Kotlin): Those failures vanish when updating kotlin to 1.5.30, most likely due to https://youtrack.jetbrains.com/issue/KT-47152 (in that switching off incremental compilation prevented the problem, see first comment of that issue). |
Nothing left to analyze. Will reopen if the need arises. PS: This night's run failed because of a single flaky test. |
Description
Analyze failures, create upstream issues etc.
Current status (checked item means problem resolved or mitigated with respective follow-up issues):
java.lang.NoSuchMethodError: 'void com.sun.tools.javac.util.Log.<init>(com.sun.tools.javac.util.Context, java.io.PrintWriter, java.io.PrintWriter, java.io.PrintWriter)' at org.jetbrains.kotlin.kapt3.base.javac.KaptJavaLog.<init>(KaptJavaLog.kt:30)
https://youtrack.jetbrains.com/issue/KT-47583
ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-universe-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
ArtifactNotFoundException: Could not find artifact io.quarkus:quarkus-bom-quarkus-platform-descriptor:json:999-SNAPSHOT:999-SNAPSHOT
MultiModuleKotlinProjectDevModeTest
andKotlinGRPCProjectBuildTest
fail with:See also: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/EA.20build
The text was updated successfully, but these errors were encountered: