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

Shading is the gift that keeps on giving #61

Merged
merged 2 commits into from
Oct 22, 2019
Merged

Shading is the gift that keeps on giving #61

merged 2 commits into from
Oct 22, 2019

Conversation

bsideup
Copy link
Contributor

@bsideup bsideup commented Oct 21, 2019

As seen in netty/netty#9687, due to GradleUp/shadow#519, we have reactor/shaded/META-INF/versions/9/module-info.class file in the final JAR, although we thought that we excluded it.

This PR fixes a few related shading issues and adds the missing tests for the shadowed jar, so that we will never miss such issue again.

@bsideup bsideup added this to the next milestone Oct 21, 2019
exclude 'META-INF/maven/**'
exclude 'reactor/shaded/META-INF/**'

// TODO discuss with ByteBuddy folks how to shade it
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bsideup bsideup merged commit 30c9eb9 into master Oct 22, 2019
@bsideup bsideup deleted the fix_shading branch October 22, 2019 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants