715 Commits (e90c7eadc240282ae6759d9a5f14f5da47f117fc)

Author SHA1 Message Date
Keith Donald 0fb631348e switched to better encapsulated convert(Object, TypeDescriptor) where possible 14 years ago
Keith Donald bb4aa9cc39 added call to applyIndexedObject to build nested source element type descriptor from element value 14 years ago
Keith Donald 8e23685a6d support for empty collection->collection. map->map, collection->array conversion 14 years ago
Keith Donald e254521952 getPropertyTypeDescriptor bug fixes 14 years ago
Keith Donald 4c9731d572 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 14 years ago
Keith Donald c6c782df59 forNestedType usage clarification 14 years ago
Chris Beams a7704c8cce Polish Javadoc for PropertySource implementations 14 years ago
Keith Donald 01c98c3bfb added initial support for handling unknown nested type values when converting collections; now favor factory method for constructing nested type descriptors for clarity (made constructor private); improved javadoc 14 years ago
Chris Beams bc41cb2f27 Polish (Mutable)PropertySources 14 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 14 years ago
Juergen Hoeller e971ad56b6 reduced BeanDefinition footprint by initializing Sets and Maps with 0 (SPR-7491) 14 years ago
Keith Donald 818bd841fe method naming improvements; applyIndexObject call for array indexing 14 years ago
Keith Donald 39e0c29d19 TypeDescriptor cleanup and general polishing; fixed a number of bugs related to TypeDescriptor usage in client code across beans and spel packages 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Chris Beams 9f5fd3afcf Normalize indentation of Apache license URL 14 years ago
Arjen Poutsma 64c7549c70 Removed JDK 1.6 usage 14 years ago
Chris Beams f105670cec Fix breaking logic around getFilename() call 14 years ago
Chris Beams 1a7aebb0dd Improved fix for detecting non-file based Resources in PropertiesLoaderSupport (SPR-7547, SPR-7552) 14 years ago
Chris Beams f46a455c72 Eliminate PropertySourceAggregator interface 14 years ago
Chris Beams 8770ea96b0 Expose Environment ConfigurationService 14 years ago
Chris Beams b3e36a335d Eliminate reserved 'default' profile (SPR-7778) 14 years ago
Chris Beams e0c5ced695 Use dot notation rather than camel case for profile props (SPR-7508) 14 years ago
Chris Beams 5062dc31af Support default profile (SPR-7508, SPR-7778) 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Juergen Hoeller 3c067e5db6 optimized AnnotationUtils findAnnotation performance for repeated search on same interfaces (SPR-7630) 14 years ago
Juergen Hoeller e1dbb66798 StringToArray/CollectionConverter trims element values before trying to convert them (SPR-7657) 14 years ago
Juergen Hoeller 4c73a29f99 polishing 14 years ago
Arjen Poutsma 1f296403da SPR-7620 - StaxEventContentHandler does not set Location for StartDocument event 14 years ago
Arjen Poutsma 35da7bdb44 SPR-7621 - AbstractStaxContentHandler sets NamespaceContext on every start/end element 14 years ago
Arjen Poutsma ab21dbad08 SPR-7621 - AbstractStaxContentHandler sets NamespaceContext on every start/end element 14 years ago
Juergen Hoeller c32c0d5674 fixed package declaration 14 years ago
Juergen Hoeller 0ef971b82b polishing 14 years ago
Juergen Hoeller b062de1133 revised initial cut of serializer package; moved Converter adapters to sub-package 'support' 14 years ago
Juergen Hoeller 3740380a7a polishing 14 years ago
Mark Fisher c046419acd SPR-7627 added Serializer and Deserializer strategies, Converter adapters, and default implementations 14 years ago
Juergen Hoeller f7cd9865f4 polishing 14 years ago
Juergen Hoeller ebe8052d55 fixed detection of element type in case of nested collections (SPR-7569) 14 years ago
Juergen Hoeller d9b54a524d revised "ClassUtils.isAssignable" semantics to cover primitives vs wrappers in both directions (SPR-7610) 14 years ago
Juergen Hoeller e211c09065 fixed exists() check for resources in zipped files (SPR-7559) 14 years ago
Juergen Hoeller eda6268d9d fixed findPlaceholderEndIndex to work with a custom suffix as well (SPR-7574) 14 years ago
Chris Beams 05bcc4028d Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) 14 years ago
Juergen Hoeller 87e7258c9a polishing 14 years ago
Arjen Poutsma af7203b839 Added XMLEventStreamWriter 14 years ago
Arjen Poutsma 449337a544 Small Stax fixes. 14 years ago
Arjen Poutsma f92f295055 Small Stax fixes. 14 years ago
Juergen Hoeller e6425ee41f polishing 14 years ago
Juergen Hoeller 0a17e41755 catch invalid arguments early; avoid stack overflow in object-to-collection case (SPR-7488) 14 years ago
Arjen Poutsma 416004b1bc Fixing build 14 years ago
Arjen Poutsma 2182287d3e Minor tweaks 14 years ago