Romain Manni-Bucau
Romain Manni-Bucau
Hi, Any status on this issue? I'm using a fork of https://www.npmjs.com/package/esbuild-css-modules-plugin but would be great to have something built-in. Thanks a lot for the hard work!
Overall the goal is to enable to use json-b and use the json-b contract (ie neither johnzon nor jackson must appear in compile scope in theory - until it is...
+1, it is particularly interesting for arm64 (pi) support where relying on (general) amd64 power to build would be a great enhancement.
I was expecting the cross-compilation to be possible (when user code is 100% java) by precomputing most of the code-graph in the distro and just importing the result (so, dll,...
@bademux I understand but it means you generate sources and not .so/.dll directly whereas it is possible to generate .so/.dll directly. That said I'm fine with a cross platform toolchain...
@bademux > it is not entirely true, you pure java code still use platform specific jvm binaries underneath. yes but while the codebase on top of the jvm (understand jre...
Did you investigate mingw? It is often used for C/C++ projects so even if it can require to not go directly to .so it can be an option maybe using...
I'm not fully sure of the "how" - by guess reading quickly the sources is that it is mainly interacting with a notary server and signing a tag (the digest...
Wrote a quick post about it: https://rmannibucau.metawerx.net/post/java-class-data-sharing-docker-startup Long story short, CDS is supported by any java app but classpath beginning must be stable and match the archive so jib can't...
@chanseokoh think it was around java 10 (not sure commands are 100% the same in the first versions). These commands work well on java 11. BTW I would expect this...