Skip to content

Commit 350e070

Browse files
committed
Add missing bracket
rh-pre-commit.version: 2.0.1 rh-pre-commit.check-secrets: ENABLED Signed-off-by: Sam Barker <[email protected]>
1 parent 8a49daa commit 350e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-12-17-release-0_9_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are many quality of life improvements in [this release](https://github.com
2222
- We can now use EC2 instance metadata to authenticate against AWS Key Management Service ([#1442](https://github.com/kroxylicious/kroxylicious/pull/1442)).
2323
- We now support mutual TLS authentication on the downstream (or client side) of the proxy ([#1631](https://github.com/kroxylicious/kroxylicious/pull/1631)).
2424
- Key Management Systems (KMS) now have more lifecycle callbacks to better manage shared resources ([#1498](https://github.com/kroxylicious/kroxylicious/pull/1498)).
25-
- We now default to Log4J 2 [Async logging](https://logging.apache.org/log4j/2.x/manual/async.html) - this is mostly a performance optimisation, but we think it should address some issues we have observed with logging in kubernetes environments ([#1673](https://github.com/kroxylicious/kroxylicious/pull/1673).
25+
- We now default to Log4J 2 [Async logging](https://logging.apache.org/log4j/2.x/manual/async.html) - this is mostly a performance optimisation, but we think it should address some issues we have observed with logging in kubernetes environments ([#1673](https://github.com/kroxylicious/kroxylicious/pull/1673)).
2626

2727
This release upgrades Kroxylicious to Jackson 2.18 which [changes](https://github.com/FasterXML/jackson-databind/issues/4785#issuecomment-2463105965) how Jackson handles constructor detection, which may lead to issues when parsing config for custom filters.
2828
If after the upgrade you observe issues similar to

0 commit comments

Comments
 (0)