1. 11 Apr, 2016 1 commit
  2. 10 Apr, 2016 24 commits
  3. 09 Apr, 2016 2 commits
  4. 08 Apr, 2016 8 commits
  5. 07 Apr, 2016 5 commits
    • Phillip Webb's avatar
      Polish · 6550bb4c
      Phillip Webb authored
      6550bb4c
    • Phillip Webb's avatar
      Clarify LoggingApplicationListener Javadoc · 6ff09bc8
      Phillip Webb authored
      6ff09bc8
    • Andy Wilkinson's avatar
      Merge branch '1.3.x' · 140e86bb
      Andy Wilkinson authored
      140e86bb
    • Andy Wilkinson's avatar
      Consider jar's Class-Path attribute when getting changeable URLs · 5e0ba6ea
      Andy Wilkinson authored
      To overcome command length limits on Windows, IntelliJ IDEA may launch
      an application with a single jar on the classpath that contains that
      application's actual classpath in the Class-Path attribute of its
      manifest. This would prevent DevTools restarts from working as it
      only considered the single jar's URL when identifying changeable URLs
      and ignored the URLs added to the classpath via the jar's manifest.
      
      This commit updates ChangeableUrls when it is created from a
      URLClassLoader to consider the Class-Path manifest attribute of any
      jars in the class loader's URLs. This allows the full classpath to
      be considered when identifying URLs that are changeable and that
      need to be monitored for restart triggering.
      
      Closes gh-5127
      5e0ba6ea
    • Andy Wilkinson's avatar
      Merge pull request #5617 from Yogesh Lonkar · 0b5d39c0
      Andy Wilkinson authored
      * gh-5617:
        Polish contribution
        Allow embedded Mongo's storage to be configured via the environment
      0b5d39c0