Guava dependency - to drop or not to drop?

Lukáš Fryč richfaces-dev at lists.jboss.org
Thu Feb 13 13:46:22 EST 2014


Since Pavel asked in JIRA (https://issues.jboss.org/browse/RF-13247?focusedCommentId=12944199&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12944199) whether we could drop Guava in favor of Java 7, there is an answer:

Code base make use of following APIs:

* functional (Java 8)
* joiners/splitters (none)
* cache builders/loaders (none)
* collections* multimaps (none)
* auto-closeables (Java 7)
* stream / file manipulation (none)

* ...

Posted by forums
Original post: https://community.jboss.org/message/857568#857568


More information about the richfaces-dev mailing list