853 Commits (9f4499cb3675d6b8a82af05042e5d01137b48edf)

Author SHA1 Message Date
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
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
Ben Hale 7730e76c06 Publishing license and notice files 14 years ago
Arjen Poutsma dbfa049e1e Prepping for 3.0.5 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) 14 years ago
Juergen Hoeller 3e0003a1a0 TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type (SPR-7403) 14 years ago
Juergen Hoeller f04febaf2d fixed @PathVariable regression in combination with ConversionService usage on DataBinder 14 years ago
Juergen Hoeller 7304c09021 Spring field error arguments include actually declared annotation attributes in alphabetical order (SPR-6730) 14 years ago
Chris Beams 9bcfc5480d Fix dependency issues in .context pom and .classpath 14 years ago
Juergen Hoeller 11886f2149 polishing 14 years ago
Juergen Hoeller 1dce03af78 JSR-303 Pattern message resolvable through Spring MessageSource (despite special characters; SPR-7329) 14 years ago
David Syer 3afe8aee18 Fix hibernate-validatin version 14 years ago
David Syer e26fc66523 SPR-7384: switch to using 1-12 for month numbers 14 years ago
Juergen Hoeller 66abad2540 BeanWrapper preserves annotation information for individual array/list/map elements (SPR-7348) 14 years ago
Juergen Hoeller 263fabb0fc JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext (SPR-7312); for consistency, expressions in an ApplicationContext support the same syntax against the local BeanFactory 14 years ago
Chris Beams cd271fca43 attempted to repro SPR-7318 to no avail 14 years ago
Juergen Hoeller 3f31a1cf75 added "validationMessageSource" property to LocalValidatorFactoryBean, for Spring-based messages (SPR-7307) 14 years ago
Juergen Hoeller 41d6f8e9ed turned formatter implementations non-final 14 years ago
Juergen Hoeller de06de11fe fixed order 14 years ago
Juergen Hoeller 07e9f1775b added test for invalid binding to ClassLoader 14 years ago
Arjen Poutsma b31c34ed7d Upgrading version to 3.0.4 14 years ago
Juergen Hoeller 0e59fc4a15 smarter guessing of the element type (SPR-7283) 14 years ago
Juergen Hoeller 2a140addfd added EmbeddedValueResolver support to FormattingConversionServiceFactoryBean (SPR-7087) 14 years ago