Skip to content

[UPMERGE] 5.0 -> 5.1#3088

Merged
dpfaffenbauer merged 14 commits into
5.1from
upmerge/5.0_5.1
Jun 23, 2026
Merged

[UPMERGE] 5.0 -> 5.1#3088
dpfaffenbauer merged 14 commits into
5.1from
upmerge/5.0_5.1

Conversation

@github-actions

Copy link
Copy Markdown

This PR has been generated automatically.

Remember! The upmerge should always be merged with using Merge pull request button.

In case of conflicts, please resolve them manually with usign the following commands:

git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/5.1 -m "Resolve conflicts between 5.0 and 5.1"

Resolve cart.yml: keep 5.1's removal of the legacy CartFilterListener
grid service (relocated to classic_admin.yml as AdminClass\...).
dpfaffenbauer and others added 7 commits June 23, 2026 07:37
…wareTrait

Symfony 7 removed ContainerAwareInterface/ContainerAwareTrait, so the
lastActivatedAt migration fataled on install with deps-highest. Switch to
Pimcore::getContainer()->getParameter(), matching the existing pattern in
Version20260419121310.

(cherry picked from commit e5bfa33)
… 0.4

page-object-extension ^0.4.0 declares SymfonyPage::$additionalParameters
as 'protected static array', and PHP property types are invariant, so the
untyped overrides in AbstractFrontendPage/AbstractPimcorePage caused a
compile-time fatal under deps-highest. Match the parent's array type.
…raint

The split TestBundle package still required ^0.3.2 (untyped SymfonyPage::$additionalParameters)
while the root repo uses ^0.4.0 (typed). That inconsistency made the typed array override
fail in the TestBundle split job. Align the sub-package constraint with the root.
@dpfaffenbauer dpfaffenbauer merged commit 6692488 into 5.1 Jun 23, 2026
3 checks passed
@dpfaffenbauer dpfaffenbauer deleted the upmerge/5.0_5.1 branch June 23, 2026 09:30
@sonarqubecloud

Copy link
Copy Markdown

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.

2 participants