Closed
Description
Summary
throws Exception
was removed from WebSecurityConfigurerAdapter#configure(WebSecurity)
with the commit below.
34dd5fe#diff-5cc9a70efb559a4a15966c3b7215538c
I understand this is redundant, but when we upgrade from 5.1.x to 5.2.0.RELEASE, this occurs compilation error in subclasses of WebSecurityConfigurerAdapter
in our application codes.
Expected Behavior
throws Exception
should not be removed, or it should be written in Release Notes as the incompatibility.
Version
spring-security-config 5.2.0.RELEASE