Hello,
I have a method in my project that finds users by e-mail using the REST API on
/realms/{realm}/users?email=...
It used to work fine, but I upgrated to RC1 and it stopped working, I tried debugging it but it doesn't seem to stop on my breakpoint inside the JpaUserProvider class.
It simply returns nothing, with valid calls and a valid e-mail that I know exists.