-
Notifications
You must be signed in to change notification settings - Fork 7.9k
added organizations table to account #32311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Erik Jan de Wit <[email protected]>
Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.organization.authentication.OrganizationBruteForceTest#testRaceAttackPermanentLockout |
|
|
||
| import java.util.Set; | ||
|
|
||
| public class OrganizationRepresentation { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have a version of OrganizationRepresentation.java in ../idm directory. It would be cleaner to synthesize the two using some form of polymorphism like using a base class and/or interfaces.
I see that ClientRepresentation.java has the same issue. So I'm fine if we want to refactor both in a later PR.
* added organizations table to account Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: Pedro Igor <[email protected]> Co-authored-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit [email protected]