archaius
archaius copied to clipboard
JDCConfigReader incompatible to PollingDynamicConfig
JDCConfigReader of 2.x branch implements "Callable<Map<String, Object>>" that is incomaptible to PollingDynamicConfig which needs "Callable<PollingResponse>" like URLConfigReader impements.
JDCConfigReader should be changed to implement "Callable<PollingResponse>" instead.