Closed (fixed)
Project:
Features
Version:
5.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jul 2021 at 14:29 UTC
Updated:
31 Aug 2022 at 01:29 UTC
Jump to comment: Most recent
Comments
Comment #2
nedjoSounds good, patch welcome.
Comment #3
shriaasI will give it a try
Comment #4
shriaasComment #7
shriaasCreated MR based on the proposed resolution.
Comment #8
luke.leberStrictly speaking, this change breaks with Drupal 8. As such, IMO we should stop explicitly declaring support as well.
Looks like we need a change to the
info.ymlfile as well. Setting back to NW.core_version_requirement: ^8.8 || ^9-->core_version_requirement: ^9 || ^10Comment #9
nedjoSwitching to 5.0.x, which will not be D8 compatible. We can make incremental improvements here and leave other fixes to #3263995: Remove Drupal 8 compatibility, require a supported version of core.
Comment #10
shriaas@Luke.Leber there is already an issue created by the project update bot for D10 compatibility fixes which includes changes for
info.ymlfile, check this: https://www.drupal.org/project/features/issues/3297177So we can keep this issue just for fixing
"app.root.factory".Otherwise, we can convert it to a D10 compatibility issue to keep track of things missed by the project update bot, but I'll leave that up to the maintainer to decide.
Comment #11
nedjoMerged, thanks!