- 17 Oct, 2017 4 commits
-
-
Johnny Lim authored
Closes gh-10616
-
Stephane Nicoll authored
* pr/10615: Use properties in Security OAuth2 Client doc config example Fix Security OAuth2 Client documentation
-
Vedran Pavic authored
Closes gh-10615
-
Vedran Pavic authored
This commit fixes incorrect section level and sample configuration properties. See gh-10615
-
- 16 Oct, 2017 9 commits
-
-
Madhura Bhave authored
Also, move properties corresponding to management server under `management.server.*`. Closes gh-10230
-
Brian Clozel authored
This commit adds support for Spring Boot error conventions with WebFlux. The Spring MVC support for that is based on an `Controller` that's mapped on a specific `"/error"` path and configured as an error page in the Servlet container. With WebFlux, this support leverages a `WebExceptionHandler`, which catches exceptions flowing through the reactive pipeline and handles them. The `DefaultErrorWebExceptionHandler` supports the following: * return a JSON error response to machine clients * return error HTML views (templates, static or default HTML view) One can customize the error information by contributing an `ErrorAttributes` bean to the application context. Spring Boot provides an `ErrorWebExceptionHandler` marker interface and a base implementation that provides high level constructs to handle errors, based on the Spring WebFlux functional flavor. The error handling logic can be completely changed by providing a custom `RouterFunction` there. Fixes gh-8625
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10515
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10651
-
- 13 Oct, 2017 16 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10635: Fix typo in documentation
-
Janne Valkealahti authored
- As error handling sample is using `CustomErrorType`, fix description which mentions `CustomerErrorType`.
-
Andy Wilkinson authored
Previously, the custom layout sample did not configure the source and target for the compiler. This meant that both defaulted to 1.5 which is not supported by Java 9's javac. The oldest support version is 1.6. This commit sets the maven.compiler.source and maven.compiler.target properties to 1.8 (the lowest version support by Boot 2.0) allowing the sample to build with both Java 8 and Java 9. See gh-10515
-
Andy Wilkinson authored
See gh-10515
-
Andy Wilkinson authored
See gh-10515
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10632
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10631
-
Andy Wilkinson authored
Closes gh-10630
-
Andy Wilkinson authored
Closes gh-10629
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10588: Polish "Provide informative reason when rejecting request with invalid level" Provide informative reason when rejecting request with invalid level
-
Andy Wilkinson authored
See gh-10588
-
Eddú Meléndez authored
Previously, bad request with no reason was included in the response. This commit introduces the reason when invalid log level is sent in the request. Fixes gh-10588
-
- 12 Oct, 2017 11 commits
-
-
Phillip Webb authored
See gh-9316
-
Brian Clozel authored
See gh-10587
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10554: Honor logging.path config in filePattern for Log4j2 RollingFile
-
Sebastian Thomschke authored
Previously, rolled over files were always written to logs/. This commit ensures that rotated logs are written into the directory specified in the application config's logging.path property. Closes gh-10554
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10606
-
Phillip Webb authored
See gh-9316
-
Phillip Webb authored
See gh-9316
-
Phillip Webb authored
See gh-9316
-
Phillip Webb authored
Fixes gh-10608
-