1512 Commits (73f0d581ab87a96586fdd0a77dd93c7cd56db100)
 

Author SHA1 Message Date
Keith Donald 73f0d581ab string array to map converter 17 years ago
Keith Donald 56aa00ca75 javadoc 17 years ago
Andy Clement b69e7893a2 better method name 17 years ago
Andy Clement 41133bed8b 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
Andy Clement 4b94f3b381 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
Andy Clement 85a197f5b8 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 7e6cb43962 new tests for andy 17 years ago
Arjen Poutsma 0909d43f19 BindingJacsonConverter/View -> MappingJacksonConverter/View 17 years ago
Sam Brannen 45346736e1 Updated change log 17 years ago
Sam Brannen 27948db063 [SPR-5914] Updated reference manual to point out that class-level usage of @IfProfileValue overrides method-level usage. 17 years ago
Sam Brannen c4b5960c13 [SPR-5914] ProfileValueUtils now properly ensures that class-level usage of @IfProfileValue overrides method-level usage. 17 years ago
Mark Pollack bed23619b7 SPR-5619 17 years ago
Mark Pollack 0d92d4afb3 SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed) 17 years ago
Mark Pollack da4f4ef034 POM maintenance/development - initial jarjar support in maven build for ASM 17 years ago
Mark Pollack ead546b2f2 SPR-5803 and additional POM maintenance/development 17 years ago
Keith Donald 6bff10bdf0 polish 17 years ago
Keith Donald d2714c0904 collapsed binding factory into binder for time being 17 years ago
Juergen Hoeller 9f9a3222e2 JMS SingleConnectionFactory performs start call within connection monitor (for Oracle AQ) 17 years ago
Juergen Hoeller a848f64378 only call LocaleResolver when encountering an actual HttpServletRequest 17 years ago
Keith Donald 419d26f93d polish 17 years ago
Keith Donald 4f68c6b893 polish 17 years ago
Keith Donald 5f9bc8004b collection property type formatters 17 years ago
Keith Donald c92929a293 binding string to list 17 years ago
Keith Donald 619a8d972f list binding tests 17 years ago
Keith Donald fce0c70651 formatted annotation to apply to formatted value object classes 17 years ago
Keith Donald 9ee9fa1cae forgot to commit type descriptor 17 years ago
Keith Donald ea3da1bcd6 numerous binding enhancements; removed lazy binding for time being 17 years ago
Juergen Hoeller 5c19909c61 preserve custom pre-bound RequestAttributes implementations (for Grails) 17 years ago
Juergen Hoeller 59b6b5ef0d extended checkResource(Locale) signature 17 years ago
Juergen Hoeller 4315988726 updated Tiles support for Tiles 2.1 compatibility (SPR-5411) 17 years ago
Arjen Poutsma 4590172b23 Javadoc 17 years ago
Andy Clement 898f8192c8 SPR-5906: test and fix for using expressions in property list keys and values 17 years ago
Andy Clement f4a52f32b3 SPR-5906: test and fix for using expressions in property list keys and values 17 years ago
Andy Clement 38327100d6 SPR-5905: support for inner type references in type references 'T(com.foo.A$B)' or in ctor calls 'new com.foo.A$B()' 17 years ago
Andy Clement 79b4a2cbed SPR-5847: require quotes for dotted map key names, eg. map['a.b.c'] 17 years ago
Andy Clement f6ab00e72a SPR-5804: problems with map access if it is the root object; SPR-5847: alternative map referencing strategies: a.b == a[b] == a['b'] 17 years ago
Sam Brannen d6aec2552e [SPR-5902] JavaDoc polishing. 17 years ago
Sam Brannen 9582270a59 [SPR-5640] Updated reference manual regarding new support for marking the test application context as 'dirty' after each test method within a given test class. 17 years ago
Sam Brannen bcc57cf59a [SPR-5640] polishing 17 years ago
Andy Clement 3150681307 SPR-5899: Invoking methods or constructors passing null (including varargs support) 17 years ago
Sam Brannen 4f9c1bf118 [SPR-5640] Added support for marking the test application context as 'dirty' after each test method within a given test class via the new DirtiesContext.classMode() attribute. 17 years ago
Andy Clement 4662a320d0 SPR-5518: textual alternatives for operators (eq, lt, le, gt, ge, ne, div, mod, not) - removes messy escaping for expressions declared in XML. 17 years ago
Sam Brannen 80424f4423 [SPR-4702] Reference manual updates 17 years ago
Sam Brannen aa84e3a83b [SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods with TestNG support classes. 17 years ago
Sam Brannen a9c12b58bf [SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods. 17 years ago
Sam Brannen f7e112955e [SPR-4702] JavaDoc updates 17 years ago
Sam Brannen edab801f88 [SPR-4702] Added support for @DirtiesContext at the test class level. 17 years ago
Sam Brannen 4ec91c47c3 Polishing: suppressing warnings. 17 years ago
Sam Brannen efa98d3ff4 [SPR-4702] Improving JavaDoc for TestExecutionListener. 17 years ago
Keith Donald 052c2033b3 added validation result 17 years ago