JPMS: Maven artifacts all in the same java package cause issues
Open
P3
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 133
- Avg merge
- 6m
- Merged PRs (30d)
- 7
Description
The maven artifacts all use the same java package (`com.google.common.flogger`) but are separate jars, which is a problem in Java 9 with the Module system enabled (JPMS).
Contributor guide
Assessment
This issue has not been assessed yet.