Sebastian Thomschke

Results 133 comments of Sebastian Thomschke

You could use letsencrypt. this article explicitly mentions eclipse plugins: https://adangel.org/2021/09/16/code-signing-lets-encrypt-github-pages/

This is not a docker-in-docker image. You need to mount the docker.sock from the host system if you want to build other docker images from within the container.

I cannot reproduce this, see: ``` docker run --rm -it vegardit/graalvm-maven:latest-java17 bash $ echo $JAVA_HOME /opt/graalvm $ mvn --version Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /opt/maven Java version: 17.0.9, vendor:...

Yes, we can make it a ConcurrentHashMap. The code was originally translated from TypeScript where it runs single threaded.

@angelozerr I had a look at `tokenizeLine2` but I am unsure if the current implementation is supposed to work already. I only ever get two int values back per line....

Well, I have no experience with JNI/JNA/JNR/FFM so I hope someone else picks this up :-)

@mickaelistria any idea when we can expect eclipse to be bundled with justj 21 by default? I don't think moving forward with this via FFM is a good idea as...

Btw. IntelliJ has the same issue: https://youtrack.jetbrains.com/issue/IDEA-336274 The main issue atm are variable length look-behind. we could try to dynamically rewrite such unparseable regex to some alternative syntax as suggested...