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

sundr-codegen shaded classes #65

Open
snowdrop-bot opened this issue Apr 21, 2021 · 0 comments
Open

sundr-codegen shaded classes #65

snowdrop-bot opened this issue Apr 21, 2021 · 0 comments

Comments

@snowdrop-bot
Copy link

I've noticed that sudr-codegen shades quite a lot of classes, some are re-packaged under a different package, i.e. to io/sundr/shaded/com/github/javaparser but others are not: i.e org/apache/commons, sun/rmi, com/sun and counting (~5500 classes shaded but not relocated).

In my project (an operator based on the java-operator-sdk), the sundr-codegen artifact is a transitive dependency of io.fabric8:crd-generator-apt which has provided scope so it should not be an issue at runtime, however there may be conflicts if a project depends on i.e on an apache commons lang or if a project is accidentally using one of the unshaded lib.


fabric8io#3025


$upstream:3025$

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

No branches or pull requests

2 participants