You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
ISSUE: Finalize is depricated since Java9
Details
Because of problems described in finalize() documentation, this method should be removed from Builder class.
https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html#finalize--
According to java documentation classes Database and Builder should implement AutoCloseable interface.
Requested priority:
Show Sopper if project will migrate to higher Java version, Low otherwise
The text was updated successfully, but these errors were encountered: