adam
adam

Reputation: 31

Spring Hibernate 4 support

I am using Hibernate 4 CR1. My application was previously using Spring hibernate support (for version 3).

I have not been able to find any information about this - is there any indication as to when (or which version) Spring will provide support for Hibernate 4?

Upvotes: 3

Views: 9590

Answers (2)

Tomasz Nurkiewicz
Tomasz Nurkiewicz

Reputation: 341003

UPDATE: Spring Framework 3.1 goes GA

You need to upgrade to Spring 3.1.0.RC1 released today:

Spring 3.1.0.RC1 Released:

Support for Hibernate 4.0 (up to date with 4.0 CR4)

Upvotes: 6

MatBanik
MatBanik

Reputation: 26870

As per comment of one of the guys is is involved in the spring project it seems that they started working on hibernate 4 support:

http://forum.springsource.org/showthread.php?115682-Migrating-application-context-configuration-to-Spring-3.1-and-Hibernate-4.0&p=382864#post382864

Upvotes: 0

Related Questions