Re: Problem with spring-data-commons 2

2017-11-13 Thread Alexey Kukushkin
Hi, Apparently you cannot just bump the Spring dependency due to that new deleteAll(Iterable ids) they added in CrudRepository 2.0 that conflicts with the same method in our IgniteRepository. I opened a tickets to support Spring 2.0: https://issues.apache.org/jira/browse/IGNITE-6879

Problem with spring-data-commons 2

2017-11-12 Thread Celes
Hi Using the following versions: spring-data-commons = 2.0.0.RELEASE ignite-spring-data = 2.3.0 I receive the following error trying to use an IgniteRepository: Error:(8, 8) java: name clash: deleteAll(java.lang.Iterable) in org.springframework.data.repository.CrudRepository and deleteAll(jav