Skip to content

Commit 5f6e059

Browse files
Release 2.2.2
1 parent 1693d88 commit 5f6e059

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
66

77
## [Unreleased]
88

9+
## [2.2.2] - 2026-03-16
10+
11+
## Changed
12+
13+
- Deprecate `ProblemSupport.resolveProblem`.
14+
- Bump `problem4j-core` to `1.4.3`.
15+
- Bump `problem4j-jackson2` to `1.4.3`.
16+
- Bump `problem4j-jackson3` to `1.4.3`.
17+
18+
## Fixed
19+
20+
- Fix missing details about primitive types deserialization errors. It will include `"detail": "Type mismatch"` with
21+
`"property"` and `"kind"` extensions containing type property and its expected type.
22+
- Document configuration properties via JavaDocs and hints in `additional-spring-configuration-metadata.json` for
23+
annotation processor to generate an improved.
24+
925
## [2.2.1] - 2026-02-26
1026

1127
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.workers.max=4
55
#
66
# Project settings
77
group=io.github.problem4j
8-
version=2.2.2-SNAPSHOT
8+
version=2.2.2
99
#
1010
# Internal buildscript settings
1111
internal.pom.url=https://github.com/problem4j/problem4j-spring

0 commit comments

Comments
 (0)