Search code examples
javaspringspring-bootignite

Does Ignite Spring Data supports Spring Boot 2?


I have trying to run ignite-spring-data with Spring Boot version 2.0.0-RELEASE and getting the following error:

Error:(35, 8) java: name clash: deleteAll(java.lang.Iterable) in org.springframework.data.repository.CrudRepository and deleteAll(java.lang.Iterable) in org.apache.ignite.springdata.repository.IgniteRepository have the same erasure, yet neither overrides the other

Ignite Spring Data works fine with Spring Boot version 1.5.8-RELEASE. When will it support Spring Boot 2?


Solution

  • According to Apache Ignite JIRA, it should be supported in the next Ignite release, 2.7.

    I think the support should also be in nightly builds.