- 23 Oct, 2018 11 commits
-
-
Madhura Bhave authored
* gh-14915: Polish Skip restarter for JUnit5
-
Madhura Bhave authored
Closes gh-14915
-
michal authored
See gh-14915
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-14927
-
Brian Clozel authored
See gh-14936
-
Madhura Bhave authored
* gh-14910: Use Commons Logging for PrometheusPushGatewayManager
-
Johnny Lim authored
Closes gh-14910
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-14912: Use Errors.hasErrors() in DefaultErrorAttributes
-
dreis2211 authored
Closes gh-14912
-
- 22 Oct, 2018 8 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-14916: Avoid creation of unnecessary collections
-
dreis2211 authored
Closes gh-14916
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Fix `ResourceUrlEncodingFilter` conditions which were inadvertently changed in commits 64f04fce and 6cc272ec and would back off if any `FilterRegistrationBean` was found. The updated conditions restores the behavior of Spring Boot 2.0.5 and allows users to directly register their own `ResourceUrlEncodingFilter` beans (as long as they don't use a `FilterRegistrationBean`). Fixes gh-14897
-
- 19 Oct, 2018 13 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
This commit also marks a release as pre-release for milestones and RCs Closes gh-14908 Closes gh-14875
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14872
-
Andy Wilkinson authored
See gh-14893
-
Andy Wilkinson authored
See gh-14733
-
Andy Wilkinson authored
See gh-14892
-
Andy Wilkinson authored
See gh-14889
-
Andy Wilkinson authored
See gh-14888
-
Andy Wilkinson authored
See gh-14891
-
Andy Wilkinson authored
See gh-14890
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, when using Tomcat, a call to mappings endpoint would force the initialization of any DispatcherServlets in the context. This was done by calling allocate on Tomcat's StandardWrapper. This left the wrapper in a state that would cause it to block for two seconds during shutdown as the wrapper has an outstanding allocation. This commit immediately deallocates the servlet after it has been allocated. This ensures that the DispatcherServlet has been initialized while also leaving the wrapper in a state that it can shut down immediately when asked to do so. Closes gh-14898
-
- 18 Oct, 2018 8 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Brian Clozel authored
SPR-17395 ensures that WebFlux.fn is adding a request attribute of type `PathPattern` on the `HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE`. A specific tag provider for WebFlux.fn is no longer necessary. See gh-14876
-
Brian Clozel authored
See gh-14887
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14878
-
Andy Wilkinson authored
-