1525 Commits (df46fe603f4536926c2dcd4c14cb75b36d44be4e)
 

Author SHA1 Message Date
Arjen Poutsma df46fe603f SPR-5870 - Add support for content negotiation based on a request parameter value 17 years ago
Ramnivas Laddad 3a60480e1b Override clover.instrument target to avoid build failure. Created SPR-5921 to fix this propertly. 17 years ago
Keith Donald b81e7bb81b ignore failing test for now 17 years ago
Keith Donald f6ff0eec6d fixed element type bug 17 years ago
Keith Donald c6b47be4a5 ignore cases from some tricky scenarios 17 years ago
Keith Donald 0d31e72c73 removed last ignore 17 years ago
Keith Donald d7d8bacc59 polish 17 years ago
Keith Donald 2d69617b5f more el converters 17 years ago
Keith Donald 01a770a2b8 more converters; since 3.0 17 years ago
Ramnivas Laddad ed8a512832 Fixed SPR-5920 by implementing GenericInterfaceDrivenDependencyInjectionAspect 17 years ago
Ramnivas Laddad f7a4741b5d Fixed SPR-5918. 17 years ago
Sam Brannen 27b6c0d7cc [SPR-5699] Investigating issues surrounding automatic flushing of the underlying ORM tool's session via TransactionalTestExecutionListener. 17 years ago
Keith Donald 6321be87ff string to map 17 years ago
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