485 Commits (e2d9142c5a118e27e724b6574cc4a6ee446e270d)

Author SHA1 Message Date
Chris Beams 38e90105a0 Support destroy method inference 13 years ago
Chris Beams 8cafb7ee13 Fix warnings in DisposableBeanAdapter 13 years ago
Chris Beams 980c15d578 Distinguish between different bridge method types 13 years ago
Chris Beams 9ba1d1437d Give ExtendedBeanInfo package-private visibility 13 years ago
Chris Beams 34956d30b3 Fix doc typo in AbstractAutowireCapableBeanFactory 13 years ago
Chris Beams 10be0ef9e7 Clarify BeanFactory#containsBean Javadoc 13 years ago
Chris Beams a456a1a0e3 Improve annotation processing thread-safety 13 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 13 years ago
Chris Beams 71984b8038 Fix ExtendedBeanInfo indexed write method edge case 13 years ago
Sam Brannen 0a88d4bae1 Fixed broken test: now verifying that an attempt to set a null active profile throws an IllegalArgumentException. 13 years ago
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 13 years ago
Juergen Hoeller f6be50eda2 RequiredAnnotationBeanPostProcessor's skip attribute accepts "true" as String value as well (SPR-8617) 13 years ago
Juergen Hoeller 8f23c66512 SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance (SPR-8574) 13 years ago
Juergen Hoeller 1baf2a3981 polishing 13 years ago
Chris Beams 226256e264 Respect <description> within <entry> per beans XSD 13 years ago
Juergen Hoeller f432f3043f DefaultListableBeanFactory allows for init methods to register further bean definitions (again; SPR-7757) 13 years ago
Juergen Hoeller d97a5bf889 minor javadoc revision 13 years ago
Chris Beams 807d612978 Determine FactoryBean object type via generics 13 years ago
Juergen Hoeller 38290485de switched from readResolve to readObject 13 years ago
Juergen Hoeller 57998293c8 optimized debug logging in case of non-convertible collection (SPR-8499) 13 years ago
Juergen Hoeller 22939b6d05 properly wrap IndexOutOfBoundsException even for List 13 years ago
Juergen Hoeller b8f7d324af regular IndexOutOfBoundsException if index beyond auto-grow limit 13 years ago
Juergen Hoeller b9fe1b3250 restored original array behavior (no default growth of arrays) 13 years ago
Juergen Hoeller 4c75054f90 DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842) 13 years ago
Chris Beams 4262aed9c8 Refactor BeanFactoryLocator to use getBean(Class) 13 years ago
Juergen Hoeller c0dfbdeebc DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference 13 years ago
Juergen Hoeller e0d558b084 getBean(name, type) attempts type conversion if necessary (SPR-8480) 13 years ago
Chris Beams 41e5d55d52 Fix bridge method detection for class hierarchies 13 years ago
Chris Beams 4fc386a4f5 Provide default ParameterNameDiscoverer for AACBF 13 years ago
Chris Beams 0e9e63e082 Preserve shadowed fields in DirectFieldAccessor 13 years ago
Juergen Hoeller f288060ad8 restored support for String-to-ContextResource conversion (SPR-8383) 13 years ago
Sam Brannen c0131fe108 Polishing Eclipse classpath settings 13 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) 13 years ago
Juergen Hoeller 3b704272e3 polishing 13 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 13 years ago
Keith Donald 8c6890605a null type descriptor handling 13 years ago
Keith Donald 5f8faa3ae7 improved null handling and javadoc 13 years ago
Keith Donald cfb387383b broke out to top-level class for readability 13 years ago
Keith Donald c09227a712 removed dependency on java.beans 13 years ago
Keith Donald 2127b16051 catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception 13 years ago
Keith Donald c306afed63 polishing 13 years ago
Keith Donald c84cccf06d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 13 years ago
Chris Beams 385d8e9482 Fix system environment tests on all platforms 14 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 14 years ago
Sam Brannen cf2563bdf5 [SPR-8388] Cleared up confusing documentation regarding PropertyResolver and Environment. 14 years ago
Sam Brannen 919b996027 [SPR-8388] Improved documentation on default registered PropertyEditors; fixed typos and grammar in JavaDoc; suppressed warnings due to generics; etc. 14 years ago
Chris Beams 67661693fe Ignore failing tests on Windows 14 years ago
Juergen Hoeller e1d9457b7d CustomNumberEditor generically declares numberClass as subclass of Number (matching NumberUtils) 14 years ago
Juergen Hoeller 0d69b80385 polishing 14 years ago
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 14 years ago