-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
microsoftgraph/msgraph-sdk-java-core
#77Labels
ADO to GitHub automation labelIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or libraryenhancementfixed
Milestone
Description
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
Labels
ADO to GitHub automation labelIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or libraryenhancementfixed