Quarkus is a full-stack, Kubernetes-native Java framework made for Java virtual machines (JVMs) and native compilation. Although many testing techniques remain the same, Quarkus provides supporting ...
In a previous article, I walked through how to build a product catalogue microservice with Quarkus. Now, let's take it to the next level by compiling our application into a native executable using ...
Quarkus 3.35 focuses on smaller, faster Java applications. Experimental JAR tree-shaking can remove unused classes from runtime dependencies, while native-build profile-guided optimization is intended ...