1. 10 Mar, 2014 4 commits
  2. 09 Mar, 2014 2 commits
    • Piotr Maj's avatar
      Added testWhileIdle etc. · cb6739b4
      Piotr Maj authored
      Fixes gh-463
      cb6739b4
    • Andy Piper's avatar
      fix link to install.txt · 695b3917
      Andy Piper authored
      Explicitly link to install.txt in source repo to avoid issues on projects.spring.io with a broken relative link
      ... also fix this for rendered markdown on GH itself :-)
      695b3917
  3. 08 Mar, 2014 3 commits
  4. 07 Mar, 2014 4 commits
  5. 06 Mar, 2014 2 commits
    • Dave Syer's avatar
      Special case for root of classpath resource in archive · 8168e8a3
      Dave Syer authored
      This turns out to affect JPA, but only because it looks for a URL for the
      root of the classpath using ClassLoader.getResource("") which barfs in
      an app launched from an executable JAR. It's easy to make a special case
      for "" in the class loader, so I went ahead and did that. Possibly need
      to think what the implication of getResources("") is as well (not
      tested in an app yet).
      
      Fixes gh-420
      8168e8a3
    • Dave Syer's avatar
      Use java.io.tmpdir instead of /tmp · afac0853
      Dave Syer authored
      Fixes gh-441
      afac0853
  6. 05 Mar, 2014 7 commits
  7. 04 Mar, 2014 17 commits
  8. 03 Mar, 2014 1 commit