The Fastest Way to get the Version of a Java Installation
A technical guide to obtaining the Java version in under 1ms by reading the release file, avoiding the slow 'java -version' command.
A technical guide to obtaining the Java version in under 1ms by reading the release file, avoiding the slow 'java -version' command.
A technical analysis comparing the startup performance of OpenJDK and GraalVM, focusing on the speed of the `java -version` command and underlying JVMCI initialization.
The Spring Fu experimental project is archived as its goals are now met by Spring Boot 4's modular auto-configurations and Spring Framework 7's BeanRegistrar.
A guide to building a native Apache Kafka binary on macOS using GraalVM for faster startup times, based on the KIP-974 configuration.
A guide to building a native Apache Kafka binary on macOS using GraalVM for faster startup times, based on the official KIP-974 configuration.
A guide to deploying a Quarkus native application built with GraalVM on the Render cloud platform, including configuration and CI/CD setup.
A guide to deploying a Quarkus native application built with GraalVM on the Render cloud platform, including configuration and CI/CD setup.
Summary of JavaOne announcements: GraalVM moving to OpenJDK, JavaFX 20 EA builds, and updates on Generational ZGC.
GraalVM 21.2+ now supports JDK Flight Recorder (JFR) in native binaries, enabling low-overhead profiling for compiled Java applications.
GraalVM 21.2+ now supports JDK Flight Recorder (JFR) in native binaries, enabling low-overhead profiling for compiled Java applications.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
Explores using Caliz to wrap Java scripts with GraalVM's Ahead-of-Time (AOT) compilation to create fast-launching native images.
Exploring Java 11 single-file execution and GraalVM's AOT compilation to create fast native images for Java scripting.