6045 Commits (7.0.x)

Author SHA1 Message Date
Sam Brannen 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) 2 hours ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 2 hours ago
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 2 hours ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 2 hours ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 2 hours ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 2 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 2 hours ago
Sam Brannen 0daa5ce631 Polishing 23 hours ago
rstoyanchev cdbaee11c1 Add PreFlightRequestFilter 1 day ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 days ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 days ago
Tobias Fasching a81367f686 Use ISO-8859-1 for fallback filename 2 days ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 5 days ago
Sam Brannen 17699103dc Consistently use American English spelling 5 days ago
Sam Brannen 04313f062e Improve documentation for FullyQualifiedConfigurationBeanNameGenerator 1 week ago
rstoyanchev 5168e3a38b Polishing contribution 1 week ago
husseinvr97 d4893fb32f Support defaultHtmlEscape in WebFlux 1 week ago
Brian Clozel cc1514be85 Fix DefaultResponseErrorHandler method visibility 1 week ago
Brian Clozel 6e9758700a Guard against invalid id/event values in Server Sent Events 1 week ago
rstoyanchev cd0c26b6db Update Javadoc on binding flag in ModelAttribute 2 weeks ago
조형준 1203ace285
Fix typo in HttpExchangeAdapterDecorator Javadoc 2 weeks ago
rstoyanchev 06d4a8fc4b Fix case sensitivity issue in ServletRequestHeadersAdapter 2 weeks ago
froggy0m0 de417beff7
Fix typo in ExceptionMapingComparator name 2 weeks ago
rstoyanchev f73302a66e Polishing contribution 2 weeks ago
Martin Mois 348482b5a0 Add usePathSegment with Predicate<RequestPath> 2 weeks ago
rstoyanchev ce2402a581 Link to Tomcat issue in ServletResponseHeadersAdapter 2 weeks ago
Sam Brannen bd40f0e6bb Fix typo 3 weeks ago
Sam Brannen 04186fdf0e Consistently refer to URLs and URIs in documentation 3 weeks ago
Juergen Hoeller d096a33f13 Add note on test difference against Jackson 3.1.0 3 weeks ago
rstoyanchev b83cb4a947 Make newRequest methods public 3 weeks ago
rstoyanchev 7e79d0e206 Polishing in DefaultRestClientTests 3 weeks ago
rstoyanchev e58ba2c665 Simplify use of InputStream with RestClient 3 weeks ago
Sam Brannen 59b9057e59 Polishing 3 weeks ago
Juergen Hoeller 95a31c4e8c Align constant name in ServletServerHttpResponse 3 weeks ago
Brian Clozel e0b54e244e Ignore flushes on ServletServerHttpResponse output stream 3 weeks ago
Brian Clozel a37447e07f Remove duplicate flushes in HttpMessageConverter implementations 3 weeks ago
Brian Clozel 7299ff9326 Improve ResourceHttpMessageConverter target type support 4 weeks ago
조형준 53f1656f56
Fix typo in CorsConfiguration Javadoc 4 weeks ago
Tran Ngoc Nhan f103af4982 Remove obsolete space in `HandlerMethod.html#assertTargetBean` javadoc 4 weeks ago
rstoyanchev 188cb9b24d Update Javadoc of RestClient.Builder defaultStatusHandler 4 weeks ago
rstoyanchev e3568a3f0a Fix generic return type support in HttpServiceMethod 4 weeks ago
rstoyanchev e106fc0434 Polishing in RestClientAdapterTests and WebClientAdapterTests 4 weeks ago
Juergen Hoeller 9b10bb5e08 Polishing 1 month ago
Juergen Hoeller 727ccd04ef Avoid setCharacterEncoding(Charset) call with null value 1 month ago
Juergen Hoeller a9f447e8d7 Consistent adaptation of HTTP headers on Servlet responses 1 month ago
rstoyanchev e5aac66157 ServletResponseHeadersAdapter checks contentType property 1 month ago
Juergen Hoeller 8bf85d2596 Polishing 1 month ago
Juergen Hoeller 508b31da4f Optimize Entry hashCode in HttpHeaders (plus related polishing) 1 month ago
海子 Yang db01f07037 Remove unused EMPTY_GROUPS in InvocableHandlerMethod 1 month ago
Brian Clozel b9e190e313 Fix HttpMessageConverters configurers support 1 month ago