90 Commits (2d3fe96cd60b487dc5601e7e550fd53fe287dcd7)

Author SHA1 Message Date
Juergen Hoeller 9413204838 Polishing 11 years ago
Juergen Hoeller 0e3b26da27 ExtendedBeanInfo ignores invalid bean properties (analogous to the JavaBeans Introspector) 11 years ago
Juergen Hoeller 233393e3d5 Test for <util:map> with LinkedCaseInsensitiveMap and specified key/value types, with corresponding 3.2.x fix 12 years ago
Juergen Hoeller 5cf452463e Log warning for single optional constructor when no default constructor to fall back to 12 years ago
Juergen Hoeller e819999c08 Polishing 12 years ago
Juergen Hoeller 010d8b8c89 Defensively check for pre-resolved FactoryBean.getObject() results in circular reference scenarios 12 years ago
Juergen Hoeller 7e2a214f32 instantiateUsingFactoryMethod avoids NPE and reports argument types in case of explicitArgs and resolved generic arguments as well 12 years ago
Sam Brannen 9f77ef4102 Exclude overloaded from equals & hashCode in MethodOverride 12 years ago
Juergen Hoeller 35753eb54d Backported test for fallback for non-resolvable property type 12 years ago
Juergen Hoeller d26a570192 Polishing 12 years ago
Juergen Hoeller ac3c670f70 Fixed type resolution in case of inconsistencies between read and write method 12 years ago
Juergen Hoeller 0a4d28d5d5 Fixed primitive type assignability in BeanUtils.copyProperties 12 years ago
Juergen Hoeller bfcfbe41a1 Made BeanUtils.copyProperties defensive about property type mismatches 12 years ago
Juergen Hoeller 779d5716e5 Moved RequiredAnnotationBeanPostProcessorTests to correct package beans.factory.annotation 12 years ago
Juergen Hoeller 882726377f Fixed ExtendedBeanInfo and its tests to accept JDK 8 b117+ introspection results 12 years ago
Juergen Hoeller 8e52e650f4 Fixed type resolution for uninitialized factory-method declaration 12 years ago
Juergen Hoeller 71650c0a44 Fixed evaluation of "!" operator in case of multiple profile expressions 12 years ago
Phillip Webb bcf7aecf0f Skip convert to Object from TypeConverterDelegate 13 years ago
Juergen Hoeller c8e8d6cd49 Defensive handling of exceptions during factory method type checking 13 years ago
Juergen Hoeller 44f79f95a7 Fixed resolveReturnTypeForFactoryMethod to unwrap TypedStringValue 13 years ago
Juergen Hoeller ff9c695599 Minor optimizations in factory method handling 13 years ago
Juergen Hoeller 045f78e6c5 Fixed detection of setter in case of getter with covariant return type narrowing 13 years ago
Juergen Hoeller 42568afb37 Factory method type resolution works with indexed and named arguments as well 13 years ago
Juergen Hoeller b9135788b9 Fixed type prediction for generic factory methods 13 years ago
Juergen Hoeller 5639aa7064 Properly handle getMethodDescriptors() null value on IBM JVM 13 years ago
Phillip Webb d4b54d834e Skip abstract beans in getBeansWithAnnotation() 13 years ago
Juergen Hoeller 239a7cd85f Fixed type detection to avoid reuse of parent bean's targetType on child definition merge 13 years ago
Juergen Hoeller ef363b0f7a Detect a FactoryBean type match even if predictBeanType returned a non-FactoryBean type 13 years ago
Juergen Hoeller 5bdd2d245c Consistent Map/Set ordering 13 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 13 years ago
Chris Beams 58ab8b691c Re-enable ignored SecurityManager-related test 13 years ago
Chris Beams 3100d89d07 Clean up console output for spring-beans tests 13 years ago
Juergen Hoeller b3c9a11bd1 Folded a FactoryBean-specific check into predictBeanType now 13 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 13 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 13 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 13 years ago
Phillip Webb 88f5dd6ce1 Fix 'is already an instance of type' warnings 13 years ago
Phillip Webb f3ff98d862 Allow nulls with multiple embedded value resolvers 13 years ago
Phillip Webb 7e74fd2b7f Consider primary attribute with getBean(Class) 13 years ago
Juergen Hoeller 8f103c2ea1 Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException 13 years ago
Juergen Hoeller 6a5744e61c CachedIntrospectionResults.clearClassLoader(null) removes cached classes for the system class loader 13 years ago
Chris Beams 26d5ef93e6 Handle non-void write methods deterministically 13 years ago
Chris Beams 42729014b6 Move namespace tests to root integration module 13 years ago
Chris Beams 51b307681a Fix warnings due to unused import statements 13 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 13 years ago
Chris Beams 68e3b7773c Segregate add'l long-running and performance tests 13 years ago
Phillip Webb 65fb26f847 Move spring-build-junit into spring-core 13 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 13 years ago
Chris Beams 7a19fd5750 Fix regression in static setter method support 13 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 13 years ago