Skip to content

Commit f8d796f

Browse files
committed
Merge branch '2.16' into 2.17
2 parents 056d49e + aa37dd5 commit f8d796f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Modules:
1010
=== Releases ===
1111
------------------------------------------------------------------------
1212

13+
2.17.2 (not yet released)
14+
15+
#46: (jakarta-jsonp) Invalid module info for `jakarta-jsonp`
16+
1317
2.17.1 (04-May-2024)
1418

1519
No changes since 2.17.0
@@ -24,6 +28,8 @@ No changes since 2.17.0
2428

2529
No changes since 2.16.0
2630

31+
2.15.4 (15-Feb-2024)
32+
2733
2.16.0 (15-Nov-2023)
2834

2935
#37: (jsonp/jsr-353): Fix class path scanning on each deserialization

0 commit comments

Comments
 (0)