-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Description
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?
RadoslawOsinski
Metadata
Metadata
Assignees
Labels
No labels