spring-boot/spring-boot-integration-tests
Madhura Bhave e08ddbf838 Rework security autoconfiguration
This commit combines security autoconfigurations for
management endpoints and the rest of the application. By default,
if Spring Security is on the classpath, it turns on @EnableWebSecurity.
In the presence of another WebSecurityConfigurerAdapter this backs off
completely. A default AuthenticationManager is also provided with a user
and generated password. This can be turned off by specifying a bean of
type AuthenticationManager, AuthenticationProvider or UserDetailsService.

Closes gh-7958
2017-08-27 23:15:18 -07:00
..
spring-boot-devtools-tests Wait for process to exit when stopping DevTools integration test apps 2017-08-03 21:00:22 +01:00
spring-boot-integration-tests-embedded-servlet-container Replace explicit generics with diamond operator 2017-07-25 00:53:37 -07:00
spring-boot-launch-script-tests Polish 2017-08-04 11:12:33 +01:00
spring-boot-security-tests Rework security autoconfiguration 2017-08-27 23:15:18 -07:00
src/it Fix eclipse errors and warnings 2015-02-24 12:44:19 -08:00
pom.xml Next Development Version 2017-04-21 08:32:01 +00:00