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
This explicitly sets the module name so that if/when JPMS is supported in flatbuffers, it will not be seen as a breaking change for dependent Java projects that are modularized.
The text was updated successfully, but these errors were encountered:
Add `Automatic-Module-Name` directive with the value
`com.google.flatbuffers` to flatbuffers-java artifact to enable Java
projects leveraging JPMS to safely refer to this artifact.
Fixesgoogle#8348
Add
Automatic-Module-Name
ofcom.google.flatbuffers
to the Manifest file. Other google projects such as Guava have done this: https://github.com/google/guava/blob/3618043d084c07895b03bfa47b631b6cd54749a5/guava/pom.xml#L60-L69This explicitly sets the module name so that if/when JPMS is supported in flatbuffers, it will not be seen as a breaking change for dependent Java projects that are modularized.
The text was updated successfully, but these errors were encountered: