- 23 Oct, 2018 4 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-14927
-
Madhura Bhave authored
* gh-14912: Use Errors.hasErrors() in DefaultErrorAttributes
-
dreis2211 authored
Closes gh-14912
-
- 22 Oct, 2018 5 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-14916: Avoid creation of unnecessary collections
-
dreis2211 authored
Closes gh-14916
-
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 4 commits
-
-
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
Closes gh-14872
-
Andy Wilkinson authored
See gh-14893
-
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 4 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14878
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14851
-
- 17 Oct, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/14836: Force JMX hostname to 127.0.0.1
-
Jack Gough authored
Closes gh-14836
-
- 16 Oct, 2018 19 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-14857
-
Madhura Bhave authored
This commit also restores the `sed` call to sanitize the request body. Fixes gh-14857
-
Spring Buildmaster authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14503
-
Madhura Bhave authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Johnny Lim authored
See gh-14843
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-14833
-
Andy Wilkinson authored
Closes gh-14850
-
Andy Wilkinson authored
Closes gh-14732
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14848
-
Phillip Webb authored
-
Phillip Webb authored
Deprecate `SecurityPrerequisite` interface since we don't support it in Spring Boot 2. Closes gh-14846
-
- 15 Oct, 2018 2 commits
-
-
Phillip Webb authored
-
Madhura Bhave authored
Closes gh-14454
-