Skip to content

fixed shaded package name#1

Merged
lbergelson merged 1 commit intomasterfrom
lb_fix_shading
Mar 13, 2017
Merged

fixed shaded package name#1
lbergelson merged 1 commit intomasterfrom
lb_fix_shading

Conversation

@lbergelson
Copy link
Copy Markdown
Owner

Fixed the maven shade command so it produces a valid shaded package name. It was producing shaded.cloud-nio.* which is not a valid java package and causes compilation errors when trying to import those packages. This is problematic since the shaded packages are exposed in the API, so methods that exposed them were unusable by client code.

Shading now produces shading.cloud_nio.* which is valid

Fixed the maven shade command so it produces a valid shaded package name.  It was producing shaded.cloud-nio.* which is not a valid java package and causes compilation errors when trying to import those packages.  This is problematic since the shaded packages are exposed in the API, so methods that exposed them were unusable by client code.

Shading now produces shading.cloud_nio.* which is valid
@lbergelson lbergelson merged commit 6173700 into master Mar 13, 2017
@lbergelson lbergelson deleted the lb_fix_shading branch March 13, 2017 21:26
lbergelson pushed a commit that referenced this pull request Jan 9, 2018
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