docs: document ClassMoved compatibility attribute - #2523
Open
Jonas Elfering (keulinho) wants to merge 2 commits into
Open
Jonas Elfering (keulinho) wants to merge 2 commits into
Jonas Elfering (keulinho) wants to merge 2 commits into
Conversation
Developer Docs healthcheckStatus: Completed with |
Copilot started reviewing on behalf of
Jonas Elfering (keulinho)
September 17, 2026 12:36
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved blocking issues were identified.
Pull request overview
Documents the ClassMoved backward-compatibility attribute and its class/service alias lifecycle.
Changes:
- Adds
ClassMovedguidance to the compatibility documentation. - Replaces namespace-duplication advice with alias-based migration steps.
- Adds
ClassMovedto the spellcheck wordlist.
File summaries
| File | Description |
|---|---|
resources/guidelines/code/backward-compatibility.md |
Documents ClassMoved usage, runtime behavior, and migration lifecycle |
.wordlist.txt |
Adds ClassMoved to the allowed spellcheck terms |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
5 tasks
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
#[ClassMoved]to the BC-change attribute reference.Related links
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes
This documentation describes the
ClassMovedattribute introduced by shopware/shopware#20525 and should be merged after that implementation.