1. 21 Nov, 2013 2 commits
    • Dave Syer's avatar
      Extract actuator security into separate classes · bd26b28a
      Dave Syer authored
      So spring-security + a web app is secure by default
      (you don't need the actuator).
      bd26b28a
    • Dave Syer's avatar
      ApplicationContextInitializers now listen for ContextRefreshedEvent · 285dd5b2
      Dave Syer authored
      The AutoConfigurationReportLoggingInitializer wasn't working in
      non-GenericApplicationContext becasue teh BeanFatcory wasn't available
      for registering its listener during initialization. Instead of
      relying on that rather fragile state I decided to give any
      ApplicationContextInitializer that was itself an ApplicationListener
      an explicit callback with a ContextRefreshedEvent, and move that
      interface up a level in the logging initializer. Works much better.
      285dd5b2
  2. 20 Nov, 2013 15 commits
  3. 19 Nov, 2013 7 commits
  4. 18 Nov, 2013 10 commits
  5. 17 Nov, 2013 3 commits
  6. 16 Nov, 2013 3 commits