We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b5e34 commit 56265d1Copy full SHA for 56265d1
release-notes/VERSION-2.x
@@ -14,6 +14,11 @@ a pure JSON library.
14
=== Releases ===
15
------------------------------------------------------------------------
16
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
22
2.16.2 (09-Mar-2024)
23
24
No changes since 2.16.1
src/moditect/module-info.java
@@ -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
25
+ provides com.fasterxml.jackson.core.JsonFactory with
26
+ com.fasterxml.jackson.core.JsonFactory;
27
}
0 commit comments