- 10 Apr, 2018 5 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12815
-
Phillip Webb authored
-
Phillip Webb authored
-
- 09 Apr, 2018 12 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
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, the error page filter used sendError to set the response status when handling an exception and before forwarding the request to the error controller. Following the fix for gh-11814, this meant that the error controller was unable to write its response and the containers default error page was returned instead. This commit updates the error page filter to use setStatus rather than sendError. This ensures that the response has the correct status code while allowing the error controller to write its body. Tests have been added to the Tomcat deployment test suite to verify that the error page filter behaves as intended when dealing with a sent error and an exception for requests accepting HTML, JSON, or anything. Closes gh-12787
-
Stephane Nicoll authored
* pr/12655: Polish "Replace Couchbase's deprecated methods" Replace Couchbase's deprecated methods
-
Stephane Nicoll authored
Closes gh-12655
-
Yulin Qin authored
See gh-12655
-
Stephane Nicoll authored
This commit makes sure that an auto-configuration that requires `DataSourceProperties` will not break if `DataSourceAutoConfiguration` has been explicitly excluded. Closes gh-12512
-
- 05 Apr, 2018 23 commits
-
-
Madhura Bhave authored
Closes gh-12755
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-12779
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Brian Clozel authored
* pr/12605: Add docker-api starter to 3rd party list
-
Jichun Liu authored
See https://github.com/jliu666/docker-api-spring-boot Closes gh-12605
-
Spring Buildmaster authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-12776: Fix broken links to Gradle and Maven tools, and CLI samples in README
-
Dejan Jankov authored
Closes gh-12776
-
Andy Wilkinson authored
Closes gh-12775
-
Andy Wilkinson authored
Closes gh-12774
-
Andy Wilkinson authored
Closes gh-12773
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12721
-
Andy Wilkinson authored
Closes gh-12772
-
Andy Wilkinson authored
Closes gh-12771
-
Andy Wilkinson authored
Closes gh-12770
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12406
-
Phillip Webb authored
* pr/12669: Polish "Allow validation api without implementation" Allow validation api without implementation
-