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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ Notable changes to the ObjectBox Java library.
4
4
5
5
For more insights into what changed in the ObjectBox C++ core, [check the ObjectBox C changelog](https://github.com/objectbox/objectbox-c/blob/main/CHANGELOG.md).
6
6
7
-
## 5.0.2 - in development
7
+
## Next release
8
+
9
+
-`BoxStore.runInTx` and `callInTx` close a write cursor even if the runnable or callable throws. This would previously
10
+
result in cursor not closed warnings when the cursor was closed by the finalizer daemon.
0 commit comments