Hi all,
I just pushed a release for ACE 1.14.1 which has a few fixes for regressions from the 1.14 release and some dependency updates to add support for Java 11 to the Audit Manager.
For running Java 11 with Tomcat 7, I've found that the Audit Manager needs at least 7.0.84, as previous versions will throw exceptions when trying to run an audit. This appears to be an issue with JavaEE libraries that the Audit Manager uses also being shipped with previous versions of Tomcat. I don't know minimum versions for Tomcat 8.5 and 9, but I have done some testing on 8.5.41.
The release for the Audit Manager can be downloaded from:
- Update JavaEE depenedencies in order to support Java 11
- Various dependency updates to reduce CVE risk
- Incorporate the ForkJoin common pool for various tasks which need to be executed
- Bug: Catch possible NPE when shutting down the IngestThreadPool
- Bug: Fix redirect for TokenImportStatus
- Bug: In the AuditThread, refresh the storedDigest properly
- Bug: In the IngestThread, use a non-locking query when searching for MonitoredItems to prevent a possible deadlock
-Mike
Chronopolis Project
UMIACS ADAPT Project