-
Notifications
You must be signed in to change notification settings - Fork 88
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
Remove deprecated cluster attribute read commands #630
Comments
Can I pick this one up or is it planned to be done later? 😄
|
Hi Tejas, That said, if you wanted to pick up point 1 (replace internal references) then that would be great. I did do some, but I don't recall if I systematically went through and removed all internal uses or not. This could certainly be done now if you wanted, and would be appreciated. The autocoder part is pretty simple since all methods are already marked deprecated, and it's just a case of removing them. I don't really want to do that for a while though as it will break systems that are still using these methods - my plan was to do this shortly before the update from V1.3.x to 1.4.0 which is probably a little way off at the moment. Is there a reason you wanted to remove them? eg is it causing resource issues in your system? |
Thanks for the reply, Chris. |
Thanks Tejas. Picking up the first point is most of the work really and would be much appreciated.
I guess your IDE will provide a list of all deprecated warnings.
Thanks.
|
As per #591, in
1.3.0
we should remove the deprecated methods that were deprecated in1.2.0
.The text was updated successfully, but these errors were encountered: