-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
PostgresQL IT tests failing with Mandrel 24.2 (for JDK 24) #41917
Comments
Bisecting indicated that the regression was introduced by oracle/graal@1d769c7 Looking into it... |
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Jul 16, 2024
Starting with GraalVM for JDK 24 the format of the report has changed prefixing each line with the class loader name and a colon, e.g.: GraalVM for JDK 22 (and 23 which is not released yet): ``` org.postgresql.jdbc.PgSQLXML ``` GraalVM for JDK 24: ``` com.oracle.svm.hosted.NativeImageClassLoader:org.postgresql.jdbc.PgSQLXML ``` Closes quarkusio#41917
barreiro
pushed a commit
to barreiro/quarkus
that referenced
this issue
Jul 25, 2024
Starting with GraalVM for JDK 24 the format of the report has changed prefixing each line with the class loader name and a colon, e.g.: GraalVM for JDK 22 (and 23 which is not released yet): ``` org.postgresql.jdbc.PgSQLXML ``` GraalVM for JDK 24: ``` com.oracle.svm.hosted.NativeImageClassLoader:org.postgresql.jdbc.PgSQLXML ``` Closes quarkusio#41917
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Jul 31, 2024
Starting with GraalVM for JDK 24 the format of the report has changed prefixing each line with the class loader name and a colon, e.g.: GraalVM for JDK 22 (and 23 which is not released yet): ``` org.postgresql.jdbc.PgSQLXML ``` GraalVM for JDK 24: ``` com.oracle.svm.hosted.NativeImageClassLoader:org.postgresql.jdbc.PgSQLXML ``` Closes quarkusio#41917
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
Starting with GraalVM for JDK 24 the format of the report has changed prefixing each line with the class loader name and a colon, e.g.: GraalVM for JDK 22 (and 23 which is not released yet): ``` org.postgresql.jdbc.PgSQLXML ``` GraalVM for JDK 24: ``` com.oracle.svm.hosted.NativeImageClassLoader:org.postgresql.jdbc.PgSQLXML ``` Closes quarkusio#41917
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Integration tests:
fail with the latest mandrel builds (for JDK 24)
Expected behavior
Tests should pass
Actual behavior
See https://github.com/graalvm/mandrel/actions/runs/9948658053/job/27484292339
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: