You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
spring-boot-devtools-tests Wait for process to exit when stopping DevTools integration test apps 7 years ago
spring-boot-integration-tests-embedded-servlet-container Replace explicit generics with diamond operator 7 years ago
spring-boot-launch-script-tests Polish 7 years ago
spring-boot-security-tests Rework security autoconfiguration 7 years ago
src/it Fix eclipse errors and warnings 10 years ago
pom.xml Next Development Version 8 years ago