-
Notifications
You must be signed in to change notification settings - Fork 35
Remove Guava dependency #320
Copy link
Copy link
Closed
Labels
category:dependenciesDependency updates.Dependency updates.priority:lowNot on the roadmap.Not on the roadmap.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:enhancementNew features or improvements to existing features.New features or improvements to existing features.
Milestone
Metadata
Metadata
Assignees
Labels
category:dependenciesDependency updates.Dependency updates.priority:lowNot on the roadmap.Not on the roadmap.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:enhancementNew features or improvements to existing features.New features or improvements to existing features.
Is your feature request related to a problem? Please describe.
The library includes guava, but uses just two classes (so far I can see)
Both can be replaced with plain java classes, e.g
Describe the solution you'd like
No guava dependency because
Describe alternatives you've considered
Additional context