terasolunaorg / terasoluna-gfw-web-multi-blank

Blank multi project for web application using TERASOLUNA Server Framework for Java (5.x)
29 stars 16 forks source link

fixed deprecated methods #613 #614

Closed btonokit closed 1 year ago

btonokit commented 1 year ago

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()

btonokit commented 1 year ago

f2c32e19ae1ff296f0e9b6af547d0ace663bb874 use Customizer#withDefaults()

btkatoufm commented 1 year ago

relates to TSF4J5-2844.