Closed btonokit closed 1 year ago
Please review #613
HttpSecurity#formLogin(),HttpSecurity#logout(),HttpSecurity#sessionManagement() without arguments are now deprecated. Therefore, empty methods are set as arguments.
HttpSecurity#formLogin()
HttpSecurity#logout()
HttpSecurity#sessionManagement()
https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/config/annotation/web/builders/HttpSecurity.html#formLogin()
f2c32e19ae1ff296f0e9b6af547d0ace663bb874 use Customizer#withDefaults()
Customizer#withDefaults()
relates to TSF4J5-2844.
Please review #613
HttpSecurity#formLogin()
,HttpSecurity#logout()
,HttpSecurity#sessionManagement()
without arguments are now deprecated. Therefore, empty methods are set as arguments.https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/config/annotation/web/builders/HttpSecurity.html#formLogin()