diff --git a/CHANGELOG.md b/CHANGELOG.md index 90376078..7bdc614a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed - new `Option.DUPLICATE_MEMBER_ATTRIBUTE_CLEANUP_AT_THE_END` by default included in standard `OptionPreset`s +### `jsonschema-module-jackson` +#### Fixed +- `@JsonUnwrapped` annotation on inherited properties resulted in those properties being ignored instead of being unwrapped + ## [4.33.1] - 2023-12-19 ### `jsonschema-module-jackson` #### Fixed diff --git a/jsonschema-generator-parent/pom.xml b/jsonschema-generator-parent/pom.xml index e1e96f37..cdd7dfc2 100644 --- a/jsonschema-generator-parent/pom.xml +++ b/jsonschema-generator-parent/pom.xml @@ -121,6 +121,13 @@ Provided PR #423 (fixing Jackson property order handling) + + Jeffrey D + https://github.com/Nephery + + Provided PR #435 (fixing Jackson JsonUnwrapped annotation on inherited properties) + +