SDN supports derived queries over several, deeply nested properties in the following version combinations: - Spring Data Kay SR9 + Neo4j-OGM 3.0.4 - Spring Data Lovelace RC1 + Neo4j-OGM 3.1.1 As of writing, Spring Boot 2.0.4 picks up Spring Data Kay SR9 + Neo4j-OGM 3.1.0. This is an unsupported combination, see https://github.com/spring-projects/spring-boot/issues/13999. This tests asserts the correct versions for Spring Boot 2.1.0+ and 2.0.5+. Also fixes the use of final field relationships in the domain classes used in the test and removed the usage of deprecated API.