@@ -5,20 +5,23 @@ http://www.springframework.org
5
5
Changes in version 3.0.0.M1 (2008-12-05)
6
6
----------------------------------------
7
7
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)
9
10
* 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
15
16
* 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
16
19
* introduced Spring EL parser in org.springframework.expression package
17
20
* introduced #{...} expression support in bean definitions
18
21
* introduced @Value annotation for embedded expression support
19
22
* introduced @PathVariable annotation for MVC handler methods
23
+ * introduced ShallowEtagHeaderFilter
20
24
* introduced AbstractAtomFeedView and AbstractRssFeedView
21
- * introduced shallow ETag support
22
25
* introduced default value support for @RequestParam
23
26
* introduced @RequestHeader annotation for MVC handler methods
24
27
* introduced "spring:url" and "spring:param" JSP tags
0 commit comments