Skip to content

get rid of guava and use jdk8 as a minimum. #162

Closed
@carlmolemans

Description

@carlmolemans

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions