-
Couldn't load subscription status.
- Fork 1.4k
MONGOID-5660: Remove deprecated monkey-patch methods (merge in Mongoid 10.x) #5745
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
base: master
Are you sure you want to change the base?
MONGOID-5660: Remove deprecated monkey-patch methods (merge in Mongoid 10.x) #5745
Conversation
|
All tickets in MONGOID-5660 were closed out and the epic was closed out. |
|
@alexbevi this PR is a follow-up to the epic, to remove the methods that Jamis marked as deprecated. It should be kept open and merged into Mongoid 10. Please raise a new ticket for this if needed... |
|
Ah I see, my mistake. |
…ecated-monkey-patch-methods
|
This is ready to merge when the team is ready to make |
This PR removes the deprecated Monkey Patch methods.
@jamis it would be ideal to backport the deprecations to the 8.x branch so that we may remove the methods in 9.0. According to SemVer deprecations are allowed on minor releases (removals may only be done on major.)