Skip to content

Remove jsr305 dependency #2782

@orionll

Description

@orionll

I tried to compile guava with Java 9 and failed. The problem is the jsr305 dependency. It contains a package javax.annotation which conflicts with the same package in the java.base module (javax.annotation.PostConstruct annotation and others). Java 9 forbids split packages.

Java 9 is not released yet, but we can already start thinking what to do. Is it possible to replace jsr305 annotations with similar annotations?

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