3777 Commits (ca2dbc1c59af4ef45e092d9d7ea4592cb0a03fe1)
 

Author SHA1 Message Date
Costin Leau ca2dbc1c59 renamed EhcacheCacheManager to EhCacheCacheManager 14 years ago
Costin Leau 4da39b48f7 moved cache abstraction from context.support to context 14 years ago
Keith Donald fbb1fa33a1 added support for Instant and MutableDateTime binding to JodaTime formatting system; allow for use of @DateTimeFormat on any ReadableInstant field 14 years ago
Keith Donald ff7f3aebea reordered interface operations for clarity 14 years ago
Keith Donald 7d1104e442 SPR-7875 14 years ago
Rossen Stoyanchev 37e0a90350 SPR-7327 Add minOccurs=0 to sub-elements of mvc:annotation-driven and add more tests 14 years ago
Rossen Stoyanchev 7aaad37120 SPR-7327 add <mvc:argument-resolvers> namespace element 14 years ago
Costin Leau 182b6a437c + fixed cache xsd minor typo 14 years ago
Costin Leau 44b5df0db1 SPR-7887 14 years ago
Costin Leau 9c071e5d19 SPR-4331 14 years ago
Costin Leau f191be56d1 SPR-4331 14 years ago
Rossen Stoyanchev 93de9622fc Remove code for parsing mvc:formatters (SPR-7732) 14 years ago
Costin Leau 0c5a13cc96 SPR-7887 14 years ago
Arjen Poutsma c4a954a618 SPR-7494 - Introduce interceptors for RestTemplate 14 years ago
Arjen Poutsma 62425568b9 SPR-7494 - Introduce interceptors for RestTemplate 14 years ago
Rossen Stoyanchev abff2b959b SPR-7912 Add tests for FormattingConversionServiceFactoryBean, update reference docs, and remove mvc:formatters 14 years ago
Rossen Stoyanchev 149348c907 SPR-7912 Introduce FormatterRegistrar interface and FormattingConversionServiceFactoryBean enhancements. 14 years ago
Juergen Hoeller 9dd6f467b9 get/stripFilenameExtension correctly ignores Unix-style hidden directories (SPR-7828) 14 years ago
Juergen Hoeller 7af890cc5f fixed tests (SPR-7779) 14 years ago
Juergen Hoeller f4a2282d9d LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability (SPR-7779) 14 years ago
Juergen Hoeller b3f039ae5f Servlet/PortletRequestDataBinder perform unwrapping for MultipartRequest as well (SPR-7795) 14 years ago
Arjen Poutsma 4835be78b7 Made abstract requests public again 14 years ago
Arjen Poutsma 4e50eafe74 Small performance improvement 14 years ago
Rossen Stoyanchev f26b499cbd SPR-7732, SPR-6506, SPR-7191 MVC Namespace improvements to the annotation-driven element - custom message converters, formatters, and message codes resolver. 14 years ago
Arjen Poutsma 1ed1c59888 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError 14 years ago
Arjen Poutsma d0d6a07870 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError 14 years ago
Arjen Poutsma 33674933ea OutOfMemory Errors when posting large objects via RestTemplate 14 years ago
Sam Brannen 2ed3d77331 [SPR-7849] fixed link to Goals section and updated EasyMock description. 14 years ago
Sam Brannen 6362de44d1 [SPR-7849] revised the testing chapter based on internal review and new insight. 14 years ago
Juergen Hoeller d3d7634574 added tests with error in BindingResult (SPR-7809) 14 years ago
Arjen Poutsma 465e093bfb SPR-7729 - MediaType incorrectly calls the toString() method instead of name() method causing RestTemplate on Android to fail 14 years ago
Arjen Poutsma 157623b47f SPR-6902 - @ResponseBody does not work with @ExceptionHandler 14 years ago
Arjen Poutsma 4998d061f8 SPR-7869 - Accept-Charset header with '*' results in java.nio.charset.IllegalCharsetNameException 14 years ago
Keith Donald 2fcab44de0 remove addressed TODO 14 years ago
Keith Donald 34fbd5affa typo 14 years ago
Keith Donald 0d28b70aa8 failing test case 14 years ago
Keith Donald 7bf4e93783 out of memory test case 14 years ago
Keith Donald 414fcab899 sp7839 - map autogrow, including auto-grow support for map values 14 years ago
Andy Clement ac9fd008de more projection tests - verifying the typedescriptor changes made by Keith 14 years ago
Keith Donald b5c167bdb1 ignore failing tests temp for array nesting level bug and map autogrow bug 14 years ago
Keith Donald 90d8dade25 fixed bug related to array autogrow 14 years ago
Keith Donald 8df6b86dd1 ignore failing test 14 years ago
Keith Donald 5d6840e877 array autogrow on set e.g. array[0]=foo 14 years ago
Keith Donald 2ef629d5a8 removed accidental system.out commit 14 years ago
Keith Donald 1ed03fc6ca fetch property value again after setting default value to protect against object copy 14 years ago
Keith Donald 3bb17974d8 empty collection test refinements 14 years ago
Keith Donald b040606cfa spr-7728: empty collection conversion can return value not assignable to targetType 14 years ago
Chris Beams a7293d2961 Introduce ApplicationContextInitializer interface 14 years ago
Keith Donald 71e60f4551 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 14 years ago
Keith Donald 0fb631348e switched to better encapsulated convert(Object, TypeDescriptor) where possible 14 years ago