1. 21 May, 2014 3 commits
  2. 16 May, 2014 2 commits
    • Phillip Webb's avatar
      Protect against malformed URLs on Windows · 6a644e2e
      Phillip Webb authored
      Update JarFile to correctly create system independent URLs to prevent
      potential URISyntaxExceptions when running on Windows.
      
      Fixes gh-836
      6a644e2e
    • Dave Syer's avatar
      Monkey with JarUrlConnection to make it work when LANG unset · 845a86d5
      Dave Syer authored
      The problem all along has been in AsciiBytes, so the fix in
      commit ce3aaf was just a stop gap for a system where multi-byte
      characters are supported but the default encoding is not UTF-8 (e.g.
      most Windows systems). The real solution is not to leave it to
      chance and always pick an encoding for the JarEntry names (i.e.
      in AsciiBytes).
      
      (Cherry picked from commit 06e364a9)
      
      Fixes gh-764
      845a86d5
  3. 15 May, 2014 6 commits
  4. 12 May, 2014 1 commit
  5. 09 May, 2014 1 commit
    • Phillip Webb's avatar
      Add explicit hamcrest-core dependency · 8eca40a3
      Phillip Webb authored
      Add an explicit dependency to `hamcrest-core` in the
      `spring-boot-starter-test` POM. This prevents version 1.1 from
      accidentally being pulled in via junit.
      
      Fixes gh-810
      8eca40a3
  6. 30 Apr, 2014 2 commits
  7. 25 Apr, 2014 3 commits
  8. 24 Apr, 2014 4 commits
  9. 23 Apr, 2014 15 commits
  10. 22 Apr, 2014 3 commits