sismics / docs

Lightweight document management system packed with all the features you can expect from big expensive solutions
https://teedy.io
GNU General Public License v2.0
1.98k stars 489 forks source link

Upgrade pdfbox version to 2.0.29 #728

Closed archiloque closed 1 year ago

archiloque commented 1 year ago

The goal is to get rid of the

DEBUG org.apache.pdfbox.io.ScratchFileBuffer.finalize(ScratchFileBuffer.java:518) ScratchFileBuffer not closed!

messages in the logs, it could marginaly lower memory consumption since memory is reclaimed when the file is closed vs when it is reclaimed by the GC, see https://issues.apache.org/jira/browse/PDFBOX-5534 for the change.