Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate .class parameters #1084

Merged
merged 1 commit into from Feb 4, 2020
Merged

Conversation

ostrolucky
Copy link
Member

Fixes #949.

Btw I was trying to find how other people deprecated this and found that nobody actually did, not even Symfony. Not even with readme entry, like we are doing here.

@ostrolucky ostrolucky self-assigned this Dec 7, 2019
@ostrolucky ostrolucky added this to the 2.1.0 milestone Dec 7, 2019
@alcaeus alcaeus added the Status: On Hold Most likely waiting for upstream resolution label Dec 10, 2019
@alcaeus
Copy link
Member

alcaeus commented Dec 10, 2019

Putting this on hold: there were some class parameters that were necessary due to the Doctrine Bridge, otherwise they would've been removed in 2.0 already. We'll check that out separately, but for now those don't hurt anyways.

@ostrolucky
Copy link
Member Author

Doctrine bridge PR was merged right? It's possible something was missed there?

@ostrolucky
Copy link
Member Author

@alcaeus Can you elaborate what more needs to be done in Doctrine Bridge, or what is blocking this?

@alcaeus
Copy link
Member

alcaeus commented Dec 17, 2019

So the bridge is still using the class parameters for cache, but that code shouldn't be called anymore. I thought there were more but I'm not seeing them, so we could just remove all of them and see if anything breaks 🤷‍♂️

@ostrolucky
Copy link
Member Author

ostrolucky commented Feb 3, 2020

So we can merge this?

@alcaeus alcaeus added Documentation and removed Status: On Hold Most likely waiting for upstream resolution labels Feb 4, 2020
@alcaeus alcaeus merged commit e56cb36 into doctrine:master Feb 4, 2020
@alcaeus
Copy link
Member

alcaeus commented Feb 4, 2020

Thanks @ostrolucky!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate class parameters
2 participants