[
https://issues.jboss.org/browse/ISPN-1553?page=com.atlassian.jira.plugin....
]
Mircea Markus commented on ISPN-1553:
-------------------------------------
The getter on the old configuration is marked as deprecated, e.g.
{code}
@Deprecated
public boolean isEagerLockingSingleNodeInUse() {
return isUseEagerLocking() && isEagerLockSingleNode() &&
getCacheMode().isDistributed();
}
{code}
new configuration should not contain methods that were deprecated in
old configuration
---------------------------------------------------------------------------------------
Key: ISPN-1553
URL:
https://issues.jboss.org/browse/ISPN-1553
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 5.1.0.BETA5
Reporter: Mircea Markus
Assignee: Pete Muir
Priority: Critical
Fix For: 5.1.0.CR1
E.g. eagerLockingSingleNode was deprecated in the old config. It shouldn't be present
in the new config.
--
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