graalvm

conao3 2024-08-07T01:42:36.946039Z

how to enable *warn-on-refrection* globally when I use tools.deps? leiningen has :global-vars but tools.deps seems don't have it

conao3 2024-08-07T06:36:13.431389Z

wow, thanks! it seems this is FAQ, so maybe it should be listed somewhere?

conao3 2024-08-07T06:37:29.056179Z

https://github.com/clj-easy/graal-docs is this a good place?

borkdude 2024-08-07T06:37:50.703159Z

sure

conao3 2024-08-07T06:38:17.506729Z

thanks, I'll create PR after my work.

👍 1
conao3 2024-08-08T00:10:22.701239Z

Submitted: https://github.com/clj-easy/graal-docs/pull/65

lread 2024-08-08T01:15:57.112759Z

Thanks @conao3! Your tip has been merged!

conao3 2024-08-08T02:05:25.977879Z

Thanks for quick review/merge!

👍 1
Shantanu Kumar 2024-08-07T14:17:17.376899Z

Hi, has anyone had success in running a native-image with the pomegranate library as a dependency? I ran into java.lang.NoSuchMethodException: org.eclipse.aether.internal.impl.DefaultRepositorySystem.<init>() trying to run the produced binary.

borkdude 2024-08-07T14:21:57.792809Z

Probably a reflection issue or so