-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Missing Quarkus flag for Syslog counting framing #40621
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
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.cluster.RealmInvalidationClusterTest#crudWithFailoverKeycloak CI - Store IT (mysql)
|
8219254
to
956183c
Compare
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.
@mabartos looks good, just one thought on the usage of mapFrom in this case.
...src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/LoggingPropertyMappers.java
Outdated
Show resolved
Hide resolved
Closes keycloak#39893 Signed-off-by: Martin Bartoš <mabartos@redhat.com>
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
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.
LGTM, thanks @mabartos
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
@shawkins Added the notable change for 26.3.0 |
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.
LGTM
@vmuzikar Could you please review/approve this PR once you have a time? Thanks! |
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.
LGTM, thank you.
* Missing Quarkus flag for Syslog counting framing Closes keycloak#39893 Signed-off-by: Martin Bartoš <mabartos@redhat.com> * Remove handling of mapFrom Signed-off-by: Martin Bartoš <mabartos@redhat.com> * Add notable change Signed-off-by: Martin Bartoš <mabartos@redhat.com> --------- Signed-off-by: Martin Bartoš <mabartos@redhat.com>
The property is added in this PR, which contains smarter decisions based on the used protocol same as Quarkus will do once we upgrade to the newer version (not backported to 3.20.x): quarkusio/quarkus#48479
Once we upgrade Quarkus, we can remove the handling of the
protocol-dependent
strategy.@keycloak/cloud-native-maintainers Could you please check it? Thanks!