GitHub user kpm1985 opened a pull request:
https://github.com/apache/curator/pull/240
CURATOR-438 Replace Deprecated Methods
This pull request addresses CURATOR-438 which replaces all occurrences of
the deprecated MoreExecutors.sameTheadExecutor() with
MoreExecutors.directExecutor().
This has been an issue before a couple times, but some lingering calls
remained so I searched them down and fixed them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kpm1985/curator CURATOR-438
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/240.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #240
----
commit 6d36a4793b31cdacaf4bbf6554e05d68bc680001
Author: Kenneth McFarland <[email protected]>
Date: 2017-10-21T04:05:12Z
Remove calls to deprecated MoreExecutors.sameThreadExecutor
----
---