- 04 May, 2017 4 commits
-
-
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
-
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.
-
Stephane Nicoll authored
Closes gh-9086
-
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
-
- 03 May, 2017 36 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-9080
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9080
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8531
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9080
-
Andy Wilkinson authored
This reverts commit ec57c3d9. Closes gh-8985
-
Stephane Nicoll authored
* pr/9049: Replace lambdas with method references
-
Eddú Meléndez authored
Closes gh-9049
-
Andy Wilkinson authored
This fix for gh-1928 to address a problemw with Log4j was to set a system property that forces JBoss Logging to use SLF4J. This has the unwanted side-effect of crashing Glassfish. We no longer support Log4j so gh-1928 is no longer a concern. However, you can shoot yourself in the foot by having Logback and Log4j2 on the classpath in that particular order, but the latter has to be without its log4j-slf4j-impl module. At this point you don't get any warnings or error output at startup, but JBoss Logging uses Log4j2 while everything else uses SLF4J and Logback. As a result, any logging that's performed through JBoss Logging is silently lost. Given the problems caused by setting the system property, and the contrived nature of the arrangement that's necessary to cause a problem when the property isn't set, this commit updates LogbackLoggingSystem so that the system property is no longer set. Closes gh-8669
-
Andy Wilkinson authored
Closes gh-8657
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9075
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8999
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9009
-
Stephane Nicoll authored
Closes gh-9012
-
Stephane Nicoll authored
Closes gh-9012
-
Andy Wilkinson authored
See gh-9071
-
Andy Wilkinson authored
Closes gh-8916
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/9007: Add dependency section for jersey multipart
-
Quentin Caillard authored
Closes gh-9007
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9067
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-