1. 26 Aug, 2014 1 commit
    • Dave Syer's avatar
      Add indirection to avoid runtime dependency on MVC in templates · 95d65c2f
      Dave Syer authored
      Velocity and Freemarker share some common properties so the base class for
      configuring their properties makes some sense. Unfortunately the implementation
      pulls in Spring MVC at runtime because of the signature of one method (that
      would never be called). We can fix that in a number of ways, but the least
      disruptive is probably to change the signature of that method and only refer
      to the concrete template view resolver type if the method is called.
      
      Fixes gh-1437
      95d65c2f
  2. 25 Aug, 2014 4 commits
  3. 22 Aug, 2014 3 commits
  4. 21 Aug, 2014 6 commits
  5. 19 Aug, 2014 19 commits
  6. 18 Aug, 2014 4 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
    • Phillip Webb's avatar
      Polish · 6e6bc25c
      Phillip Webb authored
      6e6bc25c
    • Dave Syer's avatar
      Tidy imports · 91d3edc2
      Dave Syer authored
      91d3edc2
  7. 13 Aug, 2014 3 commits