Map Store Removal: Remove map modules #24541
Conversation
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below 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.account.AccountRestServiceTest#updateConsentForClientWithPutKeycloak CI - Java Distribution IT (windows-latest - temurin - 19) org.keycloak.testsuite.account.AccountRestServiceTest#createConsentForClientWithPutKeycloak CI - Java Distribution IT (windows-latest - temurin - 19) org.keycloak.testsuite.account.AccountRestServiceTest#createConsentForClientKeycloak CI - Java Distribution IT (windows-latest - temurin - 19) |
fa33111 to
4937ed5
Compare
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below 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.webauthn.account.WebAuthnSigningInTest#cancelPasswordlessRegistrationKeycloak CI - WebAuthn IT (chrome) |
8d8f632 to
9b092f8
Compare
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below 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.webauthn.account.WebAuthnTransportLocaleTest#localizationTransportUSBKeycloak CI - WebAuthn IT (chrome) |
9b092f8 to
aa0e24a
Compare
ahus1
left a comment
There was a problem hiding this comment.
Hi @vramik - this looks great, thank you for this PR. All commits look good to me. I rerun the failed test, and they failed again, please investigate the logs. If I should re-run them again, let me know.
One more thing: If I would merge this now, the CLI options for Quarkus would be available, but they wouldn't work any more. So I suggest to put the changes for #24098 (removing command line options for Quarkus) as additional commits on this PR.
WDYT?
I see that you assigned issue #24098 already to you. Do you want to add those commit to this PR? Alternatively, I could have a look as I've worked with the CLI before.
Thank you @ahus1, the failed tests are not related to this PR, there is certificate in the testsuite which expired recently. There is the report: #24650
Agreed, that's basically the reason why I wanted to put the changes either in kc23 or kc24. Your proposed solution works for me. I have already started with #24098. Since current commits look good to you, I'll squash them and I'll add additional ones on top of it referencing other issues. |
aa0e24a to
ef76f6e
Compare
mabartos
left a comment
There was a problem hiding this comment.
I've added some comments below related to the Quarkus codebase.
quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/KeycloakProcessor.java
Outdated
Show resolved
Hide resolved
quarkus/tests/integration/src/test/java/org/keycloak/it/cli/dist/BuildAndStartDistTest.java
Outdated
Show resolved
Hide resolved
ef76f6e to
3753655
Compare
|
@vramik - the PR to fix the certificates has been merged to main, so the next run of the PR should look greener. |
|
@vramik - one more thing: When we now remove the modules and the CLI options, we IMHO need a short paragraph in the release notes / migration guide. |
Signed-off-by: vramik <vramik@redhat.com> Closes keycloak#24100
Signed-off-by: vramik <vramik@redhat.com> Closes keycloak#24099
8c27b86 to
b87c59b
Compare
docs/documentation/upgrading/topics/keycloak/changes-23_0_0.adoc
Outdated
Show resolved
Hide resolved
Signed-off-by: vramik <vramik@redhat.com> Closes keycloak#24098
b87c59b to
c19691f
Compare
Closes #24100
Closes #24099
Closes #24098
This PR contains 3 commits
maprelated modulesKeycloakProcessorAs each commit resolves its own issue, please do not squash commits upon merge.