- 14 May, 2021 5 commits
-
-
Andy Wilkinson authored
Closes gh-26461
-
Andy Wilkinson authored
Closes gh-26460
-
Andy Wilkinson authored
Closes gh-26440
-
Phillip Webb authored
Closes gh-26458
-
Phillip Webb authored
Update `BufferingApplicationStartup` to use thread safe data structures. Prior to this commit, it was possible for calls from different threads (for example due to request scope beans) to cause a NoSuchElementException to be thrown. Closes gh-25792
-
- 13 May, 2021 8 commits
-
-
Andy Wilkinson authored
Closes gh-26452
-
Andy Wilkinson authored
Closes gh-25733
-
Andy Wilkinson authored
Previously, classes involved in config loading used a variety of potentially different class loaders when calling SpringFactoriesLoader. Some classes would use their own class loader and others would use null which results in SpringFactoriesLoader's class loader being used. This commit updates the config loading classes to consistently use the resource loader's class loader. Fixes gh-26126
-
Andy Wilkinson authored
Closes gh-26451
-
Andy Wilkinson authored
Closes gh-26450
-
Andy Wilkinson authored
* gh-26449: Polish "Use try-with-resources statement" Use try-with-resources statements Closes gh-26449
-
Andy Wilkinson authored
See gh-26449
-
weixsun authored
See gh-26449
-
- 12 May, 2021 21 commits
-
-
Scott Frederick authored
Fixes gh-26445
-
Scott Frederick authored
Closes gh-25840
-
Scott Frederick authored
Closes gh-25839
-
Scott Frederick authored
This commit modifies the integration tests for the Maven and Gradle image building goal and task to use a custom builder as a test harness to verify that the plugins invoke the builder as expected. Fixes gh-25838
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26442
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-25798
-
Andy Wilkinson authored
Closes gh-26380
-
Andy Wilkinson authored
Closes gh-26379
-
Andy Wilkinson authored
Closes gh-26361
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26430
-
Andy Wilkinson authored
Closes gh-26360
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26427
-
Andy Wilkinson authored
Closes gh-26425
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit fixes a flawed assertion that was relying on a log message to validate the TaskExecutor is lazy. The level of the log message has changed in framework and broke the test. We now rather check the bean definition.
-
- 11 May, 2021 6 commits
-
-
Madhura Bhave authored
Fixes gh-26434
-
Madhura Bhave authored
See gh-25817
-
nguyensach authored
Additional profiles were being processed after config file processing when legacy processing was used. This commit also restores the order in which additional profiles are added when legacy processing is used. Active profiles take precedence over additional profiles. See gh-25817
-
Madhura Bhave authored
* pr/25817: Polish "Process additional profiles before config files processing" Process additional profiles before config files processing Closes gh-25817
-
Madhura Bhave authored
See gh-25817
-
nguyensach authored
Additional profiles were being processed after config file processing when legacy processing was used. This commit also restores the order in which additional profiles are added when legacy processing is used. Active profiles take precedence over additional profiles. See gh-25817
-