Skip to content

Chore: Add Automatic-Module-Name to JAR manifest#258

Open
tanya732 wants to merge 1 commit into
masterfrom
chore/add-automatic-module-name
Open

Chore: Add Automatic-Module-Name to JAR manifest#258
tanya732 wants to merge 1 commit into
masterfrom
chore/add-automatic-module-name

Conversation

@tanya732
Copy link
Copy Markdown
Contributor

Summary

  • Adds Automatic-Module-Name: com.auth0.jwks to the JAR manifest
  • Provides a stable JPMS module name for downstream consumers without requiring a full module-info.java

Context

This adds Java Module System support.

We opted for Automatic-Module-Name over a full MRJAR approach because:

  • The library targets Java 8
  • There is only one package (com.auth0.jwk)
  • Internal classes are already package-private

@tanya732 tanya732 requested a review from a team as a code owner May 13, 2026 11:48
@tanya732 tanya732 mentioned this pull request May 13, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants