Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JPMS modules #118

Merged
merged 10 commits into from
Jan 8, 2024
Merged

Add support for JPMS modules #118

merged 10 commits into from
Jan 8, 2024

Conversation

mtf90
Copy link
Member

@mtf90 mtf90 commented Jan 7, 2024

This PR adds support for JPMS modules introduced in Java 9. It adds module-info.java descriptors to all (non-archetype/-config Maven-) modules and uses two compilation phases to

  1. verify and compile the contents of the module-info.java files and to
  2. recompile everything with Java 8 target level to maintain compatibility.

The project documentation explicitly enforces modules in order to use their aggregating properties to better structure the generated documentation. The respective source.jars still target Java 8.

@mtf90 mtf90 marked this pull request as ready for review January 8, 2024 20:29
@mtf90 mtf90 merged commit 448bbc7 into LearnLib:develop Jan 8, 2024
@mtf90 mtf90 deleted the module-info branch January 8, 2024 20:30
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.

1 participant