Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datetime/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
opens com.fasterxml.jackson.datatype.jsr310.ser.key;

provides com.fasterxml.jackson.databind.Module with
com.fasterxml.jackson.datatype.jsr310.JSR310Module;
com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
}
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@ Felipe Rotilho (rotilho@github)
* Contributed #255: Change `InstantSerializerBase` to generate schema format in the same
way as `DateTimeSerializerBase`
(2.15.0)

Michał Ostrowski (karbi@github)
* Contributed #259: Wrong module auto-registered when using JPMS
(2.15.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Modules:
#255: Change `InstantSerializerBase` to generate schema format in the same
way as `DateTimeSerializerBase`
(contributed by Felipe R)
#259: Wrong module auto-registered when using JPMS
(reported by Michał O)

2.14.1 (21-Nov-2022)

Expand Down