]
Galder Zamarreño updated ISPN-7401:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
AbstractProtocolServer relying on startDefaultCache
---------------------------------------------------
Key: ISPN-7401
URL:
https://issues.jboss.org/browse/ISPN-7401
Project: Infinispan
Issue Type: Task
Components: Server
Reporter: Sanne Grinovero
Assignee: Tristan Tarrant
Fix For: 9.4.0.Final
The {{AbstractProtocolServer}} class is used/extended by various other tools, including
testing infrastructure of OGM.
It currently is "booting" the system by starting the default cache. This
concept needs an update.
See {{org.infinispan.server.core.AbstractProtocolServer.startDefaultCache()}}