469 Commits (7a6d8d94cd718ebda8316721668a112ef0e4cb04)

Author SHA1 Message Date
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
Chris Beams c4a13507f0 Introduce reserved default profile support 14 years ago
Chris Beams a557878a6f Document @Autowired and @Value limitations 14 years ago
Chris Beams 2afeb08e3c Fix @Autowired+@PostConstruct+@Configuration issue 14 years ago
Chris Beams 7b999c676f Introduce ReflectionUtils#getUniqueDeclaredMethods 14 years ago
Chris Beams 111fb71fe1 Remove "Feature" support introduced in 3.1 M1 14 years ago
Chris Beams f683f781c5 Revert deprecation of BDRU#registerWithGeneratedName 14 years ago
Chris Beams f30b7e3125 Fix generics and serialization warnings 14 years ago
Sam Brannen 3e2cc7dd19 polishing 14 years ago
Micha Kiener f812cd748e SPR-6416, initial commit for the conversation management 14 years ago
Chris Beams 158a392d80 Ignore non-prop 'set' methods in ExtendedBeanInfo 14 years ago
Chris Beams 2f5085aef1 Introduce ExtendedBeanInfo 14 years ago
Agim Emruli a20e73b148 fixed compile error in test with javac compiler 14 years ago
Chris Beams f4e1cde33b Eliminate warnings in .validation package 14 years ago
Chris Beams 150838bfc1 Remove TODOs related to profile logging 14 years ago
Chris Beams b50ac7489b Resolve or eliminate Environment-related TODOs 14 years ago
Chris Beams f17f970144 Allow other delimiters in profile XML attribute 14 years ago