- 12 Mar, 2018 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12434
-
- 10 Mar, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/12425: Polish
-
igor-suhorukov authored
Closes gh-12425
-
- 09 Mar, 2018 12 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-12357
-
Stephane Nicoll authored
* pr/12411: Polish "Get rid of "magic" time constants" Get rid of "magic" time constants
-
Stephane Nicoll authored
Closes gh-12411
-
igor-suhorukov authored
See gh-12411
-
Stephane Nicoll authored
* pr/12419: Invoke mapStatus() only when necessary
-
Johnny Lim authored
Closes gh-12419
-
Andy Wilkinson authored
See gh-12420
-
Andy Wilkinson authored
Closes gh-12420
-
Andy Wilkinson authored
Closes gh-12420
-
Stephane Nicoll authored
* pr/12405: Polish
-
igor-suhorukov authored
Declarations should use Java collection interfaces such as "Deque" rather than specific implementation classes such as "LinkedList". Closes gh-12405
-
- 08 Mar, 2018 11 commits
-
-
Andy Wilkinson authored
Closes gh-12410
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12409
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Uses snapshots of the Dependency Management Plugin causes problems as they are only published to our plugins-snapshot repository which may not be configured in someone's build. See gh-12406
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-12406
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12402
-
Andy Wilkinson authored
Closes gh-12332
-
Madhura Bhave authored
Fixes gh-12353
-
- 07 Mar, 2018 13 commits
-
-
Stephane Nicoll authored
This commit updates the annotation processor and the binder to ignore any static or abstract method that has the characteristics of a JavaBean accessor. As a result, no property is generated for those (invalid) accessor and no binding occurs on them either. Closes gh-12390
-
Brian Clozel authored
Prior to this commit, all `WebMvcConfigurer` instances provided by user configuration were processed *before* the one provided by the `WebMvcAutoConfiguration`. For many options this has no consequence, but for some, like the `ContentNegotiationConfigurer`, settings were overriden by the auto-configuration even if developers provided an opinion. This commit orders the `WebMvcConfigurer` provided by the auto-configuration at `0`, so that custom configurers (unordered, at `Ordered.LOWEST_PRECEDENCE`) are processed *after*. This still gives room to developers for configuring things *before* the auto-configuration - they can still order their own configuration accordingly. Fixes gh-12389
-
Stephane Nicoll authored
This commit fixes the binder so that it property identifies JavaBean accessors. Previously an accessor named `get` or `is` was identified. Similarly, a setter named `set` was identified. Closes gh-12363
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12387
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit defers the resolution of the default ddl auto mode only when it is absolutely necessary. This prevents Spring Boot to attempt to get a connection when it isn't necessary Closes gh-12374
-
Andy Wilkinson authored
Closes gh-12386
-
Andy Wilkinson authored
Closes gh-12385
-
Andy Wilkinson authored
Closes gh-12384
-
Andy Wilkinson authored
Closes gh-12383
-
Andy Wilkinson authored
Closes gh-11475
-