Skip to content

Commit 7657bab

Browse files
authored
Merge branch '2.x' into 2.x
2 parents 696bcd8 + a5844e9 commit 7657bab

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Project: jackson-databind
1616
customizability
1717
(contributed by @wrongwrong)
1818

19-
2.20.1 (not yet released)
19+
2.20.1 (30-Oct-2025)
2020

2121
#5292: `MapperFeature.FIX_FIELD_NAME_UPPER_CASE_PREFIX` does not work with
2222
Constructor parameters
@@ -71,6 +71,11 @@ Project: jackson-databind
7171
with `ObjectMapper`, prepare for 3.0)
7272
- Generate SBOMs [JSTEP-14]
7373
74+
2.19.4 (29-Oct-2025)
75+
2.19.3 (29-Oct-2025)
76+
77+
No changes since 2.19.2
78+
7479
2.19.2 (18-Jul-2025)
7580
7681
#5202: `JsonSetter.contentNulls` ignored for `Object[]`, `String[]`
@@ -175,6 +180,10 @@ Project: jackson-databind
175180
#5069: Add copy-constructor for `MappingIterator`
176181
(contributed by @wrongwrong)
177182

183+
2.18.5 (27-Oct-2025)
184+
185+
No changes since 2.18.4
186+
178187
2.18.4 (06-May-2025)
179188

180189
#4628: `@JsonIgnore` and `@JsonProperty.access=READ_ONLY` on Record property

src/main/java/com/fasterxml/jackson/databind/DeserializationFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public enum DeserializationFeature implements ConfigFeature
162162

163163
/**
164164
* Feature that determines what happens when reading JSON content into tree
165-
* ({@link com.fasterxml.jackson.core.TreeNode}) and a duplicate key
165+
* ({@link JsonNode} and a duplicate key
166166
* is encountered (property name that was already seen for the JSON Object).
167167
* If enabled, {@link JsonMappingException} will be thrown; if disabled, no exception
168168
* is thrown and the new (later) value overwrites the earlier value.

0 commit comments

Comments
 (0)