Sep
10
2025

Maintenance process: additional cleanup
- Every transaction in the system has assigned temporary files that contain HTTP header, processing steps, anything like this. These files are cleaned up once the transaction is removed/deleted from the system, either manual (client) or by the maintenance process (Preferences-Maintenance). If this one-time file delete process fails, the old transaction files will stay forever in the sent directory of the partner. The temp file delete routine (that cares for the //temp directory and the //_rawincoming directory to clean them up) does now additional checks if there are sent files from old transactions in the messages/receiver/sent/sender of each sender/receiver combination. These files will then be deleted.
- Dependencies: Updated to jackson 2.20 (JSON)
- Dependencies: Updated to HikariCP 7.02 (DB pool)