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

Drop unused GraphvizResolutionEventListener & dependency #4778

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

timtebeek
Copy link
Contributor

What's your motivation?

This dragged in various dependencies, including slf4j-api, which then lead to warnings in the tests that no implementation was provided.
image

It looks like these scripts were developed years ago and not used or maintained since; we have other ways to visualize graphs in the platform now using Jupyter notebooks.

@timtebeek timtebeek added enhancement New feature or request dependencies labels Dec 12, 2024
@timtebeek timtebeek self-assigned this Dec 12, 2024
@timtebeek
Copy link
Contributor Author

Turns out something was using the transitive SLF4J; whereas we likely want to rip that out as we don't do logging much.

@timtebeek timtebeek merged commit 5cb3945 into main Dec 12, 2024
2 checks passed
@timtebeek timtebeek deleted the drop-unused-graphviz-dependency branch December 12, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant