-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
---
-
-
This uses the process outlined by https://openjdk.org/jeps/514
to generate a file named `app.aot` inside the `quarkus-app` directory
(i.e. next to the jar) when `-Dquarkus.package.jar.appcds.use-aot=true`
has been set.
This only works when the target artifact is a jar file.
When I tried this on the Hibernate ORM Panache quickstart, it cut the startup time of the prod jar by half
Note: requires Java 25