노트
- Spring Security 6.0 버전 부터 Deprecated 된 항목들
- cors, csrf, sessionManagement, and, authorizeRequest 등 기존 FilterChain의 상당 메서드가 Deprecated 되었다.
- Spring Security 5.x 버전 부터 Deprecated 된 항목들
- WebSecurityConfigurerAdapter
- 대신 WebSecurityCustomizer를 이용해야 한다.
- Spring Security 6.x 버전에는
authorizeHttpRequests
도 Depreacated 되었다.
요약
요약: 매번 Deprecated 되는 것이 많으니 주의해서 사용할 필요가 있음