Fixes for 1.14 regressions
ace-am/ - update jersey dependencies - fix redirect for TokenImportStatus - catch possible NPE when shutting down the IngestThreadPool - start to incorporate the ForkJoin common pool for tasks which need to be run - in the AuditThread, if a MonitoredItem has no digest set the storedDigest to be the hash generated - in the IngestThread, use a non-locking method when querying for MonitoredItems. The MonitoredItemManager has the potential to lock threads out which have open database transactions, which can cause deadlocks.
Please register or sign in to comment