1. 18 Nov, 2014 6 commits
  2. 14 Nov, 2014 2 commits
  3. 12 Nov, 2014 2 commits
  4. 11 Nov, 2014 17 commits
  5. 10 Nov, 2014 6 commits
  6. 07 Nov, 2014 1 commit
  7. 06 Nov, 2014 1 commit
  8. 05 Nov, 2014 2 commits
  9. 02 Nov, 2014 2 commits
  10. 01 Nov, 2014 1 commit
    • Dave Syer's avatar
      Make a lazy AuthenticationManager if we think it's already configured · b20d02a3
      Dave Syer authored
      Instead of just blindly creating the default authentication manager, after
      thic change we count the beans of type GlobalAuthenticationManagerConfigurer
      and assume that if we detect more than we expect (one from Boot and one from
      Spring Security) then the user is telling us they want to configure the
      AuthenticationManager themselves.
      
      Fixes gh-1801
      b20d02a3