keycloak-scim/services/src
Francis PEROT 623aaf1e8b Fixes collection comparison ignoring order
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
2022-02-11 10:01:41 +01:00
..
docs KEYCLOAK-4657 Sort out REST API for prod profile 2017-03-27 20:50:13 +02:00
main Fixes collection comparison ignoring order 2022-02-11 10:01:41 +01:00
test [KEYCLOAK-18255] - Vault Support in Dist.X 2021-11-03 09:23:33 -03:00