- 15 Mar, 2018 19 commits
-
-
Brian Clozel authored
As of Spring Framework 5.0, only Servlet 3.1+ containers are supported. See https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-5.x This commit updates the reference documentation to reflect that and also removes sections describing pre-Servlet 3.1 solutions, as those are not supported anymore. Fixes gh-12370
-
Brian Clozel authored
Even though War deployment is supported by Spring Framework itself for WebFlux applications, this is not the case currently in Spring Boot. Fixes gh-12455
-
Brian Clozel authored
-
Brian Clozel authored
* pr/12495: Use ApplicationContextRunner in tests
-
dreis2211 authored
Closes gh-12495
-
Andy Wilkinson authored
Closes gh-12503
-
Andy Wilkinson authored
Closes gh-12502
-
Andy Wilkinson authored
Closes gh-12501
-
Andy Wilkinson authored
Closes gh-12500
-
Andy Wilkinson authored
Closes gh-12499
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12393
-
Andy Wilkinson authored
-
Brian Clozel authored
* pr/12492: Fix Javadoc for ServiceLevelAgreementBoundary
-
Andy Wilkinson authored
Closes gh-12498
-
Andy Wilkinson authored
Closes gh-12497
-
Andy Wilkinson authored
Closes gh-12496
-
Vladimir Tsanev authored
Closes gh-12492
-
Brian Clozel authored
This commit removes the required dependency on `WebClientCustomizer` instances when creating `WebClient` beans, making it optional. Closes gh-12458
-
- 14 Mar, 2018 21 commits
-
-
Phillip Webb authored
Update `JettyReactiveWebServerFactory`/`TomcatReactiveWebServerFactory` to explicitly set `asyncSupported` to `true`. Fixes gh-12486
-
Brian Clozel authored
* pr/12472: avoid check class by string name
-
igor-suhorukov authored
-
Phillip Webb authored
* pr/12459: Add missing super() calls
-
Johnny Lim authored
Closes gh-12459
-
Brian Clozel authored
This commit fixes 220f8cdc and moves the order for `WelcomePageHandlerMapping` to `2` since the previous order was conflicting with the resource mapping. Closes gh-12335
-
Jon Schneider authored
Closes gh-12480
-
Phillip Webb authored
* pr/12477: Polish "Move test to ApplicationContextRunner" Move test to ApplicationContextRunner
-
Phillip Webb authored
Closes gh-12477
-
dreis2211 authored
Move `DispatcherServletAutoConfigurationTests` to use the `ApplicationContextRunner` See gh-12477
-
Phillip Webb authored
* pr/12475: Replace Mockito.times(0) with Mockito.never()
-
dreis2211 authored
Closes gh-12475
-
Phillip Webb authored
* atelechev/refactor-spring-boot-json-parsers: Polish "refactor spring-boot JSON parser" Refactor spring-boot JSON parsers
-
Phillip Webb authored
Polish JSON parser refactoring and remove some more duplication. Closes gh-12428
-
Anton Telechev authored
Refactor JSON parser wrappers to remove duplicate code portions in the parseMap() and parseList() methods by adding an AbstractJsonParser. See gh-12428
-
Phillip Webb authored
-
Brian Clozel authored
This commit orders the `WelcomePageHandlerMapping` at `Ordered.LOWEST_PRECEDENCE -1` in order to give a chance to other mappings to handle the incoming requests. In this case, developers might provide a custom `ViewController` or custom `HandlerMapping` for the `"/"` path and we should not override that opinion. Closes gh-12335
-
Stephane Nicoll authored
This reverts commit 282bd9f0
-
Stephane Nicoll authored
This reverts commit 26d9c261
-
Stephane Nicoll authored
This commit updates WebTestClientAutoConfiguration to only create a WebTestClient when running a WebFlux-based application as mocking the context only works with that mode at the moment. Closes gh-12318
-
Stephane Nicoll authored
This commit updates Spring Boot's DeferredImportSelector implementations to group imports in a consistent set. This makes sure ordering is applied consistently. Closes gh-12366
-