Skip to content

Commit

Permalink
Fix #259: use JavaTimeModule not JSR310Module
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 8, 2023
1 parent c418f1c commit 84c9db7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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

0 comments on commit 84c9db7

Please sign in to comment.