When upgrading our project based on spring-boot-data-neo4j from 4.0.6 to 4.0.7 (which brings spring-data-commons 4.0.5 -> 4.0.6 upgrade), we have noticed an error as described in this neo4j community post.
If we change our pom definition to keep spring-boot-data-neo4j:4.0.7 and spring-data-commons:4.0.5 all is working as expected.
I was trying to find anything relevant in the release changelog but could not get much out of it: maybe something related to type mapping caching?
When upgrading our project based on
spring-boot-data-neo4jfrom 4.0.6 to 4.0.7 (which bringsspring-data-commons4.0.5 -> 4.0.6 upgrade), we have noticed an error as described in this neo4j community post.If we change our pom definition to keep
spring-boot-data-neo4j:4.0.7andspring-data-commons:4.0.5all is working as expected.I was trying to find anything relevant in the release changelog but could not get much out of it: maybe something related to type mapping caching?