675 Commits (f1ef3e4dcdb45ebceda3547e73069836e10c4dee)

Author SHA1 Message Date
Chris Beams 605f0e7a22 Introduce GenericTypeResolver#resolveReturnTypeArgument 15 years ago
Chris Beams 7c25c84ee2 Deprecate/move CGLIB methods AopUtils=>ClassUtils 15 years ago
Juergen Hoeller 022ac3166c added joptsimple dependency 15 years ago
Chris Beams b5b2add5cf Rename {DEFAULT_=>}COMMAND_LINE_PROPERTY_SOURCE_NAME 15 years ago
Chris Beams 1eb5811347 Introduce CommandLinePropertySource and impls 15 years ago
Keith Donald 8504830da1 javadoc update 15 years ago
Keith Donald c9d73e2bde SPR-8465 15 years ago
Sam Brannen 3eb4f1d78b fixed typo 15 years ago
Rossen Stoyanchev 2d29439130 SPR-7787 Allow qualifiers in regular expressions of URI template patterns. 15 years ago
Arjen Poutsma 3a332e556c SPR-8457 - XMLEventStreamReader.getText() fails for COMMENT and ENTITY_REFERENCE events 15 years ago
Arjen Poutsma 7c504853cd SPR-8457 - XMLEventStreamReader.getText() fails for COMMENT and ENTITY_REFERENCE events 15 years ago
Chris Beams 5dc2d56600 Fix regression with covariant property return types 15 years ago
Chris Beams 2d68b726b5 Add syntax highlighting to Javadoc where necessary 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 cd933c7f84 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 15 years ago
Juergen Hoeller d940811d8b full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 15 years ago
Keith Donald 15e009f3a0 added utility method to reduce code duplication 15 years ago
Keith Donald 0601f0e520 assignability examples 15 years ago
Keith Donald 1e39b0bbbc implemented collection/map converter conditional matching checks; updated SpEL to reflect this behavior 15 years ago
Keith Donald e5d551587a fixed failing test; initial conditional converter impls for collections, arrays, and maps 15 years ago
Keith Donald a60cb43c6a added back element type checks in TypeDescriptor#isAssignable; clarified semantics in javadoc 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 a1a7c32052 string to collection and array converters now are conditional and apply target element type match 15 years ago
Sam Brannen 7307f3d513 Introduced toClassArray(Collection<Class<?>>). 15 years ago
Sam Brannen 5976beca80 polishing 15 years ago
Keith Donald 76283ed321 narrow and elementType/keyValueType tests 15 years ago
Keith Donald a40f6585b4 added convert(Object, TypeDescriptor) convenience method; collection and map tests 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 94d690fb2c javadoc and polishing 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
Keith Donald 5db1687d29 added TypeDescriptor resolveCollectionElement and Map key/value types 15 years ago
Chris Beams 385d8e9482 Fix system environment tests on all platforms 15 years ago
Keith Donald a1b7af5c9c broke out pkg private classes from TypeDescriptor to improve manageability and testability 15 years ago
Keith Donald 07f985ac91 more tests; several assertions for the programmer 15 years ago
Keith Donald 08180e97f8 javadoc polishing 15 years ago
Keith Donald a8dbac6d8d more tests 15 years ago
Keith Donald 0f6d890d97 javadoc 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
Chris Beams 8227cb6243 Introduce ConfigurableConversionService interface 15 years ago
Chris Beams 6ae04eb7e6 Polish ConfigurablePropertyResolver Javadoc 15 years ago
Chris Beams 0304a4b74d Revert "Introduce Ordered#NOT_ORDERED" 15 years ago
Sam Brannen cf2563bdf5 [SPR-8388] Cleared up confusing documentation regarding PropertyResolver and Environment. 15 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. 15 years ago
Sam Brannen 13b7f1a31b fixed typos 15 years ago
Chris Beams 67661693fe Ignore failing tests on Windows 15 years ago
Chris Beams 14d50e3482 Fix failing system environment tests on Windows 15 years ago
Chris Beams 0756a6abfe Polish PropertySource and Environment Javadoc 15 years ago