- 16 Mar, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-12515
-
- 15 Mar, 2018 24 commits
-
-
Phillip Webb authored
Update `SpringConfigurationPropertySources` adapter logic so that and exact instance match is used when checking if the cache can be used. Prior to this commit if a property source was replaced with one that had exactly the same name, the adapted version would not change. Fixes gh-12451
-
Phillip Webb authored
-
Madhura Bhave authored
Fixes gh-12478
-
Madhura Bhave authored
Fixes gh-12485
-
Madhura Bhave authored
Fixes gh-12489
-
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 15 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
-