FORGE-605 Upgrade Essentializer for BrXM v17#3
Open
joeyliechty wants to merge 1 commit into
Open
Conversation
- Parent BOM 30-SNAPSHOT -> 17.0.0 (Java 21, Jakarta EE 10) - Plugin version 1.0.5-SNAPSHOT -> 2.0.0-SNAPSHOT - Essentials SDK 13.0.0-SNAPSHOT -> 17.0.0 - Migrate javax.inject/servlet/ws.rs/xml.bind -> jakarta.* - commons-lang -> commons-lang3 - Fix ImmutableMap import (guice internal -> guava) - Remove dropped PluginDescriptor.Dependency.setMinInstallStateForBoarding API - Repo URLs onehippo.com -> bloomreach.com, HTTP -> HTTPS
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.
What
Upgrades the Essentializer Forge plugin to support BrXM v17 (Experience Manager 17.0.0).
Why
Resolves FORGE-605 — part of the broader BrXM v17 upgrade initiative tracked in FORGE-582.
BrXM v17 moves to Java 21 and Jakarta EE 10 (Spring Boot 4), requiring namespace migrations and dependency version bumps across all Forge plugins.
Changes
hippo-cms7-project:30-SNAPSHOT→17.0.0(Java 21, Jakarta EE 10)1.0.5-SNAPSHOT→2.0.0-SNAPSHOT(major bump per Forge convention)13.0.0-SNAPSHOT→17.0.0javax.inject,javax.servlet,javax.ws.rs,javax.xml.bind→jakarta.*commons-lang→commons-lang3com.google.inject.internal.util→com.google.common.collectPluginDescriptor.Dependency.setMinInstallStateForBoarding()call (removed in SDK v17)onehippo.com→bloomreach.com, HTTP → HTTPSHow to test
mvn clean packagepasses under Java 21 ✅Checklist
mvn clean package)setMinInstallStateForBoarding(gone from SDK v17)support/1.xmaintenance branch pushed to preserve v1🤖 Implemented with Claude Code