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
I found a bug in the class ParametersResolver (line 575).
The condition: key.equals("group") && value != null && value instanceof List
returns always false because value is a Map (a LinkedHashMap) and not a List.