-
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
Solve dev CI error (with neo4j 5.16.0) #3847
Merged
Merged
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
834c999
to
6dbf828
Compare
f5579ff
to
9c1313c
Compare
6445715
to
91cf524
Compare
91cf524
to
d7925b3
Compare
conker84
approved these changes
Jan 10, 2024
vga91
added a commit
that referenced
this pull request
Jan 22, 2024
* Solve dev CI error (with neo4j 5.16.0) * add urlAccessChecker in OpenAI * add urlAccessChecker in apoc.gephi.* * fix urlAccessChecker related errors * fix System.getProperty NullPointerException in TestContainerUtil * added urlAccessChecker to parquet read procs
vga91
added a commit
that referenced
this pull request
Jan 23, 2024
* [NOID] Release 5.16.0 (#3721) * [NOID] Release 5.16.0 * [NOID] Changed bolt driver version (#3501) (#3509) * Removed -debian suffix from docker (#3723) * Updated submodule (#3629) * Solve dev CI error (with neo4j 5.16.0) (#3847) * Solve dev CI error (with neo4j 5.16.0) * add urlAccessChecker in OpenAI * add urlAccessChecker in apoc.gephi.* * fix urlAccessChecker related errors * fix System.getProperty NullPointerException in TestContainerUtil * added urlAccessChecker to parquet read procs * Solved various jar conflict errors with neo4j 5.15+ (#3859) * re-freshed apoc-core after rebase
# 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.
Solve dev (currently 5.16) CI error (similar to Fix 5.15 CI errors #3860)
fix System.getProperty NullPointerException in TestContainerUtil
See here.
It happens because of this change. Since it only affect Core (as we can check here), we can always declare the
testDockerBundle
property equal tofalse
.