1. 20 Aug, 2014 6 commits
  2. 19 Aug, 2014 30 commits
  3. 18 Aug, 2014 4 commits
    • Phillip Webb's avatar
      Merge branch '1.1.x' · baec9f50
      Phillip Webb authored
      baec9f50
    • 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
      Merge branch '1.1.x' · 83bd36d8
      Phillip Webb authored
      Conflicts:
      	spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaProperties.java
      83bd36d8
    • 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