IBX-12594: Bumped ibexa/jms-translation-bundle to ^3.0 - #829
Merged
Merged
Conversation
Picks up the Symfony 8 compatible major.
ViniTou
force-pushed
the
ibx-12594-jms-translation-bundle-3
branch
from
September 21, 2026 12:35
d203f28 to
3afb916
Compare
|
This was referenced Sep 21, 2026
bnowak
approved these changes
Sep 21, 2026
barw4
approved these changes
Sep 21, 2026
alongosz
approved these changes
Sep 21, 2026
konradoboza
approved these changes
Sep 21, 2026
ViniTou
added a commit
to ibexa/translations
that referenced
this pull request
Sep 21, 2026
ibexa/core#829 is merged, so 6.0.x-dev requires ibexa/jms-translation-bundle ^3.0 itself and the pinned branch no longer exists.
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.



Why
ibexa/jms-translation-bundle3.0.0 is the Symfony 8 compatible major. Symfony 8.0 removed the XML DI configuration format that the bundle relied on, so the 2.x line cannot boot on Symfony 8 at all — this bump is a prerequisite for the wider Symfony 8 upgrade (IBX-12046).3.0.0 also drops the
replace: {"jms/translation-bundle": "..."}entry, which is why the sibling PRs inadmin-ui,userandtaxonomyswitch to requiring the fork by name. This repo already required it by name, so only the constraint changes here.Merge order
Blocked until
ibexa/jms-translation-bundle3.0.0 is tagged. Until then^3.0will not resolve and CI here will fail on dependency resolution — that is expected, not a defect in this PR.Bundle PR: ibexa/jms-translation-bundle#10
Risk
The bundle's container shape is unchanged across 2.x → 3.0: service ids, aliases, tags and visibility flags were verified byte-for-byte identical, and the
parent:/tag/decoratesextension points this repo relies on resolve identically. No service definitions in this repo need to change.