domaframework / doma

DAO oriented database mapping framework for Java
https://doma.readthedocs.io/
Apache License 2.0
438 stars 69 forks source link

Fix a potential memory leak in the release method of LocalTransaction #1120

Closed nakamura-to closed 2 months ago

nakamura-to commented 2 months ago

We use ThreadLocal.remove() to prevent memory leaks.