1. 29 12月, 2012 2 次提交
    • C
      Various updates to support IDEA · 44a474a0
      Chris Beams 提交于
      Remove the 'final' modifier from SingletonBeanFactoryLocatorTests
      to work around the "cannot extend final class" error issued when
      running all tests. The error was due to confusion with IDEA between
      the two variants of SingletonBeanFactoryLocatorTests across
      spring-context and spring-beans.
      
      Rename one of the GroovyMessenger classes to GroovyMessenger2.
      Previously there were multiple Groovy classes named
      'GroovyMessenger', causing a compilation error in certain IDE
      arrangements.
      
      Update import-into-idea.md documentation
      
      Add various IDEA artifacts to .gitignore
       - ignore derby.log wherever it is written
       - ignore IDEA's test-output directory
       - ignore IDEA's Atlassian connector config file
      44a474a0
    • C
      Merge branch 'SPR-10124' into cleanup-3.2.x · e78a1dcd
      Chris Beams 提交于
      * SPR-10124:
        Support snapshot versions qualified by branch name
      e78a1dcd
  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 次提交