1. 04 1月, 2013 2 次提交
  2. 28 12月, 2012 2 次提交
  3. 26 12月, 2012 1 次提交
  4. 23 12月, 2012 1 次提交
    • P
      Fix GenericConversionService search algorithm · 1abb7f66
      Phillip Webb 提交于
      Previously the algorithm used by GenericConversionService to find
      converters incorrectly searched for interfaces working up from the
      base class. This caused particular problems with custom List
      converters as as the Collection interface would be considered before
      the List interface giving CollectionToObjectConverter precedence
      over the custom converter.
      
      The updated algorithm restores the class search order to behave in the
      same way as Spring 3.1.
      
      Issue: SPR-10116
      Backport-Issue: SPR-10117
      Backport-Commit: aa914497
      1abb7f66
  5. 21 12月, 2012 3 次提交
  6. 20 12月, 2012 2 次提交
  7. 19 12月, 2012 1 次提交
  8. 18 12月, 2012 1 次提交
  9. 14 12月, 2012 4 次提交
  10. 13 12月, 2012 23 次提交