@david.allen I have a custom procedure written in Java which uses org.neo4j.kernel.internal.GraphDatabaseAPI especially findNodes method from 3.5. But looks like in 4.0 this GraphDatabaseAPI doesn't have findNodes method. Which class and which method...