- 07 Apr, 2021 8 commits
-
-
Stephane Nicoll authored
See gh-25906
-
Stephane Nicoll authored
See gh-25905
-
Stephane Nicoll authored
Closes gh-25904
-
Stephane Nicoll authored
See gh-25903
-
Stephane Nicoll authored
See gh-25902
-
Andy Wilkinson authored
Closes gh-25793
-
Andy Wilkinson authored
This reverts commit da9d8d60. See gh-25838
-
Phillip Webb authored
Update the common build script to pull buildpack images early using the authenticated CLI. See gh-25838
-
- 06 Apr, 2021 1 commit
-
-
Andy Wilkinson authored
Closes gh-25892
-
- 01 Apr, 2021 7 commits
-
-
Andy Wilkinson authored
Fixes gh-25796
-
Andy Wilkinson authored
Closes gh-25865
-
Andy Wilkinson authored
* gh-25800: Polish "Fix no such bean definition with ancestor-defined Validator" Fix no such bean definition with ancestor-defined Validator Closes gh-25800
-
Andy Wilkinson authored
See gh-25800
-
MatejNedic authored
See gh-25800
-
Andy Wilkinson authored
Closes gh-25859
-
Stephane Nicoll authored
Closes gh-25851
-
- 31 Mar, 2021 1 commit
-
-
Andy Wilkinson authored
Previously, would log an error for any exception and also stop publishing for an UnknownHostException. By constrast, Micrometer's PushMeterRegistry treats all exceptions the same, logging a warning and continuing with subsequent push attempts. This commit updates the push gateway manager's behaviour to match PushMeterRegistry. UknownHostExceptions no longer receive special treatment and push (and delete) failures are now logged as warnings rather than errors. Fixes gh-25804
-
- 30 Mar, 2021 8 commits
-
-
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
See gh-25835
-
Andy Wilkinson authored
Closes gh-25835
-
Andy Wilkinson authored
* gh-25621: Polish "Document Failsafe configuration when not using starter parent" Document Failsafe configuration when not using starter parent Closes gh-25621
-
Andy Wilkinson authored
See gh-25621
-
robert-smith-911 authored
See gh-25621
-
Phillip Webb authored
Restore the patch version number for consistency with `@since` tags. See gh-25808
-
Andy Wilkinson authored
See gh-25808
-
- 29 Mar, 2021 2 commits
-
-
Phillip Webb authored
Update all deprecation tags to include a removal target. Closes gh-25808
-
Andy Wilkinson authored
Closes gh-25821
-
- 27 Mar, 2021 2 commits
-
-
Stephane Nicoll authored
* pr/25810: Fix flaky QuartzAutoConfigurationTests Closes gh-25810
-
dreis2211 authored
See gh-25810
-
- 26 Mar, 2021 2 commits
-
-
Scott Frederick authored
Fixes gh-25736
-
Stephane Nicoll authored
-
- 24 Mar, 2021 7 commits
-
-
Phillip Webb authored
* pr/25778: Polish 'Ignore quality value when removing MediaType.ALL' Ignore quality value when removing MediaType.ALL Closes gh-25778
-
Phillip Webb authored
See gh-25778
-
Fábio Ramon authored
Update the default reactive exception handler so that `MediaType.ALL` is removed regardless of any quality setting. Prior to this commit, the "match-all" media type was not properly ignored if it has a quality value and would show HTML content if the accept header was `application/json, */*;q=0.9`. See gh-25778
-
Phillip Webb authored
Update `AbstractWebMvcEndpointHandlerMapping` to chain any caught InvalidEndpointRequestExceptions so that a more complete stacktrace is available. The exception has also been updated to a `ResponseStatusException` so that the reason can be propagated. Fixes gh-25642
-
Phillip Webb authored
Update `JarFileArchive` so that any unpacked files are now deleted when the JVM exits. Closes gh-25773
-
Phillip Webb authored
Update `JarFileArchive` to align the way that it creates temp files and folders with the way that `Files.createTempDirectory` works. Closes gh-25772
-
Phillip Webb authored
-
- 23 Mar, 2021 2 commits
-
-
Phillip Webb authored
Restore tomcat-embed-core-* and tomcat-embed-logging-* patterns which were inadvertently removed in commit 0ec8d281. See gh-25764
-
Phillip Webb authored
-