spring-framework/spring-context/src
Simon Baslé f4a73b79b8 Avoid CacheAspectSupport#findInCaches fall through to reactive handler
Prior to this commit if the return type is a CompletableFuture but a
cache get returns null, the execution falls through to the
reactiveCachingHandler.

This commit ensures that evaluation instead continues onto the next
cache (if any).

Closes gh-33371
2024-08-12 14:54:15 +02:00
..
jmh/java/org/springframework/context
main Avoid CacheAspectSupport#findInCaches fall through to reactive handler 2024-08-12 14:54:15 +02:00
test Reinstate qualifier support for JSR-330 @⁠javax.inject.Named 2024-08-08 14:20:06 +03:00
testFixtures/java/org/springframework/context/testfixture Polish 2024-01-17 18:41:15 +01:00