Foivos Zakkak
Foivos Zakkak
> I'm still wondering if we should avoid initialize non vetted artifacts at build time. > > I suggested a few times a middle ground of initializing at build time...
> I don't know whether that might be the case here though. I think it's not related to this. Note that we see the issue with other packages as well,...
This should now be fixed by https://github.com/oracle/graal/pull/9184, I will wait for the CI to confirm.
The new file follows a [new schema](https://github.com/oracle/graal/pull/9048/files#diff-0c6dfb22780a72a74c06a029c09a0ac287ce35a428120088ed60873081c61f38) that essentially combines all previous *-config.json files in one file so a simple rename wouldn't suffice. An adapter that would merge the multiple...
It looks like there are considerations to backport `reachability-metadata.json` parsing to GraalVM 23.1 for JDK 21 (https://github.com/oracle/graal/pull/9606) which could make the transition a bit easier.
FTR backwards compatibility has been merged in Mandrel/GraalVM for JDK 21 (see https://github.com/graalvm/graalvm-community-jdk21u/pull/23) however, the schema doens't seem very stable yet, so I suggest we delay the transition till it...
You are right, I probably mixed up the versions when reporting this. Updating the description accordingly. Thanks! Update: On the other hand the logs clearly show `22.0.1`, perhaps I built...
The issue is fixed by backporting https://github.com/oracle/graal/commit/2368a2f047ee917660055d3d994a6195334bb725 (part of https://github.com/oracle/graal/pull/7827 which seems to include a number of other fixes probably worth backporting)
@gilles-duboscq can't we just remove the failing checks? Disabling style checks all together doesn't sound good.
> @zakkak could you maybe run some Quarkus samples and report how many `LinkageError`s there are? Maybe we also want an option to print those somehow. Sure, I will try...