1579 Commits (05f1ea85154847a4ae9eaf94a94203210e03af7d)

Author SHA1 Message Date
Rossen Stoyanchev 1cf4a2facd Add ExceptionHandlerSupport class 12 years ago
Rossen Stoyanchev 9c8c967caa Add async options to MVC namespace and Java config 12 years ago
Rossen Stoyanchev cdab04a032 Set timeout value and task executor per async request 12 years ago
Rossen Stoyanchev 4407f6a4c0 Make DeferredResult more usable and testable 12 years ago
Sam Brannen 3b9833c538 Update MockHttpSession across the test suite 12 years ago
Rossen Stoyanchev e65b930e7a Introduced ControllerAdvice annotation 12 years ago
Rossen Stoyanchev 529e62921d Refactor Servlet 3 async support 12 years ago
Sam Brannen 37dc211f58 Support named dispatchers in MockServletContext 12 years ago
Rossen Stoyanchev 914557b975 Use a default for INTROSPECT_TYPE_LEVEL_MAPPING 12 years ago
Rossen Stoyanchev 7c6a1a1bf0 Improve tests for detection of @MVC annotations 12 years ago
Sam Brannen 060b37ca8d Fix typo in MockFilterChain 12 years ago
Rossen Stoyanchev 64d939bb16 Add ContentNegotiationManagerFactoryBean 13 years ago
Rossen Stoyanchev 028e15faa3 Add options to configure content negotiation 13 years ago
Rossen Stoyanchev 92759ed1f8 Add exclude patterns for mapped interceptors 13 years ago
Rossen Stoyanchev 6cc512b51c Ensure async Callables are in sync with the call stack 13 years ago
Rossen Stoyanchev d3d00696a4 Create StandardServletAsyncWebRequest via reflection 13 years ago
Rossen Stoyanchev eab6e1d134 Parameterize DeferredResult 13 years ago
Rossen Stoyanchev a1b7a314c1 Add BindException to DefaultHandlerExceptionResolver 13 years ago
Rossen Stoyanchev e860fa9a8b Move feed message converters ahead of jackson/jaxb2 13 years ago
Rossen Stoyanchev cf147a82ef Fix issue with incorrect class import 13 years ago
Rossen Stoyanchev c846198e46 Add support for global @ExceptionHandler methods 13 years ago
Juergen Hoeller d97a4b5b3c polishing 13 years ago
Rossen Stoyanchev e870c9a392 Reduce logging in HandlerExecutionChain 13 years ago
Chris Beams dc822cdca0 Reflect 3.2=>3.1.2 backports in @since tags etc 13 years ago
Rossen Stoyanchev 7dff02b2c1 Fix import issue introduced in prior commit 13 years ago
Rossen Stoyanchev 3f5fa44d32 Polish PathVariableMapMethodArgumentResolver 13 years ago
Rossen Stoyanchev 4fd7645efd Enable smart suffix pattern match for request mapping 13 years ago
Rossen Stoyanchev f94aed8386 Polish ContentNegotiationStrategy support 13 years ago
Rossen Stoyanchev a0747458e7 Add support for HTTP PATCH method 13 years ago
Rossen Stoyanchev f05e2bc56f Add abstractions for content negotiation 13 years ago
Chris Beams 2a2b6eef91 Introduce ConfigurableWebEnvironment 13 years ago
Chris Beams 9fcfd7e827 Introduce ConfigurableEnvironment#merge 13 years ago
Chris Beams 5874383ef0 Polish 13 years ago
Rossen Stoyanchev 4027b38903 Merge rather than add URI vars to data binding values 13 years ago
Arjen Poutsma f64c13ad2e Add convenient WebAppInitializer base classes 13 years ago
Chris Beams f3bcb6e2e4 Update spring.schemas to reflect 3.2 schemas 13 years ago
Sam Brannen 09d98fd3ae Delete superfluous fail() invocations in RequestResponseBodyMethodProcessorTests 13 years ago
Rossen Stoyanchev 77ae101402 Add required flag to @RequestBody 13 years ago
Rossen Stoyanchev 0105c5ebb9 Decode path vars in pre-3.1 `@MVC` support clases too 13 years ago
Rossen Stoyanchev 57307a0b2e Decode path vars when url decoding is turned off 13 years ago
Rossen Stoyanchev cf5d55173b Pattern suffix issue in AnnotationMethodHandlerAdapter 13 years ago
Rossen Stoyanchev 01a9dd9772 Add option to set Content-Length in JSON Views 13 years ago
Rossen Stoyanchev 2af294ab26 Add MessageCodesResolver hook to WebMvcConfigurer 13 years ago
Rossen Stoyanchev bdc3599d3d Add CompositeRequestCondition 13 years ago
Rossen Stoyanchev fbb2103e4d Add "excludedExceptions" to SimpleUrlHandlerMapping 13 years ago
Rossen Stoyanchev 1d0e484eac Support access to all URI vars via @PathVariable Map 13 years ago
Rossen Stoyanchev 59084354e2 Add validation of HTTP method in form tag 13 years ago
Rossen Stoyanchev d52fc3bd2f Prevent response updates if @ResponseStatus has reason 13 years ago
Rossen Stoyanchev c57d4e2386 Add trySet method to DeferredResult 13 years ago
Rossen Stoyanchev 982cb2f258 Fix content negotiation issue with sort by q-value 13 years ago