Skip to content

Document that Java 25 is the minimum supported version where AOT cache can be used #50471

Description

@helpermethod

While the documentation correctly mentions that the AOT Cache is available since Java 24, the snippet which demonstrates the creation of the AOT Cache only works with Java 25, as the -XX:AOTCacheOutput is not part of Java 24.

$ java -XX:AOTCacheOutput=app.aot -Dspring.context.exit=onRefresh -jar my-app.jar

It would be great if there would be another snippet which demonstrates the AOT Cache creation using Java 24.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions