Add a Maven profile to remove GELF support - #22797
Conversation
There was a problem hiding this comment.
Should we make the product profile activated by a property -Dproduct?
https://github.com/keycloak/keycloak/blob/9d8f334c8eedd22bf062b5ccf7175b8fec21b9db/quarkus/runtime/pom.xml#L728
|
@vmuzikar I thought I'd manage all activation of "product" things via the property in a follow-up task. However, I rechecked it, and the only place is here, so I agree to include it in this PR. |
9d8f334 to
51aa076
Compare
|
@vmuzikar done |
There seem to be one more: keycloak/testsuite/integration-arquillian/servers/auth-server/quarkus/pom.xml Lines 340 to 376 in aae4569 Can you please update it too? |
Closes keycloak#22515 Co-authored-by: Václav Muzikář <vmuzikar@redhat.com>
51aa076 to
81ac0aa
Compare
|
@vmuzikar Oops. I have some struggles with finding things in IDE these days 😄 |
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.ui.account2.UpdateEmailTest#updateEmailLinkVisibleWithUpdateEmailActionEnabledKeycloak CI - Account Console IT (firefox) |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Closes #22515
Backport of #22615