Explore additional Spring AOT optimizations on the JVM #31501
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
Spring AOT is a mandatory step to build a native image for a Spring applications. While adding support for native images, our goal has always been to make this relevant for JVM use cases as well. While we've been focusing on native compatiblity (i.e.
RuntimeHints
) during the first couple feature release of Spring Framework 6, we'd like to explore JVM use cases and optimize them.This includes:
BeanFactory
, optimizations for straightforward use cases to avoid computing something that can be set at build-time.See also:
The text was updated successfully, but these errors were encountered: