Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

finalize() is depricated since Java9 #101

@karczex

Description

@karczex

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions