File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,17 @@ com.fasterxml.jackson.core.*;version=${project.version}
163
163
<plugin >
164
164
<groupId >de.jjohannes</groupId >
165
165
<artifactId >gradle-module-metadata-maven-plugin</artifactId >
166
+ <!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
167
+ dependency from GMM
168
+ -->
169
+ <configuration >
170
+ <removedDependencies >
171
+ <dependency >
172
+ <groupId >ch.randelshofer</groupId >
173
+ <artifactId >fastdoubleparser</artifactId >
174
+ </dependency >
175
+ </removedDependencies >
176
+ </configuration >
166
177
</plugin >
167
178
168
179
<plugin >
Original file line number Diff line number Diff line change @@ -343,10 +343,13 @@ Evan Galpin (egalpin@github)
343
343
(2.14 .0 )
344
344
345
345
Chris Rankin (chrisr3 @github )
346
- * Requested #768 : Jackson bundles are missing OSGi's osgi.serviceloader metadata
346
+ * Requested #768 : Jackson bundles are missing OSGi's osgi.serviceloader metadata
347
347
(2.14 .0 )
348
- * Contributed #822 : Declare osgi.serviceloader.registrar requirement as optional
348
+ * Contributed #822 : Declare osgi.serviceloader.registrar requirement as optional
349
349
(2.14 .0 )
350
+ * Reported #999 : Gradle metadata for `jackson-core` `2.15.0` adds dependency on
351
+ `ch .randelshofer :fastdoubleparser `
352
+ (2.15 .1 )
350
353
351
354
Przemyslaw Gomulka (pgomulka @github )
352
355
* Contributed #882 : Allow TokenFIlter to skip last elements in arrays
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
+ 2.15 .1 (not yet released )
18
+
19
+ #999 : Gradle metadata for `jackson - core ` `2.15 .0 ` adds dependency on
20
+ `ch .randelshofer :fastdoubleparser `
21
+ (reported by Chris R )
22
+
17
23
2.15 .0 (23 - Apr - 2023 )
18
24
19
25
#827 : Add numeric value size limits via `StreamReadConstraints` (fixes
You can’t perform that action at this time.
0 commit comments