|
From: Juergen H. <jue...@in...> - 2007-09-10 13:03:30
|
Dear Spring community, I'm pleased to announce that Spring Framework 2.1 M4 has been released! This milestone release introduces: * 'qualifier' annotation support for choosing a specific @Autowired match; * our next-generation Spring TestContext Framework with support for JUnit4; * SimpleJdbcCall operation object for stored procedure calls; * support for autowiring of scripted objects (Groovy, JRuby, BeanShell); * support for Tiles2 views in Spring Web MVC. The M4 release is now available from SourceForge: http://sourceforge.net/projects/springframework Which leads me to some further exciting news... We've been reviewing the overall set of features that we introduced in the recent 2.1 milestones: * full Java 6 and Java EE 5 support * full-featured annotation-driven dependency injection * support for component scanning in the classpath * "beanName" pointcut element in AspectJ pointcut expressions * built-in support for AspectJ load-time weaving * further XML configuration namespaces (context, jms) * extended SimpleJdbcTemplate functionality * officially certified WebSphere support * Spring ApplicationContext can be deployed as RAR file * JCA 1.5 message endpoint management (for JMS and CCI) * completely revised framework for integration tests We concluded that this goes significantly beyond what we originally planned for Spring 2.1. The version number 2.1, as used for the milestones, does not reflect the significance and the comprehensiveness of the features in this release. So I'm pleased to announce that the next release will be called Spring Framework 2.5 RC1, with the 2.1 milestones seamlessly leading into Spring Framework 2.5 as the upcoming major release! Check out http://blog.interface21.com <http://blog.interface21.com/> for the official announcement and for upcoming posts on specific Spring 2.5 features as we move closer to the final release. Spring 2.1 M4 is here. Long live Spring 2.5! :-) Cheers, Juergen ----- Juergen Hoeller Interface21 <http://www.interface21.com/> http://www.interface21.com |
|
From: Magnus H. <mh...@gm...> - 2007-09-17 09:59:20
|
> > I'm pleased to announce that *Spring Framework 2.1 M4 has been released*! > This milestone release introduces: > Please publish to maven repo. https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-snapshots/ /Magnus Heino |
|
From: Sam B. <sam...@in...> - 2007-09-17 16:19:00
|
Hi Magnus, > > I'm pleased to announce that Spring Framework 2.1 M4 has been released! > > Please publish to maven repo. > > https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-snapshots/ This has actually already been brought up in the forum here: http://forum.springframework.org/showthread.php?t=43649 But here's a quick look at Ben Hale's answer for your convenience: > No actually The new milestone location is > 'http://s3.amazonaws.com/maven.springframework.org/milestone/' but > this hasn't been officially announced. I'm working on that forthwith, > but the blog and forum post are a day or two off. > > Note that this is generally not visible using a normal web browser > (it's using Amazon S3 which is a REST-ful service). It will however > work with Maven (Spring WS and Spring Security are already using it). > If you need to browse this repository, check > http://s3browse.com/explore/maven.springframework.org FYI: you'll find the M4 release here: http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/spring/2.1-m4/ regards, Sam -- Sam Brannen Senior Software Engineer Interface21 Limited http://www.interface21.com |
|
From: Magnus H. <mh...@gm...> - 2007-10-16 12:43:10
|
Would it be possible to have Spring nightly builds currently available here: http://static.springframework.org/downloads/nightly/snapshot-download.php?project=SPRavailable from http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/too? Or atleast have a weekly snapshot uploaded to s3? Or change http://static.springframework.org/downloads/nightly/ to be a maven repo like s3? Thank would make it much easier to test new features in between milestones. Thanks, /Magnus 2007/9/17, Sam Brannen <sam...@in...>: > > Hi Magnus, > > > > I'm pleased to announce that Spring Framework 2.1 M4 has been > released! > > > > Please publish to maven repo. > > > > > https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-snapshots/ > > This has actually already been brought up in the forum here: > > http://forum.springframework.org/showthread.php?t=43649 > > But here's a quick look at Ben Hale's answer for your convenience: > > > No actually The new milestone location is > > 'http://s3.amazonaws.com/maven.springframework.org/milestone/' but > > this hasn't been officially announced. I'm working on that forthwith, > > but the blog and forum post are a day or two off. > > > > Note that this is generally not visible using a normal web browser > > (it's using Amazon S3 which is a REST-ful service). It will however > > work with Maven (Spring WS and Spring Security are already using it). > > If you need to browse this repository, check > > http://s3browse.com/explore/maven.springframework.org > > FYI: you'll find the M4 release here: > > > http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/spring/2.1-m4/ > > regards, > > Sam > > -- > Sam Brannen > Senior Software Engineer > Interface21 Limited > http://www.interface21.com > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > -- /Magnus Heino |
|
From: Steven D. <ste...@gm...> - 2007-09-17 11:07:37
|
Hey Juergen, Regarding: > * built-in support for AspectJ load-time weaving I can't find any reference in the changelog. What has changed compared to M3? Thanks Steven On 9/10/07, Juergen Hoeller <jue...@in...> wrote: > > > > > Dear Spring community, > > > > I'm pleased to announce that Spring Framework 2.1 M4 has been released! This > milestone release introduces: > > > > * 'qualifier' annotation support for choosing a specific @Autowired match; > > * our next-generation Spring TestContext Framework with support for JUnit4; > > * SimpleJdbcCall operation object for stored procedure calls; > > * support for autowiring of scripted objects (Groovy, JRuby, BeanShell); > > * support for Tiles2 views in Spring Web MVC. > > > > The M4 release is now available from SourceForge: > http://sourceforge.net/projects/springframework > > > > Which leads me to some further exciting news... > > > > We've been reviewing the overall set of features that we introduced in the > recent 2.1 milestones: > > > > * full Java 6 and Java EE 5 support > > * full-featured annotation-driven dependency injection > > * support for component scanning in the classpath > > * "beanName" pointcut element in AspectJ pointcut expressions > > * built-in support for AspectJ load-time weaving > > * further XML configuration namespaces (context, jms) > > * extended SimpleJdbcTemplate functionality > > * officially certified WebSphere support > > * Spring ApplicationContext can be deployed as RAR file > > * JCA 1.5 message endpoint management (for JMS and CCI) > > * completely revised framework for integration tests > > > > We concluded that this goes significantly beyond what we originally planned > for Spring 2.1. The version number 2.1, as used for the milestones, does not > reflect the significance and the comprehensiveness of the features in this > release. > > > > So I'm pleased to announce that the next release will be called Spring > Framework 2.5 RC1, with the 2.1 milestones seamlessly leading into Spring > Framework 2.5 as the upcoming major release! Check out > http://blog.interface21.com for the official announcement and for upcoming > posts on specific Spring 2.5 features as we move closer to the final > release. > > > > Spring 2.1 M4 is here. Long live Spring 2.5! :-) > > > > Cheers, > > > > Juergen > > > > ----- > > Juergen Hoeller > > Interface21 > > http://www.interface21.com > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Sam B. <sam...@in...> - 2007-09-17 16:10:59
|
Hi Steven, > Hey Juergen, I'm not Juergen, but I think I can field this one for him. ;) > Regarding: > * built-in support for AspectJ load-time weaving > I can't find any reference in the changelog. What has changed compared to M3? I don't believe there were any changes in the AspectJ LTW support between M3 and M4. If you reread Juergen's announcement, you'll notice that the part about AspectJ LTW was mentioned in the general section covering all milestones for 2.1 and therefore not specifically mentioned as new for M4. cheers, Sam -- Sam Brannen Senior Software Engineer Interface21 Limited http://www.interface21.com |