Skip to content

Commit 3710a31

Browse files
committed
Fix #7
1 parent 05f0d77 commit 3710a31

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

jsr-353/src/moditect/module-info.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
requires com.fasterxml.jackson.core;
44
requires com.fasterxml.jackson.databind;
55

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

89
exports com.fasterxml.jackson.datatype.jsr353;
910

release-notes/CREDITS-2.x

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ Tatu Saloranta ([email protected]): author of `org.json` (aka `json-org`),
88
Iurii Ignatko (welandaz@github): author of `joda-money` module (added in 2.11)
99

1010
----------------------------------------------------------------------------
11+
12+
Ryan Moquin
13+
14+
* Reported #7: Jackson JSR353 library is using wrong module name for javax json api
15+
(2.12.1)
16+

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Modules:
88
=== Releases ===
99
------------------------------------------------------------------------
1010

11+
2.12.1 (not yet released)
12+
13+
#7: Jackson JSR353 library is using wrong module name for javax json api
14+
(reported by Ryan M)
15+
1116
2.12.0 (29-Nov-2020)
1217

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

0 commit comments

Comments
 (0)