Log an error if finalize() called on Transaction that has not be closed
Open
improvement
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Recommended in Item 7 of Effective Java. This will help users of client API know to close the transaction themselves.
Many ITs fail to close transactions so they will be need to be fixed.
Contributor guide
Assessment
This issue has not been assessed yet.