Skip to content
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

Remove google-collections dependency #65

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

Conversation

mattdudys
Copy link
Contributor

google-collections is old and has been succeeded by google-guava. It was only used in unit tests cases for the convenience of constructing small maps. These can be mostly replaced with Collections.singletonMap. Having it as a compile dependency meant that this was propagated to dependent projects.

Theoretically a dependent project could be relying on this transitive dependency and break when it is removed, so I think this should be a minor version bump.

google-collections is old and has been succeeded by google-guava. It was
only used in unit tests cases for the convenience of constructing small
maps. These can be mostly replaced with Collections.singletonMap. Having
it as a compile dependency meant that this was propagated to dependent
projects.

Theoretically a dependent project could be relying on this transitive
dependency and break when it is removed, so I think this should be a
minor version bump.
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.

None yet

2 participants