1. 14 Nov, 2014 2 commits
  2. 12 Nov, 2014 2 commits
  3. 11 Nov, 2014 17 commits
  4. 10 Nov, 2014 6 commits
  5. 07 Nov, 2014 1 commit
  6. 06 Nov, 2014 1 commit
  7. 05 Nov, 2014 2 commits
  8. 02 Nov, 2014 2 commits
  9. 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
  10. 30 Oct, 2014 1 commit
    • Andy Wilkinson's avatar
      Make GroovyWebConfiguration conditional on spring-webmvc's availability · 0f171423
      Andy Wilkinson authored
      GroovyWebConfiguration creates a GroovyTemplateViewResolver which is
      a UrlBasedViewResolver sub-class. UrlBasedViewResolver is provided
      by spring-webmvc. Previously, if a user configured a web application
      but did not have spring-webmvc on the classpath, the application
      would fail to start with a NoClassDefFoundError for
      UrlBasedViewResolver.
      
      This commit makes GroovyWebConfiguration conditional on
      UrlBasedViewResolver being on the classpath so that it backs of in
      the absence of spring-webmvc.
      
      Fixes gh-1793
      0f171423
  11. 29 Oct, 2014 2 commits
  12. 28 Oct, 2014 2 commits
  13. 22 Oct, 2014 1 commit