Spring Framework 2.0.4 released

View: New views
4 Messages — Rating Filter:   Alert me  

Spring Framework 2.0.4 released

by Juergen Hoeller-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear Spring community,

I'm pleased to announce that Spring 2.0.4 has been released.

This is a bugfix and enhancement release in the Spring 2.0 series,
introducing significant performance improvements in prototype bean creation
and AspectJ-based weaving. Repeated creation of Spring-defined bean
instances is up to 12 times faster than in Spring 2.0.3!

As of this release, all reported bugs against Spring 2.0 have been fixed,
and the majority of enhancement requests has been addressed. See the
changelog and our JIRA for details! We recommend upgrading to Spring 2.0.4
from all previous 2.0.x releases.

Watch out for Spring Web Flow 1.0.2, coming your way in a few hours :-)

Cheers,

Juergen
 
-----
Juergen Hoeller
Interface21
http://www.interface21.com


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Springframework-developer mailing list
Springframework-developer@...
https://lists.sourceforge.net/lists/listinfo/springframework-developer

Re: Spring Framework 2.0.4 released

by Donnchadh Ó Donnabháin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There seems to be a problem with default editor lazy-creation for
nested objects.

In PropertyEditorRegistrySupport, should there not be a line to copy
defaultEditorsActive
        /**
         * Copy the default editors registered in this instance to the given
target registry.
         * @param target the target registry to copy to
         */
        protected void copyDefaultEditorsTo(PropertyEditorRegistrySupport target) {
                target.defaultEditors = this.defaultEditors;
        }

  Donnchadh

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Springframework-developer mailing list
Springframework-developer@...
https://lists.sourceforge.net/lists/listinfo/springframework-developer

Re: Spring Framework 2.0.4 released

by Juergen Hoeller-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Indeed, thanks for spotting this! This is a side effect of the performance
optimizations done in 2.0.4.

I've fixed this in CVS HEAD; the fix will be available in tonight's 2.0.5
snapshot.

Juergen
 

-----Original Message-----
From: springframework-developer-bounces@...
[mailto:springframework-developer-bounces@...] On Behalf
Of Donnchadh Ó Donnabháin
Sent: Wednesday, April 11, 2007 1:24 PM
To: springframework-developer@...
Subject: Re: [Springframework-developer] Spring Framework 2.0.4 released

There seems to be a problem with default editor lazy-creation for nested
objects.

In PropertyEditorRegistrySupport, should there not be a line to copy
defaultEditorsActive
        /**
         * Copy the default editors registered in this instance to the given
target registry.
         * @param target the target registry to copy to
         */
        protected void copyDefaultEditorsTo(PropertyEditorRegistrySupport
target) {
                target.defaultEditors = this.defaultEditors;
        }

  Donnchadh

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT &
business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Springframework-developer mailing list
Springframework-developer@...
https://lists.sourceforge.net/lists/listinfo/springframework-developer


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Springframework-developer mailing list
Springframework-developer@...
https://lists.sourceforge.net/lists/listinfo/springframework-developer

Re: Spring Framework 2.0.4 released

by Donnchadh Ó Donnabháin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have logged this as SPR-3359, together with a simple test case.

http://opensource.atlassian.com/projects/spring/browse/SPR-3359

  Donnchadh

On 4/11/07, Donnchadh Ó Donnabháin <donnchadh@...> wrote:

> There seems to be a problem with default editor lazy-creation for
> nested objects.
>
> In PropertyEditorRegistrySupport, should there not be a line to copy
> defaultEditorsActive
>         /**
>          * Copy the default editors registered in this instance to the given
> target registry.
>          * @param target the target registry to copy to
>          */
>         protected void copyDefaultEditorsTo(PropertyEditorRegistrySupport target) {
>                 target.defaultEditors = this.defaultEditors;
>         }
>
>   Donnchadh
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Springframework-developer mailing list
Springframework-developer@...
https://lists.sourceforge.net/lists/listinfo/springframework-developer