1. 30 May, 2014 4 commits
    • Phillip Webb's avatar
      Unify versions in POMs started by the invoker · 355f6389
      Phillip Webb authored
      Unify the versions used in integration tests launched by the
      maven-invoker-plugin. Allows for already cached local copies to be
      used, hopefully speeding up the build.
      355f6389
    • Stephane Nicoll's avatar
      Fix resource directory location · c451de18
      Stephane Nicoll authored
      This commit fixes the main resources directory location so that it also
      works in a multi-projects setup.
      
      Fixes gh-993
      (cherry picked from commit a69f518c)
      c451de18
    • Andy Wilkinson's avatar
      Honour ext and classifier on @Grabbed dependencies · 8f7c96e8
      Andy Wilkinson authored
      We currently honour type, but ignore ext. Aether doesn't make a
      distinction between the two so a Grab that specifies both type and ext
      but with different values is considered to be an error.
      
      Fixes #995
      8f7c96e8
    • Dave Syer's avatar
      Switch basic auth back on in web-secure · 2025dbad
      Dave Syer authored
      Setting security.basic.enabled=false in a secure
      app doesn't make a lot of sense. The sample has it
      set to true now (the default) so users can login
      (via the form that is sitting in front of the
      basic auth filter chain).
      
      Fixes gh-997
      2025dbad
  2. 28 May, 2014 3 commits
  3. 27 May, 2014 1 commit
  4. 23 May, 2014 3 commits
  5. 22 May, 2014 1 commit
  6. 21 May, 2014 3 commits
  7. 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
  8. 15 May, 2014 6 commits
  9. 12 May, 2014 1 commit
  10. 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
  11. 30 Apr, 2014 2 commits
  12. 25 Apr, 2014 3 commits
  13. 24 Apr, 2014 4 commits
  14. 23 Apr, 2014 6 commits