- 15 Feb, 2021 2 commits
-
-
Stephane Nicoll authored
See gh-25281
-
Stephane Nicoll authored
See gh-25280
-
- 14 Feb, 2021 1 commit
-
-
Stephane Nicoll authored
See gh-25266
-
- 12 Feb, 2021 18 commits
-
-
Andy Wilkinson authored
Previously, UpgradeApplicator would open build.gradle using open options that left the fields existing content intact. It would then write the new content at the beginning of the file. If the new content was n bytes shorter than the existing content, this would leave n bytes of the existing content at the end of the file. This commit updates UpgradeApplicator to truncate the existing file when it opens it. This ensures that the existing content is completely replaced by the new content, irrespective of their lengths. Closes gh-25256
-
Andy Wilkinson authored
Closes gh-25225
-
Andy Wilkinson authored
Closes gh-25204
-
Andy Wilkinson authored
Closes gh-25203
-
Andy Wilkinson authored
Closes gh-25202
-
Andy Wilkinson authored
Closes gh-25201
-
Andy Wilkinson authored
Closes gh-25200
-
Andy Wilkinson authored
Closes gh-25199
-
Andy Wilkinson authored
Closes gh-25198
-
Andy Wilkinson authored
Closes gh-25197
-
Andy Wilkinson authored
Closes gh-25196
-
Andy Wilkinson authored
Closes gh-25195
-
Andy Wilkinson authored
Closes gh-25194
-
Andy Wilkinson authored
Closes gh-25193
-
Andy Wilkinson authored
Closes gh-25192
-
Andy Wilkinson authored
Closes gh-25191
-
Andy Wilkinson authored
Closes gh-25190
-
Andy Wilkinson authored
Closes gh-25189
-
- 11 Feb, 2021 5 commits
-
-
Andy Wilkinson authored
Fixes gh-25138
-
Andy Wilkinson authored
Previously, CommandLineInvoker would use the first -bin.zip file found in build/distributions. If this directory contained multiple zips from building different versions of Spring Boot, this could result in the tests being run against the wrong version of the CLI. This commit updates CommandLineInvoker look for a specific zip in build/distributions, using the version from gradle.properties to identify it. Closes gh-25179
-
Andy Wilkinson authored
* gh-25178: Polish "Remove duplicate declaration of jackson-databind" Remove duplicate declaration of jackson-databind Closes gh-25178
-
Andy Wilkinson authored
See gh-25178
-
Vitalii Mahas authored
See gh-25178
-
- 10 Feb, 2021 12 commits
-
-
Andy Wilkinson authored
Fixes gh-25172
-
Andy Wilkinson authored
Fixes gh-24966
-
Stephane Nicoll authored
Closes gh-25148
-
Stephane Nicoll authored
* pr/25130: Polish "Validate Cassandra defaults" Validate Cassandra defaults Closes gh-25130
-
Stephane Nicoll authored
See gh-25130
-
bono007 authored
See gh-25130
-
Phillip Webb authored
-
Phillip Webb authored
Remove the registry mirror since it causes oci-build-task to fail. See gh-25135
-
Phillip Webb authored
Closes gh-25159
-
Phillip Webb authored
Closes gh-25155
-
Phillip Webb authored
Closes gh-25156
-
Phillip Webb authored
Closes gh-25154
-
- 09 Feb, 2021 2 commits
-
-
Stephane Nicoll authored
* pr/25120: Upgrade to Gradle Enterprise Gradle Plugin 3.5.2 Closes gh-25120
-
dreis2211 authored
See gh-25120
-