Problem/Motivation
This will remove the services deprecated in #2979588: Deprecate Laminas\Feed reader and writer services
Proposed resolution
Do it
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | interdiff_8-11.txt | 3.07 KB | ravi.shankar |
| #11 | 3258435-11.patch | 42.66 KB | ravi.shankar |
| #8 | 3258435-8.patch | 39.59 KB | ravi.shankar |
| #5 | 3258435-5.patch | 42.62 KB | alexpott |
| #2 | 3258435-2.patch | 10.07 KB | alexpott |
Comments
Comment #2
alexpottComment #3
alexpottSo one interesting question is do we want to continue accessing the container to check for feed.writer.* and feed.reader.* services - or should we deprecate that too and replace it with the ability to call \Laminas\Feed\Reader\StandaloneExtensionManager::add()
Not sure that affects this issue much but it might help us move the feed.bridge.reader and feed.bridge.writer services to aggregator. Amusingly we could deprecate the feed.bridge.writer service because absolutely nothing uses it. And we could deprecate the feed.bridge.reader in core and move it to aggregator. That would help encapsulate the dependency a bit better.
Comment #4
alexpottMaybe we should wait to see which way we go on #2919215: Deprecate feed.bridge.writer so we can wait to see which way we go on that one.
Comment #5
alexpottRerolled and included the feed.bridge.reader and feed.bridge.writer services that were deprecated.
Comment #6
longwaveOne more step towards dropping Laminas Feed as a dependency.
Comment #7
catchNeeds a re-roll but looks great.
Comment #8
ravi.shankar commentedAdded reroll of patch #5.
Comment #10
longwaveLegacyServiceTest was missed from the reroll, but it can be deleted entirely now.
Comment #11
ravi.shankar commentedDeleted LegacyServiceTest file.
Comment #12
longwaveThank you.
Comment #14
catchCommitted cfd1cf7 and pushed to 10.0.x. Thanks!