-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes #4244: Make apoc.dv.* procedures work in clusters #4281
Merged
+898
−359
Conversation
This file contains 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
9b6190a
to
f9b5398
Compare
vga91
added a commit
that referenced
this pull request
Dec 16, 2024
vga91
added a commit
that referenced
this pull request
Dec 17, 2024
RobertoSannino
pushed a commit
that referenced
this pull request
Dec 19, 2024
* Revert "Removed org.apache.commons.collections from OpenAI (#4304)" (#4305) This reverts commit 7e3bfb7. * Fixes #4244: Make apoc.dv.* procedures work in clusters (#4281) * Fixes #4244: Make apoc.dv.* procedures work in clusters * added procs to extended*.txt * fix tests * cleanup * Fixes #4263: Adds docs for apoc triggers helper functions * Update apoc.trigger.toNode.adoc * Update apoc.trigger.toRelationship.adoc
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this pull request
Jan 15, 2025
…usters (neo4j-contrib#4281) * Fixes neo4j-contrib#4244: Make apoc.dv.* procedures work in clusters * added procs to extended*.txt * fix tests * cleanup
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this pull request
Jan 15, 2025
…usters (neo4j-contrib#4281) * Fixes neo4j-contrib#4244: Make apoc.dv.* procedures work in clusters * added procs to extended*.txt * fix tests * cleanup
vga91
added a commit
that referenced
this pull request
Jan 15, 2025
* Revert "Removed org.apache.commons.collections from OpenAI (#4304)" (#4305) This reverts commit 7e3bfb7. * Fixes #4244: Make apoc.dv.* procedures work in clusters (#4281) * Fixes #4244: Make apoc.dv.* procedures work in clusters * added procs to extended*.txt * fix tests * cleanup * Fixes #4263: Adds docs for apoc triggers helper functions * Update apoc.trigger.toNode.adoc * Update apoc.trigger.toRelationship.adoc
vga91
added a commit
that referenced
this pull request
Jan 16, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
Fixes #4244
Created two new classes and deprecated the current one, to handle procedures in cluster
DataVirtualizationCatalogNewProcedures
DataVirtualizationCatalogHandlerNewProcedures
Added several commons in the DataVirtualizationCatalogTestUtil
changed invalid
NEO4J_dbms_connector_bolt_advertised__address
toNEO4J_server_bolt_advertised__address
inExtendedTestContainerUtil.java