- 25 Feb, 2018 1 commit
-
-
igor-suhorukov authored
This commit changes invocations to immediately return the expression instead of assigning it to a temporary variable. The method name should be sufficient for callers to know exactly what will be returned. Closes gh-12211
-
- 24 Feb, 2018 6 commits
-
-
Andy Wilkinson authored
-
Stephane Nicoll authored
* pr/12202: Polish contribution Polish
-
Stephane Nicoll authored
Closes gh-12202
-
dreis2211 authored
See gh-12202
-
Stephane Nicoll authored
* pr/12205: Polish
-
Johnny Lim authored
Closes gh-12205
-
- 23 Feb, 2018 24 commits
-
-
Andy Wilkinson authored
Closes gh-12174
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12195
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12171
-
Andy Wilkinson authored
Closes gh-12196
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12192
-
Andy Wilkinson authored
See gh-11994
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12190
-
Stephane Nicoll authored
Closes gh-12183
-
Stephane Nicoll authored
See gh-12181
-
Stephane Nicoll authored
Closes gh-12178
-
Stephane Nicoll authored
Closes gh-12177
-
Phillip Webb authored
Exclude `FileEditor` from the `BindConverter` since it uses slightly unusual logic to create the file. Specifically, given a value of "." the editor will locate a `ClassPathResource` then return `getFile()` from that resource. For back-compatibility, binding should use the simpler conversion service logic. Fixes gh-12163
-
Phillip Webb authored
-
Phillip Webb authored
Update `BindConverter` so that delegation to `SimpleTypeConverter` also works with Collections and Arrays. Prior to this commit, conversion that relied on a `PropertyEditor` would only work for simple types. For example, "String -> Class<?>" would use the `ClassEditor` but "String -> List<Class<?>>" would fail. The `BindConverter` now uses a minimal `ConversionService` as an adapter to the `SimpleTypeConverter`. This allows us to use the same delimited string conversion logic as the `ApplicationConverter`. Fixes gh-12166
-
Phillip Webb authored
Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray` or zero length when converting collections to arrays. Fixes gh-12160
-
Phillip Webb authored
* pr/12182: Rename TestRestTemplateTestContextCustomizer*
-
Johnny Lim authored
Closes gh-12182
-
Phillip Webb authored
-
- 22 Feb, 2018 8 commits
-
-
Andy Wilkinson authored
* gh-12172: Upgrade to JUnit Platform 1.1.0
-
Raja Kolli authored
Closes gh-12172
-
Brian Clozel authored
This commit ensures that Tomcat is the first reactive server configured if the Tomcat dependency is on classpath. Spring Boot chose Reactor Netty as the default for the reactive web starter, but the Reactor Netty dependency can be used also for its HTTP client. In case developers are adding Tomcat, Undertow or Jetty on their classpath, we must configure those and consider Reactor Netty for the client only. Fixes gh-12176
-
Stephane Nicoll authored
Closes gh-12173
-
Stephane Nicoll authored
* pr/12170: Use isTrue() and isFalse() for AssertJ
-
Johnny Lim authored
Closes gh-12170
-
Stephane Nicoll authored
Closes gh-12162
-
Phillip Webb authored
Update build to add `Automatic-Module-Name` entry to the manifest file. Also refined a few of the other entries that appear. Fixes gh-11994
-
- 21 Feb, 2018 1 commit
-
-
Stephane Nicoll authored
* pr/12156: Polish
-