Skip to content

Commit

Permalink
Merge branch '2.16' into 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 25, 2024
2 parents af8e0a2 + 56265d1 commit 6ce1c0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ a pure JSON library.

#1331: Update to FastDoubleParser v1.0.1 to fix `BigDecimal` decoding problem
(contributed by @pjfanning)
#1340: Missing `JsonFactory` "provides" SPI with JPMS in `jackson-core` module
(contributed by @sdyura)

2.17.2 (05-Jul-2024)

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 6ce1c0d

Please sign in to comment.