[
https://issues.jboss.org/browse/ISPN-2001?page=com.atlassian.jira.plugin....
]
Sanne Grinovero updated ISPN-2001:
----------------------------------
Description:
To make use of this class integrating modules need to implement
{code}
org.infinispan.lifecycle.AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry,
GlobalConfiguration)
org.infinispan.lifecycle.AbstractModuleLifecycle.cacheStarting(ComponentRegistry,
Configuration, String)
{code}
but these GlobalConfiguration and Configuration types are deprecated.
We should have an overloaded version to make sure extension modules have time to migrate.
was:
To make use of this class integrating modules need to implement
{code}
org.infinispan.lifecycle.AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry,
GlobalConfiguration)
org.infinispan.lifecycle.AbstractModuleLifecycle.cacheStarting(ComponentRegistry,
Configuration, String)
{code}
but thse GlobalConfiguration and Configuration types are deprecated.
We should have an overloaded version to make sure extension modules have time to migrate.
Update AbstractModuleLifecycle to avoid deprecated types in SPI
signature
-------------------------------------------------------------------------
Key: ISPN-2001
URL:
https://issues.jboss.org/browse/ISPN-2001
Project: Infinispan
Issue Type: Task
Reporter: Sanne Grinovero
Assignee: Manik Surtani
Fix For: 5.2.0.ALPHA1
To make use of this class integrating modules need to implement
{code}
org.infinispan.lifecycle.AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry,
GlobalConfiguration)
org.infinispan.lifecycle.AbstractModuleLifecycle.cacheStarting(ComponentRegistry,
Configuration, String)
{code}
but these GlobalConfiguration and Configuration types are deprecated.
We should have an overloaded version to make sure extension modules have time to migrate.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira