@@ -5,20 +5,23 @@ http://www.springframework.org
55Changes in version 3.0.0.M1 (2008-12-05)
66----------------------------------------
77
8- * Java 5 code style update of entire codebase (generics, varargs, etc)
8+ * revised project layout and build system (module-based sources, bundle repository)
9+ * updated entire codebase for Java 5 code style (generics, varargs, StringBuilder)
910* updated to JUnit 4.5 and JRuby 1.1
10- * removed WebLogic 8.1 support
11- * removed native TopLink API support
12- * removed Commons Attributes support
13- * removed Jakarta JSTL support for JSP 1.2
14- * removed Struts 1.x Action delegation support
11+ * removed WebLogic 8.1 and WebSphere 5.1 support
12+ * removed native TopLink API support (superseded by JPA)
13+ * removed Commons Attributes support (superseded by Java 5 annotations)
14+ * removed Jakarta JSTL support for JSP 1.2 (superseded by JSP 2.0)
15+ * removed outdated Struts 1.x Action delegation support
1516* removed ContextLoaderServlet and Log4jConfigServlet
17+ * deprecated form controller hierarchy in favor of @MVC form object handling
18+ * deprecated JUnit 3.8 test class hierarchy in favor of test context framework
1619* introduced Spring EL parser in org.springframework.expression package
1720* introduced #{...} expression support in bean definitions
1821* introduced @Value annotation for embedded expression support
1922* introduced @PathVariable annotation for MVC handler methods
23+ * introduced ShallowEtagHeaderFilter
2024* introduced AbstractAtomFeedView and AbstractRssFeedView
21- * introduced shallow ETag support
2225* introduced default value support for @RequestParam
2326* introduced @RequestHeader annotation for MVC handler methods
2427* introduced "spring:url" and "spring:param" JSP tags
0 commit comments