Rémi Forax

Results 23 comments of Rémi Forax

Hi Pacien, the short answer is no, the long answer is the configuration is independent of the Logger, you can set it before or after the logger creation, it will...

> Sadly, modules are still a PITA to work with, using common amateur build tools and IDEs. It's not that bad, if you have one module per maven/gradle module, the...

Currently there is no check at all that why beautifuf logger is faster than Logback, but it's may be possible to create more SwitchPoints but to only use the closest...

If by GraalVM, you mean GraalVM native image, none of them works with native image because they all rely one way or another on java.lang.invoke reflection. I hope project Leyden...

The limited support is very limited :) It supports lambdas and string concatenation, that's it

I'm still struggling with this chapter in my head, and sadly, i've not a lot of slack time ... I hope to be able to comeback to work on that...

Seen to be a bug when we analyze the module graph from merged, the source module should be used as a backup (the one from main/java)

Can you cut & paste the error message ? It seems to be a Windows only error.

Ok, it seems to be a bug of the JDK, when i check each module, i use a ModuleFinder to read all ModuleDescriptor to know if i have to patch...

Given that the bug is still there, i don't see the point to close it.