Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle new format of used_classes_* reports in GraalVM for JDK 24
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
- Loading branch information