- 04 Jun, 2020 6 commits
-
-
Andy Wilkinson authored
Closes gh-21703
-
Andy Wilkinson authored
Closes gh-21701
-
Andy Wilkinson authored
Closes gh-21699
-
Andy Wilkinson authored
Previously, the retry plugin was only applied on CI as we do not want tests to be retried in local builds. Unfortunately, this arrangement led to test tasks from CI builds having additional doFirst and doLast actions and an additional property. These differences meant that the output from a test task that has run on CI could not be used by a local build. This commit changes our configuration of the test retry plugin so that it is now always applied. To retain the behaviour of only retrying tests on CI, max retries is configured to 3 on CI and 0 for local builds. Closes gh-21698
-
Phillip Webb authored
Closes gh-21690
-
Phillip Webb authored
Update `SpringBootServletInitializer` to use the `ServletContext` that was provided to the initial `onStartup` call rather than the one from the `ServletContextEvent`. This allows the `getClassLoader()` call to complete without throwing an `UnsupportedOperationException`. Fixes gh-21684
-
- 03 Jun, 2020 27 commits
-
-
Scott Frederick authored
Closes gh-21685
-
Scott Frederick authored
This commit improves the error messages returned by the Spring Boot build plugins when a 5xx status code is returned from the Docker API while attempting to build an image. If the error response has contents containing a JSON structure with a "message" key, the value associated with that key will be included in the exception message and in the build plugin output error. Fixes gh-21515
-
Andy Wilkinson authored
Closes gh-21678
-
Andy Wilkinson authored
* gh-21673: Polish Slack notification when no build scan was published Closes gh-21673
-
dreis2211 authored
See gh-21673
-
Andy Wilkinson authored
Closes gh-21677
-
Andy Wilkinson authored
Closes gh-21675
-
Andy Wilkinson authored
Closes gh-21676
-
Andy Wilkinson authored
Closes gh-21674
-
Andy Wilkinson authored
Closes gh-21669
-
Andy Wilkinson authored
Fixes gh-21507
-
Andy Wilkinson authored
Closes gh-21668
-
Andy Wilkinson authored
Closes gh-21453
-
Andy Wilkinson authored
Closes gh-21667
-
Andy Wilkinson authored
Closes gh-21664
-
Andy Wilkinson authored
Closes gh-21665
-
Andy Wilkinson authored
Closes gh-21663
-
Andy Wilkinson authored
Closes gh-20333
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-21596
-
Phillip Webb authored
Closes gh-21661
-
Phillip Webb authored
Closes gh-21660
-
Phillip Webb authored
Update `SpringConfigurationPropertySource` so that wrapped random property sources can be used. It's assumed that wrapped random sources will use the name of the source as the prefix. Closes gh-21595
-
Madhura Bhave authored
Closes gh-21657
-
Madhura Bhave authored
Closes gh-21576
-
- 02 Jun, 2020 7 commits
-
-
Phillip Webb authored
Closes gh-21656
-
Phillip Webb authored
Closes gh-21655
-
Phillip Webb authored
Fix the `containsDescendantOf` logic for random property sources to ensure that ancestors are correctly matched. Closes gh-21654
-
Andy Wilkinson authored
Closes gh-21651
-
Andy Wilkinson authored
Closes gh-21640
-
Phillip Webb authored
Closes gh-21649
-
Phillip Webb authored
-