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

Shadow and partial classpath #2038

Closed
tdurieux opened this issue Jun 6, 2018 · 0 comments
Closed

Shadow and partial classpath #2038

tdurieux opened this issue Jun 6, 2018 · 0 comments
Labels

Comments

@tdurieux
Copy link
Collaborator

tdurieux commented Jun 6, 2018

I think there is a major bug in the Shadow.

You have:

  • A in the source
  • B referenced in A and is in the classpath
  • C referenced in B but is not in the classpath

The creation of the shadow of B will fail because when we will try to create the shadow of C a SpoonClassNotFound will be thrown and the creation of the shadow of B will stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant