Karm Michal Babacek
Karm Michal Babacek
Hello, This PR surpasses #161. This PR depends on https://github.com/lmdbjava/native/pull/9 Notable changes: * PAGE_SIZE env and sys property configurable at runtime * allocations aligned to whole pages * size of...
This is a followup on email thread: https://mail.openjdk.java.net/pipermail/client-libs-dev/2022-May/004882.html The gist is that having transparency (alpha) in a JPEG compressed TIFF container is not supported. Unsupported Image Type exception used to...
### Name, email, company, job title * Foivos Zakkak, [email protected], Red Hat, Inc., Senior Software Engineer * Galder Zamarreno, [email protected], Red Hat, Inc., Principal Software Engineer * Michal Karm Babacek,...
Hello, Our Jenkins build on Windows 2019 server, VS 2019 has been running just fine for months, GraalVM (Mandrel distribution) 21.3, 22.x, master... Up until some mx updates I haven't...
**Check list**: Your pull request: - [x] targets the `development` branch - [x] uses the `999-SNAPSHOT` version of Quarkus - [x] has tests (`mvn clean test`) - [x] works in...
Weird perf results on our fast baremetal boxes: https://ci.modcluster.io/view/Mandrel/job/mandrel-linux-integration-tests/955/JDK_RELEASE=ga,JDK_VERSION=11,LABEL=el8_aarch64,MANDREL_BUILD=mandrel-21-3-linux-build-matrix,QUARKUS_VERSION=2.7.6.Final/ https://ci.modcluster.io/view/Mandrel/job/mandrel-linux-integration-tests/955/JDK_RELEASE=ga,JDK_VERSION=17,LABEL=el8_aarch64,MANDREL_BUILD=mandrel-22-3-linux-build-matrix,QUARKUS_VERSION=2.13.6.Final/ It looks like it takes both Quarkus and Helidon a long time to start? It is profoundly unexpected as the...
Build on Linux amd64 runs fine, aarch64 ends up using part of this message as a vendor name... ``` WARNING: No platform-specific definition is available for distribution MUSL_CMAKE_TOOLCHAIN for your...
### Describe the bug I keep encountering: ``` Build resources: - 12.09GB of memory (75.6% of 16.00GB system memory, determined at start) - 10 thread(s) (100.0% of 10 available processor(s),...
### EDIT: The cause is JBoss logging manager. Isolated reproducer: https://github.com/quarkusio/quarkus/issues/43777#issuecomment-2410977988 ### Workaround Based on the investigation in https://github.com/oracle/graal/issues/9884 the workaround is to opt-out of the new JLine JDK support...
### Description [Optional](https://bugs.openjdk.org/browse/JDK-8299875) in JDK 21 (`-Djdk.console=jdk.internal.le`) and *On* by default in contemporary JDK (tried with JDK 23) is the capability to control terminals, either by ESC byte sequences or...