Skip to content

Feat: Add module-info#225

Merged
tanya732 merged 1 commit into
java-mvc-v2from
feat/add-module-info
May 15, 2026
Merged

Feat: Add module-info#225
tanya732 merged 1 commit into
java-mvc-v2from
feat/add-module-info

Conversation

@tanya732
Copy link
Copy Markdown
Contributor

##Changes

build.gradle

  • Added modularity.inferModulePath = true — enables JPMS module path for compilation
  • Added empty jar {} block (removed the old Automatic-Module-Name manifest entry)
  • Added javadoc { exclude 'module-info.java'; modularity.inferModulePath = false } — workaround for automatic module deps
  • Bumped com.auth0:auth0 from 3.3.0 → 3.5.1
  • Bumped com.auth0:jwks-rsa from 0.23.0 → 0.24.1

gradle/maven-publish.gradle

  • Changed javadoc --release from 8 → 17

src/main/java/module-info.java (new file)

  • Full JPMS module descriptor for com.auth0.mvc.commons

@tanya732 tanya732 requested a review from a team as a code owner May 15, 2026 11:39
@tanya732 tanya732 merged commit c62bd2c into java-mvc-v2 May 15, 2026
2 checks passed
@tanya732 tanya732 deleted the feat/add-module-info branch May 15, 2026 17:19
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