graalvm 2022-05-10

Has anyone tried to use https://github.com/kohlschutter/junixsocket or something similar to connect to a database using sockets?

You should be able to do it without libs with graalvm 17+: https://nipafx.dev/java-unix-domain-sockets/

Thanks, I was trying to use junixsocket yesterday with graal11, I just run the same code using 17 and it works 😀