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<? extends T>) in org.springframework.data.repository.CrudRepository and deleteAll(java.lang.Iterable<ID>) in org.apache.ignite.springdata.repository.IgniteRepository have the same erasure, yet neither overrides the other The latest version of spring-data has included the following method: void deleteAll(Iterable<? extends T> entities); that causes the above error Best regards [https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif] Javier Reyes
