> On 15 Jan 2014, at 22:21, John Pletka <
jpl...@abraxis.com> wrote:
>
> It appears that the current Playframework 1.2.7 download contains an
> old (v3) of hibernate. I recently added a Set collection to one of my
> models and notice that I was getting the "not processed by flush()"
> Exception. That was a bug that was fixed in Hibernate 4.0.1
> (
https://hibernate.atlassian.net/browse/HHH-2763).
>
> jar -tf play-1.2.7.zip | grep hibernate
> play-1.2.7/framework/lib/hibernate-commons-annotations-3.2.0.Final.jar
> play-1.2.7/framework/lib/hibernate-core-3.6.10.Final.docurl
> play-1.2.7/framework/lib/hibernate-core-3.6.10.Final.jar
> play-1.2.7/framework/lib/hibernate-entitymanager-3.6.10.Final.jar
> play-1.2.7/framework/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar
> play-1.2.7/framework/lib/hibernate-validator-4.1.0.Final.jar
> play-1.2.7/framework/patches/hibernate-3.6.x.Final.patch
> play-1.2.7/framework/patches/hibernate-3.6.x.Final.patch.README
>
> Is it safe to update all the hibernate libraries to the latest
> version?
No it is not. Hibernate 4 does not support java 1.5 that is why it did not make the 1.2 branch,
> Is the hibernate upgrade part of the 1.3 release?
Yes it is.
> I can't
> find any information on the 1.x roadmap.
Yes because play 2 is what you should look at ;) more seriously the 1.3 will be the last release in the series, so I seriously advise you to look at play 2 (and I know quite a good book about play2 java...)
Nicolas
>
> John
>
> --
> You received this message because you are subscribed to the Google Groups "play-framework" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
play-framewor...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.