eXist-db / exist

eXist Native XML Database and Application Platform
https://exist-db.org
GNU Lesser General Public License v2.1
416 stars 179 forks source link

[6.x.x] Track open resources #5324

Open reinhapa opened 1 month ago

reinhapa commented 1 month ago

Adds open resource tracking by holding a reference to all unclosed resources in order for the JVM not prematurely run the finalize() method on the Resource objects.