Merge in RED/persistence-service from LastReviewerDelete to master
* commit '723ddc7fa406268bed79cb442c01f4582ba28e27':
hotfix: Do not remove lastFileReview / lastApprover when deleting users
Merge in RED/persistence-service from RED-4188 to master
* commit '00a6b2f075521f3868dea01a6f052b2a1048d334':
RED-4188 added timed dependencies and metric for calculateFlags since this method is calld several times per file each time something happens inside it
Merge in RED/persistence-service from bugfix/RED-6105-1 to master
* commit 'a45b841d5b6ef66821aa1b524ccdc7b9d33002d9':
RED-6105 - Cannot import exported specific Dossier Template
- correct mismatched typo for compression ratio threshold constant as an environment value
- upgrade platform-dependency
- correct junit reference
- add missing lombok annotations
Merge in RED/persistence-service from bugfix/RED-6105 to master
* commit 'c3477d78e1b98a9b71dede489c3898f73528d9e1':
RED-6105 - Cannot import exported specific Dossier Template
Merge in RED/persistence-service from RED-5844 to master
* commit '3c4cb7a43e0746258f2b047b5b6d804010194f69':
RED-5844 processed status for excluded files
Merge in RED/persistence-service from kbudisantoso/RED-6075-main-db-schema to master
* commit 'ce79cf89407c30e31c13f624fa277db5cfa7d57e':
RED-6075 Added schema parameter to jdbc URL config
Merge in RED/persistence-service from feature/RED-5784-1 to master
* commit 'b8653ce0ba0d391a8019eb9bf31f83259c39f22b':
RED-5784 - As the admin I want to configure the applied redaction color
RED-5784 - As the admin I want to configure the applied redaction color
Merge in RED/persistence-service from RED-5785 to master
* commit '20b2e13abb996a3340244ffc3d9e605e7fa3d942':
RED-5785: Removed restriction for watermarks to contain only ASCII chars
Merge in RED/persistence-service from feature/RED-5784 to master
* commit '69d12e946e3104bc44701f8f87f21d326d86fa40':
RED-5784 - As the admin I want to configure the applied redaction color
RED-5784 - As the admin I want to configure the applied redaction color
Merge in RED/persistence-service from RED-6063 to master
* commit 'e47269d53cb76028b26d7d6e858c3866799205aa':
RED-6063: Run create tenant async to fix migration timeout
Merge in RED/persistence-service from RED-6063 to master
* commit '82491e0f6f622caf4ab9b430bb233e03a42ec3e6':
RED-6063: Added migration to add simplified text file if missing
Merge in RED/persistence-service from RED-6032 to master
* commit '9795cbf675cde5cf06116222f91d0e3002221f67':
RED-6032: Fixed not setting processed date for manual resize redaction after analysis
Merge in RED/persistence-service from RED-4904_Rework to master
* commit '917dc3582aa427928716872c7d1c9f71513c71ea':
RED-4904: Added method to remove not existing users
Merge in RED/persistence-service from RED-5984 to master
* commit 'b3d17223f4b89364b375db8e40d9fd61939510d1':
RED-5984: Do not set ProcessedDate for manual redaction with update dictionary before analysed
Merge in RED/persistence-service from bugfix/RED-5724 to master
* commit '09fc65541f571d2938e5e1b2ee26859a4e832646':
RED-5724 - Pressing Reanalyze-Button should reset processing_error_counter
Merge in RED/persistence-service from RED-5981 to master
* commit '7e8d05b512f48b54b960f3fb544c23d17b88df2b':
RED-5981 remove from dictionary pending analhysis
Merge in RED/persistence-service from RED-5977 to master
* commit '2dda4da6a1a3810808dbe5dce83cda60c05ebda0':
RED-5977 delete all asignees on user delete
Merge in RED/persistence-service from RED-5892 to master
* commit 'af9f68d498a18f6a5069b9674016db347f2a6189':
RED-5892: Consolidated attribute changes and state changes.
RED-5892: Removed unused method params
RED-5892: Corrected next processing step calculation.
Moved the change to the full-reprocess-status after a exclusion or auto-analysis flag toggle into the FileStatusService, so that the changes can be run in a transaction, which will prevent other threads from seeing incomplete changes.