[infinispan-issues] [JBoss JIRA] (ISPN-2001) Update AbstractModuleLifecycle to avoid deprecated types in SPI signature
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Mon Apr 23 07:13:18 EDT 2012
Sanne Grinovero created ISPN-2001:
-------------------------------------
Summary: 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 thse 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
More information about the infinispan-issues
mailing list