937 Commits (8adb9a88d0ec3ac67ea77a7a367a3536405d2f44)

Author SHA1 Message Date
Chris Beams b4fea47d5c Introduce FeatureSpecification support 14 years ago
Chris Beams b04987ccc3 Make ObjectUtils.addObjectToArray() generic 14 years ago
Costin Leau fb57316afa renamed EhcacheCacheManager to EhCacheCacheManager 14 years ago
Costin Leau ca2dbc1c59 renamed EhcacheCacheManager to EhCacheCacheManager 14 years ago
Costin Leau 4da39b48f7 moved cache abstraction from context.support to context 14 years ago
Keith Donald fbb1fa33a1 added support for Instant and MutableDateTime binding to JodaTime formatting system; allow for use of @DateTimeFormat on any ReadableInstant field 14 years ago
Keith Donald ff7f3aebea reordered interface operations for clarity 14 years ago
Keith Donald 7d1104e442 SPR-7875 14 years ago
Costin Leau 44b5df0db1 SPR-7887 14 years ago
Costin Leau f191be56d1 SPR-4331 14 years ago
Rossen Stoyanchev abff2b959b SPR-7912 Add tests for FormattingConversionServiceFactoryBean, update reference docs, and remove mvc:formatters 14 years ago
Rossen Stoyanchev 149348c907 SPR-7912 Introduce FormatterRegistrar interface and FormattingConversionServiceFactoryBean enhancements. 14 years ago
Rossen Stoyanchev f26b499cbd SPR-7732, SPR-6506, SPR-7191 MVC Namespace improvements to the annotation-driven element - custom message converters, formatters, and message codes resolver. 14 years ago
Juergen Hoeller d3d7634574 added tests with error in BindingResult (SPR-7809) 14 years ago
Keith Donald 5d6840e877 array autogrow on set e.g. array[0]=foo 14 years ago
Chris Beams a7293d2961 Introduce ApplicationContextInitializer interface 14 years ago
Keith Donald 0fb631348e switched to better encapsulated convert(Object, TypeDescriptor) where possible 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
Sam Brannen 61cfb96d95 Changed slf4j.jcl dependency from 1.5.6 to 1.5.3 for consistency with build.versions. 14 years ago
Keith Donald c6c782df59 forNestedType usage clarification 14 years ago
Keith Donald 7ec5f1694b temp added ignore on 2 new failing tests until time to investigate 14 years ago
Keith Donald 86f1179606 temp added ignore on 2 new failing tests until time to investigate 14 years ago
Chris Beams 15ac99f59c Introduce and integrate JndiPropertySource 14 years ago
Chris Beams 9420bdc246 Document createEnvironment() methods 14 years ago
Chris Beams 7f8ede1407 Remove dead code 14 years ago
Chris Beams 431eaf6df8 Refactor PropertyPlaceholderConfigurer hierarchy 14 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 14 years ago
Juergen Hoeller 3fe2d037ed fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null (SPR-7682) 14 years ago
Keith Donald fe386f1c10 spr7816 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 5e6912302a Introduce "Aware" superinterface 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
Chris Beams b3e36a335d Eliminate reserved 'default' profile (SPR-7778) 14 years ago
Chris Beams e693d9fa58 Polish JavaDoc 14 years ago
Chris Beams b50abc67de Add Hamcrest 1.1 as test-time dependency for .context 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 c8b4915891 Remove obsolete ConfigurationClassPostProcessor.getOrder() 14 years ago
Chris Beams 4214bc0735 Minor post-merge cleanup 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Juergen Hoeller b0ea2b13d2 polishing 14 years ago
Ramnivas Laddad 92298469bf Fixed configuration of AnnotationAsyncExecutionAspect (was incorrectly under the same name as that for transaction management aspect) 14 years ago
Juergen Hoeller 8c9b64c948 added mode="proxy"/"aspectj" and proxy-target-class options to task namespace; switched to concise names for async aspects 14 years ago
Juergen Hoeller 1f1577e33e fixed @Value injection to correctly cache temporary null results for non-singleton beans (SPR-7614) 14 years ago
Juergen Hoeller 1933b648c3 fixed @Value injection to correctly cache temporary null results for non-singleton beans (SPR-7614) 14 years ago
Juergen Hoeller ae3cfff380 fixed JodaTimeContextHolder to use a non-inheritable ThreadLocal and expose a reset method (SPR-7441); use of remove() even when being called with a null argument 14 years ago
Juergen Hoeller 722778c74a SpEL MapAccessor consistently rejects "target.key" style access to Maps if no such key is found (SPR-7614) 14 years ago
Juergen Hoeller d78eda8aeb polishing 14 years ago