Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DependencyInjection] only allowReflectionNamedType forServiceSubscriberTrait#43922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedNov 3, 2021
Can you provide a test that covers your change? |
kbond commentedNov 3, 2021
Test added. Regarding the failing CI: when I had this issue in#42238,this was how I solved - not sure what to do here... |
nicolas-grekas commentedNov 4, 2021
The test case should be moved to |
stof commentedNov 4, 2021
@nicolas-grekas given that the test relies on the DI component, this would be wrong. I think that the right fix is to bump the min version of |
nicolas-grekas commentedNov 4, 2021
The test should be updated to not rely on the DI component. There is no need for this dep. |
4844ddc tod5feef6Comparekbond commentedNov 4, 2021
Ok, test has been moved. |
d5feef6 tod9dcc35Compared9dcc35 tob616042Comparenicolas-grekas commentedNov 4, 2021
Thank you@kbond. |
derrabus commentedNov 4, 2021
@kbond I think I might have messed up the merging this change up to 5.4 and 6.0. Can you please have a look? |
kbond commentedNov 4, 2021
@derrabus, 5.4 just needs a test marked as legacy. 6.0 needs some work to re-remove the deprecation layer. Do you want me to open PR(s)? |
derrabus commentedNov 4, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
That would be awesome. ❤️ |
This PR was merged into the 5.4 branch.Discussion----------[DependencyInjection] mark test as legacy| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -Ref:#43922 (comment)`@derrabus`, once this makes it into 6.0 give me a ping and I'll open a PR to fix the 6.0 issues.Commits-------0b6cfcb [DependencyInjection] mark test as legacy
This PR was merged into the 6.0 branch.Discussion----------[DependencyInjection] clean up merge issue| Q | A| ------------- | ---| Branch? | 6.0| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -Cleans up merge issue from#43922.Commits-------ed30e4c [DependencyInjection] remove deprecation layer
I'll follow this up with a PR on 5.4 to allow union/intersections when using the
SubscribedServiceattribute (onceServiceSubscriberInterfacesupports this).