You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While #1179 adds a (broken) module-info.java, it is disabled. Adding an Automatic-Module-Name manifest entry will not break on previous versions of Java, and will allow gson to be used without becoming a full module.
Probably obsolete now. The latest Gson versions contain a valid module-info.class, which additionally should (hopefully) also work well for Java versions < 9, see #2013.
While #1179 adds a (broken)
module-info.java
, it is disabled. Adding anAutomatic-Module-Name
manifest entry will not break on previous versions of Java, and will allow gson to be used without becoming a full module.Related:
google/guava#2846
google/guava#2961
vigna/fastutil#89 (comment)
The text was updated successfully, but these errors were encountered: