Skip to content

Commit 4facb0f

Browse files
committed
Merge branch '2.18'
2 parents b66c832 + bde236b commit 4facb0f

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 tools.jackson.datatype.jakarta.jsonp;
8+
exports tools.jackson.datatype.jsonp;
99

1010
provides tools.jackson.databind.JacksonModule with
1111
tools.jackson.datatype.jsonp.JSONPModule;

release-notes/VERSION-2.x

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Modules:
1414

1515
No changes since 2.17
1616

17+
2.17.2 (not yet released)
18+
19+
#46: (jakarta-jsonp) Invalid module info for `jakarta-jsonp`
20+
1721
2.17.1 (04-May-2024)
1822

1923
No changes since 2.17.0
@@ -28,6 +32,8 @@ No changes since 2.17.0
2832

2933
No changes since 2.16.0
3034

35+
2.15.4 (15-Feb-2024)
36+
3137
2.16.0 (15-Nov-2023)
3238

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

0 commit comments

Comments
 (0)