Skip to content

Remove deprecated Iterators.emptyIterator() calls #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Capstan opened this issue Sep 4, 2019 · 1 comment · Fixed by #58
Closed

Remove deprecated Iterators.emptyIterator() calls #57

Capstan opened this issue Sep 4, 2019 · 1 comment · Fixed by #58

Comments

@Capstan
Copy link
Contributor

Capstan commented Sep 4, 2019

In order to update the version of Guava, or, in fact mention that we depend on Guava (see issue #49), we'll need to convert uses of Iterators.emptyIterator() to ImmutableSet.<T>of().iterator() per https://guava.dev/releases/19.0/api/docs/com/google/common/collect/Iterators.html#emptyIterator()

@Capstan
Copy link
Contributor Author

Capstan commented Sep 4, 2019

Dependent project has already updated to beyond where it has been removed in java-json-tools/jackson-coreutils@61f98e1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant