-
Notifications
You must be signed in to change notification settings - Fork 617
Path resolution in Repository #2470
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
Comments
Thanks for reporting this. |
Great, I'll try the fix as soon as possible and reply to you with the results. |
Hi again,
|
Could you provide some data and/or reproducer? |
Your code example is correct and the fix here seems to work. I'll searching for some dependency error in my project. |
Solved, thanks...the fix works. My problem is related to old dependency cache. |
when will this fix be merged in a release branch? |
VMWare plans the releases. cc @mp911de |
Repository does not map to object result with only one node when cypher return path.
In the following example ServiceEntity (Service) contains a list (ServiceOption) that is correctly hydrated. In the meantime, all Service without relationships (the first match) are not returned as ServiceEntity from Repository while neo4j correctly returns it as result of a direct query to DB.
Thanks for your works,
Paolo
The text was updated successfully, but these errors were encountered: