File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1818 opens com .fasterxml .jackson .datatype .jsr310 .ser .key ;
1919
2020 provides com .fasterxml .jackson .databind .Module with
21- com .fasterxml .jackson .datatype .jsr310 .JSR310Module ;
21+ com .fasterxml .jackson .datatype .jsr310 .JavaTimeModule ;
2222}
Original file line number Diff line number Diff line change @@ -162,3 +162,7 @@ Felipe Rotilho (rotilho@github)
162162 * Contributed #255 : Change `InstantSerializerBase` to generate schema format in the same
163163 way as `DateTimeSerializerBase`
164164 (2.15.0 )
165+
166+ Michał Ostrowski (karbi@github)
167+ * Contributed #259 : Wrong module auto -registered when using JPMS
168+ (2.15.0 )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Modules:
1313#255 : Change `InstantSerializerBase` to generate schema format in the same
1414 way as `DateTimeSerializerBase`
1515 (contributed by Felipe R)
16+ #259 : Wrong module auto -registered when using JPMS
17+ (reported by Michał O)
1618
17192.14.1 (21 -Nov-2022 )
1820
You can’t perform that action at this time.
0 commit comments