- 13 Apr, 2018 1 commit
-
-
Brian Clozel authored
This commit also updates tests since UNDERTOW-1260 has been fixed in this release. Closes gh-12852
-
- 12 Apr, 2018 13 commits
-
-
Brian Clozel authored
As pointed out by Rossen in gh-11514 comments, a handler might commit the response and then send an error signal in the pipeline. In this case, adding a callback to `beforeCommit` is useless because it won't be triggered. In those cases, we need to collect metrics right away.
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-10790
-
Brian Clozel authored
-
Stephane Nicoll authored
This commits make sure that the Quartz auto-configuration no longer associates an `Executor` bean if present in the context as Quartz offers properties to tune it, which would mutate and lead to unexpected results. Closes gh-12823
-
Stephane Nicoll authored
-
Brian Clozel authored
Spring Boot now deploys both annotation-based and functional endpoints under the same `HttpHandler`; this means the currently auto-configured `MetricsWebFilter` is instrumenting all endpoints to produce metrics. There is no need for a WebFlux functional specific support. This commit removes mentions of `RouterFunctionMetrics` in the docs and deprecates that class. Closes gh-12833
-
Brian Clozel authored
Prior to this commit, the metrics `WebFilter` would handle exceptions flowing through the pipeline and extract tag information right away. Since error handling turns the exception information into error HTTP responses later in the chain, the information extracted from the response earlier is invalid. In this case, the "status" information could be "200" whereas error handlers would later set that status to "500". This commit delays the tags extraction later in the process, right before the response is comitted. The happy path is not changed, as handlers signal that the response is fully taken care of at that point. Fixes gh-11514
-
Stephane Nicoll authored
* pr/12842: Fix WebClient example constructor name
-
DK Lee authored
Closes gh-12842
-
Madhura Bhave authored
-
Madhura Bhave authored
-
- 11 Apr, 2018 8 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-10790
-
Madhura Bhave authored
Closes gh-12821
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12827
-
Stephane Nicoll authored
* pr/12825: Fix typo
-
Ken Kwon authored
Closes gh-12825
-
- 10 Apr, 2018 12 commits
-
-
Madhura Bhave authored
Fixes gh-10851
-
Stephane Nicoll authored
Previously to this commit, if a `@ControllerEndpoint`, `@RestControllerEndpoint` or `@ServletEndpoint` annotated bean was proxied, the endpoint wasn't properly detected. This commit makes sure that annotation retrieval works on the user class while preserving the get (vs. find) retrieval semantic Closes gh-12441
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
* pr/12812: Polish contribution Polish
-
Stephane Nicoll authored
Closes gh-12812
-
Johnny Lim authored
See gh-12812
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12815
-
Phillip Webb authored
-
Phillip Webb authored
-
- 09 Apr, 2018 6 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12806
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12796
-