212 Commits (0a0b10b2ff9be5be9b1bbeee2fec5592b9bd03d3)

Author SHA1 Message Date
Keith Donald 0a0b10b2ff polish 16 years ago
Keith Donald a696d78bd1 polish 16 years ago
Mark Fisher 3192b926ea Added support for the 'annotation-driven' element within the 'task' namespace to enable detection of the @Async annotation on Spring-managed objects. 16 years ago
Andy Clement 12923f196a new feature for binder - automatically create lists and entries in lists upon referencing nulls 16 years ago
Andy Clement ac9e42fa29 BinderTests - two ignored tests reactivated. Binder - modified how annotation based formatters are registered/looked up 16 years ago
Keith Donald 28848f3132 fixed issue that did not compile with sun compiler 16 years ago
Keith Donald 6ea55e9bda more tests 16 years ago
Mark Fisher 3b42200cda initial commit of the AsyncAnnotationBeanPostProcessor 16 years ago
Mark Fisher e67aa6cbb2 Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. 16 years ago
Mark Fisher b9a3065c0c Added tests for the 'scheduler' element parsing within the 'task' namespace. 16 years ago
Keith Donald b9682d7823 forgot to commit 16 years ago
Mark Fisher b0d11e8c15 Added package declarations and comments to package-info.java files where they had been missing. 16 years ago
Keith Donald 16ad6a3617 initial data binder commit; dateformatter 16 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Juergen Hoeller a26a2275c3 revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only 16 years ago
Christian Dupuis 1a7ec7daf2 use the annotation meta data in problem reporting 16 years ago
Christian Dupuis 1c5e1e04e0 use the annotation meta data in problem reporting 16 years ago
Andy Clement 5ea898bdb4 remove antlr dependency 16 years ago
Andy Clement d372a9ac5d use new SpEL parser 16 years ago
Keith Donald 2fa2e54c72 polish 16 years ago
Keith Donald 07f19f7441 format system initial commit 16 years ago
Christian Dupuis 6cc33fc609 added spring.tooling descriptor and images for all namespaces 16 years ago
Sam Brannen af56f6497c Updated regarding generics; fixed typos. 16 years ago
Mark Fisher 0007643af9 SPR-4359 renamed 'concurrent' namespace to 'task' 16 years ago
Mark Fisher 1b302b70d0 SPR-4359 the 'scheduling' namespace is now 'concurrent' 16 years ago
Juergen Hoeller a3af9e7330 revised use of id and display name (id may be null; SPR-5761) 16 years ago
Juergen Hoeller da4f1d0eb7 revised use of id and display name (id may be null; SPR-5761) 16 years ago
Juergen Hoeller e137b10978 polishing 16 years ago
Juergen Hoeller fc1df58e2b fixed build; revised generic declarations 16 years ago
Jennifer Hickey 822ed03826 SPR-5256 16 years ago
Keith Donald 50bcecac95 removed unused import 16 years ago
Keith Donald 8cbab5acb6 costin code review comments 16 years ago
Keith Donald 46c9a003eb BindingPoint to ConversionPoint, javadoc 16 years ago
Keith Donald cf2453e8eb renamed TypeDescriptor to BindingPoint 16 years ago
Christian Dupuis 33de330b0e minor change to use registerBeanComponent instead of directly registering the BeanDefinition 16 years ago
Christian Dupuis 48c97342fe some minor tweaks to the scheduling namespace parser to make it more tooling friendly; applied new tools:annotation to method attribute in scheduling xsd 16 years ago
Christian Dupuis fba5e5f0db fixed tooling related problem where empty value of an attribute that should take a bean reference would call the RuntimeBeanReference constructor in the namespace parser and throw a IllegalArgumentException although the problem has already been reported using the ProblemReporter API 16 years ago
Juergen Hoeller 14732c5dc2 @Import detects and accepts existing configuration class in any order of processing 16 years ago
Juergen Hoeller 433d52b728 @Import detects and accepts existing configuration class of the desired type 16 years ago
Juergen Hoeller da71f266ae ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition 16 years ago
Juergen Hoeller cce6e2f4cd added SourceExtractor support 16 years ago
Juergen Hoeller bbd69da37f updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 16 years ago
Juergen Hoeller 20f12e6158 removed outdated Attributes references 16 years ago
Juergen Hoeller 12d6aa232a added setMetadataReaderFactory method 16 years ago
Juergen Hoeller e78c6fc317 explicitly declared SmartApplicationListener as ApplicationListener<ApplicationEvent> 16 years ago
Juergen Hoeller 0297116542 generified TypeConverter interface 16 years ago
Mark Fisher ff36a31874 SPR-4359 Added support for a 'task-scheduler' element. 16 years ago
Mark Fisher 3e9b9a8a2a SPR-4359 Initial commit of scheduling namespace support. 16 years ago
Juergen Hoeller 266a65982d Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now 16 years ago
Juergen Hoeller 4ccb352aac ReloadableResourceBundleMessageSource correctly calculates filenames for locales with variant but without country now (SPR-5716) 16 years ago