Skip to content

Add support for dependency exclusion#170

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

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

Conversation

@aseovic

@aseovic aseovic commented Apr 16, 2022

Copy link
Copy Markdown
Contributor

Fixes #169

@gunnarmorling gunnarmorling left a comment

Copy link
Copy Markdown
Member

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

aseovic commented Jul 29, 2022

Copy link
Copy Markdown
Contributor Author

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

aalmiray commented Mar 2, 2023

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Mar 7, 2023

Copy link
Copy Markdown

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