Skip to content

Commit cb923b6

Browse files
committed
Merge branch '2.18' into 2.19
2 parents d669cd4 + 671fcc0 commit cb923b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Project: jackson-databind
120120
#4709: Add `JacksonCollectors` with `toArrayNode()` implementation
121121
(contributed by @rikkarth)
122122
123-
2.17.3 (not yet released)
123+
2.17.3 (01-Nov-2024)
124124
125125
#4718: Should not fail on trying to serialize `java.time.DateTimeException`
126126

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public enum SerializationFeature implements ConfigFeature
246246
* {@link java.util.Calendar} which will always use timezone Calendar value has).
247247
* Setting is also ignored by Joda date/time values.
248248
*<p>
249-
* Featured is enabled by default for backwards-compatibility purposes (in
249+
* Feature is enabled by default for backwards-compatibility purposes (in
250250
* Jackson 2.12 override was always done if there was explicitly defined timezone).
251251
*
252252
* @since 2.13

0 commit comments

Comments
 (0)