neo4j / graph-data-science

Source code for the Neo4j Graph Data Science library of graph algorithms.
https://neo4j.com/docs/graph-data-science/current/
Other
596 stars 157 forks source link

changed to java 17 switch semantics #271

Closed preveen-stack closed 1 year ago

preveen-stack commented 1 year ago
vnickolov commented 1 year ago
  • changed switch to java 17 switch semantics

Hi, thank you for the effort but we cannot switch to Java 17 semantics since GDS supports both Neo4j 4.4 and 5.x versions and the 4.x series still require Java 11.

preveen-stack commented 1 year ago

Got it. Thanks