-
Notifications
You must be signed in to change notification settings - Fork 195
Minor version updates and code polishes #395
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
Merged
Andy2003
merged 27 commits into
neo4j-contrib:master
from
seabamirum:neo4j-latest-java21
Apr 1, 2025
Merged
Changes from 21 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
74bf0a6
Add missing @Override annotations and remove unneeded else clauses
seabamirum c13d290
More code cleanup, mostly removing else clause and adding overrides
seabamirum 4bc4dda
Match neo4j, java, and package versions of remote
seabamirum 89f36d0
Merge remote-tracking branch 'refs/remotes/origin/master' into fork/s…
Andy2003 d889795
Merge remote-tracking branch 'refs/remotes/origin/master' into fork/s…
Andy2003 ba6b5ea
fix review comments
Andy2003 7d8c46f
neo4j 5.19, polishes
seabamirum 65553b4
Merge remote-tracking branch 'refs/remotes/origin/master' into neo4j-…
Andy2003 b3134b7
Merge pull request #1 from neo4j-contrib/master
seabamirum c64dde2
Merge branch 'neo4j-latest-java21' of
seabamirum 2cfb14b
Delete .factorypath
seabamirum f369c98
Added back newline at end of file
seabamirum 5eefe69
Removed private unused methods, variables and unthrown exceptions
seabamirum aafc1cd
Added back line breaks at end of files
seabamirum ff475ad
Merge branch 'neo4j-contrib:master' into neo4j-latest-java21
seabamirum 229e727
Merge branch 'neo4j-contrib:master' into neo4j-latest-java21
seabamirum f2b3f02
Merge pull request #2 from neo4j-contrib/master
seabamirum f77248a
Fix spatial procedures call to be compatible with 5.23+
seabamirum c979207
Fix compile errors with 5.26.0
seabamirum 8af1164
Merge branch 'master' into neo4j-latest-java21
Andy2003 f08944c
cleanup
Andy2003 4f0a242
update images from test-run
Andy2003 4d6d082
Merge branch 'master' into neo4j-latest-java21
Andy2003 6d8c292
Merge remote-tracking branch 'origin/master' into neo4j-latest-java21
Andy2003 51d8400
Merge remote-tracking branch 'origin/master' into neo4j-latest-java21
Andy2003 6c9c6eb
remove generated docs/index.html
Andy2003 05cd90d
Merge remote-tracking branch 'origin/master' into neo4j-latest-java21
Andy2003 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: "Setups JDK" | ||
description: "Setups JDK 17" | ||
description: "Setups JDK 21" | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Setup Java JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: 17 | ||
java-version: 21 | ||
distribution: adopt |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.