How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

A Spring Boot App With Half the Startup Time

calendar_today June 12, 2026 person Sven Loesekann domain dzone

The MovieManager project has been updated to use JDK 25 and the AOT cache from project Leyden . Project Leyden is part of the OpenJDK project and provides cached linking and cached performance statistics. That means the time spent linking at startup is moved to build time, and the statistics are created during a test run at build time as well.

open_in_new Read original post