Skip to content

Add support for dependency exclusion#170

Merged
aalmiray merged 1 commit intomoditect:mainfrom
aseovic:exclusions
Mar 2, 2023
Merged

Add support for dependency exclusion#170
aalmiray merged 1 commit intomoditect:mainfrom
aseovic:exclusions

Conversation

@aseovic
Copy link
Copy Markdown
Contributor

@aseovic aseovic commented Apr 16, 2022

Fixes #169

Copy link
Copy Markdown
Member

@gunnarmorling gunnarmorling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; could you only add the new option to the description in the README, so folks know what it does? Sorry btw. for the long delay, somehow missed the notifications here.

@aseovic
Copy link
Copy Markdown
Contributor Author

aseovic commented Jul 29, 2022

Sure, let me do that and I'll ping you back here.



if (exclusions != null) {
ArtifactFilter scopeFilter = new ScopeArtifactFilter("compile+runtime");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revisit this as technically provided scope could map to requires static instructions in the module descriptor.

@aalmiray aalmiray merged commit 8e41afb into moditect:main Mar 2, 2023
@aalmiray
Copy link
Copy Markdown
Contributor

aalmiray commented Mar 2, 2023

I'll take care of the readme updates

aalmiray added a commit to aalmiray/moditect that referenced this pull request Mar 2, 2023
aalmiray added a commit that referenced this pull request Mar 2, 2023
@github-actions github-actions Bot added the released Issue has been released label Mar 7, 2023
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 7, 2023

Released in 1.0.0.RC3 -> https://github.com/moditect/moditect/releases/tag/1.0.0.RC3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Issue has been released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow explicit exclusion of dependencies from the jdeps module path

3 participants