- 09 Jan, 2018 31 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
-
Johnny Lim authored
Closes gh-11534
-
Stephane Nicoll authored
* pr/11536: Polish
-
Johnny Lim authored
Closes gh-11536
-
Phillip Webb authored
* pr/11498: Polish GSON customization support Allow GSON customization via properties or beans
-
Phillip Webb authored
Closes gh-11498
-
ioann authored
Update GSON support to allow customization with either properties or customize beans. See gh-11498
-
Phillip Webb authored
Extract functionality from the `RegistrationBean` into a new class designed to work with dynamic registration. Servet and Filter registration beans now extend from `DynaimcRegistrationBean`, where as `ServletListenerRegistrationBean` extends directly from `RegistrationBean`. This refactor allows the removal of `ServletListenerRegistrationBean` deprecated methods. Fixes gh-11344
-
Phillip Webb authored
Fix NPE accidentally introduced during refinement.
-
Phillip Webb authored
This reverts commit 2c52b9e8 since the SNAPSHOT BOM doesn't appear to be published. See gh-11573
-
Phillip Webb authored
-
Phillip Webb authored
-
- 08 Jan, 2018 9 commits
-
-
Phillip Webb authored
See gh-11573
-
Phillip Webb authored
Update `WebMvcMetricsFilter` so that it no longer causes early initialization of Spring MVC concerns. Fixes gh-11571
-
Phillip Webb authored
Update `BackgroundPreinitializer` to start initialization earlier. Also refine the startup order and initialize Charsets. Fixes gh-11570 See gh-11412
-
Phillip Webb authored
Align `MapBinder` with `IndexedBinder` so that if a value is specified any converter exception are propagated. See gh-11493
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Remove unused code and polish implementation so that the binder is not created on each invocation.
-
Phillip Webb authored
-
Madhura Bhave authored
See gh-10516
-