11758 Commits (d2c0885e2979e9708d5d700f6a3e131bc9a770b1)
 

Author SHA1 Message Date
Sam Brannen 4bead6e542 Polish Javadoc for @GetMapping 9 years ago
Sam Brannen cbcc9998f1 Support 'produces' and 'consumes' attributes in @DeleteMapping 9 years ago
Sam Brannen bea26413b4 Support 'produces' attribute in @[Post|Put|Patch]Mapping 9 years ago
Sam Brannen 78690a24fb Add headers & name attributes to composed @RequestMapping annotations 9 years ago
Sam Brannen ca8acc8758 Suppress warnings Gradle build 9 years ago
Sam Brannen eb654dc177 Allow single element to override array in synthesized annotation 9 years ago
Stephane Nicoll e086a5d58b Polish 9 years ago
Stephane Nicoll 1772278053 Merge pull request #985 from verydapeng/master 9 years ago
Dapeng 9d4c6e4d06 Add table title for @Transactional settings 9 years ago
Rossen Stoyanchev dfa1938ac1 Update what's new 9 years ago
Rossen Stoyanchev ff2a911baa Update MVC config to use CNM for static resources 9 years ago
Rossen Stoyanchev f162256906 Use ContentNegotiationManager for static resources 9 years ago
Rossen Stoyanchev 1a76f7e9c2 Polish static resource handling 9 years ago
Brian Clozel 5067f00228 Polish 9 years ago
Ruben Dijkstra 41da04d386 Remove duplicate slash from resolved WebJar locations 9 years ago
Rossen Stoyanchev 9e167045fc Update what's new 9 years ago
Rossen Stoyanchev 6f2c968925 Support strict URI variable encoding 9 years ago
Rossen Stoyanchev e98738d8ba Polish UriTemplateHandler related classes 9 years ago
Brian Clozel 44c32128dc Add newline at the beginning of textarea JSP tags 9 years ago
Rossen Stoyanchev 36e2dd90a7 Support contextPath override in ForwardedHeaderFilter 9 years ago
Rossen Stoyanchev 6fcc869338 Polish ForwardedHeaderFilter 9 years ago
Sam Brannen 067994712d Make TestContextManager.getTestContext() public 9 years ago
Brian Clozel 50bcd67fb6 Relax SPR-13867 changes for ResourceHttpRequestHandler 9 years ago
Sam Brannen 18e9699a2b Demo @ContextConfiguration as composed annotation with ACI 9 years ago
Rossen Stoyanchev 4cf0b59e00 Add ForwardedHeaderFilter 9 years ago
Sebastien Deleuze 7b861c9a8a Add defaultUseWrapper support to Jackson builder 9 years ago
Phillip Webb ffbf264976 Polish Javadoc 9 years ago
Stephane Nicoll b3b3fc5a7e Polish 9 years ago
Brian Clozel 3df66d023c Polish documentation on WebApplicationInitializer 9 years ago
Brian Clozel 0d6f80052d Support conditional updates in ServletWebRequest 9 years ago
Sebastien Deleuze b3abd3b809 Fix HeaderResultMatchers#string(String, String) assert order 9 years ago
Sebastien Deleuze c385427397 Allow to specify AbstractHttpMessageConverter default charset 9 years ago
Sam Brannen 61824b1ade Remove trailing whitespace from source code 9 years ago
Sam Brannen 2bb2657483 Merge pull request #981 from sbrannen/SPR-13992 9 years ago
Sam Brannen 467b5f3f28 Introduce composed annotations for @RequestMapping 9 years ago
Stephane Nicoll 5923ee8af3 Add sun.misc annotation marker 9 years ago
Sam Brannen 161ec15a46 Merge pull request #982 from sbrannen/SPR-13993 9 years ago
Sam Brannen b423596b2e Introduce composed annotations for web scopes 9 years ago
Sam Brannen df7b24b8e7 Allow non-public @Transactional test methods 9 years ago
Sam Brannen 197434b3ec Polish TestNG integration tests 9 years ago
Sam Brannen 816185233d Polish TransactionalTestExecutionListener 9 years ago
Juergen Hoeller a02fd7c995 RequestMappingHandlerAdapter properly invokes handler method in case of no session as well 9 years ago
Juergen Hoeller 9c0f99c0b5 Polishing 9 years ago
Juergen Hoeller 8e5e384de7 Test for constructor with unresolvable parameter name 9 years ago
Juergen Hoeller 1815a6a7eb RequestMappingHandlerAdapter properly invokes handler method in synchronizeOnSession mode again 9 years ago
Sam Brannen a2bfe86630 Support @[Before|After]Transaction on non-public methods 9 years ago
Sam Brannen 31e0386bcb Stop referencing deprecated @TransactionConfiguration in Javadoc 9 years ago
Sam Brannen 9d3dd1bc13 Introduce SpringRunner 'alias' for SpringJUnit4ClassRunner 9 years ago
Sam Brannen 0c66838268 Polish Javadoc for @RequestMapping 9 years ago
Sam Brannen 6fcb6630d7 Clean up warnings in SampleAsyncTests 9 years ago