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

Remove usage of Object.finalize() in AbstractRenderedImage #15

Open
pcdavid opened this issue May 24, 2022 · 1 comment
Open

Remove usage of Object.finalize() in AbstractRenderedImage #15

pcdavid opened this issue May 24, 2022 · 1 comment
Labels
maintenance Keeping up to date with changes in the ecosystem

Comments

@pcdavid
Copy link
Contributor

pcdavid commented May 24, 2022

AbstractRenderedImage defines a finalizer, but those are deprecated for removal. We should investigate and replace it with a more robust mechanism (cleaners? phantom references?).

@pcdavid pcdavid added the maintenance Keeping up to date with changes in the ecosystem label May 24, 2022
@pcdavid
Copy link
Contributor Author

pcdavid commented May 26, 2022

See also this article: Replacing Finalizers with Cleaners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Keeping up to date with changes in the ecosystem
Projects
None yet
Development

No branches or pull requests

1 participant