spring-guides/gs-authenticating-ldap

Use @EnableWebSecurity instead of deprected @EnableWebMvcSecurity.

thomasdarimont opened this issue · 4 comments

The example currently uses @EnableWebMvcSecurity which is deprecated.
It should be replaced with @EnableWebSecurity.

dsyer commented

I think it's only deprecated in Spring Security 4.0? So we should wait till we upgrade.

@dsyer The guides are now on Spring Boot 1.3.1.RELEASE. I presume that means we are now on Spring Security 4?

@gregturn This issue should also be now closed, it has been resolved.

Resolved via e2bee44