Reputation: 271
i'm using spring version 3.0.5 and hibernate-core version 3.6.3.final, hiberanate-commons-annotations-3.2.0.final and hibernate-jpa-2.0-api-1.0.0.final.jar and i want to know which version is compatible ? I can"t modify the versions of spring and hibernate at the moment. For technical problems hibernate4 not support HibernateTemplate and spring version great than 3.0.x not support HibernateDaoSupport too.
So I want the spring batch version that is compatible with these two versios.
Thanks.
Upvotes: 0
Views: 1923
Reputation: 69450
use spring-batch-2.1.9.RELEASE
it is compatible with spring-core 3.0.x
.
From 2.2.0 spring-Batch needs spring-core 3.2.0
Upvotes: 3