281 Commits (2c239e30d540f85ce5424dfc39f853b067373df9)

Author SHA1 Message Date
Chris Beams 76bf72c9f8 Introduce ConfigurableEnvironment#addActiveProfile 15 years ago
Chris Beams c0eeb8bacd Introduce AbstractEnvironment#validateProfile 15 years ago
Sam Brannen 2d6340af74 Deleting unnecessary TODOs and suppressing warnings. 15 years ago
Juergen Hoeller 8bf019b675 fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231) 15 years ago
Juergen Hoeller 576b8fec31 ConvertiblePair implements equals and hashCode (SPR-8459) 15 years ago
Chris Beams 605f0e7a22 Introduce GenericTypeResolver#resolveReturnTypeArgument 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 c9d73e2bde SPR-8465 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
Chris Beams 5dc2d56600 Fix regression with covariant property return types 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
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 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
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 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 a8dbac6d8d more tests 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 67661693fe Ignore failing tests on Windows 15 years ago
Chris Beams 14d50e3482 Fix failing system environment tests on Windows 15 years ago
Keith Donald f43d0e1003 Revised converter search algorithm to favor super classes before interface hierarchy 15 years ago
Keith Donald 01cbfd4f6f added null binding check for primitives for all conversion results; polishing 15 years ago
Keith Donald e25fbf2533 added symmetry to ToString converters: SPR-8306 15 years ago
Keith Donald 7430fcd904 SPR-8364 15 years ago
Keith Donald 5c67dbf424 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
Keith Donald 4d6a5849f7 SPR-8364 15 years ago
Chris Beams 5b2c7c4e58 Introduce ClassMetadata#getMemberClassNames 15 years ago
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 15 years ago
Chris Beams c4a13507f0 Introduce reserved default profile support 15 years ago
Chris Beams 818467b9e5 Consolidate Environment tests 15 years ago
Oliver Gierke d14d82612d SPR-8336 - Fixed broken test case. 15 years ago
Oliver Gierke f8bf8742e1 SPR-8336 - Added constructor to AnnotationTypeFilter to allow matching interfaces as well. 15 years ago
Chris Beams 314a054a9b Introduce ResourcePropertySource 15 years ago
Chris Beams 404f798048 Support 'required properties' precondition 15 years ago
Chris Beams dc2d5c107f Add default-value getProperty convenience variants 15 years ago
Chris Beams 7b999c676f Introduce ReflectionUtils#getUniqueDeclaredMethods 15 years ago
Chris Beams 89005a5b70 Process all meta and local @Import declarations 15 years ago