You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractNeo4jItemReader used to be extended by two classes: Neo4j4ItemReader and Neo4jItemReader. Neo4j4ItemReader was removed in 9d9218b and AbstractNeo4jItemReader is now extended by Neo4jItemReader only.
This class can be merged in Neo4jItemReader and if there is a need to customize that reader, it is always possible to extend Neo4jItemReader instead of AbstractNeo4jItemReader.
The text was updated successfully, but these errors were encountered:
AbstractNeo4jItemReader
used to be extended by two classes:Neo4j4ItemReader
andNeo4jItemReader
.Neo4j4ItemReader
was removed in 9d9218b andAbstractNeo4jItemReader
is now extended byNeo4jItemReader
only.This class can be merged in
Neo4jItemReader
and if there is a need to customize that reader, it is always possible to extendNeo4jItemReader
instead ofAbstractNeo4jItemReader
.The text was updated successfully, but these errors were encountered: