6064 Commits (99e7543a7faefb0b22a5cfb3e308e2b7e9075e61)

Author SHA1 Message Date
Brian Clozel de0dfe5d93 Fix Javadoc format error 4 days ago
Brian Clozel aac521c116 Add integration tests and docs for multipart support 4 days ago
Brian Clozel ab8de8ec4b Support Map payloads in FormHttpMessageConverter 4 days ago
Brian Clozel abc3cfc7be Move multipart support to dedicated converter 4 days ago
Brian Clozel 44302aca93 Add MultipartHttpMessageConverter 4 days ago
Brian Clozel ac86dc1264 Move multipart test files to a common location 4 days ago
Brian Clozel 051219c3c9 Introduce HttpMessageConverter#canWriteRepeatedly 4 days ago
Brian Clozel 4c1b4f33a8 Skip Jaxb auto-detection in HttpMessageConverters for servers 6 days ago
Brian Clozel d1950f598a Fix response stream handling in `RestClient` 6 days ago
Juergen Hoeller 3a35c4dbd0 Consistent IOException spelling in class/method names 1 week ago
Sam Brannen 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) 1 week ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 1 week ago
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 1 week ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 1 week ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 1 week ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 1 week ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 1 week ago
Sam Brannen 0daa5ce631 Polishing 2 weeks ago
rstoyanchev cdbaee11c1 Add PreFlightRequestFilter 2 weeks ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 weeks ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 weeks ago
Sam Brannen b846a29b17 Polishing 2 weeks ago
Tobias Fasching a81367f686 Use ISO-8859-1 for fallback filename 2 weeks ago
rstoyanchev 66607cb145 Add PreFlightRequestFilter 2 weeks ago
Brian Clozel 22e4d84993 Add support for "application/jsonl" JSON lines 2 weeks ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 2 weeks ago
Sam Brannen 17699103dc Consistently use American English spelling 2 weeks ago
Sam Brannen 04313f062e Improve documentation for FullyQualifiedConfigurationBeanNameGenerator 3 weeks ago
rstoyanchev 5168e3a38b Polishing contribution 3 weeks ago
husseinvr97 d4893fb32f Support defaultHtmlEscape in WebFlux 3 weeks ago
Brian Clozel cc1514be85 Fix DefaultResponseErrorHandler method visibility 3 weeks ago
Brian Clozel 6e9758700a Guard against invalid id/event values in Server Sent Events 3 weeks ago
rstoyanchev cd0c26b6db Update Javadoc on binding flag in ModelAttribute 3 weeks ago
조형준 1203ace285
Fix typo in HttpExchangeAdapterDecorator Javadoc 3 weeks ago
rstoyanchev 06d4a8fc4b Fix case sensitivity issue in ServletRequestHeadersAdapter 3 weeks ago
froggy0m0 de417beff7
Fix typo in ExceptionMapingComparator name 3 weeks ago
rstoyanchev f73302a66e Polishing contribution 4 weeks ago
Martin Mois 348482b5a0 Add usePathSegment with Predicate<RequestPath> 4 weeks ago
rstoyanchev ce2402a581 Link to Tomcat issue in ServletResponseHeadersAdapter 4 weeks ago
Sam Brannen bd40f0e6bb Fix typo 4 weeks ago
Sam Brannen 04186fdf0e Consistently refer to URLs and URIs in documentation 4 weeks ago
Juergen Hoeller d096a33f13 Add note on test difference against Jackson 3.1.0 1 month ago
rstoyanchev b83cb4a947 Make newRequest methods public 1 month ago
rstoyanchev 7e79d0e206 Polishing in DefaultRestClientTests 1 month ago
rstoyanchev e58ba2c665 Simplify use of InputStream with RestClient 1 month ago
Sam Brannen 59b9057e59 Polishing 1 month ago
Juergen Hoeller 95a31c4e8c Align constant name in ServletServerHttpResponse 1 month ago
Brian Clozel e0b54e244e Ignore flushes on ServletServerHttpResponse output stream 1 month ago
Brian Clozel a37447e07f Remove duplicate flushes in HttpMessageConverter implementations 1 month ago
Brian Clozel 7299ff9326 Improve ResourceHttpMessageConverter target type support 1 month ago