Giter Club home page Giter Club logo

Comments (1)

christoph-grimm avatar christoph-grimm commented on May 25, 2024

With neo4j 5.6 Community and Spring boot 3 starter i get warnings like:

The query used a deprecated function. ('id' is no longer supported)
2023-04-20T20:06:45.342+02:00  WARN 42002 --- [           main] org.springframework.data.neo4j.cypher    : Neo.ClientNotification.Statement.FeatureDeprecationWarning: This feature is deprecated and will be removed in future versions.
	MATCH (project:`Project`) WHERE project.name = $name RETURN project{.alias, .commits, .description, .id, .name, __nodeLabels__: labels(project), __internalNeo4jId__: id(project), __elementId__: toString(id(project)), Project_DEFAULT_BRANCH_Branch: [(project)-[:`DEFAULT_BRANCH`]->(project_defaultBranch:`Branch`) | project_defaultBranch{.alias, .description, .id, .name, __nodeLabels__: labels(project_defaultBranch), __internalNeo4jId__: id(project_defaultBranch), __elementId__: toString(id(project_defaultBranch)), Branch_REFERENCED_COMMIT_Commit: [(project_defaultBranch)-[:`REFERENCED_COMMIT`]->(project_defaultBranch_referencedCommit:`Commit`) | project_defaultBranch_referencedCommit{.description, .id, .name, .owningProject, .payload, .previousCommit, __nodeLabels__: labels(project_defaultBranch_referencedCommit), __internalNeo4jId__: id(project_defaultBranch_referencedCommit), __elementId__: toString(id(project_defaultBranch_referencedCommit))}]}], Project_BRANCHES_Branch: [(project)-[:`BRANCHES`]->(project_branches:`Branch`) | project_branches{.alias, .description, .id, .name, __nodeLabels__: labels(project_branches), __internalNeo4jId__: id(project_branches), __elementId__: toString(id(project_branches)), Branch_REFERENCED_COMMIT_Commit: [(project_branches)-[:`REFERENCED_COMMIT`]->(project_branches_referencedCommit:`Commit`) | project_branches_referencedCommit{.description, .id, .name, .owningProject, .payload, .previousCommit, __nodeLabels__: labels(project_branches_referencedCommit), __internalNeo4jId__: id(project_branches_referencedCommit), __elementId__: toString(id(project_branches_referencedCommit))}]}]}

Nevertheless the repository seems to work -- with version 3.0.5 of spring boot starter.
Gradle:

implementation("org.springframework.boot:spring-boot-starter-data-neo4j:3.0.5")

from neo4j-java-driver-spring-boot-starter.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.