tisonkun commented on PR #309:
URL: https://github.com/apache/curator/pull/309#issuecomment-1133816804
@Randgalt Guava's `Sets.newSetFromMap` is a wrapper of
`Collections.newSetFromMap` and there is a deprecation comments: `Use {@link
Collections#newSetFromMap} instead.`
However, this change is not quite necessary as we can always handle it when
a version bump of Guava cause this method removed or we'd like to (it's less
possible, although) remove dependency of Guava.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]