1. 27 Aug, 2014 3 commits
  2. 26 Aug, 2014 3 commits
  3. 25 Aug, 2014 4 commits
  4. 22 Aug, 2014 3 commits
  5. 21 Aug, 2014 6 commits
  6. 19 Aug, 2014 19 commits
  7. 18 Aug, 2014 2 commits
    • Phillip Webb's avatar
      Prevent tests from picking up empty starter dirs · 2188e355
      Phillip Webb authored
      Update StarterDependenciesIntegrationTests to only consider starter
      folders that contain POM files.
      
      Fixes gh-1395
      2188e355
    • Phillip Webb's avatar
      Find 'messages*.properties' in all jar URLs · eb721b1e
      Phillip Webb authored
      Update the the PathMatchingResourcePatternResolver used in the
      MessageSourceAutoConfiguration condition to deal with the fact
      that `classpath*:` patterns do not work with URLClassLoaders when
      the pattern doesn't include a folder.
      
      The ExtendedPathMatchingResourcePatternResolver works by searching
      all classpath URLs when the `findAllClassPathResources` method is
      called with an empty location.
      
      Fixes gh-1378
      eb721b1e