- 12 Oct, 2016 4 commits
-
-
Stephane Nicoll authored
Closes gh-7142
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7147
-
Phillip Webb authored
-
- 11 Oct, 2016 4 commits
-
-
Andy Wilkinson authored
Closes gh-7138
-
Stephane Nicoll authored
* pr/7137: Add missing parentheses
-
Michael J. Simons authored
Closes gh-7137
-
Stephane Nicoll authored
Closes gh-2642
-
- 07 Oct, 2016 6 commits
-
-
Andy Wilkinson authored
Note: the fully-qualified references to @Configuration in some of the test configuration classes are required to work around a bug in javac. 1.8.0_102 (and earlier). Without them, compilation fails as it cannot resolve the symbol despite the import statement and the unqualified references working elsewhere in the same source file. Closes gh-7056
-
Stephane Nicoll authored
See gh-7080
-
Stephane Nicoll authored
* pr/7127: Fix typo
-
Aurélien Leboulanger authored
Closes gh-7127
-
Stephane Nicoll authored
* pr/7120: Fix String.format() usages
-
Johnny Lim authored
Closes gh-7120
-
- 06 Oct, 2016 8 commits
-
-
Andy Wilkinson authored
Closes gh-7098
-
Stephane Nicoll authored
Closes gh-7117
-
Stephane Nicoll authored
* pr/7004: Polish contribution Allow configuration to specify randomly generated database name
-
Stephane Nicoll authored
Closes gh-7004
-
Rob Fletcher authored
See gh-7004
-
Stephane Nicoll authored
Closes gh-7097
-
Stephane Nicoll authored
* pr/7111: Remove unused parameters in String.format()
-
Johnny Lim authored
Closes gh-7111
-
- 05 Oct, 2016 2 commits
-
-
Andy Wilkinson authored
The output capture for the deprecation warning only appears to work when the test is run in isolation. I can't figure out why that's the case, particularly as we have another test class (BootRunResourceTests) that uses OutputCapture and works reliably. I'm cutting my loses and removing the use of OutputCapture and the assertion that the warnings is logged. See gh-6997
-
Andy Wilkinson authored
To be compatible with Gradle's plugin portal, plugins must have an ID that uses a reverse domain name. This means that spring-boot is not compatible. This commit introduces a new ID, org.springframework.boot, and deprecates the old ID. Closes gh-6997
-
- 04 Oct, 2016 14 commits
-
-
Stephane Nicoll authored
The cache abstraction is a core feature of the Spring Framework. Basic features such as `@EnableCaching` are therefore available by default with no extra dependencies necessary. However, the actual cache adapters for JCache, Ehcache 2.x, Caffeine and Guava are located in a separated module, `spring-context-support`. Spring Boot provides that artifact via the `spring-boot-starter-cache` starter. It is quite easy to "only" add the cache library dependencies and forget about this extra dependencies since `@EnableCaching` is available by default. This commit clarifies the role of the starer in each section so that it is more obvious. We're already explaining this at the beginning of the section but it seems that's not enough. Closes gh-7071
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7073: Upgrade to Spring Integration 4.2.11
-
Gary Russell authored
Closes gh-7073
-
Stephane Nicoll authored
* pr/7074: Upgrade to Spring Integration 4.3.4, AMQP 1.6.3
-
Gary Russell authored
Closes gh-7074
-
Stephane Nicoll authored
* pr/7085: Fix a typo
-
Dan Stine authored
Closes gh-7085
-
Phillip Webb authored
-
Phillip Webb authored
* pr/7089: Fix NoClassDefFoundError when Mockito is missing
-
Madhura Bhave authored
Update MockReset class to check for the presence of the MockUtil class before attempting to use it. Fixes gh-7065
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 03 Oct, 2016 2 commits
-
-
Stephane Nicoll authored
Closes gh-7040
-
Stephane Nicoll authored
Closes gh-6986
-