spring-framework/spring-web
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-web.gradle Replacing netty-all with specific dependencies 2019-11-08 13:00:37 +00:00