File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 220
220
<breakBuildOnBinaryIncompatibleModifications >true</breakBuildOnBinaryIncompatibleModifications >
221
221
<breakBuildOnSourceIncompatibleModifications >true</breakBuildOnSourceIncompatibleModifications >
222
222
<excludes >
223
- <!--
224
- TODO Remove after release of 2.14 and update the oldVersion above to 2.14.
225
- -->
226
- <exclude >com.fasterxml.jackson.module.kotlin.ValueClassBoxSerializer</exclude >
227
- <exclude >com.fasterxml.jackson.module.kotlin.ValueClassSerializer$StaticJsonValue</exclude >
228
- <exclude >com.fasterxml.jackson.module.kotlin.ValueClassSerializer$Unbox</exclude >
229
- <exclude >com.fasterxml.jackson.module.kotlin.ValueClassStaticJsonValueSerializer</exclude >
230
- <exclude >com.fasterxml.jackson.module.kotlin.ValueClassUnboxSerializer.serialize(java.lang.Object, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider)</exclude >
231
- <exclude >com.fasterxml.jackson.databind.jsonschema.SchemaAware[com.fasterxml.jackson.databind.jsonschema.SchemaAware]</exclude >
232
- <exclude >com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable[com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable]:INTERFACE_REMOVED, java.io.Serializable[java.io.Serializable]</exclude >
233
- <exclude >com.fasterxml.jackson.module.kotlin.ValueClassUnboxSerializer</exclude >
234
- <exclude >com.fasterxml.jackson.module.kotlin.ClosedRangeMixin</exclude >
223
+ <!-- Cache removal from ReflectionCache; internal change
224
+ -->
225
+ <exclude >com.fasterxml.jackson.module.kotlin.ReflectionCache</exclude >
235
226
</excludes >
236
227
</parameter >
237
228
</configuration >
You can’t perform that action at this time.
0 commit comments