calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Update to use Java 8 #211

Closed eawagner closed 5 years ago

eawagner commented 7 years ago

The newer versions fo guava (21.0) now require Java 8 and it would be nice to add new features such as CloseableStreams so that we can get all the niceness we have with CloseableIterables but be able to use the new streams libraries in Java8.