1. 30 Dec, 2016 3 commits
  2. 29 Dec, 2016 1 commit
  3. 28 Dec, 2016 4 commits
    • Phillip Webb's avatar
      Fix Devtools PatternResolver Servlet support · 61c93194
      Phillip Webb authored
      Update ClassLoaderFilesResourcePatternResolver to support servlet
      resources when it's being used with a WebApplicationContext.
      
      Prior to commit 918e122d a `ResourceLoader` was not added to the
      `ApplicationContext`, meaning that servlet resources could be found by
      virtue of the protected `getResourceByPath()` method. Following commit
      918e122d, the context `ResourceLoader` is set, meaning that all calls
      to `getResource` delegate to the `ResourceLoader` and the
      `ApplicationContext` methods are not invoked. Since the devtools
      `ResourceLoader` wasn't Servlet aware, servlet resources could not
      be found.
      
      Fixes gh-7752
      61c93194
    • Stephane Nicoll's avatar
      Fix build failure (II) · 3389af2c
      Stephane Nicoll authored
      3389af2c
    • Stephane Nicoll's avatar
      Fix build failure · 6ecb525a
      Stephane Nicoll authored
      6ecb525a
    • Stephane Nicoll's avatar
      Polish documentation · a862b6dc
      Stephane Nicoll authored
      Closes gh-7771
      a862b6dc
  4. 27 Dec, 2016 10 commits
  5. 26 Dec, 2016 2 commits
  6. 25 Dec, 2016 1 commit
  7. 23 Dec, 2016 2 commits
  8. 21 Dec, 2016 10 commits
  9. 20 Dec, 2016 5 commits
  10. 19 Dec, 2016 2 commits