3199 Commits (7.0.x)

Author SHA1 Message Date
Brian Clozel 0b2e3900b9 Share codings resolution in resource resolvers 8 hours ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 13 hours ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 13 hours ago
Sam Brannen 399f779c43 Convert assertThat(x instanceof X).isFalse() to assertThat(x).isNotInstanceOf() 13 hours ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 13 hours ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 13 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 13 hours ago
rstoyanchev 8817536e5a Lower log level of cache miss in HandlerMappingIntrospector 2 days 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
Sam Brannen 17699103dc Consistently use American English spelling 5 days ago
Sébastien Deleuze 739d5ba77b Leverage ResourceHandlerUtils in ScriptTemplateView 1 week ago
Sébastien Deleuze 19ab92ef59 Restore ScriptTemplateViewTests 1 week ago
Brian Clozel 6e9758700a Guard against invalid id/event values in Server Sent Events 1 week ago
rstoyanchev 77bc13dc8c Polishing contribution 2 weeks ago
rstoyanchev ab9895b5a9 Polishing contribution 2 weeks ago
Agil ce5c4f3b4b Refactor calculateHashCode method for clarity 2 weeks ago
rstoyanchev f73302a66e Polishing contribution 2 weeks ago
Martin Mois 348482b5a0 Add usePathSegment with Predicate<RequestPath> 2 weeks ago
Sam Brannen bbe733def7 Address Checkstyle violation 2 weeks ago
Sam Brannen 50c29e64f8 Polish documentation for FrameworkServlet and HttpServletBean 2 weeks ago
Sam Brannen 04186fdf0e Consistently refer to URLs and URIs in documentation 3 weeks ago
조형준 017892265e
Fix typo in WebMvcConfigurationSupport Javadoc 3 weeks ago
Sam Brannen 59b9057e59 Polishing 3 weeks ago
Brian Clozel e0b54e244e Ignore flushes on ServletServerHttpResponse output stream 3 weeks ago
Brian Clozel 2691489381 Fix InvalidMimeTypeException for compatible media types 4 weeks ago
rstoyanchev d4b2a493f9 Fix duplicate header writing in ResponseBodyEmitterReturnValueHandler 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 7ea11baff9 Pass-through handling of Servlet headers 1 month ago
Sam Brannen 926bcbd9a6 Stop referring to obsolete ListenableFuture in documentation 1 month ago
Juergen Hoeller 1703388074 Cache ResponseBody annotation presence per controller class 1 month ago
Brian Clozel 62e590a437 Use updated message in HttpEntityMethodProcessor 1 month ago
Łukasz Jernaś c33b82f2a1 Log which HandlerInterceptor threw the exception 1 month ago
rstoyanchev b227701473 Optimize RequestMappingInfo hashcode calculation 1 month ago
rstoyanchev 78967d4bd6 Optimize version match 1 month ago
rstoyanchev 1d2351c87b Optimize single PathPattern match 1 month ago
Brian Clozel d1b0bdb3d5 Revert Servlet TRACE error dispatch workaround 1 month ago
Sam Brannen 7917ae53e8 Polishing 2 months ago
Sébastien Deleuze eea9130ea6 Fix context class resolution for nested types 2 months ago
Sébastien Deleuze d85ac300bb Update JsonView advices Javadoc 2 months ago
rstoyanchev e0aa116217 Re-initialize API version in each HandlerMapping 2 months ago
rstoyanchev 05b98b0a32 Suppress API version errors on ERROR dispatch 2 months ago
rstoyanchev a9027ddf76 Refine handling of API version errors 2 months ago
木葉 Scarlet d077e043d6 Consistently declare @⁠Nullable on parameter in equals() implementations 3 months ago
Juergen Hoeller c813577908 Consistently use DefaultParameterNameDiscoverer.getSharedInstance() 3 months ago
Sébastien Deleuze d4e4250bb1 Remove JavaScript/Kotlin from ScriptEngine documentation 3 months ago
rstoyanchev 0eefac21c9 Polishing contribution 3 months ago
Samuel Gulliksson e99791f289 Improve i18n-support for NoResourceFoundException. 3 months ago