774 Commits (149348c90781bde5d5ba77328b2f66c621122288)

Author SHA1 Message Date
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
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
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
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 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
Juergen Hoeller 061063257a optimized @Bean error messages (SPR-7628, SPR-7629) 14 years ago
Juergen Hoeller b7b2a25953 fixed ApplicationContext event processing for repeated invocations to non-singleton listener beans (SPR-7563) 14 years ago
Juergen Hoeller 5f2d88f74a polishing 14 years ago
Chris Beams 6f69b7b752 Allow class-relative resource loading in GenericXmlApplicationContext (SPR-7530) 14 years ago
Juergen Hoeller 479b4c1b84 added bean type to post-processing log statement (SPR-7524) 14 years ago
Juergen Hoeller 05a3f3ad8d avoid failures in case of manually registered null instance (SPR-7523) 14 years ago
Juergen Hoeller 3f68ccadd9 polishing 14 years ago
Juergen Hoeller e56cfb8173 consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 14 years ago
Chris Beams b72cca5403 Fix memory leak in serializable bean factory management (SPR-7502) 14 years ago
Juergen Hoeller ee04046ed7 polishing 14 years ago
Juergen Hoeller 3cf22a0255 lazy creation of MessageFormats 14 years ago
David Syer 5109501d16 SPR-7463: switched to instance variable 14 years ago
Juergen Hoeller 8a23ce917a Spring's constructor resolution consistently finds non-public multi-arg constructors (SPR-7453) 14 years ago
Juergen Hoeller faad0f4bb1 AutodetectCapableMBeanInfoAssembler signature consistently refers to Class<?> (SPR-7405) 15 years ago
Juergen Hoeller 3e0003a1a0 TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type (SPR-7403) 15 years ago