1. 23 Feb, 2018 8 commits
    • Stephane Nicoll's avatar
      Harmonize metadata · 09ff815f
      Stephane Nicoll authored
      Closes gh-12177
      09ff815f
    • Phillip Webb's avatar
      Exclude FileEditor from binding conversion · f9da1139
      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
      f9da1139
    • Phillip Webb's avatar
      Polish · 7e10d86e
      Phillip Webb authored
      7e10d86e
    • Phillip Webb's avatar
      Fix bind TypeConverter delegation with collections · 3dea6fc6
      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
      3dea6fc6
    • Phillip Webb's avatar
      Polish Collection.toArray · 4b9c3c13
      Phillip Webb authored
      Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray`
      or zero length when converting collections to arrays.
      
      Fixes gh-12160
      4b9c3c13
    • Phillip Webb's avatar
      Merge pull request #12182 from izeye · 358adcd6
      Phillip Webb authored
      * pr/12182:
        Rename TestRestTemplateTestContextCustomizer*
      358adcd6
    • Johnny Lim's avatar
      Rename TestRestTemplateTestContextCustomizer* · 68028763
      Johnny Lim authored
      Closes gh-12182
      68028763
    • Phillip Webb's avatar
      Polish · cd5266ac
      Phillip Webb authored
      cd5266ac
  2. 22 Feb, 2018 8 commits
  3. 21 Feb, 2018 19 commits
  4. 20 Feb, 2018 5 commits