Closed xiasenhai closed 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!
Fixed, I actually upgraded Spring Data Commons to 1.5. Thank you for this bug report, it is included in 0.3 version.
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 !