3754 Commits (174f609be42e4ce25c8406c6f88fd2c8eb2b0da2)
 

Author SHA1 Message Date
Rossen Stoyanchev 174f609be4 SPR-7732, SPR-6506, SPR-7191 MVC Namespace improvements to the annotation-driven element - custom message converters, formatters, and message codes resolver. 15 years ago
Arjen Poutsma 3145ebc0a2 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError 15 years ago
Arjen Poutsma 4ae9715362 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError 15 years ago
Arjen Poutsma 6f7f606b45 OutOfMemory Errors when posting large objects via RestTemplate 15 years ago
Sam Brannen 59572b2057 [SPR-7849] fixed link to Goals section and updated EasyMock description. 15 years ago
Sam Brannen 80fde6cd3a [SPR-7849] revised the testing chapter based on internal review and new insight. 15 years ago
Juergen Hoeller 7512a85355 added tests with error in BindingResult (SPR-7809) 15 years ago
Arjen Poutsma 1c0263d1cc SPR-7729 - MediaType incorrectly calls the toString() method instead of name() method causing RestTemplate on Android to fail 15 years ago
Arjen Poutsma 38282a38bf SPR-6902 - @ResponseBody does not work with @ExceptionHandler 15 years ago
Arjen Poutsma 746167be6f SPR-7869 - Accept-Charset header with '*' results in java.nio.charset.IllegalCharsetNameException 15 years ago
Keith Donald f49c52cda0 remove addressed TODO 15 years ago
Keith Donald 56d69a9ede typo 15 years ago
Keith Donald bdb6b8221c failing test case 15 years ago
Keith Donald f886af7bee out of memory test case 15 years ago
Keith Donald d269c050cc sp7839 - map autogrow, including auto-grow support for map values 15 years ago
Andy Clement fb2e3af50c more projection tests - verifying the typedescriptor changes made by Keith 15 years ago
Keith Donald da069e5972 ignore failing tests temp for array nesting level bug and map autogrow bug 15 years ago
Keith Donald 78643f8577 fixed bug related to array autogrow 15 years ago
Keith Donald c6481d56de ignore failing test 15 years ago
Keith Donald 7d9e728c55 array autogrow on set e.g. array[0]=foo 15 years ago
Keith Donald 407c54ca29 removed accidental system.out commit 15 years ago
Keith Donald a248b54e6a fetch property value again after setting default value to protect against object copy 15 years ago
Keith Donald bcb10f2fe4 empty collection test refinements 15 years ago
Keith Donald c45f4b1caf spr-7728: empty collection conversion can return value not assignable to targetType 15 years ago
Chris Beams 5a7d2a91ba Introduce ApplicationContextInitializer interface 15 years ago
Keith Donald 61d54ae436 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 15 years ago
Keith Donald 97033d66fb switched to better encapsulated convert(Object, TypeDescriptor) where possible 15 years ago
Keith Donald 5403913103 added call to applyIndexedObject to build nested source element type descriptor from element value 15 years ago
Keith Donald 76443f55c1 support for empty collection->collection. map->map, collection->array conversion 15 years ago
Keith Donald 950493a4c8 getPropertyTypeDescriptor implementation optimization 15 years ago
Keith Donald 75f36d291a getPropertyTypeDescriptor bug fixes 15 years ago
Keith Donald d3d7951265 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 15 years ago
Sam Brannen 22e377580c Changed slf4j.jcl dependency from 1.5.6 to 1.5.3 for consistency with build.versions. 15 years ago
Keith Donald 66814f1235 forNestedType usage clarification 15 years ago
Sam Brannen b8d53d2ba7 Updates to readme and changelog files regarding 3.1.0.M1 15 years ago
Keith Donald 6756901e84 temp added ignore on 2 new failing tests until time to investigate 15 years ago
Keith Donald 14f1bb5e67 temp added ignore on 2 new failing tests until time to investigate 15 years ago
Chris Beams 1f8637d944 Introduce and integrate JndiPropertySource 15 years ago
Chris Beams 6364c02427 Polish Javadoc for PropertySource implementations 15 years ago
Keith Donald ed2a257e69 added initial support for handling unknown nested type values when converting collections; now favor factory method for constructing nested type descriptors for clarity (made constructor private); improved javadoc 15 years ago
Chris Beams 480aa5d993 Document createEnvironment() methods 15 years ago
Chris Beams 0821b2c6c2 Polish (Mutable)PropertySources 15 years ago
Chris Beams d29eae3ba0 Remove dead code 15 years ago
Chris Beams 3aaa6cf23a Refactor PropertyPlaceholderConfigurer hierarchy 15 years ago
Chris Beams 835a3f8d64 Refactor Environment and PropertySource 15 years ago
Chris Beams 520579d886 Update build instructions in readme 15 years ago
Juergen Hoeller a0ee194603 reduced BeanDefinition footprint by initializing Sets and Maps with 0 (SPR-7491) 15 years ago
Juergen Hoeller 2e6f39922d revised javadoc on "exactDateLength" (SPR-7759) 15 years ago
Juergen Hoeller 3107fec82d fixed aspects bundle to declare dependencies for @Async aspect as well (SPR-7702) 15 years ago
Juergen Hoeller ad67d91646 fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null (SPR-7682) 15 years ago