You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought....we use guava for some common utility stuff.
With Java 8 some of Guava's stuff can be replaced with native Java code.
If there would no additional benefit in using guava it should be a replaced with native Java code.
This is just an evaluation if we can replace all current features with native code.
If not we keep guava (but should upgrade it to a more recent version).
I removed almost every (unnecessary) call that could be replaced with java8.
There is only a few items left where we ask guava for certain thinks.
Not sure if it would be worth to replace this with our own custom logic.
All together I updated it to the latest version available and thus i feel I just can close the ticket for now and if there is a need to full remove the dependency i think we just can go ahead and do it.
Just a thought....we use guava for some common utility stuff.
With Java 8 some of Guava's stuff can be replaced with native Java code.
If there would no additional benefit in using guava it should be a replaced with native Java code.
This is just an evaluation if we can replace all current features with native code.
If not we keep guava (but should upgrade it to a more recent version).
Only thing that we seem to use (and might be useful) is an immutable map where no such replacement seem to exist inside the native java 8 environment.
https://www.reddit.com/r/java/comments/217rnf/what_is_obsolete_in_guava_since_java_8/
https://groups.google.com/forum/#!topic/guava-discuss/fEdrMyNa8tA
The text was updated successfully, but these errors were encountered: