Skip to content

Commit

Permalink
Merge branch '2.15' into 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 21, 2024
2 parents 89976aa + 98d4dd2 commit aa37dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jakarta-jsonp/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

requires jakarta.json;

exports com.fasterxml.jackson.datatype.jakarta.jsonp;
exports com.fasterxml.jackson.datatype.jsonp;

provides com.fasterxml.jackson.databind.Module with
com.fasterxml.jackson.datatype.jsonp.JSONPModule;
Expand Down
6 changes: 6 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

Not yet released

#46: (jakarta-jsonp) Invalid module info for `jakarta-jsonp`

2.16.2 (09-Mar-2024)
2.16.1 (24-Dec-2023)

No changes since 2.16.0

2.15.4 (15-Feb-2024)

2.16.0 (15-Nov-2023)

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

0 comments on commit aa37dd5

Please sign in to comment.