Skip to content

Commit

Permalink
Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 8, 2021
1 parent 05f0d77 commit 3710a31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsr-353/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;

requires javax.json.api;
// 08-Jan-2020, tatu: changed in 2.12.1 from "javax.json.api"
requires java.json;

exports com.fasterxml.jackson.datatype.jsr353;

Expand Down
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Tatu Saloranta ([email protected]): author of `org.json` (aka `json-org`),
Iurii Ignatko (welandaz@github): author of `joda-money` module (added in 2.11)

----------------------------------------------------------------------------

Ryan Moquin

* Reported #7: Jackson JSR353 library is using wrong module name for javax json api
(2.12.1)

5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.12.1 (not yet released)

#7: Jackson JSR353 library is using wrong module name for javax json api
(reported by Ryan M)

2.12.0 (29-Nov-2020)

- Add Gradle Module Metadata (https://blog.gradle.org/alignment-with-gradle-module-metadata)
Expand Down

0 comments on commit 3710a31

Please sign in to comment.