Commit Graph

364 Commits

Author SHA1 Message Date
Mark Fisher
1bfb26e4b2 updated aspectj weaver version in .classpath files to match ivy.xml configuration 2009-07-24 20:09:01 +00:00
Keith Donald
f261b5c3c4 javadoc polish 2009-07-24 20:07:20 +00:00
Keith Donald
a7465c1475 javadoc polish 2009-07-24 19:40:11 +00:00
Keith Donald
bbe4c2b611 polish 2009-07-24 19:32:34 +00:00
Keith Donald
a6cd69dc7c polish 2009-07-24 19:17:47 +00:00
Keith Donald
9bdbad55e5 javadoc improvements 2009-07-24 19:11:54 +00:00
Keith Donald
4255b7b1b2 updated package descriptions to reflect latest refactoring 2009-07-24 16:16:13 +00:00
Keith Donald
5cb5169237 Refactored class naming to capture ui.binding system as a general PresentationModel framework; PresentationModel and FieldModel are the key API elements now 2009-07-24 15:50:37 +00:00
Juergen Hoeller
c7b019cd5c @Required does not get processed on beans returned by @Bean factory methods (SPR-5744) 2009-07-24 13:29:28 +00:00
Keith Donald
840ac88b29 more pruning 2009-07-23 14:03:20 +00:00
Keith Donald
a74422ed65 polish 2009-07-23 13:55:39 +00:00
Keith Donald
14018541e2 polish 2009-07-23 13:43:23 +00:00
Keith Donald
55a7ba8357 binding executor 2009-07-23 13:39:33 +00:00
Keith Donald
29768cb068 binding factory locator 2009-07-23 13:31:06 +00:00
Keith Donald
a3b57e2a84 polish 2009-07-22 20:02:35 +00:00
Keith Donald
d5e6d91cc4 polish 2009-07-22 19:56:24 +00:00
Keith Donald
ab7e985d72 polish 2009-07-22 19:55:35 +00:00
Keith Donald
6e05d3bd6e updated tests 2009-07-22 19:37:26 +00:00
Keith Donald
6c5fb23e79 data binding system polish; package improvements 2009-07-22 19:37:06 +00:00
Juergen Hoeller
f519406c37 @Primary/@Lazy/@DependsOn supported as meta-annotations; @Bean supported as meta-annotation on factory methods as well 2009-07-22 15:23:22 +00:00
Christian Dupuis
a4bbd9abda xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import 2009-07-22 14:06:44 +00:00
Juergen Hoeller
4deef3796e @PostConstruct works for multiple private init methods of the same name in a hierarchy (SPR-5945) 2009-07-22 12:52:47 +00:00
Keith Donald
5f99d02292 formatValue collection/array 2009-07-21 23:27:24 +00:00
Keith Donald
4e50c51139 list binding working 2009-07-21 22:54:52 +00:00
Keith Donald
14dd30c5a5 nested binding work; list binding still has kinks 2009-07-21 22:32:06 +00:00
Juergen Hoeller
f739c3fde1 resort to using @Bean directly 2009-07-21 15:22:58 +00:00
Juergen Hoeller
ec1f0e6211 support scope meta-annotations on factory methods as well 2009-07-21 14:23:25 +00:00
Juergen Hoeller
364641e9bc revised static annotation check 2009-07-21 14:12:16 +00:00
Juergen Hoeller
8c7aec3c97 scoped proxies retain original qualifiers (SPR-5911) 2009-07-21 13:00:00 +00:00
Keith Donald
ec2833cd63 nested properties polish 2009-07-20 22:29:14 +00:00
Keith Donald
dc5faec189 all tests back compiling, still a few failing marked ignored 2009-07-20 22:05:28 +00:00
Keith Donald
603ffe80c8 list element binding 2009-07-20 20:34:02 +00:00
Keith Donald
2da1bb8607 more passing tests 2009-07-20 19:07:32 +00:00
Keith Donald
f39f91701d property not found / required 2009-07-20 16:10:06 +00:00
Keith Donald
3cd3cddbe0 type formatters 2009-07-20 14:26:29 +00:00
Keith Donald
8ceb64fe0c binding rule impl 2009-07-20 06:22:11 +00:00
Keith Donald
8147281c74 additional binding metadata 2009-07-20 03:48:57 +00:00
Keith Donald
9c78616e11 additional binding metadata 2009-07-20 03:48:32 +00:00
Keith Donald
263d502f51 polish 2009-07-19 06:42:33 +00:00
Keith Donald
0993e9cfb9 polish 2009-07-19 06:33:43 +00:00
Keith Donald
09c5d0eb97 binding status 2009-07-19 06:26:48 +00:00
Keith Donald
8d3fbc5df8 binding system refactoring - work in progress 2009-07-18 16:18:22 +00:00
Juergen Hoeller
8e2797153b revised lenient constructor resolution (follow-up to SPR-5816) 2009-07-16 17:22:03 +00:00
Juergen Hoeller
a9254b34d1 introduced "lenientConstructorResolution" flag (SPR-5816) 2009-07-16 13:27:47 +00:00
Juergen Hoeller
cf29d1c367 constructor argument type matching supports arrays and simple class names now (SPR-5844) 2009-07-16 11:25:52 +00:00
Chris Beams
9e0d87c518 SPR-5932 - Singleton @Bean methods behave like prototypes in a Spring DM environment
* s/registerCallbacks/registerStaticCallbacks/ - see issue comments for full details
2009-07-15 19:38:47 +00:00
Chris Beams
9163d8043b updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 2009-07-15 07:26:31 +00:00
Keith Donald
9be56a39b4 moved binding configuration to publis binder api 2009-07-14 13:58:39 +00:00
Keith Donald
0576fe2654 removed experimental stuff 2009-07-13 21:22:59 +00:00
Keith Donald
2cf157e09a polish 2009-07-13 21:17:54 +00:00