Skip to content

Commit 98d4dd2

Browse files
committed
Fix #46: bad module-info for jakarta-json module
1 parent b05e167 commit 98d4dd2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

jakarta-jsonp/src/moditect/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
requires jakarta.json;
77

8-
exports com.fasterxml.jackson.datatype.jakarta.jsonp;
8+
exports com.fasterxml.jackson.datatype.jsonp;
99

1010
provides com.fasterxml.jackson.databind.Module with
1111
com.fasterxml.jackson.datatype.jsonp.JSONPModule;

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Modules:
1010
=== Releases ===
1111
------------------------------------------------------------------------
1212

13+
Not yet released
14+
15+
#46: (jakarta-jsonp) Invalid module info for `jakarta-jsonp`
16+
1317
2.15.4 (15-Feb-2024)
1418

1519
- Upgrade `org.json:json`` dependency to 20231013 (from 20230227)

0 commit comments

Comments
 (0)