Hi,
I just upgraded from STS 3.1.0 to STS 3.2.0 and have noticed that invalid derived queries in Neo4j repositories no longer generate an error. This looks similar to STS-3107. The fix for that issue (commit 307a3a96a4a01c8957eafee075c4f7fb88006f8f) involved specifically adding a check for the "org.springframework.data.jpa.repository" package, so I'm guessing that another will be needed for the "org.springframework.data.neo4j.repository" package, plus more for any other Spring Data projects that use this error and whose repositories follow this package naming pattern.
Geoff


Reply With Quote