1. 10 Mar, 2014 3 commits
    • Dave Syer's avatar
      Remove duplicate resources from classpath · 4d172ca7
      Dave Syer authored
      We had been making a special case for logback.xml anyway, so
      extending that to simply deleting recursively all of
      src/main/resources (or equivalent) from target/classes (or
      equivalent) seems like it's perfectly justifiable.
      
      Fixes gh-451
      4d172ca7
    • Dave Syer's avatar
      More care taken with management.contextPath · 6657e3ef
      Dave Syer authored
      The management.contextPath property should now be respected in a
      secure application, whether or not the management.port is different.
      
      Added some test cases in the sample to verify.
      
      Fixes gh-469
      6657e3ef
    • Andy Wilkinson's avatar
      Add templates/** to list of default includes for CLI jars · 44826812
      Andy Wilkinson authored
      Boot promotes the use of a templates directory for housing view
      templates. Include this directory by default when building a jar file
      from a CLI app.
      
      Fixes #455
      44826812
  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 2 commits