Skip to content

Commit b397949

Browse files
committed
Release 1.2.7
1 parent b0f233d commit b397949

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.2.7] - 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+
17+
## Fixed
18+
19+
- Fix missing details about primitive types deserialization errors. It will include `"detail": "Type mismatch"` with
20+
`"property"` and `"kind"` extensions containing type property and its expected type.
21+
- Document configuration properties via JavaDocs and hints in `additional-spring-configuration-metadata.json` for
22+
annotation processor to generate an improved.
23+
924
## [1.2.6] - 2026-02-26
1025

1126
### 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=1.2.7-SNAPSHOT
8+
version=1.2.7
99
#
1010
# Internal buildscript settings
1111
internal.pom.url=https://github.com/problem4j/problem4j-spring

0 commit comments

Comments
 (0)