java-json-tools/json-schema-core

Remove deprecated Iterators.emptyIterator() calls

Capstan opened this issue · 1 comments

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()

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