File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/main/java/com/fasterxml/jackson/databind Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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+
74792.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+
1781872.18.4 (06 -May-2025 )
179188
180189#4628 : `@JsonIgnore` and `@JsonProperty.access=READ_ONLY` on Record property
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments