580 Commits (dcc91fc32add0bd9aa203d121bb769637bb07c9c)

Author SHA1 Message Date
Juergen Hoeller 637117c51a exceptions thrown by @Scheduled methods will be propagated to a registered ErrorHandler (SPR-7723) 15 years ago
Juergen Hoeller e116123f3e polishing 15 years ago
Juergen Hoeller 4bd265f0a4 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) 15 years ago
Chris Beams adc9400905 Include license.txt and notice.txt in module JARs 15 years ago
Chris Beams df4edc1c73 Rename spring.{profile}.active => {profiles} 15 years ago
Juergen Hoeller df9857fa2b removed assertions 15 years ago
Chris Beams dc22760978 Introduce FeatureSpecification support 15 years ago
Chris Beams 6a68b44ca9 Make ObjectUtils.addObjectToArray() generic 15 years ago
Juergen Hoeller 228a10ccdc get/stripFilenameExtension correctly ignores Unix-style hidden directories (SPR-7828) 15 years ago
Juergen Hoeller b564831d52 fixed tests (SPR-7779) 15 years ago
Juergen Hoeller 341db8b2f3 LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability (SPR-7779) 15 years ago
Keith Donald bcb10f2fe4 empty collection test refinements 15 years ago
Keith Donald c45f4b1caf spr-7728: empty collection conversion can return value not assignable to targetType 15 years ago
Chris Beams 5a7d2a91ba Introduce ApplicationContextInitializer interface 15 years ago
Keith Donald 61d54ae436 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 15 years ago
Keith Donald 97033d66fb switched to better encapsulated convert(Object, TypeDescriptor) where possible 15 years ago
Keith Donald 5403913103 added call to applyIndexedObject to build nested source element type descriptor from element value 15 years ago
Keith Donald 76443f55c1 support for empty collection->collection. map->map, collection->array conversion 15 years ago
Keith Donald 75f36d291a getPropertyTypeDescriptor bug fixes 15 years ago
Keith Donald d3d7951265 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 15 years ago
Keith Donald 66814f1235 forNestedType usage clarification 15 years ago
Chris Beams 6364c02427 Polish Javadoc for PropertySource implementations 15 years ago
Keith Donald ed2a257e69 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 15 years ago
Chris Beams 0821b2c6c2 Polish (Mutable)PropertySources 15 years ago
Chris Beams 835a3f8d64 Refactor Environment and PropertySource 15 years ago
Juergen Hoeller a0ee194603 reduced BeanDefinition footprint by initializing Sets and Maps with 0 (SPR-7491) 15 years ago
Keith Donald cf4062ed33 method naming improvements; applyIndexObject call for array indexing 15 years ago
Keith Donald 1e2a8083a1 TypeDescriptor cleanup and general polishing; fixed a number of bugs related to TypeDescriptor usage in client code across beans and spel packages 15 years ago
Chris Beams 1ac7b56caf M1 cut of environment, profiles and property work (SPR-7508) 15 years ago
Sam Brannen 924b8e11ea [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 15 years ago
Chris Beams 7ac69dff5f Normalize indentation of Apache license URL 15 years ago
Arjen Poutsma a32894ca31 Removed JDK 1.6 usage 15 years ago
Chris Beams 5898259f1e Fix breaking logic around getFilename() call 15 years ago
Chris Beams e78ced16b1 Improved fix for detecting non-file based Resources in PropertiesLoaderSupport (SPR-7547, SPR-7552) 15 years ago
Chris Beams 008fa66cee Eliminate PropertySourceAggregator interface 15 years ago
Chris Beams 7d3a3e872f Expose Environment ConfigurationService 15 years ago
Chris Beams 2a4e1c98da Eliminate reserved 'default' profile (SPR-7778) 15 years ago
Chris Beams c2996bebcd Use dot notation rather than camel case for profile props (SPR-7508) 15 years ago
Chris Beams f455b1e89a Support default profile (SPR-7508, SPR-7778) 15 years ago
Chris Beams 45e5b46fc2 Merge 3.1.0 development branch into trunk 15 years ago
Juergen Hoeller bbb728568e optimized AnnotationUtils findAnnotation performance for repeated search on same interfaces (SPR-7630) 16 years ago
Juergen Hoeller 5d4b7ee227 StringToArray/CollectionConverter trims element values before trying to convert them (SPR-7657) 16 years ago
Juergen Hoeller 2e9fe246e7 polishing 16 years ago
Arjen Poutsma 836928a116 SPR-7620 - StaxEventContentHandler does not set Location for StartDocument event 16 years ago
Arjen Poutsma 2eabb640f5 SPR-7621 - AbstractStaxContentHandler sets NamespaceContext on every start/end element 16 years ago
Arjen Poutsma b5e37c6e22 SPR-7621 - AbstractStaxContentHandler sets NamespaceContext on every start/end element 16 years ago
Juergen Hoeller 4e4dfe5e34 fixed package declaration 16 years ago
Juergen Hoeller 9332a9eb11 polishing 16 years ago
Juergen Hoeller 7fc788a676 revised initial cut of serializer package; moved Converter adapters to sub-package 'support' 16 years ago
Juergen Hoeller 99d4de564f polishing 16 years ago