Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 5.0.9
-
Fix Version/s: None
-
Component/s: Web
-
Labels:
-
Last commented by a User:true
Description
When upgrading Spring Boot from version 2.0.4 to 2.0.6, the Spring dependencies are upgraded from version 5.0.8 to 5.0.10.
With the new version, my @ControllerAdvice is ignored, while it is not with the previous version.
@ControllerAdvice public class RestExceptionHandler extends ResponseEntityExceptionHandler { }
Moreover, I observe new warnings in the logs:
2018-11-20 12:50:16.703 WARN 3316 --- [qtp124323713-18] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [java.lang.IllegalArgumentException: Page index must not be less than zero!]