<!-- Before creating new issue, ensure that similar issue wasn't already created * Search: https://github.com/pmem/pmemkv-java/issues Note that if you do not provide enough information to reproduce the issue, we may not be able to take action on your report. Remember this is just a minimal template. You can extend it with data you think may be useful. --> # 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](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html) classes Database and Builder should implement AutoCloseable interface. ## Requested priority: Show Sopper if project will migrate to higher Java version, Low otherwise
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