File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,10 @@ com.fasterxml.jackson.core.*;version=${project.version}
176
176
<relocations >
177
177
<relocation >
178
178
<pattern >ch/randelshofer/fastdoubleparser</pattern >
179
- <shadedPattern >com/fasterxml/jackson/core/io/doubleparser</shadedPattern >
179
+ <!-- 04-May-2024, tatu: [core#1264] Shade with version-specific package
180
+ to prevent reuse by downstream deps.
181
+ -->
182
+ <shadedPattern >com/fasterxml/jackson/core/internal/shaded/fdp/v${project.version.underscore} </shadedPattern >
180
183
</relocation >
181
184
<relocation >
182
185
<pattern >META-INF/LICENSE</pattern >
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ a pure JSON library.
26
26
(implemented by @pjfanning )
27
27
#1257 : Increase InternCache default max size from 100 to 200
28
28
#1262 : Add diagnostic method `pooledCount()` in `RecyclerPool`
29
+ #1264 : Rename shaded `ch.randelshofer:fastdoubleparser` classes
30
+ to prevent use by downstream consumers
31
+ (requested by @seadbrane )
29
32
#1266 : Change default recycler pool to `bewConcurrentDequePool()` in 2.18
30
33
#1277 : Add back Java 22 optimisation in FastDoubleParser
31
34
You can’t perform that action at this time.
0 commit comments