-
Notifications
You must be signed in to change notification settings - Fork 5
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
Creating relese with shaded dependencies #54
Comments
Hi and thanks, Probably easier to exclude those from your pom. |
Hi @patduin
This will not help in my case at all. There is a binary incompatibility between dependencies versions that you are using and that Flink [1] does.
Actually that was very hard, what I ended up with is using pure hive-exec and hive-metastore and reusing high level classes from your library. In fact i had to exclude a bunch of stuff from those two libraries, at the end I have:
When I tried same exclusions on your library I still had issues with binary incompatibility. Maybe having two artifacts? Shaded and not? [1] https://nightlies.apache.org/flink/flink-docs-release-1.16/ |
Thanks for the detailed reply! I see what you mean. We'll have to look into this a bit. |
Hi,
great library :)
Would it be possible to release a new version with all dependencies shaded?
Especially those:
I would like to use this library for creating tests for one of the Apache Flink connectors but I have very nasty conflicts on those libraries, since Flink also have those but with different versions that are not binary compatible with eachother.
Having this library with shaded dependencies would solve the problem
The text was updated successfully, but these errors were encountered: