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 #64

Merged
merged 28 commits into from
Jan 4, 2024
Merged

Add support for JPMS modules #64

merged 28 commits into from
Jan 4, 2024

Conversation

mtf90
Copy link
Member

@mtf90 mtf90 commented Dec 30, 2023

This PR adds support for JPMS modules introduced in Java 9. It adds module-info.java descriptors for (Maven-) modules that have (Java-) module-aware dependencies and Automatic-Module-Names for modules that don't. The build process now 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 force-pushed the module-info branch 2 times, most recently from c3a72c7 to f25a57b Compare January 3, 2024 21:03
@mtf90 mtf90 marked this pull request as ready for review January 4, 2024 18:49
@mtf90 mtf90 merged commit d99bc5b into LearnLib:develop Jan 4, 2024
14 checks passed
@mtf90 mtf90 deleted the module-info branch January 4, 2024 18:49
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