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
Previously, the detection algorithms for Ratpack and Spring Boot
contained a bug. This bug manifested itself as detection a JAR that
_almost_ matched the name required for discrimination, but when
extracting the version, everything would crash. This bug was hidden
during testing because the ordering that files were listed affected
whether the bug manifested. This change updates the detection
algorithms so that the ordering of the files no longer matters.
0 commit comments