]
Manik Surtani commented on ISPN-866:
------------------------------------
Make sure the old method is deprecated rather than removed, to preserve backward compat.
Rename GlobalConfiguration.setMBeanServerLookup that takes instance
-------------------------------------------------------------------
Key: ISPN-866
URL:
https://issues.jboss.org/browse/ISPN-866
Project: Infinispan
Issue Type: Bug
Components: Configuration, JMX, reporting and management
Affects Versions: 4.2.0.Final, 5.0.0.ALPHA1
Reporter: Galder ZamarreƱo
Assignee: Galder ZamarreƱo
Fix For: 5.0.0.BETA1, 5.0.0.Final
The following two methods are confusing:
public void setMBeanServerLookup(String mBeanServerLookupClass)
public void setMBeanServerLookup(MBeanServerLookup mBeanServerLookup) {
The second one should be renamed to setMBeanServerLookupInstance
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: