FORGE-593 Upgrade Document Commenting to BrXM v17 / Java 21#13
Open
joeyliechty wants to merge 1 commit into
Open
FORGE-593 Upgrade Document Commenting to BrXM v17 / Java 21#13joeyliechty wants to merge 1 commit into
joeyliechty wants to merge 1 commit into
Conversation
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)
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
hippo-cms7-project/hippo-cms7-enterprise-releaseparent from16.2.0→17.0.08.0.0-SNAPSHOT${slf4j.version}→${slf4j2.version},log4j-slf4j-impl→log4j-slf4j2-impl,${junit.version}→${junit4.version}activeByDefaultprofile to root pom (fixes build whenenterpriseprofile is globally active in~/.m2/settings.xml)hippo-cms7-enterprise-release:17.0.0support/7.xmaintenance branch to preserve v16 lineissueManagementURL:issues.onehippo.com→bloomreach.atlassian.netTest plan
mvn clean installpasses on plugin root (Java 21)cd demo && mvn clean verify -T4C -DskipTestsbuilds all submodulesmvn -Pcargo.runstarts CMS athttp://localhost:8080/cmsCloses FORGE-593
🤖 Generated with Claude Code