Skip to content

Commit

Permalink
Backport #1340 in 2.16(.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 25, 2024
1 parent e5b5e34 commit 56265d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ a pure JSON library.
=== Releases ===
------------------------------------------------------------------------

2.16.3 (not yet released)

#1340: Missing `JsonFactory` "provides" SPI with JPMS in `jackson-core` module
(contributed by @sdyura)

2.16.2 (09-Mar-2024)

No changes since 2.16.1
Expand Down
4 changes: 4 additions & 0 deletions src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@

// 03-Oct-2019, tatu: [core#567] Add self-use to avoid warnings
uses com.fasterxml.jackson.core.ObjectCodec;

// 25-Sep-2024: [core#1340] Need to explicitly add even in base
provides com.fasterxml.jackson.core.JsonFactory with
com.fasterxml.jackson.core.JsonFactory;
}

0 comments on commit 56265d1

Please sign in to comment.