-
Notifications
You must be signed in to change notification settings - Fork 7.4k
fix: map just logging env wildcards to . #40834
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.
@shawkins Overall LGTM and agree with defaulting to -
instead of .
.
Just added a few small suggestions.
...src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/WildcardPropertyMapper.java
Show resolved
Hide resolved
...src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/WildcardPropertyMapper.java
Show resolved
Hide resolved
closes: keycloak#40833 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Signed-off-by: Steve Hawkins <shawkins@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.
@shawkins LGTM, thanks!
...src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/WildcardPropertyMapper.java
Show resolved
Hide resolved
@shawkins Could you please create a backport for 26.3 ? |
* fix: map just logging env wildcards to . closes: keycloak#40833 Signed-off-by: Steve Hawkins <shawkins@redhat.com> * updates based upon review comments Signed-off-by: Steve Hawkins <shawkins@redhat.com> --------- Signed-off-by: Steve Hawkins <shawkins@redhat.com> (cherry picked from commit 3760e72)
closes: #40833