Skip to content

Re-enable Neo4j plugin at 5.0.1 (neo4j-bolt-plugin branch) - #350

Merged
mbastian merged 3 commits into
master-forgefrom
neo4j-bolt-plugin
Sep 26, 2026
Merged

mbastian merged 3 commits into
master-forgefrom
neo4j-bolt-plugin

Conversation

@mbastian

Copy link
Copy Markdown
Member

Summary

  • Bumps the Neo4j plugin's own version from 5.0.0 to 5.0.1 (modules/Neo4jPlugin/pom.xml).
  • Re-enables the Neo4j plugin in master-forge's <modules> list, which was disabled with status: disabled — reason not recorded.
  • Updates the module-list annotation to 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-forge into itself (per CONTRIBUTING.md's recent clarification in #349) — it only tracks master. The <modules>-list conflict against master-forge is expected here and should be resolved at merge time: take master-forge's current list wholesale, then uncomment/annotate the Neo4j entry as above.

Test plan

  • Rehearsed the merge resolution in a disposable local worktree off origin/master-forge (never pushed): only real conflict was modules/Neo4jPlugin/pom.xml's gephi-plugin-parent version (master-forge's stale disabled copy had 0.11.1; this branch has 0.11.3, matching master-forge's current gephi.version) — resolved to 0.11.3.
  • mvn -pl modules/Neo4jPlugin -am -DskipTests clean package — plugin builds standalone against the merged parent/config.
  • Full mvn -DskipTests clean package from repo root — entire master-forge reactor (all plugins + Neo4j at 5.0.1) builds cleanly with the module re-enabled.
  • mvn test for Neo4jPlugin requires a local Docker daemon (testcontainers) — not run in this environment; unrelated to the version/merge changes.

🤖 Generated with Claude Code

sim51 and others added 3 commits August 18, 2025 14:21
- 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>
@mbastian
mbastian merged commit 030fad4 into master-forge Sep 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants