Commit Graph

173 Commits

Author SHA1 Message Date
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
9c78616e11 additional binding metadata 2009-07-20 03:48:32 +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
Keith Donald
0576fe2654 removed experimental stuff 2009-07-13 21:22:59 +00:00
Keith Donald
5904814ec6 ignore cases from some tricky scenarios 2009-07-12 18:05:13 +00:00
Keith Donald
1344a6d4d0 more converters; since 3.0 2009-07-12 17:47:33 +00:00
Keith Donald
c519f2bd3a string to map 2009-07-10 23:42:39 +00:00
Keith Donald
f53e627bb5 string array to map converter 2009-07-10 23:27:27 +00:00
Keith Donald
e4c868b837 javadoc 2009-07-10 21:32:24 +00:00
Andy Clement
85eda27cd4 for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo. 2009-07-10 19:43:32 +00:00
Keith Donald
e85a6740d8 new tests for andy 2009-07-10 18:49:38 +00:00
Keith Donald
5cb03fa290 collapsed binding factory into binder for time being 2009-07-09 15:36:31 +00:00
Keith Donald
2db239031f polish 2009-07-09 05:51:49 +00:00
Keith Donald
80760ed7a4 polish 2009-07-09 05:22:51 +00:00
Keith Donald
0c1c5fffba collection property type formatters 2009-07-09 05:18:15 +00:00
Keith Donald
2be6ce0407 binding string to list 2009-07-09 04:37:28 +00:00
Keith Donald
2aef75b907 list binding tests 2009-07-09 03:30:19 +00:00
Keith Donald
cbe6695273 formatted annotation to apply to formatted value object classes 2009-07-08 23:21:09 +00:00
Keith Donald
90bafe35cb forgot to commit type descriptor 2009-07-08 22:46:29 +00:00
Keith Donald
2bbf827d57 numerous binding enhancements; removed lazy binding for time being 2009-07-08 21:43:35 +00:00
Keith Donald
2bc76bcd68 initial validation constraint spi commit 2009-07-03 15:13:47 +00:00
Sam Brannen
0bbca8624f Made fragile tests a little less fragile: increased max times. 2009-07-02 18:02:58 +00:00
Sam Brannen
58db51324d Made fragile tests a little less fragile: increased max times. 2009-07-02 16:02:24 +00:00
Keith Donald
3c76303416 polish 2009-06-26 16:09:18 +00:00
Keith Donald
7e3c1bf09a prepping for jsr 303 integration 2009-06-26 15:33:35 +00:00
Keith Donald
60c2b38c03 Alerts test 2009-06-26 15:09:56 +00:00
Keith Donald
9c5a538ae7 bind and validate lifecycle rename 2009-06-26 05:02:00 +00:00
Keith Donald
023d05e37f set locale 2009-06-26 04:52:50 +00:00
Keith Donald
5828010bae Added binder factory; simplified public binder api 2009-06-25 20:26:22 +00:00
Keith Donald
9b7e9942db polish 2009-06-25 19:18:02 +00:00
Keith Donald
3f5c43aaf5 message builder 2009-06-25 18:23:07 +00:00
Keith Donald
a0520501d3 removed user values in favor of simple map after code review 2009-06-25 03:17:04 +00:00
Keith Donald
1117050815 naming improvements since design review 2009-06-24 22:24:15 +00:00
Keith Donald
f1b936515f @Model and @Bound annotations for configuring Binder instance from annotation model beans 2009-06-23 17:53:16 +00:00
Keith Donald
4ea373b7dd factored out alert from message; made binding responsible for alert generation 2009-06-18 18:09:01 +00:00