|
1 |
| -SPRING FRAMEWORK |
2 |
| -========================= |
| 1 | +SPRING FRAMEWORK CHANGELOG |
| 2 | +========================== |
3 | 3 | http://www.springframework.org
|
4 | 4 |
|
5 |
| -Changes in version 3.0.0.M1 () |
6 |
| -------------------------------------- |
| 5 | +Changes in version 3.0.0.M1 (2008-12-05) |
| 6 | +---------------------------------------- |
| 7 | + |
| 8 | +* Java 5 code style update of entire codebase (generics, varargs, etc) |
| 9 | +* 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 |
| 15 | +* removed ContextLoaderServlet and Log4jConfigServlet |
| 16 | +* introduced Spring EL parser in org.springframework.expression package |
| 17 | +* introduced #{...} expression support in bean definitions |
| 18 | +* introduced @Value annotation for embedded expression support |
| 19 | +* introduced @PathVariable annotation for MVC handler methods |
| 20 | +* introduced AbstractAtomFeedView and AbstractRssFeedView |
| 21 | +* introduced shallow ETag support |
| 22 | +* introduced default value support for @RequestParam |
| 23 | +* introduced @RequestHeader annotation for MVC handler methods |
| 24 | +* introduced "spring:url" and "spring:param" JSP tags |
0 commit comments