]
Tristan Tarrant updated ISPN-8352:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
DefaultCacheManager and RemoteCacheManager implement Closeable
--------------------------------------------------------------
Key: ISPN-8352
URL:
https://issues.jboss.org/browse/ISPN-8352
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.1.1.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.0.Final
The DefaultCacheManager and RemoteCacheManager implement our own Lifecycle start/stop
methods.
They should also implement the java.io.Closeable interface for symmetry with other
similar resource-holding objects (e.g. javax.cache.CacheManager)