Skip to content

Commit f913bb6

Browse files
committed
Update feedback section & wrangle front matter.
rh-pre-commit.version: 2.0.1 rh-pre-commit.check-secrets: ENABLED Signed-off-by: Sam Barker <[email protected]>
1 parent 350e070 commit f913bb6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
layout: post
3-
title: "Kroxylicious release 0.9.0"
4-
date: 2024-12-17 00:00:00 +0000
3+
title: "Kroxylicious release 0.9.0"
4+
date: 2024-12-17 00:00:00 +0000
55
author: "Sam Barker"
66
author_url: "https://github.com/SamBarker"
7+
# noinspection YAMLSchemaValidation
78
categories: kroxylicious releases
8-
tags: releases kroxylicious kafka3.9
9+
tags: [ "releases", "kroxylicious", "kafka 3.9" ]
910
---
1011

1112
The Kroxylicious project is very pleased to announce the release of [Kroxylicious 0.9.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.9.0). This release introduces support for Apache Kafka 3.9.
@@ -27,7 +28,7 @@ There are many quality of life improvements in [this release](https://github.com
2728
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.
2829
If after the upgrade you observe issues similar to
2930
```
30-
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Invalid type definition for type `com.fasterxml.jackson.databind.tofix.CreatorResolutionTest$HostPort`: Argument #0 of Creator [method com.fasterxml.jackson.databind.tofix.CreatorResolutionTest$HostPort#parse(java.lang.String)] has no property name (and is not Injectable): can not use as property-based Creator
31+
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Invalid type definition for type `com.fasterxml.jackson.databind.tofix.CreatorResolutionTest$HostPort`: Argument #0 of Creator [method com.fasterxml.jackson.databind.tofix.CreatorResolutionTest$HostPort#parse(java.lang.String)] has no property name (and is not Injectable): can not use as property-based Creator
3132
```
3233
then you need to add `@JsonCreator(mode = JsonCreator.Mode.DELEGATING)` to the constructor one expects Jackson to use.
3334

@@ -39,4 +40,4 @@ Lastly, we are very pleased to announce that this Kroxylicious release contains
3940

4041
### Feedback
4142

42-
Please let us know, through [Slack](https://kroxylicious.slack.com) or [GitHub](https://github.com/kroxylicious/kroxylicious/issues), if you find the extension interesting or helpful.
43+
Please let us know, through [Slack](https://kroxylicious.slack.com), [GitHub](https://github.com/kroxylicious/kroxylicious/issues) or even [bsky](https://bsky.app/profile/kroxylicious.io)), if you find the project interesting or helpful and especially if you have deployed it in production.

0 commit comments

Comments
 (0)