468 Commits (c3affadc55a80349b352ca13ef5bd38ad16cdcfd)

Author SHA1 Message Date
Chris Beams 7d9d255daf Determine FactoryBean object type via generics 15 years ago
Juergen Hoeller 1ccdc8b717 switched from readResolve to readObject 15 years ago
Juergen Hoeller 655754e421 optimized debug logging in case of non-convertible collection (SPR-8499) 15 years ago
Juergen Hoeller 17a56fcfdd properly wrap IndexOutOfBoundsException even for List 15 years ago
Juergen Hoeller 9be513d225 regular IndexOutOfBoundsException if index beyond auto-grow limit 15 years ago
Juergen Hoeller 3cd0e47d45 restored original array behavior (no default growth of arrays) 15 years ago
Juergen Hoeller a4e5318aff DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842) 15 years ago
Chris Beams f5be4b22bb Refactor BeanFactoryLocator to use getBean(Class) 15 years ago
Juergen Hoeller 2a7d7ad9c3 DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference 15 years ago
Juergen Hoeller 6335538e35 getBean(name, type) attempts type conversion if necessary (SPR-8480) 15 years ago
Chris Beams d058ba4579 Fix bridge method detection for class hierarchies 15 years ago
Chris Beams b68f4d984a Provide default ParameterNameDiscoverer for AACBF 15 years ago
Chris Beams 6a7cb58fe3 Preserve shadowed fields in DirectFieldAccessor 15 years ago
Juergen Hoeller 8c0cfc859b restored support for String-to-ContextResource conversion (SPR-8383) 15 years ago
Sam Brannen 5cde94dc4b Polishing Eclipse classpath settings 15 years ago
Juergen Hoeller 03adc3b632 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 80c86075f0 polishing 15 years ago
Keith Donald b0a9781f0f 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 0fcbb35889 null type descriptor handling 15 years ago
Keith Donald eaa8a4271c improved null handling and javadoc 15 years ago
Keith Donald c5425d0f43 broke out to top-level class for readability 15 years ago
Keith Donald 89096b46b8 removed dependency on java.beans 15 years ago
Keith Donald 4afc2c926d catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception 15 years ago
Keith Donald b58386da08 polishing 15 years ago
Keith Donald a34147a53d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 15 years ago
Chris Beams 976955f6ad Fix system environment tests on all platforms 15 years ago
Keith Donald c7cae10364 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 f70fd0965d [SPR-8388] Cleared up confusing documentation regarding PropertyResolver and Environment. 15 years ago
Sam Brannen d81b19e958 [SPR-8388] Improved documentation on default registered PropertyEditors; fixed typos and grammar in JavaDoc; suppressed warnings due to generics; etc. 15 years ago
Chris Beams 55707983a1 Ignore failing tests on Windows 15 years ago
Juergen Hoeller 766b189fd0 CustomNumberEditor generically declares numberClass as subclass of Number (matching NumberUtils) 15 years ago
Juergen Hoeller 326c5f4b9b polishing 15 years ago
Chris Beams cf19ecc5a7 Rename {Default=>Standard}Environment 15 years ago
Chris Beams ebea9ec66c Introduce reserved default profile support 15 years ago
Chris Beams 31bc941b28 Document @Autowired and @Value limitations 15 years ago
Chris Beams 26a0e223a4 Fix @Autowired+@PostConstruct+@Configuration issue 15 years ago
Chris Beams a091eb1c86 Introduce ReflectionUtils#getUniqueDeclaredMethods 15 years ago
Chris Beams c892028705 Remove "Feature" support introduced in 3.1 M1 15 years ago
Chris Beams 84ace01244 Revert deprecation of BDRU#registerWithGeneratedName 15 years ago
Chris Beams e8d1df5037 Fix generics and serialization warnings 15 years ago
Sam Brannen 0613ced0b2 polishing 15 years ago
Micha Kiener ab4a3568b1 SPR-6416, initial commit for the conversation management 15 years ago
Chris Beams 8dedf111bc Ignore non-prop 'set' methods in ExtendedBeanInfo 15 years ago
Chris Beams 1271acb8eb Introduce ExtendedBeanInfo 15 years ago
Agim Emruli e633c97bff fixed compile error in test with javac compiler 15 years ago
Chris Beams d1c5bb0160 Eliminate warnings in .validation package 15 years ago
Chris Beams ea5f28a8fd Remove TODOs related to profile logging 15 years ago
Chris Beams 29764a98b9 Resolve or eliminate Environment-related TODOs 15 years ago
Chris Beams 39c43de27d Allow other delimiters in profile XML attribute 15 years ago
Chris Beams 780b32c909 Re-introduce and deprecate BDPD.initDefaults(Element) 15 years ago