File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
datetime/src/test/java/com/fasterxml/jackson/datatype/jsr310/ser Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -289,9 +289,9 @@ public void testShapeInt() throws Exception {
289289 }
290290
291291 /*
292- /**********************************************************
293- /* Tests for custom formatter (#376)
294- /**********************************************************
292+ /**********************************************************************
293+ /* Tests for custom formatter (modules-java8 #376)
294+ /**********************************************************************
295295 */
296296
297297 @ Test
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ Modules:
1414 negative timestamps incorrectly
1515 (reported by Kevin M)
1616 (fix by @cowtowncoder, w/ Claude code)
17+ #376 : Allow specifying custom `DateTimeFormatter` for `OffsetDateTime` ser/deser
18+ (new constructors?)
19+ (requested by @ZIRAKrezovic)
1720
1821No changes since 2.20
1922
You can’t perform that action at this time.
0 commit comments