3990 Commits (693204aef8457d39d3c8d30dbb7cf78ce9deffcb)
 

Author SHA1 Message Date
Chris Beams 693204aef8 Polish @Configuration Javadoc 15 years ago
Chris Beams 52bef0b7b0 Allow static modifier on @Bean methods 15 years ago
Chris Beams 859185d086 Test interaction of @ComponentScan and @Import 15 years ago
Arjen Poutsma 71aae405d5 SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC 15 years ago
Costin Leau 7f247a6b27 SPR-8256 15 years ago
Arjen Poutsma b058d1e07a Made comparators public, as they are needed elsewhere. 15 years ago
Rossen Stoyanchev 8d0ab1d2e5 Refine HandlerMethod registration to allow detection by handler instance as well as by bean name 15 years ago
Chris Beams d0c31ad84c Allow recursive use of @ComponentScan 15 years ago
Chris Beams c2b030a50d Polish @EnableScheduling Javadoc 15 years ago
Chris Beams 7e398f101c Rename AsyncConfigurer#get{+Async}Executor 15 years ago
Chris Beams 358cbf4301 Polish @EnableScheduling Javadoc 15 years ago
Chris Beams b7f4f2b546 Expose return-value-handlers in mvc namespace 15 years ago
Chris Beams 1efb82d7cb Rename RequestMapping types for concision 15 years ago
Chris Beams 2092a31f9d Rename DataBinderFactory subtypes for concision 15 years ago
Chris Beams 446dfdbff2 Introduce @EnableMvcConfiguration 15 years ago
Chris Beams 01e5120a26 Introduce @EnableTransactionManagement 15 years ago
Chris Beams d9a89529f0 Introduce @EnableScheduling 15 years ago
Chris Beams de50789cb6 Introduce @EnableAsync 15 years ago
Chris Beams cf0fc278bb Introduce @Role 15 years ago
Chris Beams 17892a8ab2 Introduce Ordered#NOT_ORDERED 15 years ago
Chris Beams 7b999c676f Introduce ReflectionUtils#getUniqueDeclaredMethods 15 years ago
Chris Beams 2bc3527f76 Consolidate annotation processing constants 15 years ago
Chris Beams 9a271ce6c9 Introduce ImportSelector interface 15 years ago
Chris Beams cdb01cbd37 Introduce ImportAware interface 15 years ago
Chris Beams 89005a5b70 Process all meta and local @Import declarations 15 years ago
Chris Beams 856da7edb9 Provide dedicated @ComponentScan processing 15 years ago
Chris Beams cd4fb665d9 Delegate ComponentScanBDP environment to scanner 15 years ago
Chris Beams 111fb71fe1 Remove "Feature" support introduced in 3.1 M1 15 years ago
Chris Beams 0a790c143f Rename ConfigurationClassMethod => BeanMethod 15 years ago
Chris Beams f683f781c5 Revert deprecation of BDRU#registerWithGeneratedName 15 years ago
Chris Beams 84a63b6d4b Prevent empty calls to ACAC #register and #scan 15 years ago
Chris Beams d2faef44fa Add comment on DisposableBean use in @Configuration 15 years ago
Chris Beams d3678caa37 Polish Javadoc 15 years ago
Chris Beams f30b7e3125 Fix generics and serialization warnings 15 years ago
Chris Beams 6d84f06d8c Remove unused MethodMetadata#getMethodReturnType 15 years ago
Chris Beams 4b5208faad Introduce PropertyResolver#getPropertyAsClass 15 years ago
Chris Beams 275d43dfde Rename Property{SourcesProperty}ResolverTests 15 years ago
Chris Beams c51c340881 Update MockEnvironment / MockPropertySource types 15 years ago
Sam Brannen 3e2cc7dd19 polishing 15 years ago
Sam Brannen ddc9bbb555 [SPR-6184] Simplifying ContextLoader implmementation: 15 years ago
Rossen Stoyanchev c91ab1ad6e Resolve custom args after annotated args, set PATH_WITHIN_HANDLER_MAPPING attribute, and rename resolver for @ExceptionHandler methods 15 years ago
Rossen Stoyanchev 50117dce40 SPR-6909 Include URI template vars in data binding 15 years ago
Chris Beams 5c27a04210 Automatically close SessionFactory objects 15 years ago
Chris Beams 88e2277bff Fix typo in aop reference documentation 15 years ago
Rossen Stoyanchev ed9d9a402b SPR-7543 Add @PathVariables to the model 15 years ago
Arjen Poutsma a4716c2a94 Buffering RequestFactory that allows for multiple response body reads. 15 years ago
Rossen Stoyanchev 945cf43e2d Remove consumes from @RequestMapping 15 years ago
Rossen Stoyanchev acb9433e5c SPR-8247 review changes 15 years ago
Arjen Poutsma ab654a7a06 added toString to HttpEntity 15 years ago
Costin Leau 5206f5bc9a SPR-8238 15 years ago