updated changelog

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@353 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller 2008-12-05 07:25:33 +00:00
parent f6e5f7086f
commit 99c1bfd7fb
2 changed files with 23 additions and 4 deletions

View File

@ -1,6 +1,24 @@
SPRING FRAMEWORK
=========================
SPRING FRAMEWORK CHANGELOG
==========================
http://www.springframework.org
Changes in version 3.0.0.M1 ()
-------------------------------------
Changes in version 3.0.0.M1 (2008-12-05)
----------------------------------------
* Java 5 code style update of entire codebase (generics, varargs, etc)
* updated to JUnit 4.5 and JRuby 1.1
* removed WebLogic 8.1 support
* removed native TopLink API support
* removed Commons Attributes support
* removed Jakarta JSTL support for JSP 1.2
* removed Struts 1.x Action delegation support
* removed ContextLoaderServlet and Log4jConfigServlet
* introduced Spring EL parser in org.springframework.expression package
* introduced #{...} expression support in bean definitions
* introduced @Value annotation for embedded expression support
* introduced @PathVariable annotation for MVC handler methods
* introduced AbstractAtomFeedView and AbstractRssFeedView
* introduced shallow ETag support
* introduced default value support for @RequestParam
* introduced @RequestHeader annotation for MVC handler methods
* introduced "spring:url" and "spring:param" JSP tags

View File

@ -523,6 +523,7 @@
<modules>
<module fileurl="file://$PROJECT_DIR$/org.springframework.aop/aop.iml" filepath="$PROJECT_DIR$/org.springframework.aop/aop.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.beans/beans.iml" filepath="$PROJECT_DIR$/org.springframework.beans/beans.iml" />
<module fileurl="file://$PROJECT_DIR$/build-spring-framework/build.iml" filepath="$PROJECT_DIR$/build-spring-framework/build.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.context/context.iml" filepath="$PROJECT_DIR$/org.springframework.context/context.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.context.support/context-support.iml" filepath="$PROJECT_DIR$/org.springframework.context.support/context-support.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.core/core.iml" filepath="$PROJECT_DIR$/org.springframework.core/core.iml" />