refactor(core): Remove ReflectiveInjector symbol#48103
refactor(core): Remove ReflectiveInjector symbol#48103JeanMeche wants to merge 1 commit intoangular:mainfrom
ReflectiveInjector symbol#48103Conversation
7538758 to
08d729b
Compare
josephperrott
left a comment
There was a problem hiding this comment.
LGTM
This is a breaking change and can't land until v16
Reviewed-for: benchpress
dylhunn
left a comment
There was a problem hiding this comment.
reviewed-for: fw-core, fw-benchmarks
|
@JeanMeche could you please rebase this PR (and resolve conflicts) when you get a chance? We'll try to perform the necessary cleanup in Google's codebase by v16 to unblock this. |
62d0be0 to
63d6ead
Compare
63d6ead to
22ba849
Compare
jessicajaniuk
left a comment
There was a problem hiding this comment.
reviewed-for: public-api
AndrewKushnir
left a comment
There was a problem hiding this comment.
Reviewed-for: public-api
The `ReflectiveInjector` symbol has been deprecated in v5 (11 major versions ago). This commit removes ReflectiveInjector and related symbols. BREAKING CHANGE: The `ReflectiveInjector` and related symbols were removed. Please update the code to avoid references to the `ReflectiveInjector` symbol. Use `Injector.create` as a replacement to create an injector instead.
ab315d7 to
a4c02c3
Compare
jessicajaniuk
left a comment
There was a problem hiding this comment.
reviewed-for: public-api, circular-dependencies
|
Caretaker note: g3 cleanup is completed 🎉 This PR is now ready for merge (once CI run is completed). Please sync this PR into g3 as a separate change. |
ReflectiveInjector symbol
|
This PR was merged into the repository by commit 3b863dd. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
ReflectiveInjector has been replaced since v5 and deprecated in v8, let's remove this.
Does this PR introduce a breaking change?
What are the impacts at google ? Is this API still used ?