277 Commits (26845f6f7f163bfe1eb2904c3bf3ecd5b28c3140)

Author SHA1 Message Date
Stephane Nicoll 71783c5d86 Allow default settings of a custom HttpClient to apply 11 years ago
Rossen Stoyanchev ea05e0b1ad Improve @SessionAttributes support during redirect 11 years ago
Rossen Stoyanchev ea2943feca Polish ModelAndViewContainer and update tests 11 years ago
Juergen Hoeller c114c08922 Preparations for Jackson 2.5 11 years ago
Stephane Nicoll aafdcecf53 Customize connection request timeout 11 years ago
Stephane Nicoll 24b82746b5 Polish upgrade to HttpComponents 4.3 11 years ago
Stephane Nicoll fbe6051233 Upgrade HttpComponentsHIRE to HttpComponents 4.3 11 years ago
Rossen Stoyanchev 0524a82c09 Update unprocessableEntity to allow body 11 years ago
Juergen Hoeller 1daa5eb383 ResponseEntity provides static "unprocessableEntity()" convenience method as well 11 years ago
Rossen Stoyanchev 189ec75789 Add ability to clone to UriComponentsBuilder hierarchy 11 years ago
Sebastien Deleuze 2fccf3ff44 Add support for autowiring Jackson handlers 11 years ago
Juergen Hoeller d1f8968595 ControllerAdvice basePackages specifically refer to actual packages (avoiding accidental prefix matches with other packages) 11 years ago
Brian Clozel 98870251f9 Better empty response body support in RestTemplate 11 years ago
Alex Antonov b041cffe5d Fix for NPE when creating ProtobufHttpMessageConverter without ExtensionRegistryInitializer 11 years ago
Roy Clarkson 83ecf5ca1d Fix issue where FormHttpMessageConverter fails to write multipart data 11 years ago
Rossen Stoyanchev 53eec48ffd Fix HttpUrlConnection DELETE without body 12 years ago
Rossen Stoyanchev d8941ca098 Normalize 2+ '/' in path in UriComponentsBuilder 12 years ago
Rossen Stoyanchev 584b831bb9 Allow HTTP delete with request entity 12 years ago
Rossen Stoyanchev 083dece106 Polish netty client support 12 years ago
Arjen Poutsma 7de0a70f0c Netty support for (Async)RestTemplate 12 years ago
Sebastien Deleuze 1c217aae40 Support text/xml and application/*+xml in Jackson XML message converter 12 years ago
Brian Clozel a011b360d1 Polish SPR-12286 12 years ago
Brian Clozel 86d97baf65 Allow defining default content negotiation strategy 12 years ago
Brian Clozel 369cabf064 Conditionally htmlEscape chars based on encoding 12 years ago
Sam Brannen 66069333f1 Fix JUnit imports in SourceHttpMessageConverterTests 12 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 12 years ago
Juergen Hoeller d501137f4e Consistently accept empty Content-Type header and empty character encoding 12 years ago
Sebastien Deleuze f518ad9009 Add (de)serializerByType() and mixIn() to Jackson2ObjectMapperBuilder 12 years ago
Tadaya Tsuyukubo 25bb58a1e8 Add shortcuts for Jackson mix-in annotations registration 12 years ago
Juergen Hoeller d778037f40 Jackson2ObjectMapperFactoryBean builds on revised Jackson2ObjectMapperBuilder now 12 years ago
Sam Brannen 62fc39cca1 Suppress warnings in MappingJackson2XmlHttpMessageConverterTests 12 years ago
Sebastien Deleuze 77abe07807 Set Jackson DEFAULT_VIEW_INCLUSION property to false by default 12 years ago
Sebastien Deleuze 42aef5f5dc Set Jackson FAIL_ON_UNKNOWN_PROPERTIES property to false by default 12 years ago
Sebastien Deleuze 4e24d66ff7 Create a builder for Jackson ObjectMapper 12 years ago
Rossen Stoyanchev 9be0cf21e5 Support writing multipart non-ASCII file names 12 years ago
Brian Clozel b9348bb89c Fix Protobuf support - HTTP headers already written 12 years ago
Sebastien Deleuze 2989fe4203 Support Jackson based XML serialization in RestTemplate 12 years ago
Phillip Webb 2667956a30 Initialize JNDI to fix failing Environment test 12 years ago
Juergen Hoeller 81ba3b33f6 Dropped RequestEntity's template variable methods in order to remove dependencies on org.springframework.web 12 years ago
Juergen Hoeller 20c2ba35dc Polishing 12 years ago
Juergen Hoeller f4f7f40f18 Test for actual HttpInvokerProxyFactoryBean usage with plain FactoryBean return type 12 years ago
Rossen Stoyanchev a0b231d36d Update port related code in UriComponentsBuilder 12 years ago
Sebastien Deleuze 8fbd310b07 Support port URI template variables 12 years ago
Juergen Hoeller 439ce4a1a5 Polishing 12 years ago
Arjen Poutsma dbe337f932 ResponseEntity provides static "badRequest()" convenience method as well 12 years ago
Sebastien Deleuze ebc726a915 Allow null ObjectMapper in Jackson2ObjectMapperFactoryBean.getObjectType() 12 years ago
Sebastien Deleuze 6665634675 Support Jackson based XML serialization/deserialization 12 years ago
Phillip Webb ac8326d2df Polish mockito usage 12 years ago
Juergen Hoeller 5862ddc869 ResponseEntity provides static "notFound()" convenience method as well 12 years ago
Sebastien Deleuze 3922f6fc53 Update references to RFC 2616 12 years ago