This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 09b7e12 GEODE-9787: Cascading deprecations for Statistics int
methods. (#7279)
add d00dcab GEODE-10066: Fixes testing issues. (#7436)
No new revisions were added by this update.
Summary of changes:
.../client/internal/AutoConnectionSourceImpl.java | 112 +-------------
.../geode/cache/client/internal/LocatorList.java | 121 +++++++++++++++
.../internal/AutoConnectionSourceImplTest.java | 11 +-
.../cache/client/internal/LocatorListTest.java | 166 +++++++++++++++++++++
4 files changed, 296 insertions(+), 114 deletions(-)
create mode 100644
geode-core/src/main/java/org/apache/geode/cache/client/internal/LocatorList.java
create mode 100644
geode-core/src/test/java/org/apache/geode/cache/client/internal/LocatorListTest.java