fix(serde-ext): Add paths to TweedReadIssue and TweedEntryWriteException

This commit is contained in:
2026-05-24 16:53:10 +02:00
parent f22c359a1c
commit ae9368388f
3 changed files with 17 additions and 6 deletions
+1
View File
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `minecraft-fabric-helper`: Fixed missing new line in error log message.
- `serde-extension`, `default-extensions`: Integrate path tracking into `ReadWriteExtension`, deprecate the existing
`PatherExtension`
- `serde-extension`: Expose entry and value path in `TweedReadIssue` and the message of `TweedEntryWriteException`.
- `type-utls`: Fixed missing `@Nullable` annotation on `ActualType#getAnnotation`.
- `weaver-pojo`: Fixed `StringMapPojoWeaver` weaving entries without `@StringMapWeaving` annotation.