spring-projects / spring-data-neo4j

Provide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
http://spring.io/projects/spring-data-neo4j
Apache License 2.0
825 stars 619 forks source link

Latest version issue with import [DATAGRAPH-1457] #1995

Closed spring-projects-issues closed 3 years ago

spring-projects-issues commented 3 years ago

BreadAndRoses95 opened DATAGRAPH-1457 and commented

While trying the latest SNAPSHOT version of SDN, I get this error  

Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.devel.test.testspringdataneo4j.repository.ChildRepositoryTest]; nested exception is java.io.FileNotFoundException: class path resource [org/springframework/data/neo4j/config/Neo4jDefaultCallbacksRegistrar.class] cannot be opened because it does not exist

Affects: 6.1 M1 (2021.0.0)

spring-projects-issues commented 3 years ago

Michael Simons commented

Spring Boot needs to change for that.

Please use the 6.0.x SNAPSHOT with Spring Boot 2.4

spring-projects-issues commented 3 years ago

Michael Simons commented

Related: https://github.com/spring-projects/spring-boot/issues/24300

meistermeier commented 3 years ago

I would like to close this issue for now, because I think it is resolved since there were no answer within the last month. If there is still an compatibility issue with the given versions mentioned by @michael-simons please feel free to open a new one.