Add page supplier, including support for multi-typed suppliers#31313
Merged
stianst merged 1 commit intokeycloak:mainfrom Jul 16, 2024
Merged
Add page supplier, including support for multi-typed suppliers#31313stianst merged 1 commit intokeycloak:mainfrom
stianst merged 1 commit intokeycloak:mainfrom
Conversation
a1698dd to
75aace6
Compare
vaceksimon
approved these changes
Jul 16, 2024
Closes keycloak#30611 Closes keycloak#30097 Signed-off-by: stianst <[email protected]>
75aace6 to
533219f
Compare
jonkoops
approved these changes
Jul 16, 2024
Comment on lines
+21
to
+25
| try { | ||
| Thread.sleep(1000); | ||
| } catch (InterruptedException e) { | ||
| throw new RuntimeException(e); | ||
| } |
Contributor
There was a problem hiding this comment.
Let's remove this debugger stuff
Suggested change
| try { | |
| Thread.sleep(1000); | |
| } catch (InterruptedException e) { | |
| throw new RuntimeException(e); | |
| } |
Comment on lines
+28
to
+32
| try { | ||
| Thread.sleep(1000); | ||
| } catch (InterruptedException e) { | ||
| throw new RuntimeException(e); | ||
| } |
Contributor
There was a problem hiding this comment.
Suggested change
| try { | |
| Thread.sleep(1000); | |
| } catch (InterruptedException e) { | |
| throw new RuntimeException(e); | |
| } |
stianst
added a commit
to stianst/keycloak
that referenced
this pull request
Jul 25, 2024
…oak#31313) Closes keycloak#30611 Closes keycloak#30097 Signed-off-by: stianst <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #30611
Closes #30097