- 30 Aug, 2019 1 commit
-
-
Phillip Webb authored
Closes gh-18007
-
- 29 Aug, 2019 14 commits
-
-
Phillip Webb authored
Update reference documentation to use one sentence per line formatting as recommended by the Asciidoctor team. Closes gh-12445
-
Andy Wilkinson authored
Closes gh-17965
-
Andy Wilkinson authored
Closes gh-17996
-
Andy Wilkinson authored
* gh-17976: Use exec when launching the JVM in CLI's shell script Closes gh-17976
-
Ben Hale authored
Previously, when the Spring Boot CLI ran the Java command line for an application it did a straight invocation which suppressed propagation of signals to the JVM in certain circumstances (e.g within Docker containers). This change prepends the command with exec which causes the Java process to replace the script process in a shell ensuring that signals are propagated to the Java process without suppression. See gh-17976 Signed-off-by:
Ben Hale <bhale@pivotal.io>
-
Andy Wilkinson authored
* gh-17991: Polish "Improve handling of non-standard status codes in RestTemplate metrics" Improve handling of non-standard status codes in RestTemplate metrics Closes gh-17991
-
Andy Wilkinson authored
See gh-17991
-
Johnny Lim authored
See gh-17991
-
Andy Wilkinson authored
Closes gh-17995
-
Andy Wilkinson authored
* gh-17984: Test the Gradle Plugin against Gradle 5.6.1 Closes gh-17984
-
dreis2211 authored
See gh-17984 Closes gh-17984
-
Andy Wilkinson authored
Closes gh-17994
-
Andy Wilkinson authored
Previously, MetaInfResourceManager that we use with Undertow to serve static resources from jar's META-INF/resources did not correctly handle characters in the path that should be percent-encoded when used in a URL. This commit updates MetaInfResourceManager to encode the path before it is used to create a URL. Prior to this encoding, encoded slashes (%2F) are decoded as, unlike other encoded characters in the request's URL, encoded slashes are not decoded prior to calling the ResourceManager. Fixes gh-17853
-
Stephane Nicoll authored
-
- 28 Aug, 2019 9 commits
-
-
Stephane Nicoll authored
Closes gh-17982
-
Andy Wilkinson authored
Closes gh-17907
-
Andy Wilkinson authored
* gh-17981: Upgrade to Git commit ID plugin 3.0.1 Closes gh-17981
-
leoli authored
See gh-17981
-
Stephane Nicoll authored
* pr/17962: Polish contribution Polish Closes gh-17962
-
Stephane Nicoll authored
See gh-17962
-
Kant authored
See gh-17962
-
Madhura Bhave authored
Closes gh-17980
-
Madhura Bhave authored
This commit also changes the request matcher for MVC endpoints to use an AntPathRequestMatcher instead of an MvcRequestMatcher. The endpoint is always available under the mapped endpoint path and this way the same matcher can be used for both MVC and Jersey. Fixes gh-17912 Co-authored-by:
Phillip Webb <pwebb@pivotal.io>
-
- 27 Aug, 2019 11 commits
-
-
Andy Wilkinson authored
* gh-17973: Fix upstream RSocket method renames Closes gh-17973
-
dreis2211 authored
See gh-17973
-
Stephane Nicoll authored
* pr/17782: Add dependency management for IBM DB2 JDBC driver Closes gh-17782
-
Vedran Pavic authored
See gh-17782
-
Stephane Nicoll authored
* pr/17970: Polish "Fix a broken Asciidoctor syntax" Fix a broken Asciidoctor syntax Closes gh-17970
-
Stephane Nicoll authored
See gh-17970
-
Johnny Lim authored
See gh-17970
-
Stephane Nicoll authored
Closes gh-17972
-
Stephane Nicoll authored
* pr/17968: Fix Undertow access log dir property name in doc Closes gh-17968
-
leoli authored
See gh-17968
-
Madhura Bhave authored
Fixes gh-17967
-
- 26 Aug, 2019 2 commits
-
-
Phillip Webb authored
Fixes gh-17959
-
Phillip Webb authored
Move management `ErrorPage` registration from the `WebMvcEndpointChildContextConfiguration` to `WebMvcEndpointChildContextConfiguration` and only add it when the error controller is registered. Fixes gh-17938
-
- 25 Aug, 2019 1 commit
-
-
Stephane Nicoll authored
See gh-17839
-
- 24 Aug, 2019 2 commits
-
-
Stephane Nicoll authored
See gh-17848
-
Madhura Bhave authored
Closes gh-17953
-