Ask questions and see you on 3 June at 8pm CET: youtube.com/c/bienadam
Also check out the latest episode:
Please keep the questions as short and as concise as only possible. Feel free to ask multiple, shorter questions. I will also answer some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events will also be announced at meetup.com/airhacks
New: The airhacks.tv discord server: discord.gg/airhacks
Hi @AdamBien , @lprimak,
I tried Payara Micro with 24, it doesn't start on Java 24. On Java 21, with clustering disabled, starts the same thing in 8 seconds.
Embedded GlassFish runs on Java 24 and starts a REST app in 5 seconds. Running it with Project Leyden's AOTMode on Java 24 fails, so it's not possible to take advantage of it yet.
Quarkus starts the same thing in 1 second, on Java 24. So, clearly, Quarkus still starts much faster than Payara or GlassFish. Hopefully Payara or GlassFish will be able to take advantage of Project Layden soon, but we're not there yet.
Sometimes startup times matter, sometimes not. @AdamBien, where do you think startup times matter, and where it's better to use standards like Jakarta EE and MicroProfile, even if the startup time is a few seconds longer?