264 Commits (53eec48ffd4cb2a15f54617129272a00f93eb50f)

Author SHA1 Message Date
Rossen Stoyanchev 53eec48ffd Fix HttpUrlConnection DELETE without body 10 years ago
Rossen Stoyanchev d8941ca098 Normalize 2+ '/' in path in UriComponentsBuilder 10 years ago
Rossen Stoyanchev 584b831bb9 Allow HTTP delete with request entity 10 years ago
Rossen Stoyanchev 083dece106 Polish netty client support 10 years ago
Arjen Poutsma 7de0a70f0c Netty support for (Async)RestTemplate 10 years ago
Sebastien Deleuze 1c217aae40 Support text/xml and application/*+xml in Jackson XML message converter 10 years ago
Brian Clozel a011b360d1 Polish SPR-12286 10 years ago
Brian Clozel 86d97baf65 Allow defining default content negotiation strategy 10 years ago
Brian Clozel 369cabf064 Conditionally htmlEscape chars based on encoding 10 years ago
Sam Brannen 66069333f1 Fix JUnit imports in SourceHttpMessageConverterTests 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller d501137f4e Consistently accept empty Content-Type header and empty character encoding 10 years ago
Sebastien Deleuze f518ad9009 Add (de)serializerByType() and mixIn() to Jackson2ObjectMapperBuilder 10 years ago
Tadaya Tsuyukubo 25bb58a1e8 Add shortcuts for Jackson mix-in annotations registration 10 years ago
Juergen Hoeller d778037f40 Jackson2ObjectMapperFactoryBean builds on revised Jackson2ObjectMapperBuilder now 10 years ago
Sam Brannen 62fc39cca1 Suppress warnings in MappingJackson2XmlHttpMessageConverterTests 10 years ago
Sebastien Deleuze 77abe07807 Set Jackson DEFAULT_VIEW_INCLUSION property to false by default 10 years ago
Sebastien Deleuze 42aef5f5dc Set Jackson FAIL_ON_UNKNOWN_PROPERTIES property to false by default 10 years ago
Sebastien Deleuze 4e24d66ff7 Create a builder for Jackson ObjectMapper 10 years ago
Rossen Stoyanchev 9be0cf21e5 Support writing multipart non-ASCII file names 10 years ago
Brian Clozel b9348bb89c Fix Protobuf support - HTTP headers already written 10 years ago
Sebastien Deleuze 2989fe4203 Support Jackson based XML serialization in RestTemplate 10 years ago
Phillip Webb 2667956a30 Initialize JNDI to fix failing Environment test 10 years ago
Juergen Hoeller 81ba3b33f6 Dropped RequestEntity's template variable methods in order to remove dependencies on org.springframework.web 10 years ago
Juergen Hoeller 20c2ba35dc Polishing 10 years ago
Juergen Hoeller f4f7f40f18 Test for actual HttpInvokerProxyFactoryBean usage with plain FactoryBean return type 10 years ago
Rossen Stoyanchev a0b231d36d Update port related code in UriComponentsBuilder 10 years ago
Sebastien Deleuze 8fbd310b07 Support port URI template variables 10 years ago
Juergen Hoeller 439ce4a1a5 Polishing 10 years ago
Arjen Poutsma dbe337f932 ResponseEntity provides static "badRequest()" convenience method as well 10 years ago
Sebastien Deleuze ebc726a915 Allow null ObjectMapper in Jackson2ObjectMapperFactoryBean.getObjectType() 10 years ago
Sebastien Deleuze 6665634675 Support Jackson based XML serialization/deserialization 10 years ago
Phillip Webb ac8326d2df Polish mockito usage 10 years ago
Juergen Hoeller 5862ddc869 ResponseEntity provides static "notFound()" convenience method as well 10 years ago
Sebastien Deleuze 3922f6fc53 Update references to RFC 2616 10 years ago
Stephane Nicoll 3da68cfe21 Remove unused imports 10 years ago
Juergen Hoeller 8cc0fa5ae1 Polishing 10 years ago
Rossen Stoyanchev 5be1ff281c Polish 10 years ago
Brian Clozel b56703eadc Add Google Protobuf support with a MessageConverter 10 years ago
Sebastien Deleuze 86e8bdab6b Make ListenableFuture compliant with Java 8 lambda 10 years ago
Brian Clozel a4484bb767 Fix UriComponentsBuilder.fromUriString parsing error 10 years ago
Juergen Hoeller 367b0394a2 Spring's ROME support requires ROME 1.5 (com.rometools.rome) now 10 years ago
Rossen Stoyanchev d3a87a13f7 Polish 10 years ago
Arjen Poutsma f6fbdafb6a Introduce RequestEntity and builder 10 years ago
Juergen Hoeller a9b650fd0f DefaultAdvisorChainFactory never passes null into ClassFilter, enabling async advisor to work without target class as well 10 years ago
Brian Clozel 9919a98231 HttpHeaders fails getAllow if set to EmptyCollection 10 years ago
Juergen Hoeller d239016a8c UriComponentBuilder allows for multiple independent build() calls on same builder instance 10 years ago
Juergen Hoeller 88eabe874c Latest dependency updates (Jackson 2.4, Jetty 9.2.1, H2 1.4.178, Apache HttpClient 4.3.4) 10 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 10 years ago
Rossen Stoyanchev b214db3fc8 Rename HttpStatus 308 to Permanent Redirect 10 years ago