- 29 Nov, 2017 27 commits
-
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-11204
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11190: Update Apache Maven Central repository url
-
Sylwester Lachiewicz authored
Closes gh-11190
-
Andy Wilkinson authored
Closes gh-11148
-
Andy Wilkinson authored
Rather than using two properties to enable or disable reactive and imperative repositories for a particular store, this commit introduces a new repository type condition that's backed by a single spring.data.<store>.repositories.type property. The type can be auto (automatically enables whatever's available), imperative (enables imperative repositories), none (enables nothing), or reactive (enables reactive repositories). The default is auto. Repositories do not have a reactive option (such as JPA) continue to have a spring.data.<store>.repositories.enabled property that takes a boolean value. Closes gh-11134
-
Brian Clozel authored
Closes gh-11090
-
Brian Clozel authored
If the WebFlux handler commits the response but still sends an error signal in the reactive pipeline, Spring Boot error handling should not try to handle that error: once committed, it is impossible to change the response status or the response headers. Writing to the body might also lead to invalid responses. This commit skips error handling if the response is committed and delegates to Spring Framework's `HttpWebHandlerAdapter` which will log the error. Fixes gh-11168
-
Stephane Nicoll authored
See gh-11071
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11189: Fix typo in StringUtils import
-
Sylwester Lachiewicz authored
Closes gh-11189
-
Brian Clozel authored
Closes #11090
-
Stephane Nicoll authored
Closes gh-11155
-
Stephane Nicoll authored
* pr/11193: Polish
-
Johnny Lim authored
Closes gh-11193
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-11193
-
Brian Clozel authored
This commit adds support for basic auto-configuration for the Freemarker template engine in WebFlux. A few configuration properties in the `spring.freemarker.*` namespace aren't supported yet, since they mostly apply to MVC (Servlet request and session attributes). Closes gh-10094
-
Phillip Webb authored
Align reactive and non-reactive web extensions and update `showDetails` so that it only applies to web exposure. See gh-11113 See gh-11192
-
Madhura Bhave authored
Fixes gh-11192
-
Phillip Webb authored
* pr/11071: Polish micrometer rc.5 upgrade Upgrade to micrometer 1.0.0-rc.5
-
Phillip Webb authored
Closes gh-11071
-
Jon Schneider authored
See gh-11071
-
Phillip Webb authored
Fixes gh-10832
-
Phillip Webb authored
-
- 28 Nov, 2017 13 commits
-
-
Madhura Bhave authored
-
Stephane Nicoll authored
Closes gh-11085
-
Andy Wilkinson authored
Closes gh-11186
-
Andy Wilkinson authored
Closes gh-11184
-
Andy Wilkinson authored
* gh-11117: Complete the removal of Spring Social starters and auto-configuration Remove Spring Social starters and auto-configuration
-
Andy Wilkinson authored
Closes gh-11117
-
Craig Walls authored
See gh-11117
-
Andy Wilkinson authored
Closes gh-11148
-
Andy Wilkinson authored
Previously, a dependency on jackson-module-kotlin with Kotlin excluded was added to spring-boot-starter-json. This gave Kotlin users a smooth experience with Jackson and JSON at minimal, we thought, cost to other users. We have since learned that this arrangement causes a ClassNotFoundException at runtime when Jackson is configured to find modules via the service loader. This makes the cost of including jackson-module-kotlin to high for non-Kotlin users so this commit removes it. Closes gh-11133
-
Andy Wilkinson authored
Closes gh-11174
-
Andy Wilkinson authored
See gh-11178
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-