Skip to content

RYA-501 Change guava Iterators to Collections #304

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

isper3at
Copy link
Contributor

Description

What Changed?

Google changed the Iterators object emptyIterator() visibility.
This can cause versioning issues with anything depending on
a newer version of guava. Using Java's Collections.emptyIterator() instead.

Tests

Coverage?

N/A

Links

Jira

Checklist

  • Code Review
  • Squash Commits

People To Reivew

@ejwhite922
@kchilton2
@pujav65

Google changed the Iterators object emptyIterator() visibility.
This can cause versioning issues with anything depending on
a newer version of guava.  Using Java's Collections.emptyIterator() instead.
@asfgit
Copy link

asfgit commented Sep 14, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/770/

@isper3at
Copy link
Contributor Author

Closing until the #302 is in

@isper3at isper3at closed this Sep 27, 2018
@isper3at isper3at reopened this Oct 1, 2018
@asfgit
Copy link

asfgit commented Oct 1, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/782/

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 this pull request may close these issues.

3 participants