- 19 Jan, 2018 1 commit
-
-
Phillip Webb authored
-
- 18 Jan, 2018 9 commits
-
-
Stephane Nicoll authored
Closes gh-11512
-
Johnny Lim authored
See gh-11674
-
Andy Wilkinson authored
See gh-11673
-
Andy Wilkinson authored
Closes gh-11672
-
Andy Wilkinson authored
Closes gh-11671
-
Andy Wilkinson authored
Closes gh-11670
-
Andy Wilkinson authored
Closes gh-11669
-
Andy Wilkinson authored
Closes gh-11668
-
Stephane Nicoll authored
The initial solution to gh-11512 was still using a plain `toString` that could potentially break with a JDK upgrade. Turns out that JDK9 actually uses the same type for AnnotatedType and ClassType so the trick of using a visitor doesn't work anymore. Retrospectively, it is quite easy to generate the full type once we have the DeclaredType as we already have some logic to get the qualified, that is raw, type and we have access to the type parameters. This commit still uses a `toString` to generate the representation of the type parameters but this looks much safer than trying to redo what such a simple `toString` should do. Also, the additional metadata that we could get on an ExecutableElement does not apply to them. Closes gh-11512
-
- 17 Jan, 2018 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that the `type` of a property is generated property if the getter of the property is annotated. Previously, a type implementation may expose the annotation information. Closes gh-11512
-
- 16 Jan, 2018 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit improves a class condition check on the actual implementation rather than the general purpose interface. Closes gh-11608
-
Stephane Nicoll authored
Closes gh-11511
-
- 15 Jan, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-11635
-
- 10 Jan, 2018 1 commit
-
-
Phillip Webb authored
Backport commit d439b737 to upgrade launch integration tests to use docker-java 3.0.x.
-
- 09 Jan, 2018 2 commits
-
-
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
It's a new module in 3.0 and we're using 2.53.x in 1.5.x. See gh-11528
-
- 08 Jan, 2018 5 commits
-
-
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
-
Stephane Nicoll authored
* pr/11528: Add missing dependency management for org.seleniumhq.selenium
-
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
-