- 09 Jan, 2018 17 commits
-
-
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 23 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
-
Andy Wilkinson authored
-
Phillip Webb authored
-
Phillip Webb authored
Move the 'shade' copy of the JSON API to a separate src folder to make it clearer that we don't own the code. Also polished some formatting and suppressed a few warnings. Closes gh-10307
-
Madhura Bhave authored
Fixes gh-11493
-
Andy Wilkinson authored
See gh-11572
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11528: Add missing dependency management for org.seleniumhq.selenium
-
Johnny Lim authored
Closes gh-11528
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit removes MediaType from the list of exclude types as it looks like an error: MediaType has a constructor taking a `String` and binding works fine with it. This has the effect of properly generating the metadata for the only key that Spring Boot exposes with a MediaType type: spring.data.rest.default-media-type. Closes gh-11568
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
See gh-10516
-