Details
Description
The AbstractLockManager destroy phase can be improved.
- unlock from the auto closeable can always get an exception, but should not rethrow it.
- lock should not be allowed in case the lock manager is in phase 'destroying' but not
yet destroyed - the maxWait should count down (and certainly should not become negative)