File tree Expand file tree Collapse file tree 2 files changed +188
-158
lines changed
build-spring-framework/resources
spring-framework-reference/src Expand file tree Collapse file tree 2 files changed +188
-158
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,15 @@ Changes in version 3.1 M2 (2011-??-??)
99* deprecated AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests
1010* eliminated @Feature support in favor of @Enable* and framework-provided @Configuration classes
1111* introduced @EnableTransactionManagement, @EnableScheduling, and other @Enable* annotations
12-
12+ * introduced @EnableWebMvc to provide default configuration for Spring MVC applications
13+ * introduced HandlerMethod abstraction representing a Spring MVC controller method
14+ * added HandlerMapping/HandlerAdapter/HandlerExceptionResolver HandlerMethod-based implementations
15+ * enabled HandlerMethod-based infrastructure through the mvc namespace and Java-based configuration
16+ * support for automatically adding @PathVariables to the model
17+ * support for including @PathVariables in data binding
18+ * support for URI template variables in view names with the "redirect:" prefix
19+ * a flag for extracting the value from single-key models in MappingJacksonJsonView
20+ * allow bean references in mvc:interceptor namespace elements
1321
1422Changes in version 3.1 M1 (2011-02-11)
1523--------------------------------------
You can’t perform that action at this time.
0 commit comments