490 Commits (91f05c8b9d4e108e744484d808564a95b618e731)

Author SHA1 Message Date
Chris Beams 549c663fba Fix generics warnings in AbstractBeanFactory 14 years ago
Chris Beams 0113ea91a3 Support by-type lookup/injection of primitive types 14 years ago
Chris Beams b2ae3dbb47 Avoid 'type mismatch' errors in ExtendedBeanInfo 14 years ago
Sam Brannen c0b3b7b81e Added cross linking in Javadoc for @Autowired, @Qualifier, and @Value. 14 years ago
Juergen Hoeller 79bcefa0ce optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access (SPR-7863) 14 years ago
Chris Beams 38e90105a0 Support destroy method inference 14 years ago
Chris Beams 8cafb7ee13 Fix warnings in DisposableBeanAdapter 14 years ago
Chris Beams 980c15d578 Distinguish between different bridge method types 14 years ago
Chris Beams 9ba1d1437d Give ExtendedBeanInfo package-private visibility 14 years ago
Chris Beams 34956d30b3 Fix doc typo in AbstractAutowireCapableBeanFactory 14 years ago
Chris Beams 10be0ef9e7 Clarify BeanFactory#containsBean Javadoc 14 years ago
Chris Beams a456a1a0e3 Improve annotation processing thread-safety 15 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 15 years ago
Chris Beams 71984b8038 Fix ExtendedBeanInfo indexed write method edge case 15 years ago
Sam Brannen 0a88d4bae1 Fixed broken test: now verifying that an attempt to set a null active profile throws an IllegalArgumentException. 15 years ago
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 15 years ago
Juergen Hoeller f6be50eda2 RequiredAnnotationBeanPostProcessor's skip attribute accepts "true" as String value as well (SPR-8617) 15 years ago
Juergen Hoeller 8f23c66512 SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance (SPR-8574) 15 years ago
Juergen Hoeller 1baf2a3981 polishing 15 years ago
Chris Beams 226256e264 Respect <description> within <entry> per beans XSD 15 years ago
Juergen Hoeller f432f3043f DefaultListableBeanFactory allows for init methods to register further bean definitions (again; SPR-7757) 15 years ago
Juergen Hoeller d97a5bf889 minor javadoc revision 15 years ago
Chris Beams 807d612978 Determine FactoryBean object type via generics 15 years ago
Juergen Hoeller 38290485de switched from readResolve to readObject 15 years ago
Juergen Hoeller 57998293c8 optimized debug logging in case of non-convertible collection (SPR-8499) 15 years ago
Juergen Hoeller 22939b6d05 properly wrap IndexOutOfBoundsException even for List 15 years ago
Juergen Hoeller b8f7d324af regular IndexOutOfBoundsException if index beyond auto-grow limit 15 years ago
Juergen Hoeller b9fe1b3250 restored original array behavior (no default growth of arrays) 15 years ago
Juergen Hoeller 4c75054f90 DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842) 15 years ago
Chris Beams 4262aed9c8 Refactor BeanFactoryLocator to use getBean(Class) 15 years ago
Juergen Hoeller c0dfbdeebc DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference 15 years ago
Juergen Hoeller e0d558b084 getBean(name, type) attempts type conversion if necessary (SPR-8480) 15 years ago
Chris Beams 41e5d55d52 Fix bridge method detection for class hierarchies 15 years ago
Chris Beams 4fc386a4f5 Provide default ParameterNameDiscoverer for AACBF 15 years ago
Chris Beams 0e9e63e082 Preserve shadowed fields in DirectFieldAccessor 15 years ago
Juergen Hoeller f288060ad8 restored support for String-to-ContextResource conversion (SPR-8383) 15 years ago
Sam Brannen c0131fe108 Polishing Eclipse classpath settings 15 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
Juergen Hoeller 3b704272e3 polishing 15 years ago
Keith Donald 5e3a5202fb restored TypeDescriptor getElementType, getMapKeyType, and getMapValueType compatibility; StringToCollection and Array Converters are now conditional and check targetElementType if present; TypeDesciptor#isAssignable no longer bothers with element type and map key/value types in checking assignability for consistency elsewhere; improved javadoc 15 years ago
Keith Donald 8c6890605a null type descriptor handling 15 years ago
Keith Donald 5f8faa3ae7 improved null handling and javadoc 15 years ago
Keith Donald cfb387383b broke out to top-level class for readability 15 years ago
Keith Donald c09227a712 removed dependency on java.beans 15 years ago
Keith Donald 2127b16051 catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception 15 years ago
Keith Donald c306afed63 polishing 15 years ago
Keith Donald c84cccf06d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 15 years ago
Chris Beams 385d8e9482 Fix system environment tests on all platforms 15 years ago
Keith Donald 6f146737f4 simplified TypeDescriptor usage and updated use of the API across BeanWrapper and SpEL; collapsed PropertyTypeDescriptor into TypeDescriptor for simplicity and ease of use; improved docs 15 years ago
Sam Brannen cf2563bdf5 [SPR-8388] Cleared up confusing documentation regarding PropertyResolver and Environment. 15 years ago