CDV ❯ Update Spring to 2.0.8 for our kit spring demos
-
New Feature
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
kkannaiy
-
Reporter: hhuynh
-
June 16, 2008
-
0
-
Watchers: 0
-
February 12, 2013
-
June 27, 2008
Description
we’re currently packaging Spring 2.0.1, should use the latest 2.0.8
Comments
Scott Bale 2008-06-27
Kalai Kannaiyan 2008-08-06
Tested with Terracotta 2.7.0-stable0, as of 20080728-210703 (Revision 9506 by cruise@WXPMO0from 2.7), our kit spring demos are using spring 2.5.4, which is expected.
Steps:
- Install the kit (on windows)
- Navigate to /install-root/samples\spring\coordination\lib
Expected: Verify that the jars are updated with spring-beans-2.5.4.jar spring-context-2.5.4.jar spring-core-2.5.4.jar spring-web-2.5.4.jar
- Navigate to /install-root/samples\spring\events\lib
Expected: spring-beans-2.5.4.jar spring-context-2.5.4.jar spring-core-2.5.4.jar spring-context-support-2.5.4.jar spring-web-2.5.4.jar spring-webmvc-2.5.4.jar
- Navigate to /install-root/samples/spring/jmx/lib
Expected: spring-2.5.4.jar spring-webmvc-2.5.4.jar
- Navigate to /install-root/samples/spring/webflow/lib
Expected: spring-2.5.4.jar spring-webmvc-2.5.4.jar
I actually updated our Spring demos to use Spring 2.5.4, per Steve’s request during our Eng synch up yesterday.
The webflow demo is still using Spring webflow 1.0, but I am testing out 2.0.2 right now…