Files
spring-projects-spring-fram…/spring-context/src/main/java/org/springframework
Simon Baslé e32a2f339d Propagate method error in some cases of reactive findInCaches errors
In a Cacheable reactive method, if an exception is propagated from
both the method and the caching infrastructure, an NPE could previously
surface due to the `CacheAspectSupport` attempting to perform an
`onErrorResume` with a `null`. This change ensures that in such a case
the user-level exception from the method is propagated instead.

Closes gh-33492
2024-09-30 10:18:59 +02:00
..
2024-09-27 19:16:12 +02:00
2024-07-05 19:00:39 +02:00
2024-02-13 14:29:18 +01:00
2024-03-26 15:39:18 +01:00
2024-03-26 15:39:18 +01:00
2024-08-31 12:00:41 +02:00
2024-07-09 06:53:14 +01:00