-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal
The legacy driver includes an abstraction for cursor cleaning that relies on finalization for Java 8 and reflective use of java.lang.ref.Cleaner on Java 9+.
Once Java 11 is the minimum, the finalization-based mechanism can be removed, the reflective implementation replaced with a normal one, and the DBCursorCleaner abstraction removed.