|
From: Matt R. <ma...@ra...> - 2007-11-12 17:55:15
|
I'm assuming Maven artifacts will be uploaded shortly? http://s3.amazonaws.com/maven.springframework.org/milestone It might be helpful to write up some sort of upgrade guide (from 2.0 to 2.5) for Maven users. With 2.0, we were able to use the uber spring.jar, but this doesn't seem to work for 2.5. Specifically, if were were using Spring + Spring MVC (powered by spring.jar) in 2.0, you now have to include spring-webmvc in your dependencies. Since this artifact is dependent on fine-grained JARs, you have to either 1) exclude all the fine-grained dependencies from spring-webmvc or 2) start using all the fine-grained JARs instead of the uber JAR. #2 is recommended by the Maven folks, but this release seems to have forced the issue a bit more. I've wrote up my migration experience on my blog: http://raibledesigns.com/rd/entry/upgrading_appfuse_to_spring_2 Thanks, Matt On Nov 12, 2007 10:17 AM, Juergen Hoeller <jue...@in...> wrote: > > > > > Dear Spring community, > > > > I'm pleased to announce that Spring Framework 2.5 RC2 has been released! > This is the second release candidate for Spring 2.5, introducing various > feature refinements, performance improvements as well as fixes for bugs that > have been reported against RC1. > > > > The 2.5 RC2 release is now available from SourceForge: > > > > http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=173644 > > > > The 2.5 final release is scheduled for November 19th. Please test RC2 in > your applications and let us know about potential regressions or conflicts > with third-party software. We'll do our best to address such issues in time > for the final release. > > > > For a general overview of Spring 2.5, see the following articles: > > > > http://blog.interface21.com/main/2007/10/24/spring-25-rc1-is-here-introducing-new-configuration-approaches/ > > > > http://www.theserverside.com/tt/articles/article.tss?l=IntrotoSpring25 > > > > FYI, a 2.0.8 maintenance release is scheduled for December, backporting > various fixes from the 2.5 branch. 2.0.8 candidate snapshots are already > available, waiting for you to give them a test drive in your Spring 2.0.x > based applications: > > > > http://static.springframework.org/downloads/nightly/snapshot-download.php?project=SPR > > > > Cheers, > > > > Juergen > > > > ----- > > Juergen Hoeller > > Interface21 > > http://www.interface21.com > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Springframework-user mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-user > > -- http://raibledesigns.com |