- 15 Apr, 2021 9 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
This reverts commit 51d57e19. See gh-25838
-
Andy Wilkinson authored
See gh-26130
-
Andy Wilkinson authored
See gh-26130
-
Andy Wilkinson authored
Closes gh-26130
-
Stephane Nicoll authored
Closes gh-25907
-
Phillip Webb authored
* pr/25455: Polish 'Don't detect CloudPlatform when property is set' Don't detect CloudPlatform when property is set Closes gh-25455
-
Phillip Webb authored
See gh-25455
-
nguyensach authored
Update `CloudPlatform.isActive` to back-off from detection when any `spring.main.cloud-platform` property is set. See gh-25455
-
- 14 Apr, 2021 15 commits
-
-
Phillip Webb authored
Update `MavenPublishingConventions` to add a new `mavenOptional` feature that allows us to declare optional dependencies that are also published in the generated POM. This change allows us to include the maven-shade-plugin in the spring-boot-maven-plugin POM which fixes an issue with Eclipse m2e. Fixes gh-21992
-
Andy Wilkinson authored
Closes gh-26112
-
Stephane Nicoll authored
Closes gh-24027
-
Stephane Nicoll authored
Closes gh-26084
-
Stephane Nicoll authored
Closes gh-25905
-
Stephane Nicoll authored
Closes gh-26107
-
Stephane Nicoll authored
Closes gh-26099
-
Stephane Nicoll authored
Closes gh-26098
-
Stephane Nicoll authored
Closes gh-26097
-
Stephane Nicoll authored
Closes gh-26096
-
Stephane Nicoll authored
Closes gh-26095
-
Stephane Nicoll authored
Closes gh-26094
-
Phillip Webb authored
* pr/26086: Fix Docker update detection on CI Closes gh-26086
-
dreis2211 authored
See gh-26086
-
Phillip Webb authored
Increase timeout in `SampleSessionApplicationTests` to fix flaky local builds.
-
- 13 Apr, 2021 3 commits
-
-
Stephane Nicoll authored
Closes gh-25903
-
Stephane Nicoll authored
Closes gh-25906
-
Stephane Nicoll authored
Closes gh-25902
-
- 12 Apr, 2021 2 commits
-
-
Stephane Nicoll authored
This commit harmonizes our auto-configuration so that default converters are configured the same way ElasticsearchConfigurationSupport does. Closes gh-25087
-
Stephane Nicoll authored
Closes gh-25843
-
- 09 Apr, 2021 11 commits
-
-
Scott Frederick authored
Fixes gh-21478
-
Andy Wilkinson authored
Closes gh-25949
-
Andy Wilkinson authored
Closes gh-25948
-
Andy Wilkinson authored
Fixes gh-25948
-
Andy Wilkinson authored
* gh-25951: Upgrade to Gradle Enterprise Gradle Plugin 3.6.1 Closes gh-25951
-
Nelson Osacky authored
See gh-25951
-
Andy Wilkinson authored
Previously, several tests in FileSystemWatcherTests assumed that all of the changes detected by the watcher would be grouped into a single change set. This assumption breaks down when a test runs slowly (due to CPU or IO contention, for example), and making changes to the file system takes long then the watcher's polling interval. When this happens, the changes will be split across two (or more). This commit attempts to make the tests more robust. The tests now tolerate multiple changes sets by combining them and asserting that across the n change sets, only the expected changes were detected. Closes gh-25901
-
Stephane Nicoll authored
Closes gh-25978
-
Stephane Nicoll authored
Closes gh-25977
-
Stephane Nicoll authored
Closes gh-25976
-
Stephane Nicoll authored
Closes gh-25975
-