feat(serde-ext, weaver-pojo-serde-ext): Enable serde for woven string map entries

This commit is contained in:
2026-05-02 19:08:36 +02:00
parent 353c5126bc
commit a085a2acc6
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
that allows to get a subentry by its data key.
- `serde-extension`: Introduce a more generic `ReaderWriter` for `MutableStructuredConfigEntry`s.
- `weaver-pojo`: Make maps with string keys into their own weavable entry type.
- `weaver-pojo-serde-ext`: Such string map entries get serde using the `MutableStructuredConfigEntry` interface.
## [0.8.1] - 2026-04-26