]
Pedro Ruivo updated ISPN-8352:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.Alpha1
(was: 9.2.0.Final)
Resolution: Done
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.Alpha1
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)