6062 Commits (ab8de8ec4b004e80979af6e4391e28a8a5da4f8e)

Author SHA1 Message Date
Brian Clozel ab8de8ec4b Support Map payloads in FormHttpMessageConverter 2 weeks ago
Brian Clozel abc3cfc7be Move multipart support to dedicated converter 2 weeks ago
Brian Clozel 44302aca93 Add MultipartHttpMessageConverter 2 weeks ago
Brian Clozel ac86dc1264 Move multipart test files to a common location 2 weeks ago
Brian Clozel 051219c3c9 Introduce HttpMessageConverter#canWriteRepeatedly 2 weeks ago
Brian Clozel 4c1b4f33a8 Skip Jaxb auto-detection in HttpMessageConverters for servers 2 weeks ago
Brian Clozel d1950f598a Fix response stream handling in `RestClient` 2 weeks ago
Juergen Hoeller 3a35c4dbd0 Consistent IOException spelling in class/method names 3 weeks ago
Sam Brannen 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) 3 weeks ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 3 weeks ago
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 3 weeks ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 3 weeks ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 3 weeks ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 3 weeks ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 3 weeks ago
Sam Brannen 0daa5ce631 Polishing 3 weeks ago
rstoyanchev cdbaee11c1 Add PreFlightRequestFilter 3 weeks ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 3 weeks ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 3 weeks ago
Sam Brannen b846a29b17 Polishing 3 weeks ago
Tobias Fasching a81367f686 Use ISO-8859-1 for fallback filename 3 weeks ago
rstoyanchev 66607cb145 Add PreFlightRequestFilter 3 weeks ago
Brian Clozel 22e4d84993 Add support for "application/jsonl" JSON lines 3 weeks ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 3 weeks ago
Sam Brannen 17699103dc Consistently use American English spelling 3 weeks ago
Sam Brannen 04313f062e Improve documentation for FullyQualifiedConfigurationBeanNameGenerator 4 weeks ago
rstoyanchev 5168e3a38b Polishing contribution 4 weeks ago
husseinvr97 d4893fb32f Support defaultHtmlEscape in WebFlux 4 weeks ago
Brian Clozel cc1514be85 Fix DefaultResponseErrorHandler method visibility 4 weeks ago
Brian Clozel 6e9758700a Guard against invalid id/event values in Server Sent Events 4 weeks ago
rstoyanchev cd0c26b6db Update Javadoc on binding flag in ModelAttribute 1 month ago
조형준 1203ace285
Fix typo in HttpExchangeAdapterDecorator Javadoc 1 month ago
rstoyanchev 06d4a8fc4b Fix case sensitivity issue in ServletRequestHeadersAdapter 1 month ago
froggy0m0 de417beff7
Fix typo in ExceptionMapingComparator name 1 month ago
rstoyanchev f73302a66e Polishing contribution 1 month ago
Martin Mois 348482b5a0 Add usePathSegment with Predicate<RequestPath> 1 month ago
rstoyanchev ce2402a581 Link to Tomcat issue in ServletResponseHeadersAdapter 1 month ago
Sam Brannen bd40f0e6bb Fix typo 1 month ago
Sam Brannen 04186fdf0e Consistently refer to URLs and URIs in documentation 1 month 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
조형준 53f1656f56
Fix typo in CorsConfiguration Javadoc 2 months ago
Tran Ngoc Nhan f103af4982 Remove obsolete space in `HandlerMethod.html#assertTargetBean` javadoc 2 months ago