1. 26 Apr, 2014 3 commits
    • Dave Syer's avatar
      Add ApplicationEventPublisher explicitly to security publisher · 477b199c
      Dave Syer authored
      For some reason the exception mappings are only created with the
      publisher is initialized in the constructor of DefaultAuthenticationEventPublisher.
      Changed SpringBootWebSecurityConfiguration to do that rather then
      relying on the ApplicationEventPublisherAware behaviour to inject it.
      
      Fixes gh-719
      477b199c
    • Dave Syer's avatar
      Add username/password and MongoClientOptions to Mongo config · 6ac85c17
      Dave Syer authored
      The username/password option stil lonly works for a single host (to
      connect to a cluster I suspect you need to set the URI). Also added
      a MongoClientOptions (if a bean of that type exists it will be
      used to populate the options that aren't in the URI).
      
      Fixed gh-536
      6ac85c17
    • Stephane Nicoll's avatar
      Fix typo · 6cf946ea
      Stephane Nicoll authored
      6cf946ea
  2. 25 Apr, 2014 30 commits
  3. 24 Apr, 2014 5 commits
  4. 23 Apr, 2014 2 commits