1. 13 Nov, 2014 2 commits
  2. 12 Nov, 2014 2 commits
    • Dave Syer's avatar
      Use Set (again) for enumerating MvcEndpoints · 90d25bd5
      Dave Syer authored
      This reverts a change that I assume was orphaned from work in
      progress to address #1353, but is no longer needed. Anyway
      there is no reason to restrict MvcEndpoints to be unique by
      path since they can declare their own @RequestMappings
      (and if there are duplicates they will be detected when those
      are scanned).
      
      Fixes gh-1911
      90d25bd5
    • Phillip Webb's avatar
      Fix AnsiOutputApplicationListener package tangle · bc76c87d
      Phillip Webb authored
      Relocate AnsiOutputApplicationListener to `context.embedded.config`
      to fix package tangle.
      
      See gh-1243
      bc76c87d
  3. 11 Nov, 2014 36 commits