- 11 Jan, 2018 12 commits
-
-
Andy Wilkinson authored
This commit partially reverts the changes made in ec470fbe. While the started message continues to be logged before any application and command line runners are called, the publishing of ApplicationReadyEvent now happens after the runners have been called. Additionally, a new event, named ApplicationStartedEvent, has been introduced. This new event is published after the context has been refreshed but before any application and command line runners are called. Closes gh-11484 The reworking of the events described above also means that either an ApplicationReadyEvent or an ApplicationFailedEvent will be published and the latter should never be published once the former has been published. Closes gh-11485
-
Stephane Nicoll authored
This commits improves the cache auto-configuration for Redis by looking up a custom "RedisCacheConfiguration" bean that allows to take full control over the `RedisCacheManager`. Closes gh-11599
-
Stephane Nicoll authored
See gh-11428
-
Stephane Nicoll authored
Closes gh-11428
-
Brian Clozel authored
This commit adds SSL client Authentication support to Reactor Netty and adds the relevant tests to `AbstractReactiveWebServerFactoryTests` for all servers. Fixes gh-11488
-
Brian Clozel authored
This commit applies `server.undertow.*` configuration properties to Undertow when configured as a reactive web server. See gh-11500
-
Brian Clozel authored
This commit applies `server.jetty.*` configuration properties to Jetty when configured as a reactive web server. It also removes some infrastructure support for Jetty 8, which is not supported anymore in Spring Boot 2.0 (partial fix for gh-11504). See gh-11500
-
Brian Clozel authored
This commit applies most `server.tomcat.*` configuration properties to Tomcat when set up as a reactive web server. Some Servlet-specific properties are not applied: * server.tomcat.additional-tld-skip-patterns * server.tomcat.redirect-context-root * server.tomcat.use-relative-redirects Fixes gh-11334
-
Stephane Nicoll authored
Closes gh-11331
-
Stephane Nicoll authored
* pr/11591: Polish "Make GsonAutoConfiguration align with JacksonAutoConfiguration" Make GsonAutoConfiguration align with JacksonAutoConfiguration
-
Stephane Nicoll authored
Closes gh-11591
-
Johnny Lim authored
See gh-11591
-
- 10 Jan, 2018 8 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Backport commit d439b737 to upgrade launch integration tests to use docker-java 3.0.x.
-
Stephane Nicoll authored
Closes gh-11203
-
Andy Wilkinson authored
See gh-11023
-
Andy Wilkinson authored
Closes gh-11023
-
Stephane Nicoll authored
* pr/11587: Fix imports order for Checkstyle
-
Johnny Lim authored
Closes gh-11587
-
Madhura Bhave authored
Closes gh-11022
-
- 09 Jan, 2018 20 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-11273
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Extract properties used by RestDocs to their own class.
-
Andy Wilkinson authored
-
Stephane Nicoll authored
See gh-10696
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that properties-based resource bundle location with a dot is detected. It also harmonizes the description of the configuration key as our support is not stricly matching the convention. Closes gh-10092
-
Andy Wilkinson authored
* gh-10969: Polish "Add auto-configuration for using REST Docs with WebTestClient" Add auto-configuration for using REST Docs with WebTestClient
-
Andy Wilkinson authored
Closes gh-10696
-
Roman Zaynetdinov authored
See gh-10969
-
Andy Wilkinson authored
Closes gh-11579
-
Andy Wilkinson authored
-
Andy Wilkinson authored
It's a new module in 3.0 and we're using 2.53.x in 1.5.x. See gh-11528
-
Andy Wilkinson authored
Closes gh-11578
-
Stephane Nicoll authored
Closes gh-11576
-
Stephane Nicoll authored
* pr/11534: Use instance equality for Class
-