Skip to content

Add "Automatic-Module-Name" to JAR manifest. #297

@brcolow

Description

@brcolow

Expected behavior
The published JAR should have a Java Platform Module Specification (JPMS, also known as Jigsaw) Automatic-Module-Name value so that this library has a stable module name even without having an actual modularized code base (with module-info.java). A next, harder, step is to go fully modular but seeing as many of the examples are geared towards Android and not knowing if JPMS is supported there (I doubt it) this request is the next best thing.
Actual behavior
No Automatic-Module-Name in manifest.
Steps to reproduce the behavior
Ping @JonathanGiles who will surely know more about the nitty gritty of this request :) (<3 from JavaFX community, btw).
AB#6089

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions