686 Commits (b81487521135e0bfd12fa3ea1f98bf32e344313f)

Author SHA1 Message Date
Juergen Hoeller a905412514 Allow @Autowired to be declared on parameters 9 years ago
Juergen Hoeller 431ca9314a Leniently allow constructor argument matches if required name is not resolvable 9 years ago
Juergen Hoeller a95bf6e0fc Current InjectionPoint/DependencyDescriptor as factory method argument 9 years ago
Juergen Hoeller b944283354 ConstructorResolver exposes parameter signature from user-declared class (in case of a CGLIB-generated subclass) 9 years ago
Juergen Hoeller b6f69492a3 NoUniqueBeanDefinitionException exposes beanNamesFound collection 9 years ago
Juergen Hoeller 8a83af55b8 Consistent resolution of factory method exceptions 9 years ago
Juergen Hoeller b6dd8a9233 Consistent UnsatisfiedDependencyException exposure with injection point metadata 9 years ago
Juergen Hoeller ed98393fb2 SmartObjectFactory renamed to ObjectProvider (extends ObjectFactory) 9 years ago
Stephane Nicoll a94ffbb17a Fix typo 9 years ago
Juergen Hoeller a7ad49adcf Placeholder configurers allow for trimming of property values 9 years ago
Juergen Hoeller 890819f886 SmartObjectFactory provides getObject(args) variant as well 9 years ago
Juergen Hoeller 48ee9b52d4 Consistent check for Collection/Map beans 9 years ago
Juergen Hoeller 1b53edfc5e DefaultListableBeanFactory skips fallback match attempt for Collection/Map beans 9 years ago
Juergen Hoeller ea4a766df7 Consistent support for SpEL next to placeholders in annotation attributes 9 years ago
Juergen Hoeller 343bb2f130 Support for SmartObjectFactory injection points with programmatic optionality and lenient not-unique handling 9 years ago
Juergen Hoeller 903ae48382 DisposableBeanAdapter ignores bridge method conflicts 9 years ago
Sam Brannen 81f68463ec Clean up warnings in Gradle build 9 years ago
Sam Brannen 3cf5cfd672 Fix Javadoc 9 years ago
Juergen Hoeller 4a0fa69ce4 Injection support for Collection/Map beans and self references 9 years ago
Juergen Hoeller c95dfca726 Log profile-based exclusion of XML bean definition file 9 years ago
Stephane Nicoll 0d04af14f8 Refine test 9 years ago
Stephane Nicoll 9b9df6a744 Add test 9 years ago
Juergen Hoeller 773d175681 Polishing 9 years ago
Juergen Hoeller 04f31816bd Avoid getTypeForFactoryBean warn logging for lazy-init beans 9 years ago
Juergen Hoeller 4f955932a7 @Value can be used as aliased meta-annotation 9 years ago
Juergen Hoeller 1d8a3e1f07 BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well 9 years ago
Juergen Hoeller bb3ff25cad Polishing 9 years ago
Juergen Hoeller b28310d0b9 Polishing 9 years ago
Juergen Hoeller cad2ce0ac2 ConstructorResolver always uses arguments when completely provided 9 years ago
Juergen Hoeller fca5365cf1 Avoid scoped destruction callbacks in case of no post-processor actually applying 9 years ago
Juergen Hoeller 967ef73765 Detect @Autowired constructors for configuration classes 9 years ago
Stephane Nicoll 9e7c791a0f Automatically autowire a bean with one constructor 9 years ago
Sam Brannen 5b3edcd9f9 Spring Cleaning in December 9 years ago
Stephane Nicoll 752d3c715a Initiate structure for 4.3 XSDs 9 years ago
Juergen Hoeller 11806b9215 Class identity comparisons wherever possible (and further polishing) 9 years ago
Juergen Hoeller 08b6daf1eb Polishing 9 years ago
Juergen Hoeller 7589c1f164 Aligned class name quoting with ConversionFailedException 9 years ago
Juergen Hoeller b70af3bf57 Polishing 9 years ago
Juergen Hoeller 998da2f45c Document destruction callback behavior for inner beans in case of scope mismatch 9 years ago
Juergen Hoeller 8ed2c470be Avoid instantiation of non-selected beans in BeanFactoryAnnotationUtils.qualifiedBeanOfType 9 years ago
Juergen Hoeller 7104076e19 Avoid Scope.registerDestructionCallback for inner beans in case of scope mismatch 9 years ago
Juergen Hoeller 24e4f56d7e Test case for event listener methods on bean with potentially inactive scope 9 years ago
Juergen Hoeller 20a286b4d6 ASM ClassWriter uses application ClassLoader for its getCommonSuperClass check 9 years ago
Juergen Hoeller 98be36a306 Extended default collection size for common per-bean caches 9 years ago
Johnny Lim 2defb6555e Fix broken Javadoc related to `<` and `>` 9 years ago
Juergen Hoeller 2bf8c0bc42 Polishing 9 years ago
Juergen Hoeller 2ba5cb2734 Polishing 9 years ago
Juergen Hoeller e35855f9b5 Avoid expensive annotation retrieval algorithm if no annotations present in the first place 9 years ago
Juergen Hoeller 5386e8a9e9 DefaultListableBeanFactory skips resolvableDependencies check for null value 9 years ago
Juergen Hoeller 8b3b8d070e Consistently detect spring-beans.dtd reference in last path segment 9 years ago