Re-enable Neo4j plugin at 5.0.1 (neo4j-bolt-plugin branch) - #350
Merged
Merged
Conversation
- Using the latest version of the java driver (ie 5.28.9) - Upgrade testcontainer - Remove deprecated nbm configuratioa
Resolves conflicts in .github/issue_template.md (took master's wording) and pom.xml (adopt master's gephi.version/root version bump to 0.11.3, drop the now-unused oss-sonatype pluginRepository). Also bumps Neo4jPlugin's own gephi-plugin-parent version to 0.11.3 to match, since it wasn't touched by the merge itself but was left stale otherwise. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
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.
Summary
modules/Neo4jPlugin/pom.xml).master-forge's<modules>list, which was disabled withstatus: disabled — reason not recorded.origin: branch (neo4j-bolt-plugin),status: active, per this repo's plugin-adoption policy (CONTRIBUTING.md→ "Maintaining a plugin after approval") since the original fork (sim51/gephi-plugins) no longer exists.This branch intentionally does not merge
master-forgeinto itself (perCONTRIBUTING.md's recent clarification in #349) — it only tracksmaster. The<modules>-list conflict againstmaster-forgeis expected here and should be resolved at merge time: takemaster-forge's current list wholesale, then uncomment/annotate the Neo4j entry as above.Test plan
origin/master-forge(never pushed): only real conflict wasmodules/Neo4jPlugin/pom.xml'sgephi-plugin-parentversion (master-forge's stale disabled copy had 0.11.1; this branch has 0.11.3, matching master-forge's currentgephi.version) — resolved to 0.11.3.mvn -pl modules/Neo4jPlugin -am -DskipTests clean package— plugin builds standalone against the merged parent/config.mvn -DskipTests clean packagefrom repo root — entire master-forge reactor (all plugins + Neo4j at 5.0.1) builds cleanly with the module re-enabled.mvn testfor Neo4jPlugin requires a local Docker daemon (testcontainers) — not run in this environment; unrelated to the version/merge changes.🤖 Generated with Claude Code