1612 Commits (726d3464c1f16a6377604d49cbc8d9923d6554fa)
 

Author SHA1 Message Date
Keith Donald f53e627bb5 string array to map converter 16 years ago
Keith Donald e4c868b837 javadoc 16 years ago
Andy Clement 84bdd1ab8e better method name 16 years ago
Andy Clement 3788a84b8e 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. 16 years ago
Andy Clement e3e34b04d4 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. 16 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. 16 years ago
Keith Donald e85a6740d8 new tests for andy 16 years ago
Arjen Poutsma 6598fd736d BindingJacsonConverter/View -> MappingJacksonConverter/View 16 years ago
Sam Brannen cab7a9250d Updated change log 16 years ago
Sam Brannen 5054802eb9 [SPR-5914] Updated reference manual to point out that class-level usage of @IfProfileValue overrides method-level usage. 16 years ago
Sam Brannen 696d78c144 [SPR-5914] ProfileValueUtils now properly ensures that class-level usage of @IfProfileValue overrides method-level usage. 16 years ago
Mark Pollack 0d98baa5c1 SPR-5619 16 years ago
Mark Pollack 69422e771f SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed) 16 years ago
Mark Pollack 8c9346718b POM maintenance/development - initial jarjar support in maven build for ASM 16 years ago
Mark Pollack 0c16554e23 SPR-5803 and additional POM maintenance/development 16 years ago
Keith Donald c9a87de141 polish 16 years ago
Keith Donald 5cb03fa290 collapsed binding factory into binder for time being 16 years ago
Juergen Hoeller a8fa8f4942 JMS SingleConnectionFactory performs start call within connection monitor (for Oracle AQ) 16 years ago
Juergen Hoeller 542b88fb04 only call LocaleResolver when encountering an actual HttpServletRequest 16 years ago
Keith Donald 2db239031f polish 16 years ago
Keith Donald 80760ed7a4 polish 16 years ago
Keith Donald 0c1c5fffba collection property type formatters 16 years ago
Keith Donald 2be6ce0407 binding string to list 16 years ago
Keith Donald 2aef75b907 list binding tests 16 years ago
Keith Donald cbe6695273 formatted annotation to apply to formatted value object classes 16 years ago
Keith Donald 90bafe35cb forgot to commit type descriptor 16 years ago
Keith Donald 2bbf827d57 numerous binding enhancements; removed lazy binding for time being 16 years ago
Juergen Hoeller 5ff6191d72 preserve custom pre-bound RequestAttributes implementations (for Grails) 16 years ago
Juergen Hoeller 68e07239c7 extended checkResource(Locale) signature 16 years ago
Juergen Hoeller 2b13afd891 updated Tiles support for Tiles 2.1 compatibility (SPR-5411) 16 years ago
Arjen Poutsma 928855e47a Javadoc 16 years ago
Andy Clement d3c54d979e SPR-5906: test and fix for using expressions in property list keys and values 16 years ago
Andy Clement dcb52dbbc1 SPR-5906: test and fix for using expressions in property list keys and values 16 years ago
Andy Clement a2bce8c2a8 SPR-5905: support for inner type references in type references 'T(com.foo.A$B)' or in ctor calls 'new com.foo.A$B()' 16 years ago
Andy Clement dbdac9fa31 SPR-5847: require quotes for dotted map key names, eg. map['a.b.c'] 16 years ago
Andy Clement a4b7ce168c SPR-5804: problems with map access if it is the root object; SPR-5847: alternative map referencing strategies: a.b == a[b] == a['b'] 16 years ago
Sam Brannen 2b869d57f2 [SPR-5902] JavaDoc polishing. 16 years ago
Sam Brannen e31d947eb9 [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. 16 years ago
Sam Brannen eef6fd3f09 [SPR-5640] polishing 16 years ago
Andy Clement eb69e7574b SPR-5899: Invoking methods or constructors passing null (including varargs support) 16 years ago
Sam Brannen c254f389c0 [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. 16 years ago
Andy Clement ea2580af68 SPR-5518: textual alternatives for operators (eq, lt, le, gt, ge, ne, div, mod, not) - removes messy escaping for expressions declared in XML. 16 years ago
Sam Brannen e77e070e7a [SPR-4702] Reference manual updates 16 years ago
Sam Brannen 1f087b412d [SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods with TestNG support classes. 16 years ago
Sam Brannen 0483cb5a3d [SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods. 16 years ago
Sam Brannen 51b8b99dfc [SPR-4702] JavaDoc updates 16 years ago
Sam Brannen 8dec6af038 [SPR-4702] Added support for @DirtiesContext at the test class level. 16 years ago
Sam Brannen 0222a4a56c Polishing: suppressing warnings. 16 years ago
Sam Brannen f26e2e3d7b [SPR-4702] Improving JavaDoc for TestExecutionListener. 16 years ago
Keith Donald dc935dcd6d added validation result 16 years ago