197 Commits (db487b6d42aefbbc24308bbcfad074a8ab7dc15d)

Author SHA1 Message Date
Juergen Hoeller 17dfc8b0fc fixed constructor resolution algorithm to trigger ambiguity exception as late as possible 17 years ago
Juergen Hoeller 3cb073abce revised non-lenient resolution 17 years ago
Keith Donald f0ca94d5f3 new presentation model methods; ability to surpress commit of dirty value in PMB 17 years ago
Juergen Hoeller 1eabe2b441 lenientConstructorResolution flag applies to factory methods as well 17 years ago
Mark Fisher 88a68042ba Initial import of GenericBinder. 17 years ago
Keith Donald a66aa8c320 added bind template / field binder 17 years ago
Keith Donald 16b06306e0 presentation model binder tests 17 years ago
Keith Donald edd7bb8d03 collapsed into support 17 years ago
Keith Donald 990d446c84 polish 17 years ago
Keith Donald 4a1d51f082 updated test package structure 17 years ago
Keith Donald de5528840d presentation model binder 17 years ago
Keith Donald a6cd69dc7c polish 17 years ago
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 17 years ago
Juergen Hoeller c7b019cd5c @Required does not get processed on beans returned by @Bean factory methods (SPR-5744) 17 years ago
Keith Donald 840ac88b29 more pruning 17 years ago
Keith Donald a74422ed65 polish 17 years ago
Keith Donald a3b57e2a84 polish 17 years ago
Keith Donald ab7e985d72 polish 17 years ago
Keith Donald 6e05d3bd6e updated tests 17 years ago
Juergen Hoeller f519406c37 @Primary/@Lazy/@DependsOn supported as meta-annotations; @Bean supported as meta-annotation on factory methods as well 17 years ago
Juergen Hoeller 4deef3796e @PostConstruct works for multiple private init methods of the same name in a hierarchy (SPR-5945) 17 years ago
Keith Donald 4e50c51139 list binding working 17 years ago
Keith Donald 14dd30c5a5 nested binding work; list binding still has kinks 17 years ago
Juergen Hoeller f739c3fde1 resort to using @Bean directly 17 years ago
Juergen Hoeller ec1f0e6211 support scope meta-annotations on factory methods as well 17 years ago
Juergen Hoeller 364641e9bc revised static annotation check 17 years ago
Juergen Hoeller 8c7aec3c97 scoped proxies retain original qualifiers (SPR-5911) 17 years ago
Keith Donald ec2833cd63 nested properties polish 17 years ago
Keith Donald dc5faec189 all tests back compiling, still a few failing marked ignored 17 years ago
Keith Donald 603ffe80c8 list element binding 17 years ago
Keith Donald 2da1bb8607 more passing tests 17 years ago
Keith Donald f39f91701d property not found / required 17 years ago
Keith Donald 3cd3cddbe0 type formatters 17 years ago
Keith Donald 8ceb64fe0c binding rule impl 17 years ago
Keith Donald 9c78616e11 additional binding metadata 17 years ago
Keith Donald 09c5d0eb97 binding status 17 years ago
Keith Donald 8d3fbc5df8 binding system refactoring - work in progress 17 years ago
Juergen Hoeller 8e2797153b revised lenient constructor resolution (follow-up to SPR-5816) 17 years ago
Juergen Hoeller a9254b34d1 introduced "lenientConstructorResolution" flag (SPR-5816) 17 years ago
Juergen Hoeller cf29d1c367 constructor argument type matching supports arrays and simple class names now (SPR-5844) 17 years ago
Keith Donald 0576fe2654 removed experimental stuff 17 years ago
Keith Donald 5904814ec6 ignore cases from some tricky scenarios 17 years ago
Keith Donald 1344a6d4d0 more converters; since 3.0 17 years ago
Keith Donald c519f2bd3a string to map 17 years ago
Keith Donald f53e627bb5 string array to map converter 17 years ago
Keith Donald e4c868b837 javadoc 17 years ago
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. 17 years ago
Keith Donald e85a6740d8 new tests for andy 17 years ago
Keith Donald 5cb03fa290 collapsed binding factory into binder for time being 17 years ago
Keith Donald 2db239031f polish 17 years ago