mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Spring Framework 5.2 introduced support for caching @ControllerAdvice beans; however, this caching was also applied incorrectly to non-singleton beans. This commit addresses this regression by only caching singleton @ControllerAdvice beans. Closes gh-24157