|
|
Is Spring 2.5.4 officially released?
Download page says:
Code:
# Spring Framework 2.5.4 is the current production release (requires Java 1.4+) * Download | Changelog | Announcement Forthcoming
Changelog doesn't seem to be updated... is it an official release or what?
I don't know the answer to your question (naturally), but in trying out 2.5.4, I am getting a BeanCurrentlyInCreationException on a context that works fine in 2.5.3.
I don't have the smoking gun (yet), but I currently suspect that this change is behind the problem: browse/sp...1=1.22amp;r2=1.23
anders
The gun is smoking -- I patched my local 2.5.4 to remove the above-mentioned change, and my context loads as before.
I logged browse/SPR-4790 -- no test case, unfortunately.
Changelog is updated now. Still no announcement made... very unusual for SpringSource. They must be very busy with new Application Platform I guess... |
|