Closed (fixed)
Project:
JSON:API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Jan 2017 at 15:27 UTC
Updated:
19 Jan 2017 at 09:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leers.
Comment #3
wim leersThis is what's key.
This is what follows:
ResourceConfigobjects no longer need the config factory to be injected.Turns out we also no longer need to inject the module handler service.
Comment #4
wim leersTo be more specific, this is blocking #2841050: Make ResourceConfig an actual value object: immutable, with no services injected.
Comment #5
e0ipsoEverything looks good.
Comment #6
wim leersAlso, this is a net reduction:
8 files changed, 6 insertions, 58 deletions:)Comment #8
e0ipsoComment #9
wim leersYay! Now on to #2841050: Make ResourceConfig an actual value object: immutable, with no services injected, which is also green :)