Tag: graalvm
All the articles with the tag "graalvm".
Stop Guessing Your GraalVM Native Image Metadata
Published: at 12:00 PMHow to use the native-image tracing agent with Testcontainers integration tests to automatically generate accurate GraalVM native image metadata — and how to iterate when new reflection errors appear.
GraalVM Native Image Reflect Config Demystified
Updated: at 12:00 PMThis post digs into the native-image configurations, specifically the reflect-config.json!.
GraalVM Native Spring Boot vs Go — Build, Boot, and Benchmark
Published: at 12:00 PMA head-to-head comparison of GraalVM native Spring Boot 4 and Go, build time, startup time, and runtime throughput on a real HTTP + Kafka workload.
Project Leyden vs GraalVM Native Image - A Complete Guide
Published: at 12:00 PMA comprehensive comparison of Project Leyden and GraalVM Native Image for Java developers deciding how to optimize startup time and memory footprint.
Converting Spring Boot 2 to Spring Boot 3 Native Image w/ GraalVM
Published: at 12:00 PMA walkthrough of updating a Spring Boot 2 application to Spring 3 running on GraalVM as a native application.