We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af8e0a2 + 56265d1 commit 6ce1c0dCopy full SHA for 6ce1c0d
release-notes/VERSION-2.x
@@ -18,6 +18,8 @@ a pure JSON library.
18
19
#1331: Update to FastDoubleParser v1.0.1 to fix `BigDecimal` decoding problem
20
(contributed by @pjfanning)
21
+#1340: Missing `JsonFactory` "provides" SPI with JPMS in `jackson-core` module
22
+ (contributed by @sdyura)
23
24
2.17.2 (05-Jul-2024)
25
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
+ provides com.fasterxml.jackson.core.JsonFactory with
26
+ com.fasterxml.jackson.core.JsonFactory;
27
}
0 commit comments