Skip to content

Upgrade to latest Java-Utils; eliminate Guava usage

Latest
Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 01 Jun 06:43
· 4 commits to master since this release

In this release, I upgraded to the latest release of Java-Utils, which allowed me to eliminate usage of Guava APIs. These really weren't doing very much for me, and including this library could cause mixed-version issues for client projects.

NOTE: This is a breaking change because I switched from using the Guava Optional class to the standard Java Optional class, and from using the Guava Function class to the standard Java Function class.