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

common: Add tasks for module descriptor validation #51

Merged
merged 3 commits into from
Jan 21, 2022
Merged

Conversation

zml2008
Copy link
Member

@zml2008 zml2008 commented Jan 16, 2022

  • A module requires validation task using JDeps
  • A module exports validation task to ensure all (or all not specifically excluded) packages are exported

Closes GH-35
Closes GH-49

@zml2008 zml2008 added the type: enhancement New feature or request label Jan 16, 2022
@zml2008 zml2008 added this to the 2.1.0 milestone Jan 16, 2022
@zml2008 zml2008 force-pushed the feature/jdeps branch 2 times, most recently from d32c65a to 9c7f120 Compare January 16, 2022 23:40
@zml2008 zml2008 changed the title common: Add a module validation task using JDeps common: Add tasks for module descriptor validation Jan 17, 2022
@zml2008 zml2008 merged commit 53f9149 into main/2.x Jan 21, 2022
@zml2008 zml2008 deleted the feature/jdeps branch January 21, 2022 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a validation that all packages in a module are exported Module validation with jdeps
1 participant