Skip to content

Commit c4401c4

Browse files
committed
updated changelog
1 parent 0ed9164 commit c4401c4

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed
Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
SPRING FRAMEWORK
2-
=========================
1+
SPRING FRAMEWORK CHANGELOG
2+
==========================
33
http://www.springframework.org
44

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

spring-framework.ipr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@
523523
<modules>
524524
<module fileurl="file://$PROJECT_DIR$/org.springframework.aop/aop.iml" filepath="$PROJECT_DIR$/org.springframework.aop/aop.iml" />
525525
<module fileurl="file://$PROJECT_DIR$/org.springframework.beans/beans.iml" filepath="$PROJECT_DIR$/org.springframework.beans/beans.iml" />
526+
<module fileurl="file://$PROJECT_DIR$/build-spring-framework/build.iml" filepath="$PROJECT_DIR$/build-spring-framework/build.iml" />
526527
<module fileurl="file://$PROJECT_DIR$/org.springframework.context/context.iml" filepath="$PROJECT_DIR$/org.springframework.context/context.iml" />
527528
<module fileurl="file://$PROJECT_DIR$/org.springframework.context.support/context-support.iml" filepath="$PROJECT_DIR$/org.springframework.context.support/context-support.iml" />
528529
<module fileurl="file://$PROJECT_DIR$/org.springframework.core/core.iml" filepath="$PROJECT_DIR$/org.springframework.core/core.iml" />

0 commit comments

Comments
 (0)