1. 09 12月, 2013 1 次提交
  2. 27 11月, 2013 1 次提交
    • P
      General polish of new 4.0 classes · 15698860
      Phillip Webb 提交于
      Apply consistent styling to new classes introduced in Spring 4.0.
      
      - Javadoc line wrapping, whitespace and formatting
      - General code whitespace
      - Consistent Assert.notNull messages
      15698860
  3. 31 10月, 2013 1 次提交
  4. 27 10月, 2013 1 次提交
  5. 25 10月, 2013 1 次提交
    • J
      Accept non-generic type match as a fallback · 08517667
      Juergen Hoeller 提交于
      DefaultListableBeanFactory performs a fallback check for autowire candidates now, which GenericTypeAwareAutowireCandidateResolver implements to accept raw type matches if the target class has unresolvable type variables. Full generic matches are still preferred; the BeanFactory will only start looking for fallback matches if the first pass led to an empty result.
      
      Issue: SPR-10993
      Issue: SPR-11004
      08517667
  6. 15 10月, 2013 1 次提交
    • J
      Autowiring of generic types · 3bd6dfe0
      Juergen Hoeller 提交于
      Includes revisions of MethodParameter and DependencyDescriptor (in particular towards a reference to the containing class). Also refines several ResolvableType method signatures.
      
      Issue: SPR-9965
      3bd6dfe0