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