- 26 Feb, 2018 4 commits
-
-
Stephane Nicoll authored
* pr/12203: Polish argument capturing in two Tomcat tests
-
dreis2211 authored
Closes gh-12203
-
Stephane Nicoll authored
* pr/12215: Update doc to align with TomcatEmbeddedServletContainerFactory renaming
-
Johnny Lim authored
Closes gh-12215
-
- 25 Feb, 2018 4 commits
-
-
Stephane Nicoll authored
* pr/12210: Fix dependency management of hibernate-validator-annotation-processor
-
Arnaud Heritier authored
Closes gh-12210
-
Stephane Nicoll authored
* pr/12211: Polish
-
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 2 commits
-
-
Andy Wilkinson authored
* gh-12172: Upgrade to JUnit Platform 1.1.0
-
Raja Kolli authored
Closes gh-12172
-