Karm Michal Babacek
Karm Michal Babacek
We have preview builds, now in testing... ``` [INFO] Java version: 21.0.3+9-LTS, vendor version: Mandrel-23.1.3.2-dev49b42155870 [INFO] Graal compiler: optimization level: 2, target machine: armv8-a [INFO] C compiler: cc (apple, arm64,...
@debu999 @raupachz Done: https://groups.google.com/u/1/g/quarkus-dev/c/LC11CnPHqTw
@fernando-valdez Speaking with CentOS/RHEL on mind, regardless of what you describe as locales for the native image, the host system actually have to have langpacks installed. I hit the issue...
@parasjain27031994 You need to use `--trace-object-instantiation` and perhaps also `--trace-class-initialization` to see the chain of what initializes what. Looking at source code also might help. You then mark the relevant...
@parasjain27031994 It is impossible to help you without having a reproducer, small project you are trying to compile. To bring whole OKHttp to native might require *many* more config options,...
I used the tracing agent to generate what would azure-storage-queue need, testing with demo backend ``` $ podman run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite ``` and it is...
Hello @parasjain27031994, Your remark about the possibility to exclude `azure-core-http-netty` basically solved the problem :-) Bringing the complexity way down from zillions of JNI bindings for tcnative to just a...
Gradle, Windows. Gonna give it a shot with quarkus-rest...