623aaf1e8b
Use of containsAll() does not permit to compare if 2 lists are equals (ignoring order) Previous implementation of CollectionUtil.collectionEquals(...) was not taking care of specific cases where you can have [ A, A, B ] and [ A, B, B ] and complexity was O(n²) Using Map, complexity is now O(n) Closes #9920 |
||
---|---|---|
.. | ||
main | ||
test/java/org/keycloak/common |