- 08 Jan, 2018 3 commits
-
-
Johnny Lim authored
Closes gh-11528
-
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
-
Stephane Nicoll authored
-
- 05 Jan, 2018 4 commits
-
-
Brian Clozel authored
This commit adds a javadoc note about a usability issue described in gh-11255. While `RestTemplateBuilder` is an immutable class, providing a custom instance of request factory and deriving several builders/templates from that point may have some unexpected behavior, since that instance is shared amongst builders instances. This issue is fixed in Spring Boot 2.0 with a replacement method that leverages a `Supplier<ClientHttpRequestFactory>` instead. See gh-11255
-
Andy Wilkinson authored
See gh-11520
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
- 04 Jan, 2018 2 commits
-
-
Andy Wilkinson authored
This reverts commit f91f8f7e. See gh-11475
-
Stephane Nicoll authored
This commit shades the json API in the configuration processor so that it doesn't bring `android-json` to the classpath anymore. Closes gh-10307
-
- 03 Jan, 2018 10 commits
-
-
Andy Wilkinson authored
Closes gh-11483
-
Andy Wilkinson authored
Closes gh-11482
-
Andy Wilkinson authored
Closes gh-11481
-
Andy Wilkinson authored
Closes gh-11480
-
Andy Wilkinson authored
Closes gh-11479
-
Andy Wilkinson authored
Closes gh-11478
-
Andy Wilkinson authored
Closes gh-11477
-
Andy Wilkinson authored
Closes gh-11476
-
Andy Wilkinson authored
Closes gh-11475
-
Andy Wilkinson authored
Closes gh-11474
-
- 02 Jan, 2018 4 commits
-
-
Brian Clozel authored
This version is compatible with JDK9 libraries; this is now required since Jetty introduced a dependency on ASM 6.0 in gh-11469.
-
Brian Clozel authored
Closes gh-11469
-
Stephane Nicoll authored
Closes gh-11455
-
Stephane Nicoll authored
Closes gh-11459
-
- 01 Jan, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/11456: Update copyright header
-
Raja Kolli authored
Closes gh-11456
-
- 28 Dec, 2017 2 commits
-
-
Stephane Nicoll authored
* pr/11401: Log inaccessible file in RandomAccessDataFile
-
Douglas Cardoso authored
Closes gh-11401
-
- 27 Dec, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/11431: Use MongoClient consistently
-
Johnny Lim authored
Closes gh-11431
-
Stephane Nicoll authored
Closes gh-11434
-
- 24 Dec, 2017 1 commit
-
-
Stephane Nicoll authored
See gh-11396
-
- 14 Dec, 2017 4 commits
-
-
Madhura Bhave authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11324
-
- 13 Dec, 2017 3 commits
-
-
Phillip Webb authored
Inherit and deprecate RegistrationBean methods that are not applicable to a ServletListenerRegistrationBean. Fixes gh-11342
-
Phillip Webb authored
Restore static final constants to upper case formatting. See gh-10457
-
Phillip Webb authored
-
- 12 Dec, 2017 2 commits
-
-
Andy Wilkinson authored
* gh-11321: Precompile current dir pattern in Handler
-
dreis2211 authored
Closes gh-11321
-