Closed Jdruwe closed 9 years ago
If you look at the dependency tree, Spring Security 3.2.8 is being used. @EnableWebMvcSecurity
is deprecated in Spring Security 4.0. It looks like Spring Boot 1.3 has been updated to use Spring Security 4. So when this project moves to boot 1.3, we should be able to remove that annotation. You can try updating to Boot 1.3.0.M5 and see if this is correct.
I was looking into the code and saw the "@EnableWebMvcSecurity" annotation. I am fairly new to Spring so I went online to find out what it does but it seems to be deprecated as of spring 4.0 (http://docs.spring.io/autorepo/docs/spring-security/4.0.x/reference/html/mvc.html)
If I remove the annotation the greetingAuthorized test fails, do you have any idea on how to fix this?