graalvm

lread 2022-11-03T15:44:55.802269Z

Just noticed this helpful warning when upgrading rewrite-clj tests to use 22.3.0 > Please consider upgrading your project to Java 17+. The GraalVM 22.3.0 release is the last to support JDK11: https://github.com/oracle/graal/issues/5063

🤞 1
borkdude 2022-11-03T16:06:01.682619Z

yeah

ericdallo 2022-11-03T18:08:00.086309Z

Any of your projects are using graal with java 17 as the binary @borkdude I remember you saying you tested and saw a little bit size increase

borkdude 2022-11-03T18:16:55.810099Z

I've tested with 17 and 19 but I'm using 11 for slightly (few mbs) smaller binary size. eventually I will move of course to what is supported

👍 1