2872 Commits (c3c152f80636d91090be899f66cc033796fa777f)

Author SHA1 Message Date
Rossen Stoyanchev 2ff3d53962 Ignore parse errors in HttpPutFormContentFilter 12 years ago
Rossen Stoyanchev 0a877afa06 Optimize use of HandlerMethod and sub-classes 12 years ago
Rossen Stoyanchev 70b0b97b54 Fix cyclical package dependency 12 years ago
Rossen Stoyanchev 6e85dd8917 Polish async request processing 12 years ago
Phillip Webb 9821868707 Refactor and polish various Comparator impls 12 years ago
Chris Beams 6517517ca9 Refactor to lazy Environment creation where possible 12 years ago
Rob Winch c92a06f003 Support Filters/Servlet invocation in MockFilterChain 12 years ago
Rossen Stoyanchev a49851d5eb Add equals/hashcode to ResponseEntity 12 years ago
Rossen Stoyanchev 2201dd8c45 Add support for matrix variables 12 years ago
Rossen Stoyanchev da05b094f5 Polish standard Spring MVC exception handling 12 years ago
Arjen Poutsma d37e7878e6 Improved Javadoc 12 years ago
Rossen Stoyanchev c9b7b132fb Support generic types in @RequestBody arguments 12 years ago
Arjen Poutsma ed3823b045 Support generic target types in the RestTemplate 12 years ago
Rossen Stoyanchev 789e12a0c7 Use OS-specific newline in Jackon pretty print tests 12 years ago
Rossen Stoyanchev 2965df6bee Update Javadoc of UriComponentsBuilder 12 years ago
Rossen Stoyanchev af1561634c Allow Errors after @RequestBody and @RequestPart 12 years ago
Rossen Stoyanchev 06d95915a0 Add error message for missing servlet request param. 12 years ago
Rossen Stoyanchev 4f55518290 Update remaining filter with async support 12 years ago
Rossen Stoyanchev cdab04a032 Set timeout value and task executor per async request 12 years ago
Rossen Stoyanchev 4407f6a4c0 Make DeferredResult more usable and testable 12 years ago
Sam Brannen 3b9833c538 Update MockHttpSession across the test suite 12 years ago
Rossen Stoyanchev e65b930e7a Introduced ControllerAdvice annotation 12 years ago
Sam Brannen f1105812af Polish Spring MVC ContextLoader 12 years ago
Rossen Stoyanchev 529e62921d Refactor Servlet 3 async support 12 years ago
Sam Brannen 37dc211f58 Support named dispatchers in MockServletContext 12 years ago
Sam Brannen 060b37ca8d Fix typo in MockFilterChain 12 years ago
Rossen Stoyanchev 64d939bb16 Add ContentNegotiationManagerFactoryBean 12 years ago
Rossen Stoyanchev 028e15faa3 Add options to configure content negotiation 12 years ago
Rossen Stoyanchev 6cc512b51c Ensure async Callables are in sync with the call stack 12 years ago
Rossen Stoyanchev eab6e1d134 Parameterize DeferredResult 12 years ago
Rossen Stoyanchev e860fa9a8b Move feed message converters ahead of jackson/jaxb2 12 years ago
Rossen Stoyanchev c846198e46 Add support for global @ExceptionHandler methods 12 years ago
Juergen Hoeller 9aa43fcef6 reintroduced static DEFAULT_CHARSET field 12 years ago
Rossen Stoyanchev b9786ccaca Fix minor issue in HandlerMethod 12 years ago
Rossen Stoyanchev a4240d2864 Add defaultCharset field to StringHttpMessageConverter 12 years ago
Phillip Webb ecc6a5aed2 Improve SimpleStreamingClientHttpRequest performance 12 years ago
Chris Beams dc822cdca0 Reflect 3.2=>3.1.2 backports in @since tags etc 12 years ago
Rossen Stoyanchev 4fd7645efd Enable smart suffix pattern match for request mapping 12 years ago
Rossen Stoyanchev f94aed8386 Polish ContentNegotiationStrategy support 12 years ago
Rossen Stoyanchev 4623568bce Polish client support for HTTP PATCH 12 years ago
Rossen Stoyanchev a0747458e7 Add support for HTTP PATCH method 12 years ago
Rossen Stoyanchev f05e2bc56f Add abstractions for content negotiation 12 years ago
Sam Brannen e3d8ab2088 Fix Javadoc typo in ConfigurableWebEnvironment 12 years ago
Chris Beams 08498d57dd Fix line endings in new JacksonObjectMapper classes 12 years ago
Dmitry Katsubo aa415d7c0c BeanFactory for configuring a Jackson ObjectMapper 12 years ago
David J. Biesack 7cd0b16403 Minor fix in Javadoc for RequestMapping 12 years ago
Rossen Stoyanchev 277a115f8b Minor Javadoc fix 12 years ago
Maxim Valyanskiy 7cdc53487d Allow parsing of media types with single-quotes 12 years ago
Rossen Stoyanchev ab4952a959 Raise RestClientException for unknown status codes 12 years ago
Scott Andrews b992c3d3f2 Include response headers in RestTemplate exceptions 12 years ago