666 Commits (8f7edda0dabb372839ef264cb4bb64787199deb8)

Author SHA1 Message Date
Arjen Poutsma 12faecff7b SPR-8457 - XMLEventStreamReader.getText() fails for COMMENT and ENTITY_REFERENCE events 15 years ago
Arjen Poutsma 8836abe57d SPR-8457 - XMLEventStreamReader.getText() fails for COMMENT and ENTITY_REFERENCE events 15 years ago
Chris Beams efb738cd04 Fix regression with covariant property return types 15 years ago
Chris Beams b3e77d9ef2 Add syntax highlighting to Javadoc where necessary 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 6ff99b54d8 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 15 years ago
Juergen Hoeller 0574baa690 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 15 years ago
Keith Donald 031e9b64a7 added utility method to reduce code duplication 15 years ago
Keith Donald 2410603cc4 assignability examples 15 years ago
Keith Donald f40c101d6d implemented collection/map converter conditional matching checks; updated SpEL to reflect this behavior 15 years ago
Keith Donald a87adacbfe fixed failing test; initial conditional converter impls for collections, arrays, and maps 15 years ago
Keith Donald 2e88435aa4 added back element type checks in TypeDescriptor#isAssignable; clarified semantics in javadoc 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 034edc9e1f string to collection and array converters now are conditional and apply target element type match 15 years ago
Sam Brannen b8d36919f4 Introduced toClassArray(Collection<Class<?>>). 15 years ago
Sam Brannen 0c787ff902 polishing 15 years ago
Keith Donald 7f93b47b4a narrow and elementType/keyValueType tests 15 years ago
Keith Donald 90bb4c2256 added convert(Object, TypeDescriptor) convenience method; collection and map tests 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 911eb5fca8 javadoc and polishing 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
Keith Donald 4ee2900296 added TypeDescriptor resolveCollectionElement and Map key/value types 15 years ago
Chris Beams 976955f6ad Fix system environment tests on all platforms 15 years ago
Keith Donald b93a2b121d broke out pkg private classes from TypeDescriptor to improve manageability and testability 15 years ago
Keith Donald 21e2dd87c9 more tests; several assertions for the programmer 15 years ago
Keith Donald 0b33eb8842 javadoc polishing 15 years ago
Keith Donald 6af117037f more tests 15 years ago
Keith Donald f13b99f4ea javadoc 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
Chris Beams 569e6a4c37 Introduce ConfigurableConversionService interface 15 years ago
Chris Beams 3d91946b73 Polish ConfigurablePropertyResolver Javadoc 15 years ago
Chris Beams 4c66a044d5 Revert "Introduce Ordered#NOT_ORDERED" 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
Sam Brannen 98202beb7a fixed typos 15 years ago
Chris Beams 55707983a1 Ignore failing tests on Windows 15 years ago
Chris Beams a38c086e62 Fix failing system environment tests on Windows 15 years ago
Chris Beams 2a896753d4 Polish PropertySource and Environment Javadoc 15 years ago
Keith Donald fbf43508f1 Revised converter search algorithm to favor super classes before interface hierarchy 15 years ago
Keith Donald 7d7e8ef7fb SPR-6749 15 years ago
Keith Donald 8b9196ab7c polish 15 years ago
Keith Donald 115348b6be added null binding check for primitives for all conversion results; polishing 15 years ago
Keith Donald c3a037d7be added new ConverterRegistry operation; polishing 15 years ago
Keith Donald 00bcadcbe5 added symmetry to ToString converters: SPR-8306 15 years ago
Sam Brannen 1b71b04a3b Added Eclipse project dependency on org.springframework.asm 15 years ago
Keith Donald 02d58b6a97 SPR-8364 15 years ago
Keith Donald 888da26094 revised findCommonElement handling within TypeDescriptor.forObject(Object); we now fully introspect the collection elements to resolve the common type. We also support nested introspection e.g. collections of collections. Object.class is used to indicate no common type, and TypeDescriptor.NULL is used to indicate a null element value 15 years ago