- 10 Oct, 2016 3 commits
-
-
Stephane Nicoll authored
* pr/6543: Polish contribution Improve database initializers
-
Stephane Nicoll authored
Closes gh-6543
-
Vedran Pavic authored
This commit improves database initializers for Spring Batch and Spring Session by introducing `AbstractDatabaseInitializer` which eliminates duplicated logic in existing initializers. Additionally, database platform resolution now relies on `DatabaseDriver`. See gh-6543
-
- 07 Oct, 2016 12 commits
-
-
Andy Wilkinson authored
-
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
-
Stephane Nicoll authored
See gh-7080
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7127: Fix typo
-
Aurélien Leboulanger authored
Closes gh-7127
-
Stephane Nicoll authored
Closes gh-7113
-
Stephane Nicoll authored
Closes gh-6823
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7120: Fix String.format() usages
-
Johnny Lim authored
Closes gh-7120
-
- 06 Oct, 2016 15 commits
-
-
Andy Wilkinson authored
Closes gh-7122
-
Stephane Nicoll authored
This commit makes sure that a meta-data group exposed via a deprecated `@Bean` method is deprecated as well. This also works if the class in which the bean method is defined is itself deprecated. Closes gh-7100
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7098
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7117
-
Stephane Nicoll authored
-
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
-
Stephane Nicoll authored
Closes gh-7097
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7111: Remove unused parameters in String.format()
-
Johnny Lim authored
Closes gh-7111
-
- 05 Oct, 2016 8 commits
-
-
Andy Wilkinson authored
-
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
-
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
-
Stephane Nicoll authored
Closes gh-6787
-
Stephane Nicoll authored
* pr/6367: Polish contribution "spring war" should copy resources to WEB-INF/classes
-
Stephane Nicoll authored
Closes gh-6367
-
Henri Kerola authored
Closes gh-6351
-
- 04 Oct, 2016 2 commits
-
-
Stephane Nicoll authored
Closes gh-6825
-
Stephane Nicoll authored
-