When is Spring 1.2 scheduled to be released? In particular, I'm looking to use Hibernate3 with Spring as it has some new features required by our project.
Thanks,
Sanjiv
When is Spring 1.2 scheduled to be released? In particular, I'm looking to use Hibernate3 with Spring as it has some new features required by our project.
Thanks,
Sanjiv
LOL, I am also looking forward to it. But please take a look at this,
http://opensource.atlassian.com/proj...0&fixfor=10050
It seems that it haven't been started yet. :cry:
I've done some work to support HB3 in spring (1.1rc2+). Look at:Originally Posted by sjivan
http://opensource.atlassian.com/proj...browse/SPR-300
Beware, I used hibernate3 alpha. It is very early version - it works for me though. It has some flaws - for example there is no delete Session method for "named-entities" etc.
You will have to implement some new methods present in spring 1.1+ - but this is trivial if You would like to use this patch.
Artur