- 12 Apr, 2018 16 commits
-
-
Vedran Pavic authored
Closes gh-12847
-
Vedran Pavic authored
Closes gh-12847
-
Stephane Nicoll 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
-
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
-
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
-
Stephane Nicoll authored
* pr/12842: Fix WebClient example constructor name
-
DK Lee authored
Closes gh-12842
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
- 11 Apr, 2018 16 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-10790
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-12821
-
Stephane Nicoll authored
Closes gh-12834
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12827
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12825: Fix typo
-
Ken Kwon authored
Closes gh-12825
-
- 10 Apr, 2018 8 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-10851
-
Stephane Nicoll authored
-
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
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-