Skip to content

Commit 6ce1c0d

Browse files
committed
Merge branch '2.16' into 2.17
2 parents af8e0a2 + 56265d1 commit 6ce1c0d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ a pure JSON library.
1818

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

2224
2.17.2 (05-Jul-2024)
2325

src/moditect/module-info.java

+4
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020

2121
// 03-Oct-2019, tatu: [core#567] Add self-use to avoid warnings
2222
uses com.fasterxml.jackson.core.ObjectCodec;
23+
24+
// 25-Sep-2024: [core#1340] Need to explicitly add even in base
25+
provides com.fasterxml.jackson.core.JsonFactory with
26+
com.fasterxml.jackson.core.JsonFactory;
2327
}

0 commit comments

Comments
 (0)