Skip to content

Fixed build on Java14+ due to Record keyword conflict

Cristina Pauna requested to merge fixRecordReference into dev

Java 14 introduced the Record keyword. Neo4J has a Record class. This Record class must always be referenced with the full class name, to avoid a keyword conflict.

Merge request reports