1. 28 Aug, 2017 1 commit
    • Madhura Bhave's avatar
      Rework security autoconfiguration · e08ddbf8
      Madhura Bhave authored
      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
      e08ddbf8
  2. 27 Aug, 2017 4 commits
  3. 26 Aug, 2017 1 commit
  4. 25 Aug, 2017 22 commits
  5. 24 Aug, 2017 3 commits
  6. 23 Aug, 2017 7 commits
  7. 22 Aug, 2017 2 commits