4231 Commits (ac7d48e5a873e21ec0d0a068dfbd910a156f1313)
 

Author SHA1 Message Date
Arjen Poutsma a618bcc8cd Exposing HttpServletRequest/Response in ServletServerHttpRequest/Response 14 years ago
Chris Beams 4520ea8690 Revert #processConfigBeanDefinitions to 3.0.x API 14 years ago
Chris Beams 6fcea8b99d Remove ConfigurationClassParser from public API 14 years ago
Costin Leau 8dfcae535e revise cache API 14 years ago
Costin Leau 0eb40e1e5e revise cache API 14 years ago
Costin Leau dea1fc933f revise cache API 14 years ago
Costin Leau 861e481755 revise cache API 14 years ago
Costin Leau 3699a037a5 revise cache API 14 years ago
Costin Leau 0b917e3f9c revise cache API 14 years ago
Rossen Stoyanchev af1dfd3577 Use request attribute to check producible media types when writing to the response body 14 years ago
Arjen Poutsma 1bbdb0d2ff minor fix. 14 years ago
Arjen Poutsma b0a4be7cd1 Only respect RequestMappingInfos that have a pattern match in handleNoMatch 14 years ago
Arjen Poutsma ad2e0d4587 SPR-7353 - @ResponseBody and returned HttpEntity now respect @RequestMapping.produces() 14 years ago
Rossen Stoyanchev 57c757afc5 SPR-2692 Update mvc chapter with URI template support in redirect: view names 14 years ago
Oliver Gierke d14d82612d SPR-8336 - Fixed broken test case. 14 years ago
Oliver Gierke f8bf8742e1 SPR-8336 - Added constructor to AnnotationTypeFilter to allow matching interfaces as well. 14 years ago
Rossen Stoyanchev 1784df8d3e SPR-6996 Add mvc:interceptor bean references 14 years ago
Costin Leau 700a02b094 SPR-8334 14 years ago
Costin Leau cc519e7c6d SPR-8334 14 years ago
Rossen Stoyanchev 5c0e22e7a8 SPR-8289 Ensure BeanNameUrlHandlerMapping and default HandlerAdapters are never 'turned off' through the MVC namespaces 14 years ago
Costin Leau 4dd5ae16b2 SPR-8256 14 years ago
Costin Leau a986d758e7 SPR- 14 years ago
Arjen Poutsma bb2cc8457f SPR-7353 - Added equivalent of JAX-RS @Produces to Spring MVC 14 years ago
Chris Beams a557878a6f Document @Autowired and @Value limitations 14 years ago
Chris Beams df5bab3454 Remove "@BeanAge" from reference documentation 14 years ago
Andy Clement f8a2dd3f65 SPR-8211: property accessor ordering correction and removal of unnecessary duplicates 14 years ago
Rossen Stoyanchev b46598965e Add method to allow further validation of request mapping infos at startup + other minor javadoc updates. 14 years ago
Chris Beams 2afeb08e3c Fix @Autowired+@PostConstruct+@Configuration issue 14 years ago
Chris Beams 57206db152 Refine ignored @PropertySource log warning 14 years ago
Arjen Poutsma 8190b4f70a Javadoc 14 years ago
Andy Clement 580f35f6ee SFW-8228 14 years ago
Andy Clement 2f733bedc5 SFW-8224: distance can be used when computing method matches in ReflectiveMethodResolver 14 years ago
Sam Brannen 5d8de5c449 polishing 14 years ago
Rossen Stoyanchev 726e920857 Rename EnableMvcConfiguration->EnableWebMvc, refine method names in WebMvcConfigurer, fix issue with MappedInterceptors 14 years ago
Chris Beams c8bc54e0cc Introduce @PropertySource 14 years ago
Chris Beams 314a054a9b Introduce ResourcePropertySource 14 years ago
Arjen Poutsma 9b0c66dc6c Make HTTP methods a RequestCondition 14 years ago
Chris Beams 80f0eabbd9 Add MockEnvironment to .integration-tests 14 years ago
Chris Beams 404f798048 Support 'required properties' precondition 14 years ago
Chris Beams 3622c6f340 Pull up default getProperty variants to base class 14 years ago
Chris Beams dc2d5c107f Add default-value getProperty convenience variants 14 years ago
Chris Beams 693204aef8 Polish @Configuration Javadoc 14 years ago
Chris Beams 52bef0b7b0 Allow static modifier on @Bean methods 14 years ago
Chris Beams 859185d086 Test interaction of @ComponentScan and @Import 14 years ago
Arjen Poutsma 71aae405d5 SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC 14 years ago
Costin Leau 7f247a6b27 SPR-8256 14 years ago
Arjen Poutsma b058d1e07a Made comparators public, as they are needed elsewhere. 14 years ago
Rossen Stoyanchev 8d0ab1d2e5 Refine HandlerMethod registration to allow detection by handler instance as well as by bean name 14 years ago
Chris Beams d0c31ad84c Allow recursive use of @ComponentScan 14 years ago
Chris Beams c2b030a50d Polish @EnableScheduling Javadoc 14 years ago