Commit Graph

  • f893b62a9b Rename {DefaultWeb=>StandardServlet}Environment Chris Beams 2011-05-20 03:55:56 +00:00
  • c06752ef72 Rename {Default=>Standard}Environment Chris Beams 2011-05-20 03:53:37 +00:00
  • 615fcff7ae Polish Environment-related Javadoc Chris Beams 2011-05-20 03:50:41 +00:00
  • 7271ba8182 Introduce AbstractEnvironment#customizePropertySources Chris Beams 2011-05-20 03:50:14 +00:00
  • c4a13507f0 Introduce reserved default profile support Chris Beams 2011-05-20 03:49:15 +00:00
  • 415057c184 Remove AbstractEnvironment#getPropertyResolver Chris Beams 2011-05-20 03:48:19 +00:00
  • 818467b9e5 Consolidate Environment tests Chris Beams 2011-05-20 03:47:48 +00:00
  • 0bf92782ea SPR-8352 Init and apply MappedInterceptors from AbstractHandlerMapping Rossen Stoyanchev 2011-05-19 16:45:25 +00:00
  • 60aa598c03 SPR-8296 - Extension for CastorMarshaller - additional unmarshaller properties Arjen Poutsma 2011-05-19 14:01:35 +00:00
  • dd8a9cce05 SPR-8295 - Extension for CastorMarshaller - additional marshaller properties Arjen Poutsma 2011-05-19 13:34:36 +00:00
  • 5ac2e4418f SPR-8350 ContentNegotiatingViewResolver initialization for nested ViewResolvers Rossen Stoyanchev 2011-05-19 13:07:15 +00:00
  • 100fed47f3 SPR-7353 Doc update for consumes/produces + changelog update Rossen Stoyanchev 2011-05-19 13:05:53 +00:00
  • b39673aa79 revised cache abstraction - removed generics from Cache/CacheManager (they add no value since it's an SPI not API) + update docs and tests + renamed ConcurrentCacheFactoryBean to ConcurrentMapCacheFactoryBean Costin Leau 2011-05-18 18:34:41 +00:00
  • dadd0f57ee revised cache abstraction - removed AbstractDelegatingCache (a cache is not a map, no need to offer a template) + renamed ConcurrentCache to ConcurrentCacheMap Costin Leau 2011-05-18 17:43:13 +00:00
  • 1eaca65720 @RequestMapping.consumes() and produces() now default to an empty array, instead of */* Arjen Poutsma 2011-05-18 11:34:47 +00:00
  • a618bcc8cd Exposing HttpServletRequest/Response in ServletServerHttpRequest/Response Arjen Poutsma 2011-05-18 11:24:57 +00:00
  • 4520ea8690 Revert #processConfigBeanDefinitions to 3.0.x API Chris Beams 2011-05-18 08:53:46 +00:00
  • 6fcea8b99d Remove ConfigurationClassParser from public API Chris Beams 2011-05-17 19:15:17 +00:00
  • 8dfcae535e revise cache API + update failing test Costin Leau 2011-05-17 18:16:07 +00:00
  • 0eb40e1e5e revise cache API + update failing test Costin Leau 2011-05-17 18:01:35 +00:00
  • dea1fc933f revise cache API + update failing AJ test Costin Leau 2011-05-17 17:35:01 +00:00
  • 861e481755 revise cache API + update failing test Costin Leau 2011-05-17 17:09:49 +00:00
  • 3699a037a5 revise cache API + add missing files (remember to check "show unversioned files") Costin Leau 2011-05-17 16:58:15 +00:00
  • 0b917e3f9c revise cache API - eliminate unneeded methods + introduced value wrapper (name still to be decided) to avoid cache race conditions + improved name consistency Costin Leau 2011-05-17 16:50:00 +00:00
  • af1dfd3577 Use request attribute to check producible media types when writing to the response body Rossen Stoyanchev 2011-05-17 13:02:48 +00:00
  • 1bbdb0d2ff minor fix. Arjen Poutsma 2011-05-17 12:22:21 +00:00
  • b0a4be7cd1 Only respect RequestMappingInfos that have a pattern match in handleNoMatch Arjen Poutsma 2011-05-17 10:07:36 +00:00
  • ad2e0d4587 SPR-7353 - @ResponseBody and returned HttpEntity now respect @RequestMapping.produces() Arjen Poutsma 2011-05-17 09:45:57 +00:00
  • 57c757afc5 SPR-2692 Update mvc chapter with URI template support in redirect: view names Rossen Stoyanchev 2011-05-16 13:24:42 +00:00
  • d14d82612d SPR-8336 - Fixed broken test case. Oliver Gierke 2011-05-14 06:44:51 +00:00
  • f8bf8742e1 SPR-8336 - Added constructor to AnnotationTypeFilter to allow matching interfaces as well. Oliver Gierke 2011-05-14 06:22:44 +00:00
  • 1784df8d3e SPR-6996 Add mvc:interceptor bean references Rossen Stoyanchev 2011-05-13 18:06:55 +00:00
  • 700a02b094 SPR-8334 + commit missing configs Costin Leau 2011-05-13 16:09:33 +00:00
  • cc519e7c6d SPR-8334 + commit missing configs Costin Leau 2011-05-13 15:59:22 +00:00
  • 5c0e22e7a8 SPR-8289 Ensure BeanNameUrlHandlerMapping and default HandlerAdapters are never 'turned off' through the MVC namespaces Rossen Stoyanchev 2011-05-13 15:46:37 +00:00
  • 4dd5ae16b2 SPR-8256 + fix small doc typo Costin Leau 2011-05-13 15:40:12 +00:00
  • a986d758e7 SPR- + remove duplicate class Costin Leau 2011-05-13 15:37:10 +00:00
  • bb2cc8457f SPR-7353 - Added equivalent of JAX-RS @Produces to Spring MVC Arjen Poutsma 2011-05-13 09:43:45 +00:00
  • a557878a6f Document @Autowired and @Value limitations Chris Beams 2011-05-13 03:41:29 +00:00
  • df5bab3454 Remove "@BeanAge" from reference documentation Chris Beams 2011-05-13 03:40:26 +00:00
  • f8a2dd3f65 SPR-8211: property accessor ordering correction and removal of unnecessary duplicates Andy Clement 2011-05-12 16:40:44 +00:00
  • b46598965e Add method to allow further validation of request mapping infos at startup + other minor javadoc updates. Rossen Stoyanchev 2011-05-12 15:03:36 +00:00
  • 2afeb08e3c Fix @Autowired+@PostConstruct+@Configuration issue Chris Beams 2011-05-12 12:28:13 +00:00
  • 57206db152 Refine ignored @PropertySource log warning Chris Beams 2011-05-12 12:27:14 +00:00
  • 8190b4f70a Javadoc Arjen Poutsma 2011-05-12 09:00:39 +00:00
  • 580f35f6ee SFW-8228 Andy Clement 2011-05-11 23:41:30 +00:00
  • 2f733bedc5 SFW-8224: distance can be used when computing method matches in ReflectiveMethodResolver Andy Clement 2011-05-11 21:44:24 +00:00
  • 5d8de5c449 polishing Sam Brannen 2011-05-11 20:09:08 +00:00
  • 726e920857 Rename EnableMvcConfiguration->EnableWebMvc, refine method names in WebMvcConfigurer, fix issue with MappedInterceptors Rossen Stoyanchev 2011-05-11 18:02:07 +00:00
  • c8bc54e0cc Introduce @PropertySource Chris Beams 2011-05-11 13:28:33 +00:00
  • 314a054a9b Introduce ResourcePropertySource Chris Beams 2011-05-11 13:28:05 +00:00
  • 9b0c66dc6c Make HTTP methods a RequestCondition Arjen Poutsma 2011-05-11 10:38:30 +00:00
  • 80f0eabbd9 Add MockEnvironment to .integration-tests Chris Beams 2011-05-11 07:51:32 +00:00
  • 404f798048 Support 'required properties' precondition Chris Beams 2011-05-11 07:36:04 +00:00
  • 3622c6f340 Pull up default getProperty variants to base class Chris Beams 2011-05-11 07:35:16 +00:00
  • dc2d5c107f Add default-value getProperty convenience variants Chris Beams 2011-05-11 06:09:06 +00:00
  • 693204aef8 Polish @Configuration Javadoc Chris Beams 2011-05-11 06:08:40 +00:00
  • 52bef0b7b0 Allow static modifier on @Bean methods Chris Beams 2011-05-10 11:55:41 +00:00
  • 859185d086 Test interaction of @ComponentScan and @Import Chris Beams 2011-05-10 11:54:37 +00:00
  • 71aae405d5 SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC Arjen Poutsma 2011-05-10 09:23:00 +00:00
  • 7f247a6b27 SPR-8256 + doc updates Costin Leau 2011-05-09 17:40:23 +00:00
  • b058d1e07a Made comparators public, as they are needed elsewhere. Arjen Poutsma 2011-05-09 11:20:49 +00:00
  • 8d0ab1d2e5 Refine HandlerMethod registration to allow detection by handler instance as well as by bean name Rossen Stoyanchev 2011-05-08 19:31:29 +00:00
  • d0c31ad84c Allow recursive use of @ComponentScan Chris Beams 2011-05-08 13:49:35 +00:00
  • c2b030a50d Polish @EnableScheduling Javadoc Chris Beams 2011-05-08 13:48:02 +00:00
  • 7e398f101c Rename AsyncConfigurer#get{+Async}Executor Chris Beams 2011-05-07 09:32:03 +00:00
  • 358cbf4301 Polish @EnableScheduling Javadoc Chris Beams 2011-05-07 09:31:13 +00:00
  • b7f4f2b546 Expose return-value-handlers in mvc namespace Chris Beams 2011-05-06 19:13:44 +00:00
  • 1efb82d7cb Rename RequestMapping types for concision Chris Beams 2011-05-06 19:13:05 +00:00
  • 2092a31f9d Rename DataBinderFactory subtypes for concision Chris Beams 2011-05-06 19:12:14 +00:00
  • 446dfdbff2 Introduce @EnableMvcConfiguration Chris Beams 2011-05-06 19:11:19 +00:00
  • 01e5120a26 Introduce @EnableTransactionManagement Chris Beams 2011-05-06 19:10:25 +00:00
  • d9a89529f0 Introduce @EnableScheduling Chris Beams 2011-05-06 19:09:24 +00:00
  • de50789cb6 Introduce @EnableAsync Chris Beams 2011-05-06 19:08:53 +00:00
  • cf0fc278bb Introduce @Role Chris Beams 2011-05-06 19:08:10 +00:00
  • 17892a8ab2 Introduce Ordered#NOT_ORDERED Chris Beams 2011-05-06 19:07:41 +00:00
  • 7b999c676f Introduce ReflectionUtils#getUniqueDeclaredMethods Chris Beams 2011-05-06 19:07:25 +00:00
  • 2bc3527f76 Consolidate annotation processing constants Chris Beams 2011-05-06 19:06:37 +00:00
  • 9a271ce6c9 Introduce ImportSelector interface Chris Beams 2011-05-06 19:06:02 +00:00
  • cdb01cbd37 Introduce ImportAware interface Chris Beams 2011-05-06 19:05:42 +00:00
  • 89005a5b70 Process all meta and local @Import declarations Chris Beams 2011-05-06 19:05:15 +00:00
  • 856da7edb9 Provide dedicated @ComponentScan processing Chris Beams 2011-05-06 19:04:35 +00:00
  • cd4fb665d9 Delegate ComponentScanBDP environment to scanner Chris Beams 2011-05-06 19:04:11 +00:00
  • 111fb71fe1 Remove "Feature" support introduced in 3.1 M1 Chris Beams 2011-05-06 19:03:52 +00:00
  • 0a790c143f Rename ConfigurationClassMethod => BeanMethod Chris Beams 2011-05-06 19:01:56 +00:00
  • f683f781c5 Revert deprecation of BDRU#registerWithGeneratedName Chris Beams 2011-05-06 19:01:35 +00:00
  • 84a63b6d4b Prevent empty calls to ACAC #register and #scan Chris Beams 2011-05-06 19:01:11 +00:00
  • d2faef44fa Add comment on DisposableBean use in @Configuration Chris Beams 2011-05-06 19:00:55 +00:00
  • d3678caa37 Polish Javadoc Chris Beams 2011-05-06 19:00:38 +00:00
  • f30b7e3125 Fix generics and serialization warnings Chris Beams 2011-05-06 19:00:14 +00:00
  • 6d84f06d8c Remove unused MethodMetadata#getMethodReturnType Chris Beams 2011-05-06 18:59:26 +00:00
  • 4b5208faad Introduce PropertyResolver#getPropertyAsClass Chris Beams 2011-05-06 18:59:05 +00:00
  • 275d43dfde Rename Property{SourcesProperty}ResolverTests Chris Beams 2011-05-06 18:58:41 +00:00
  • c51c340881 Update MockEnvironment / MockPropertySource types Chris Beams 2011-05-06 18:57:41 +00:00
  • 3e2cc7dd19 polishing Sam Brannen 2011-05-06 15:35:40 +00:00
  • ddc9bbb555 [SPR-6184] Simplifying ContextLoader implmementation: - Removed AbstractGenericContextLoader's createGenericApplicationContext() method. - AnnotationConfigContextLoader now uses an AnnotatedBeanDefinitionReader instead of working with an AnnotationConfigApplicationContext. - AnnotationConfigContextLoader now uses the supplied GenericApplicationContext to load configuration classes. Sam Brannen 2011-05-06 12:05:56 +00:00
  • c91ab1ad6e Resolve custom args after annotated args, set PATH_WITHIN_HANDLER_MAPPING attribute, and rename resolver for @ExceptionHandler methods Rossen Stoyanchev 2011-05-03 15:39:13 +00:00
  • 50117dce40 SPR-6909 Include URI template vars in data binding Rossen Stoyanchev 2011-04-26 11:54:54 +00:00
  • 5c27a04210 Automatically close SessionFactory objects Chris Beams 2011-04-26 10:15:30 +00:00
  • 88e2277bff Fix typo in aop reference documentation Chris Beams 2011-04-26 07:44:40 +00:00