spring-framework/spring-webmvc
yokotaso d7d474f658 Do not cache prototype @ControllerAdvice beans
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
2019-12-07 13:39:30 +01:00
..
src Do not cache prototype @ControllerAdvice beans 2019-12-07 13:39:30 +01:00
spring-webmvc.gradle Use dependency management in Framework build 2019-09-02 18:01:09 +02:00