updated changelog
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@353 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
f6e5f7086f
commit
99c1bfd7fb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue