- 24 Jun, 2021 2 commits
-
-
fengyuanwei authored
See gh-27017
-
Phillip Webb authored
See gh-15808
-
- 23 Jun, 2021 10 commits
-
-
Madhura Bhave authored
Update `RepackageMojo` and supporting classes so that `exclusions` on the repackage goal apply to both the contributed libraries and any existing jar entries already contained in the original war. Prior to this commit, exclusions would apply to contributed jars (for example, those in `WEB-INF/lib-provided`) but not jars that were packaged directly into `WEB-INF/lib` by the war plugin Fixes gh-15808 Co-authored-by:
Phillip Webb <pwebb@vmware.com>
-
Andy Wilkinson authored
See gh-27044
-
Andy Wilkinson authored
Closes gh-26820
-
Andy Wilkinson authored
Closes gh-27044
-
Stephane Nicoll authored
Closes gh-27014
-
Stephane Nicoll authored
Closes gh-26964
-
Stephane Nicoll authored
Closes gh-27034
-
Stephane Nicoll authored
Closes gh-27033
-
Stephane Nicoll authored
Closes gh-27032
-
Stephane Nicoll authored
Closes gh-27031
-
- 22 Jun, 2021 12 commits
-
-
Stephane Nicoll authored
Closes gh-26963
-
Stephane Nicoll authored
Closes gh-27013
-
Stephane Nicoll authored
Closes gh-26962
-
Andy Wilkinson authored
* gh-26937: Polish "Update docs to use @SpringBootConfiguration not @Configuration" Update docs to use @SpringBootConfiguration not @Configuration Closes gh-26937
-
Andy Wilkinson authored
See gh-26937
-
Yanming Zhou authored
See gh-26937
-
Stephane Nicoll authored
See gh-27014
-
Stephane Nicoll authored
See gh-27013
-
Stephane Nicoll authored
* pr/26975: Document uuid support in RandomValuePropertySource Closes gh-26975
-
Sviatoslav Hryb authored
See gh-26975
-
Stephane Nicoll authored
Closes gh-26965
-
Phillip Webb authored
Effectively revert commit 0da0d2d4 so that the `resolveProfileSpecific` method of `ConfigDataLocationResolver` is again called when resolving imports declared in a profile-specific file. Fixes gh-26960
-
- 21 Jun, 2021 7 commits
-
-
Stephane Nicoll authored
This reverts commit ce242702. See gh-26983
-
Andy Wilkinson authored
Previously, a project with a dependency on Spring Boot's configuration processor would fail to build when the configuration cache is enabled due to it accessing the Project during task execution. Instead of accessing the project during task execution, this commit updates the code to retrieve the resource locations from the matching source set in advance. The locations are then stored in the action that configures the compile task when needed. Closes gh-26880
-
Stephane Nicoll authored
Closes gh-26987
-
Stephane Nicoll authored
Closes gh-26986
-
Stephane Nicoll authored
Closes gh-26985
-
Stephane Nicoll authored
Closes gh-26984
-
Stephane Nicoll authored
Closes gh-26983
-
- 18 Jun, 2021 6 commits
-
-
Stephane Nicoll authored
See gh-26967
-
Stephane Nicoll authored
See gh-26966
-
Stephane Nicoll authored
See gh-26965
-
Stephane Nicoll authored
See gh-26964
-
Stephane Nicoll authored
See gh-26963
-
Stephane Nicoll authored
See gh-26962
-
- 17 Jun, 2021 3 commits
-
-
Andy Wilkinson authored
Fixes gh-26946
-
Andy Wilkinson authored
See gh-26821
-
Phillip Webb authored
Effectively revert commit d1b256a1 so that profile-specific imports can again be used with or without a parent import. Fixes gh-26858
-