673 Commits (df7a5c8d6f59152a903f09033bdfb920a473d011)

Author SHA1 Message Date
Juergen Hoeller ffec3a88b6 added joptsimple dependency 15 years ago
Chris Beams e4c1be808f Rename {DEFAULT_=>}COMMAND_LINE_PROPERTY_SOURCE_NAME 15 years ago
Chris Beams 843106388e Introduce CommandLinePropertySource and impls 15 years ago
Keith Donald 0997b2ef16 javadoc update 15 years ago
Keith Donald f606eb3012 SPR-8465 15 years ago
Sam Brannen 01a490225f fixed typo 15 years ago
Rossen Stoyanchev 0f36ee7f26 SPR-7787 Allow qualifiers in regular expressions of URI template patterns. 15 years ago
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