-
Notifications
You must be signed in to change notification settings - Fork 619
backportdynamiclabels #3072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
backportdynamiclabels #3072
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add an optional parameter to `@RelationshipProperties` that allows users to persist the type information on this relationship. This will allow SDN to detect the right class it needs to instantiate if, due to abstraction of the implementation, no other information is available. Closes #2973 Signed-off-by: 杨耀飞 <[email protected]> Signed-off-by: yangyaofei <[email protected]> Signed-off-by: Gerrit Meier <[email protected]> Co-authored-by: Gerrit Meier <[email protected]>
Signed-off-by: Gerrit Meier <[email protected]>
Signed-off-by: Gerrit Meier <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
…g _a_ shortest path). Signed-off-by: Michael Simons <[email protected]>
…ethods returning collections. Signed-off-by: Michael Simons <[email protected]>
There was italic formatting in the Cypher examples where there should have been visible underscores. Signed-off-by: Gerrit Meier <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
Was a leftover from a time when SDN used Neo4j-OGM. Signed-off-by: Michael Simons <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
This provides the option for users to be able to use the latest Neo4j dialect, that will be safe with future Neo4j versions. Signed-off-by: Michael Simons <[email protected]>
Signed-off-by: Gerrit Meier <[email protected]>
Signed-off-by: Gerrit Meier <[email protected]>
Routing causes issues when the driver is reused.
Signed-off-by: Gerrit Meier <[email protected]> Signed-off-by: Marcel Körtgen <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
If there is a class hierarchy scenario, SDN will try to use the best matching child class. In some cases the parent, non-abstract class is already the best fit and should be used. Closes #3036 Signed-off-by: Gerrit Meier <[email protected]>
Signed-off-by: Gerrit Meier <[email protected]>
This is a backport of ade01cb, with the tests only using the database default cypher 5 or 25 variant (due to the fact that 7.5.x is not on JUnit 6). This might be a breaking change for very few users with the benefit of having this performance enhancement discussed in #3043 also available in SDN 7.5.x without going through the whole Spring Boot / Framework update dance: Cypher DSL is now bumped to the latest which is missing the driver integration. Steps to fix this can be seen here: fba0b8b And if you are running against Neo4j 4.4.x, you know *must* configure an older dialect: ``` @bean Configuration cypherDslConfiguration() { return Configuration.newConfig() .withDialect(Dialect.NEO4J_4).build(); } ``` as Cypher DSL 2025 uses 5 by default. Signed-off-by: Michael Simons <[email protected]>
Collaborator
Author
|
Bloddy hell GH CLI… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SchemaNamesto escape and sanitze labels used in SpEL.LIST<ANY>to be used directly as repository methods returning collections.id()by default.neo4jprotocol.docker-java.properties.