You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecations could be dumped in the container, but the only way i found requires removing check for %service_id% placeholder in Definition, otherwise the original service id will be lost after inlining.
See alekitto@2e70908 for details.
This PR was merged into the 2.8 branch.
Discussion
----------
Disable inlining deprecated services
| Q | A
| ------------- | ---
| Branch? | 2.8
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #23536
| License | MIT
Deprecation errors are not triggered for inlined services.
Disabling inlining for those services will fix this issue.
Commits
-------
6ab8ca0 disable inlining deprecated services
Deprecations seem to get lost when a service is private, consider;
Calling
get('b')->a
works fine, however no deprecation is triggered. Makinga
public fixes the issue.The text was updated successfully, but these errors were encountered: