Skip to content

Commit 56265d1

Browse files
committed
Backport #1340 in 2.16(.3)
1 parent e5b5e34 commit 56265d1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.16.3 (not yet released)
18+
19+
#1340: Missing `JsonFactory` "provides" SPI with JPMS in `jackson-core` module
20+
(contributed by @sdyura)
21+
1722
2.16.2 (09-Mar-2024)
1823

1924
No changes since 2.16.1

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)