1. 20 May, 2014 9 commits
    • Andy Wilkinson's avatar
      Use spring-boot-dependencies as spring-boot-dependency-tools' parent · 307fbba9
      Andy Wilkinson authored
      Previously spring-boot-dependency-tools used spring-boot-tools as its
      parent. This meant that it inherited spring-boot-parents' dependency
      management that we did not want to expose to applications. The
      solution to this was to generate the effective pom and then filter
      out any thing that did not appear in spring-boot-dependencies' pom.
      This filtering had to unwanted side-effect of breaking bom imports:
      the effective pom would contain the dependency management from the
      imported bom, but this would be filtered out as the entries didn't
      appear in spring-boot-dependencies' pom.
      
      This commit updates spring-boot-dependency-tools to use
      spring-boot-dependencies as its parent. This means that its effective
      pom contains the desired dependency management and nothing more,
      allowing the filtering logic to be removed.
      
      The use of Spring Security's bom has been reinstated as it will now
      work as intended and versions for its modules will be available in the
      CLI and via the Gradle plugin.
      
      Closes #825
      Fixes #838
      307fbba9
    • Andy Wilkinson's avatar
      b94e8f54
    • Andy Wilkinson's avatar
      Polish dependency management · eeefbdd5
      Andy Wilkinson authored
      - Remove dependency management for projects that Boot does not have a
        runtime dependency upon
      - Provide dependency management for all of Spring Batch’s modules
      eeefbdd5
    • Dave Syer's avatar
      Add sample project for Groovy templates · 523956e2
      Dave Syer authored
      523956e2
    • Dave Syer's avatar
      Enhance Groovy template support in CLI · 334c8142
      Dave Syer authored
      to allow user to specify the TemplateEngine
      
      Fixes gh-908
      334c8142
    • Dave Syer's avatar
      Re-order condition that checks for anonymous class · 7e9a4035
      Dave Syer authored
      Workaround for ASM 5.0.2 bug that fixes gh-904
      7e9a4035
    • Dave Syer's avatar
      Update Spring Batch to 3.0.0.RC2 · 2648f3cf
      Dave Syer authored
      Fixes gh-800
      2648f3cf
    • Dave Syer's avatar
      Use Flyway to bind flyway.* · e118515d
      Dave Syer authored
      Since Flyway has bean properties (with getters and setters)
      it can be used to bin directly to the Environment (instead of
      copying all the properties into FlywayProperties).
      
      Fixes gh-806
      e118515d
    • Dave Syer's avatar
      Add more detail to error handling docs · 89e0b3d5
      Dave Syer authored
      89e0b3d5
  2. 19 May, 2014 16 commits
  3. 17 May, 2014 3 commits
  4. 16 May, 2014 9 commits
  5. 15 May, 2014 3 commits