File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
opens com .fasterxml .jackson .datatype .jsr310 .ser .key ;
19
19
20
20
provides com .fasterxml .jackson .databind .Module with
21
- com .fasterxml .jackson .datatype .jsr310 .JSR310Module ;
21
+ com .fasterxml .jackson .datatype .jsr310 .JavaTimeModule ;
22
22
}
Original file line number Diff line number Diff line change @@ -162,3 +162,7 @@ Felipe Rotilho (rotilho@github)
162
162
* Contributed #255 : Change `InstantSerializerBase` to generate schema format in the same
163
163
way as `DateTimeSerializerBase`
164
164
(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:
13
13
#255 : Change `InstantSerializerBase` to generate schema format in the same
14
14
way as `DateTimeSerializerBase`
15
15
(contributed by Felipe R)
16
+ #259 : Wrong module auto -registered when using JPMS
17
+ (reported by Michał O)
16
18
17
19
2.14.1 (21 -Nov-2022 )
18
20
You can’t perform that action at this time.
0 commit comments