Skip to content

Commit ca53b58

Browse files
chore: update changelog
1 parent 3b21a89 commit ca53b58

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- BREAKING CHANGE: minimum Java version `17`
1111
- BREAKING CHANGE: minimum Jackson version `3.x`
1212

13+
#### Fixed
14+
- remove invalid `format` for standard `LocalDateTime` string definition
15+
1316
### `jsonschema-module-jackson`
1417
#### Fixed
1518
- support `@JacksonAnnotationsInside` annotated combo annotations also when looking for `@JsonPropertyDescription`

jsonschema-generator-parent/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@
143143
<role>Provided PR #477 (drop JDK 11 support in favor of JDK 17)</role>
144144
</roles>
145145
</contributor>
146+
<contributor>
147+
<name>Matthias Bechthold</name>
148+
<url>https://github.com/mbechto</url>
149+
<roles>
150+
<role>Provided PR #524 (fix incorrect standard format declaration for LocalDateTime)</role>
151+
</roles>
152+
</contributor>
146153
<contributor>
147154
<name>Filip Hrisafov</name>
148155
<url>https://github.com/filiphr</url>

0 commit comments

Comments
 (0)