nurkiewicz / spring-data-jdbc-repository

Spring Data JDBC generic DAO implementation
275 stars 151 forks source link

update springframework to 3.2 #4

Closed xiasenhai closed 11 years ago

xiasenhai commented 11 years ago

Hello Tomasz,i just update spring-framework and spring-data to the latest version and exceptions occurs. please update spring-framework to 3.2 update spring data to 1.4.1

THANK YOU !

nurkiewicz commented 11 years ago

Indeed I was relying on very old 1.1.0 version of Spring Data commons. 1.4.1 was backward incompatible. Have a look at spring32 branch. I'll merge it back to master once I implement new method from 1.4.1 API:

public Iterable<T> findAll(Iterable<ID> ids) {

Thanks for reporting!

nurkiewicz commented 11 years ago

Fixed, I actually upgraded Spring Data Commons to 1.5. Thank you for this bug report, it is included in 0.3 version.