Add support for @Cacheable in native-image #28943
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
Milestone
@Cacheable
doesn't work in native-image. There is no exception, the annotated method is called multiple times, while as on the JVM, it's only called once.You can observe this in https://github.com/spring-projects/spring-aot-smoke-tests/tree/main/cache-caffeine
I guess this is related to the "proxies in native-image" issue.
The text was updated successfully, but these errors were encountered: