- 17 Oct, 2017 19 commits
-
-
Stephane Nicoll authored
Closes gh-10647
-
Stephane Nicoll authored
* pr/10657: Remove "Securing the H2 console" section
-
Johnny Lim authored
Closes gh-10657
-
Stephane Nicoll authored
* pr/10658: Polish "Use Assert.state() with Supplier where possible" Use Assert.state() with Supplier where possible
-
Stephane Nicoll authored
Closes gh-10658
-
dreis2211 authored
See gh-10658
-
Stephane Nicoll authored
* pr/10636: Polish
-
Johnny Lim authored
Closes gh-10636
-
Andy Wilkinson authored
Previously, the media types that are consumed and produced by endpoints were configured in the web stack-specific configuration. Furthermore, these configured media types were not used for the discovery "endpoint" that links to all the available endpoints. This commit introduces EndpointMediaTypes that is configred in a single, central location and then used to configure the consumed and produced media types for endpoints exposed via WebFlux, Web MVC, and Jersey as well as the discovery "endpoint" provided by each. Closes gh-10659
-
Stephane Nicoll authored
* pr/9737: Polish "When pool autocommit is disabled, inform Hibernate" When pool autocommit is disabled, inform Hibernate
-
Stephane Nicoll authored
Closes gh-9737
-
Craig Andrews authored
Starting with Hibernate 5.2.10, the JPA property `hibernate.connection.provider_disables_autocommit` should be set to true when the datasource has autocommit disabled in order to improve performance. See gh-9737
-
Stephane Nicoll authored
* pr/10609: Update docs for OpenShift
-
James McShane authored
The current documentation references mechanisms for OpenShift 2, which has been changed significantly with the latest releases, specifically the OpenShift 3 release. Closes gh-10609
-
Stephane Nicoll authored
* pr/10616: Fix broken links
-
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 12 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
-