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
Do pedantic cycle detection based on strings, not dependency nodes.
Fixes#2798
This is caused by what seems like a bug in Aether's DependencyNode
implementation; most nodes will hash correctly such that
(some #{node} parents)
works to do cycle detection, but certain ones in Netty's boringssl do
not hash correctly, so we have to convert them to strings before using
them for cycle detection purposes.
0 commit comments