You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently KCL v2 contains several third party dependencies that are known to cause dependency conflicts to downstream, such as guava and protobuf. Is it possible to release a "clean" version of artifacts with all these third party dependencies relocated? As an exampl, AWS SDK already provides this kind of artifact: https://aws.amazon.com/blogs/developer/java-sdk-bundle/. This would benefit all downstream projects that consume KCL and relieve their burden of handling dependencies conflicts.
The text was updated successfully, but these errors were encountered:
This is possible. We will look into including this. Please add a thumbs up to this if you would be interested. Please clarify your use case. We will comment here if we have an update with a release without third party dependencies.
@brendan-p-lynch this would be an appreciated feature. our team uses the python multilang library and right now have a really hacky way of making sure installing the library retrieves the jars from our artifactory mirror.
Currently KCL v2 contains several third party dependencies that are known to cause dependency conflicts to downstream, such as guava and protobuf. Is it possible to release a "clean" version of artifacts with all these third party dependencies relocated? As an exampl, AWS SDK already provides this kind of artifact: https://aws.amazon.com/blogs/developer/java-sdk-bundle/. This would benefit all downstream projects that consume KCL and relieve their burden of handling dependencies conflicts.
The text was updated successfully, but these errors were encountered: