774 Commits (9bb29fbc343ebe0b0188fdcec843e6fe1f3dd7e7)

Author SHA1 Message Date
Rossen Stoyanchev f84c458aba Add fromHttpRequest to UriComponentsBuilder 10 years ago
Sebastien Deleuze b215d4c29e Add modulesToInstall(Modules...) to Jackson builder 10 years ago
Rossen Stoyanchev 78f3a3cb11 Update javadoc for MultipartFile.transferTo 10 years ago
Rossen Stoyanchev fd426aaa4d Update Netty4ClientHttpRequestFactory buffer size 10 years ago
Rossen Stoyanchev a32b5e61d0 Add support for Server-Sent Events 10 years ago
Sebastien Deleuze ccb1c13951 Use UTC timezone in Jackson builder and factory tests 10 years ago
Brian Clozel cf86ecddb5 Avoid loss of body content in AbstractRequestLoggingFilter 10 years ago
Sebastien Deleuze 5fb6d6d89c Allow Jackson builder modules configuration to be customized 10 years ago
Juergen Hoeller d4dac250a8 AbstractRequestLoggingFilter allows for dedicated shouldLog check in CommonsRequestLoggingFilter 10 years ago
Sebastien Deleuze bf7a9754d5 Avoid using Java 8 ZoneId class 10 years ago
Sebastien Deleuze b89e62e5f6 Support specifying Jackson TimeZone and Locale 10 years ago
Sam Brannen c50df0c420 Polish MessageBodyClientHttpResponseWrapper 10 years ago
Brian Clozel b6675b6167 Revisit empty body response support in HTTP client 10 years ago
Craig Andrews 213a3fd779 Performance improvements in ShallowEtagHeaderFilter 10 years ago
Stephane Nicoll bce145c06e Merged HttpClient defaults with local customizations 10 years ago
Brian Clozel e02719e5e3 Fix path mapping issue in default servlet mode 10 years ago
Sam Brannen 40449e2741 Suppress warnings in tests 10 years ago
Juergen Hoeller 9ac02b319d Remove pre-3.2 deprecated classes and methods 10 years ago
Juergen Hoeller fad76336f6 Polishing 10 years ago
Juergen Hoeller 730bd02da7 Polishing 10 years ago
Juergen Hoeller 86b8112c90 Polishing 10 years ago
Stephane Nicoll 71783c5d86 Allow default settings of a custom HttpClient to apply 10 years ago
Rossen Stoyanchev ea05e0b1ad Improve @SessionAttributes support during redirect 10 years ago
Rossen Stoyanchev ea2943feca Polish ModelAndViewContainer and update tests 10 years ago
Juergen Hoeller c114c08922 Preparations for Jackson 2.5 10 years ago
Stephane Nicoll aafdcecf53 Customize connection request timeout 10 years ago
Stephane Nicoll 24b82746b5 Polish upgrade to HttpComponents 4.3 10 years ago
Stephane Nicoll fbe6051233 Upgrade HttpComponentsHIRE to HttpComponents 4.3 10 years ago
Rossen Stoyanchev 0524a82c09 Update unprocessableEntity to allow body 10 years ago
Juergen Hoeller 1daa5eb383 ResponseEntity provides static "unprocessableEntity()" convenience method as well 10 years ago
Rossen Stoyanchev 189ec75789 Add ability to clone to UriComponentsBuilder hierarchy 10 years ago
Sebastien Deleuze 2fccf3ff44 Add support for autowiring Jackson handlers 10 years ago
Juergen Hoeller d1f8968595 ControllerAdvice basePackages specifically refer to actual packages (avoiding accidental prefix matches with other packages) 10 years ago
Brian Clozel 98870251f9 Better empty response body support in RestTemplate 10 years ago
Alex Antonov bf8d99d7e4 Fixed the output stream incomplete data by explicitly flushing the OutputStreamWriter 10 years ago
Juergen Hoeller 4013fe03a5 Revised ControllerAdvice basePackages handling (based on package names instead of java.lang.Package) 10 years ago
Alex Antonov b041cffe5d Fix for NPE when creating ProtobufHttpMessageConverter without ExtensionRegistryInitializer 10 years ago
Sebastien Deleuze fbd85925de Use Jackson improved default configuration everywhere 10 years ago
Roy Clarkson 83ecf5ca1d Fix issue where FormHttpMessageConverter fails to write multipart data 10 years ago
Juergen Hoeller 2496d68e9f Relaxed final declarations and protected doInvoke methods 10 years ago
Juergen Hoeller decc5cd1ae Extracted ContentCachingRequestWrapper and ContentCachingResponseWrapper 10 years ago
Juergen Hoeller a6e7044523 Correct since declarations in Netty 4 client support 10 years ago
Juergen Hoeller 929cda6790 Allow custom @Validated annotations for handler method parameters 10 years ago
Juergen Hoeller aadb93f30c Rearranged WebAsyncTask constructor interdependencies and assertions 10 years ago
Juergen Hoeller 05bdc2cf77 Consistent declaration and use of UTF-8 Charset constants, plus related polishing 10 years ago
Rossen Stoyanchev 53eec48ffd Fix HttpUrlConnection DELETE without body 10 years ago
Juergen Hoeller bf9295bec3 ShallowEtagHeaderFilter skips "Cache-Control" header check on Servlet 2.5 10 years ago
Rossen Stoyanchev d8941ca098 Normalize 2+ '/' in path in UriComponentsBuilder 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Rossen Stoyanchev 584b831bb9 Allow HTTP delete with request entity 10 years ago