463 Commits (0ecc885a243cdba627c6cfdf4379b6330e92518c)

Author SHA1 Message Date
Keith Donald 1e33a96b4c Removed model parameterized type after review with juergen 17 years ago
Keith Donald bae51386e8 added user values holder after review with juergen 17 years ago
Keith Donald 053300dabd added web binder 17 years ago
Keith Donald 12c5d26a6b createUserValues factory method to Binder 17 years ago
Keith Donald 57795c69bf separated interface from impl 17 years ago
Keith Donald 6c894fcceb polish 17 years ago
Keith Donald fba8342b47 polish 17 years ago
Keith Donald 97c799581d binding result tracking 17 years ago
Keith Donald d1f640e794 polish 17 years ago
Keith Donald e4f4ade3f9 date subpackage 17 years ago
Keith Donald d8dba850f6 Added AnnotatioFormatterFactory allowing Formatters to be created from property @Annotation values; polish 17 years ago
Keith Donald 5cc2243c5c UI message system initial commit; support for adding UI messages of different severities INFO, WARNING, ERROR, FATAL 17 years ago
Mark Fisher c069d45b3d The <task:annotation-driven/> element now registers the post-processor for @Scheduled in addition to the already existing @Async support. Both "scheduler" and "executor" attributes are available. 17 years ago
Mark Fisher 79d5127bb7 Initial commit of @Scheduled annotation and ScheduledAnnotationBeanPostProcessor. 17 years ago
Mark Fisher 84ed6543ae fixed NPE on latch in test 17 years ago
Mark Fisher fc3f49ff40 closing context at end of test methods 17 years ago
Mark Fisher f71c8c4141 Added tests for AsyncAnnotationBeanPostProcessor. 17 years ago
Mark Fisher e3866c8b73 Added tests for ExecutorBeanDefinitionParser. 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
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 3a5a2e3a0d more tests 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
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
Keith Donald 88a935a00d format system initial commit 17 years ago
Sam Brannen 01023ec911 Updated regarding generics; fixed typos. 17 years ago
Juergen Hoeller 4d7576ef85 revised use of id and display name (id may be null; SPR-5761) 17 years ago
Jennifer Hickey 9f87467445 SPR-5256 17 years ago
Juergen Hoeller f67c8bcfd8 @Import detects and accepts existing configuration class in any order of processing 17 years ago
Juergen Hoeller 1d1dba1693 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 17 years ago
Juergen Hoeller b34a260984 ReloadableResourceBundleMessageSource correctly calculates filenames for locales with variant but without country now (SPR-5716) 17 years ago
Juergen Hoeller 151cf74a10 added ScheduledTaskRegistrar etc 17 years ago
Juergen Hoeller 7205948651 avoid NPE for definitions without bean class specified 17 years ago
Juergen Hoeller 906adab5a4 custom stereotype annotations can be meta-annotated with @Service, @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations 17 years ago
Juergen Hoeller bf86e7cc9d @Configuration parsing fully relies on Spring's MetadataReader abstraction now 17 years ago
Juergen Hoeller 3eae3501e8 next cut of JavaConfig metadata reading revision: using cached MetadataReaders 17 years ago
Chris Beams 79cf4ce20a Temporarily ignoring GroovyScriptFactoryTests#testResourceScriptFromTag in order to allow more important fixes to roll out. 17 years ago
Chris Beams 8217d81d02 Fixing build breakage with GroovyScriptFactoryTests. 17 years ago
Juergen Hoeller b4b61316a7 revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility) 17 years ago
Juergen Hoeller 7a4bcafcc6 @Resource names may use ${...} placeholders (SPR-5656) 17 years ago
Chris Beams b818dd91a3 Renamed ConfigurationPostProcessorTests -> ConfigurationClassPostProcessorTests 17 years ago
Chris Beams 610a8b70ea Fixed SPR-5655 - dm Server issues with ConfigurationClassPostProcessor attempting to read .class files with ASM with incorrect class loader 17 years ago
Juergen Hoeller c25fe064ce @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152) 17 years ago
Chris Beams 532426a10d Added test using custom properties file with util:properties and dereferenced with @Value("#{...}") 17 years ago
Chris Beams 463f1e07de polishing @Configuration tests 17 years ago