jlink's Missing Link: API Signature Validation
Explores how Java's jlink tool enables API signature validation at link time to prevent runtime errors in modular applications.
Explores how Java's jlink tool enables API signature validation at link time to prevent runtime errors in modular applications.
Explores jlink's link-time phase for validating API signatures in modular Java apps to prevent runtime errors like NoSuchMethodError.
Explores combining jlink and AppCDS to create smaller, faster-starting Java container images for Quarkus applications.
A guide to creating smaller, faster-starting Java container images by combining jlink for custom runtime images with Application Class Data Sharing (AppCDS).
An advanced guide exploring the Java Platform Module System, covering topics like dependency modeling, services, reflection, jdeps, jlink, and runtime images.