[FrameworkBundle] disable the Lock integration to not register the deduplicate middleware#60559
Merged
nicolas-grekas merged 1 commit intosymfony:7.3from May 28, 2025
Merged
Conversation
Member
Author
|
see https://github.com/symfony/symfony/actions/runs/15269874524/job/42942748725#step:9:12069 for the current failures |
chalasr
approved these changes
May 27, 2025
Member
|
shouldn't I would say this caught an actual bug. |
Member
Author
|
@stof Yes, and that part works as expected. But we have three buses here and for the |
55e8879 to
3cf847f
Compare
Member
|
Thank you @xabbuh. |
nicolas-grekas
added a commit
that referenced
this pull request
Jun 20, 2025
…gister the deduplicate middleware (xabbuh) This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] disable the Lock integration to not register the deduplicate middleware | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT similar to #60559 to fix the high deps failures Commits ------- 9f65dd0 disable the Lock integration to not register the deduplicate middleware
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.
Before the creation of the
7.4branch the tests did not fail because on our high deps job we checked out the7.2branch and ran that with locally patched components (i.e. components that were changed by the commit being tested). On all other jobs the lock integration is disabled implicitly.