Login Failures Map JPA implementation#11229
Conversation
|
This will require rebasing if the realms JPA storage PR is merged first. Also, base testsuite will present failures with the user login failure JPA storage until #11230 is resolved. |
|
Reminder: log a warning that it would fail certain tests with reference to the GH issue if the login failure JPA store is obtained |
Ok, do you have a suggestion where exactly to put this? I thought about adding it here - basically check if the model type is the I thought about adding it to the |
The 👍🏻 above could have been missed, so let me state that I agree with this suggestion in a separate comment |
c715762 to
55e837e
Compare
55e837e to
c639dab
Compare
There was a problem hiding this comment.
just a reminder: once #10901 is merged:
| this.id = id == null ? null : UUID.fromString(id); | |
| String validatedId = UuidValidator.validateAndConvert(id); | |
| this.id = UUID.fromString(validatedId); |
b93a414 to
c7c43c3
Compare
|
Rebased after #10901 was merged. Should be good to go. |
|
#11375 has been merged, please rebase and change the foreign keys accordingly. |
c7c43c3 to
d501eb0
Compare
|
@sguilhen Could you please rebase, seems the admin console broke the build |
d501eb0 to
2df1985
Compare
Done, build should succeed now. |
Closes #9664