1. 04 May, 2017 4 commits
    • Andy Wilkinson's avatar
      Remove testing support from the CLI · 329a950b
      Andy Wilkinson authored
      The testing support in the CLI has proven to be more trouble than
      it's worth. Our recommendation is that, once an app gets to the stage
      of requiring a test suite, it should be converted to a Maven or
      Gradle project. This makes it easy to version, publish, deploy etc
      using the vast ecosystems of the two build systems.
      
      As part of this change, the dependency management for Spock has been
      moved into spring-boot-parent, thereby making it "private". This
      allows it to continue to manage the test-only Spock dependency in
      spring-boot-test without also managing the version of Spring that is
      used by a user's application.
      
      Closes gh-9087
      Fixes gh-9043
      329a950b
    • Andy Wilkinson's avatar
      Update CLI's tests following introduction of spring-jcl module · acda8e64
      Andy Wilkinson authored
      The new spring-jcl module is now a dependency of spring-core. This
      commit updates the CLI's dependency resolution-related tests to
      account for the new dependency.
      acda8e64
    • Stephane Nicoll's avatar
      Harmonize reactive auto-configuration class names · 5247fa32
      Stephane Nicoll authored
      Closes gh-9086
      5247fa32
    • Stephane Nicoll's avatar
      Add auto-configuration for reactive Redis · de268d97
      Stephane Nicoll authored
      This commit provides an auto-configuration for reactive Redis and a
      starter that provides Lettuce as Jedis doesn't support reactive
      operations.
      
      There are no support for reactive redis repositories at the moment so
      only a `ReactiveRedisTemplate` is auto-configured if necessary.
      
      Closes gh-8053
      de268d97
  2. 03 May, 2017 36 commits