217 Commits (f71c8c4141847762fe06fec0c96bf07740edaa6b)

Author SHA1 Message Date
Mark Fisher f71c8c4141 Added tests for AsyncAnnotationBeanPostProcessor. 17 years ago
Mark Fisher e3866c8b73 Added tests for ExecutorBeanDefinitionParser. 17 years ago
Mark Fisher 39a3dead76 Added support for the 'executor' element within the 'task' namespace for creating a ThreadPoolTaskExecutor instance. 17 years ago
Juergen Hoeller 661c96a5ca prepared 3.0 versions of the remaining namespaces 17 years ago
Juergen Hoeller efa6b14250 XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313) 17 years ago
Keith Donald 24ae71908d polish 17 years ago
Keith Donald c0ea120e96 polish 17 years ago
Mark Fisher 7c9b459aa5 Added support for the 'annotation-driven' element within the 'task' namespace to enable detection of the @Async annotation on Spring-managed objects. 17 years ago
Andy Clement 1e2cecfd76 new feature for binder - automatically create lists and entries in lists upon referencing nulls 17 years ago
Andy Clement 3342a7acaf BinderTests - two ignored tests reactivated. Binder - modified how annotation based formatters are registered/looked up 17 years ago
Keith Donald bf179533e6 fixed issue that did not compile with sun compiler 17 years ago
Keith Donald 3a5a2e3a0d more tests 17 years ago
Mark Fisher 5c47370315 initial commit of the AsyncAnnotationBeanPostProcessor 17 years ago
Mark Fisher 3796ab35ed Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. 17 years ago
Mark Fisher f233fd6fd0 Added tests for the 'scheduler' element parsing within the 'task' namespace. 17 years ago
Keith Donald 63123f9486 forgot to commit 17 years ago
Mark Fisher 73dc29f9e6 Added package declarations and comments to package-info.java files where they had been missing. 17 years ago
Keith Donald b523dbc37d initial data binder commit; dateformatter 17 years ago
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 17 years ago
Juergen Hoeller 086be262a5 revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only 17 years ago
Christian Dupuis 1e633230ec use the annotation meta data in problem reporting 17 years ago
Christian Dupuis 34b1a72a25 use the annotation meta data in problem reporting 17 years ago
Andy Clement 075ae5e65c remove antlr dependency 17 years ago
Andy Clement fcf09e4004 use new SpEL parser 17 years ago
Keith Donald c4fa35deb3 polish 17 years ago
Keith Donald 88a935a00d format system initial commit 17 years ago
Christian Dupuis fc602eb256 added spring.tooling descriptor and images for all namespaces 17 years ago
Sam Brannen 01023ec911 Updated regarding generics; fixed typos. 17 years ago
Mark Fisher ce0017a838 SPR-4359 renamed 'concurrent' namespace to 'task' 17 years ago
Mark Fisher 716070be36 SPR-4359 the 'scheduling' namespace is now 'concurrent' 17 years ago
Juergen Hoeller 4d7576ef85 revised use of id and display name (id may be null; SPR-5761) 17 years ago
Juergen Hoeller 087d4f57f0 revised use of id and display name (id may be null; SPR-5761) 17 years ago
Juergen Hoeller d13225968b polishing 17 years ago
Juergen Hoeller 61be0a4427 fixed build; revised generic declarations 17 years ago
Jennifer Hickey 9f87467445 SPR-5256 17 years ago
Keith Donald ba721e73cd removed unused import 17 years ago
Keith Donald 05ae07ed98 costin code review comments 17 years ago
Keith Donald c9c26c6c6c BindingPoint to ConversionPoint, javadoc 17 years ago
Keith Donald a2f085d87c renamed TypeDescriptor to BindingPoint 17 years ago
Christian Dupuis 19234d89fc minor change to use registerBeanComponent instead of directly registering the BeanDefinition 17 years ago
Christian Dupuis 1f065e9daa some minor tweaks to the scheduling namespace parser to make it more tooling friendly; applied new tools:annotation to method attribute in scheduling xsd 17 years ago
Christian Dupuis 8acad83009 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 17 years ago
Juergen Hoeller f67c8bcfd8 @Import detects and accepts existing configuration class in any order of processing 17 years ago
Juergen Hoeller 6068053628 @Import detects and accepts existing configuration class of the desired type 17 years ago
Juergen Hoeller 52c241e14f ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition 17 years ago
Juergen Hoeller cef99d42b5 added SourceExtractor support 17 years ago
Juergen Hoeller 11450f1fdb updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 17 years ago
Juergen Hoeller 5a29d0355e removed outdated Attributes references 17 years ago
Juergen Hoeller ca99081916 added setMetadataReaderFactory method 17 years ago
Juergen Hoeller ec26065e84 explicitly declared SmartApplicationListener as ApplicationListener<ApplicationEvent> 17 years ago