Closed
Description
From my perspective there is zero need for a Guava dependency. Streams, try-with-resources, StandardCharsets would most likely already eliminate 90% of the usages.
Later version of JDK is also fine by me.
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>6</source> <target>6</target> </configuration> </plugin>
Targetting JDK6 implies you're ok with people still using JRE6 which is discontinued and full of security bugs.
Metadata
Metadata
Assignees
Labels
No labels