fix: Remove the legacy digest bodies and keys of the news notifications - EXO-90072 - eXIP7.3.0.22 - #913
Merged
Conversation
azayati
force-pushed
the
exip-7.3.0.22-cleanup-legacy-digest
branch
from
September 8, 2026 14:20
abb41f1 to
8897610
Compare
…ns - EXO-90072 - eXIP7.3.0.22 The mail template provider loses its makeDigest override, its buildDigestMsg helper and the SpaceService dependency that only served them; the push provider loses its empty override. The 3 legacy Notification.digest keys are removed in the 40 locales of the news bundle. The new NewsDigestLinePlugin, its Kernel declaration and its digest keys are untouched, as is every makeMessage path. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
azayati
force-pushed
the
exip-7.3.0.22-cleanup-legacy-digest
branch
from
September 8, 2026 19:57
8897610 to
41edf59
Compare
azayati
marked this pull request as ready for review
September 9, 2026 09:10
azayati
added a commit
that referenced
this pull request
Sep 11, 2026
azayati
added a commit
that referenced
this pull request
Sep 15, 2026
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
MailTemplateProvider:makeDigestoverride andbuildDigestMsghelper removed, with the imports and theSpaceServicedependency that only served them (constructor and test adapted).PushTemplateProvider: the no-opmakeDigestoverride.News_en.properties: the 3 legacyNotification.digest.one.*keys. The same keys are removed in the 40 locale files of the bundle.Untouched:
NewsDigestLinePlugin, its Kernel declaration and itsdigest.*keys, everymakeMessagepath and template.Checked
content-servicecompiles;MailTemplateProviderTestandNewsDigestLinePluginTestare green (the JPA container tests fail identically on the base branch locally, stale social snapshot).N2 (addon, no schema, no security). 🤖 Generated with Claude Code