-
Bug
-
Resolution: Unresolved
-
Minor
Recent versions of Java have deprecated Object#finalize and marked it for removal. We ought to proactively migrate away from this deprecated API in favor of its non-deprecated replacement.
See https://github.com/jenkinsci/jenkins/pull/8486 for an example of how to do this.