Hello, I am trying to use Ignite with Spring Data JPA. However I am unable to
compile the project because of the following error:

ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
(default-compile) on project arinvoiceservice: Compilation failure
[ERROR]
/Users/418177/repositories/git/pocs/arinvoiceservice/src/main/java/com/gpc/rpm/arinvoiceservice/repository/ARInvoiceRepository.java:[15,8]
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
[ERROR]
[ERROR] -> [Help 1]

ARInvoiceRepository.java
<http://apache-ignite-users.70518.x6.nabble.com/file/t2637/ARInvoiceRepository.java>
  

Attached is the file for your reference.

I don't see anything wrong. I coded it based on the sample and example
provided on Ignite's website
https://apacheignite-mix.readme.io/docs/spring-data



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to