Commit 3835b93
Downcast to
Neo4j 4 and 5 return a different type for the method
org.neo4j.graphdb.Node#getRelationships()
This causes a bytecode error, because the compiler records the exact
type of the method known at compile time.
There is no such one method that is the same across the Neo4j versions.
Co-authored-by: Adam Schill Collberg <adam.schill.collberg@protonmail.com>NodeEntity to get stable signature1 parent 5f00108 commit 3835b93
File tree
1 file changed
+4
-3
lines changed- alpha/alpha-proc/src/main/java/org/neo4j/gds/linkprediction
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | | - | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments