- 30 Mar, 2021 2 commits
-
-
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 6 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
-
Phillip Webb authored
Update `TldPatterns` to align with the latest default shipped by Tomcat. This commit also introduces a test to ensure that we will remain aligned going forwards. Closes gh-25764
-
Andy Wilkinson authored
Closes gh-25741
-
Andy Wilkinson authored
Previously, a root URI configured via RestTemplateBuilder's rootUri method and RootUriTemplateHandler was not taken into account when generated the URI tag for RestTemplate request metrics. This commit updates MetricsClientHttpRequestInterceptor to be aware of RootUriTemplateHandler and capture the URI template once the root URI has been applied. Fixes gh-25744
-
Andy Wilkinson authored
Closes gh-25760
-
- 22 Mar, 2021 3 commits
-
-
Stephane Nicoll authored
* pr/25129: Polish "Take JPA database action into account when setting ddlAuto" Take JPA database action into account when setting ddlAuto Closes gh-25129
-
Stephane Nicoll authored
See gh-25129
-
bono007 authored
See gh-25129
-
- 17 Mar, 2021 5 commits
-
-
Scott Frederick authored
When the `finalName` parameter is incorrectly set in the Spring Boot Maven plugin configuration instead of in the `build` configuration, the repackaged and original archive files are not named as expected. Prior to this commit, the image building goal would detect this error condition and throw an exception late in the process of creating the build container, leaving the container in an unstable state. This commit changes the image building goal to detect this condition early, before attempting to create the container. Fixes gh-25590
-
Andy Wilkinson authored
Closes gh-25698
-
Stephane Nicoll authored
Closes gh-25723
-
Andy Wilkinson authored
Closes gh-25714
-
Andy Wilkinson authored
This reverts commit 263b7c20. See gh-25590
-
- 16 Mar, 2021 8 commits
-
-
Scott Frederick authored
When the `finalName` parameter is incorrectly set in the Spring Boot Maven plugin configuration instead of in the `build` configuration, the repackaged and original archive files are not named as expected. Prior to this commit, the image building goal would detect this error condition and throw an exception late in the process of creating the build container, leaving the container in an unstable state. This commit changes the image building goal to detect this condition early, before attempting to create the container. Fixes gh-25590
-
Andy Wilkinson authored
Closes gh-25558
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-25345
-
Andy Wilkinson authored
* gh-25620: Polish "Improve error message when no resources exist at a script location" Improve error message when no resources exist at a script location Closes gh-25620
-
Andy Wilkinson authored
See gh-25620
-
Yuta Saito authored
See gh-25620
-
Andy Wilkinson authored
Fixes gh-25691
-
- 12 Mar, 2021 1 commit
-
-
Madhura Bhave authored
gh-17424 updated `ValidationBindHandler` so that it would only look at bound values when validating. This commit updates `ValidationBindHandler` to use Spring Framework's `BeanPropertyBindingResult`. This means that for fields that are not bound, JavaBean accessor methods can be used to get the value to validate. Fixes gh-25356
-
- 11 Mar, 2021 2 commits
-
-
Andy Wilkinson authored
* gh-25480: Correct javadoc for ON_PARAM Closes gh-25480
-
maruoovv authored
See gh-25480
-