1343 Commits (7772b914c694b5b16d6e9c9f56acf7b03b47f9d4)

Author SHA1 Message Date
Rossen Stoyanchev 5b8f7f503f Deprecate adapter classes for async interceptors 7 years ago
Rossen Stoyanchev eb0479dee8 Polish 7 years ago
Violeta Georgieva e0678ba583 Add onError callback to DeferredResult 7 years ago
Juergen Hoeller 098ff6f0f8 Compatibility with JDK 9 release candidate build (175) 7 years ago
Juergen Hoeller 155a1c6c71 AsyncHandlerInterceptor.afterConcurrentHandlingStarted declared as default method 7 years ago
Rossen Stoyanchev 782c595cf7 Polish 8 years ago
Eko Kurniawan Khannedy ac68cc35c2 Ordered WebMvcConfigurer interceptor registrations 8 years ago
Sebastien Deleuze d5f9ad03a7 Support ScriptEngine#eval(String, Bindings) in ScriptTemplateView 8 years ago
Rossen Stoyanchev ef3e309c12 Adjust timeout in Spring MVC for reactive streaming 8 years ago
Juergen Hoeller 72a8868f84 FreeMarker macros based on HTML output format (requires FreeMarker 2.3.24+) 8 years ago
Juergen Hoeller 779deb0fa7 Cleanup of duplicate semicolons 8 years ago
Juergen Hoeller 7dd8dc62a5 Fixes for ignored tests after last week's nullability commit 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Juergen Hoeller 14161d1dbf Protected applyLifecycleMethods in UrlBasedViewResolver 8 years ago
Stephane Nicoll 451b419624 Polish "Use Map#forEach instead of Map#entrySet#forEach" 8 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Stephane Nicoll 27aabb15f9 Polish "Refact iterator of Map with Java 8 forEach" 8 years ago
diguage dab7a7f0ee Refact iterator of Map with Java 8 forEach 8 years ago
Sebastien Deleuze 86580b2358 Polishing 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Rossen Stoyanchev 4d52590964 Improve docs on forwarded headers 8 years ago
Brian Clozel 0557404715 Throw exception for illegal PathMatch configurations 8 years ago
QBNemo 94618c4f37 Polish doc on RequestMappingHandlerMapping#isHandler 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze c3e6afb879 Improve null-safety to fix some Spring Boot warnings 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
skarafaz 3d290165fb Find exact matches in WebJarsResourceResolver 8 years ago
Juergen Hoeller 0183576215 Polishing 8 years ago
Juergen Hoeller db69a082d9 Avoid java.util.Optional signatures for simple field access 8 years ago
Rossen Stoyanchev 48a5938cd4 Polish 8 years ago
Martin Švorc bf83e4e861 Use original query string of forwarded request 8 years ago
Juergen Hoeller 92f18a4985 HandlerExecutionChain.toString() includes reliable interceptor number 8 years ago
Juergen Hoeller 25aef4d3cc ResponseStatusException reason is optional (with lazily constructed message) 8 years ago
Juergen Hoeller 39f8bd663e Polishing 8 years ago
Juergen Hoeller 4fdd85324d Aligned exception handling in Jackson and JAXB codecs 8 years ago
Rossen Stoyanchev 4d962a1793 Remove HttpStatus from HttpMessageConversionException 8 years ago
Stephane Nicoll 1b9e12f52f Polish "Use Java 8 forEach method on Map" 8 years ago
Jon Borenstein 13dc0cd828 Use Java 8 forEach method on Map 8 years ago
Juergen Hoeller 1ea54eb2c6 GenericFilterBean lazily initializes its default environment 8 years ago
Juergen Hoeller c668d9a473 Polishing 8 years ago
Rossen Stoyanchev abe3cfd8de Flux<String> + "application/json" renders as text 8 years ago
Rossen Stoyanchev c67b0d6507 Properly support ResponseEntity<Flux<T>> in Spring MVC 8 years ago
Stephane Nicoll 239b7086c6 Polish "Reuse constant in DispatcherServlet" 8 years ago
QBNemo 224e369484 Reuse constant in DispatcherServlet 8 years ago
Rossen Stoyanchev 7df3d68b2a Replace WebMvcConfigurerAdapter with default methods 8 years ago