Bug #7429
Remove use of HazelcastClientInstance.getHazelcastClient() from code
Status:
Closed
Priority:
Normal
Assignee:
Robert Waltz
Category:
d1_identity_manager
Target version:
Start date:
2015-10-14
Due date:
% Done:
100%
Milestone:
CCI-2.0
Product Version:
*
Story Points:
Sprint:
Description
HazelcastClientInstance.getHazelcastClient() has been unofficially deprecated in favor of HazelcastClientFactory,getStorageClient().
Only two pieces of code outside of d1-cn-common uses this method: d1_identity_manager and d1_cn_approve_node.
Associated revisions
fixes #7429
change from usage of HazelcastClientInstance to HazelcastClientFactory
fixes #7429
change from usage of HazelcastClientInstance to HazelcastClientFactory
History
#1 Updated by Robert Waltz about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset java-client:d1client|r16657.