1. 18 Mar, 2015 2 commits
  2. 17 Mar, 2015 18 commits
  3. 16 Mar, 2015 14 commits
  4. 13 Mar, 2015 1 commit
  5. 12 Mar, 2015 1 commit
    • Stephane Nicoll's avatar
      Add ApplicationReadyEvent · 7b2b1190
      Stephane Nicoll authored
      Add an event that indicates the Spring Application has fully started and
      is now ready to service requests. While ContextRefreshEvent provides
      such hook for a regular spring application, this dedicated event is
      triggered once all callbacks have been processed and right before the
      context is returned to the caller. Besides, such event is triggered once
      per application, regardless of the number of (child) contexts that could
      have been created.
      
      Closes gh-2638
      7b2b1190
  6. 10 Mar, 2015 4 commits