Skip to content

FORGE-593 Upgrade Document Commenting to BrXM v17 / Java 21#13

Open
joeyliechty wants to merge 1 commit into
developfrom
feature/FORGE-593-upgrade-to-brxm-v17
Open

FORGE-593 Upgrade Document Commenting to BrXM v17 / Java 21#13
joeyliechty wants to merge 1 commit into
developfrom
feature/FORGE-593-upgrade-to-brxm-v17

Conversation

@joeyliechty
Copy link
Copy Markdown

Summary

  • Bump hippo-cms7-project / hippo-cms7-enterprise-release parent from 16.2.017.0.0
  • Advance plugin version to 8.0.0-SNAPSHOT
  • Fix v17 BOM breaking changes: ${slf4j.version}${slf4j2.version}, log4j-slf4j-impllog4j-slf4j2-impl, ${junit.version}${junit4.version}
  • Move demo modules from activeByDefault profile to root pom (fixes build when enterprise profile is globally active in ~/.m2/settings.xml)
  • Switch demo parent to hippo-cms7-enterprise-release:17.0.0
  • Create support/7.x maintenance branch to preserve v16 line
  • Fix issueManagement URL: issues.onehippo.combloomreach.atlassian.net

Test plan

  • mvn clean install passes on plugin root (Java 21)
  • cd demo && mvn clean verify -T4C -DskipTests builds all submodules
  • mvn -Pcargo.run starts CMS at http://localhost:8080/cms
  • Document Commenting field renders in document editor
  • Add / edit / delete a comment on a document

Closes FORGE-593

🤖 Generated with Claude Code

Bump BrXM parent (hippo-cms7-project/enterprise-release) from 16.2.0
to 17.0.0 and advance plugin version to 8.0.0-SNAPSHOT.
Replace removed ${slf4j.version} with ${slf4j2.version}, rename
log4j-slf4j-impl to log4j-slf4j2-impl (SLF4J 2.x), and update
${junit.version} to ${junit4.version} to match v17 parent BOM changes.
Move demo modules from activeByDefault profile to root pom to fix
build breakage when enterprise profile is globally active.

(co-authored with Claude Code)
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.

1 participant