File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 204
204
<breakBuildOnBinaryIncompatibleModifications >true</breakBuildOnBinaryIncompatibleModifications >
205
205
<breakBuildOnSourceIncompatibleModifications >true</breakBuildOnSourceIncompatibleModifications >
206
206
<excludes >
207
+ <!-- TODO Delaying update of oldVersion so we can keep track of what has changed -->
207
208
<!--
208
- TODO Remove after release of 2.13 and update the oldVersion above.
209
+ TODO Remove after release of 2.13 and update the oldVersion above to 2.13 .
209
210
210
211
Kotlin's method suffix generation changed in 1.4.30
211
212
(https://github.com/Kotlin/KEEP/commit/e7984ffd83a1166c7f81a11d1a95b35cae929a2a#diff-012da204af6117588e5a1d3a41491bb7fe4e6c5620111c3c2d4a680c7a1057b1R653)
221
222
<exclude >com.fasterxml.jackson.module.kotlin.ULongSerializer</exclude >
222
223
<exclude >com.fasterxml.jackson.module.kotlin.UShortDeserializer</exclude >
223
224
<exclude >com.fasterxml.jackson.module.kotlin.UShortSerializer</exclude >
225
+ <!--
226
+ TODO Remove after release of 2.13 and update the oldVersion above to 2.13.
227
+ -->
228
+ <exclude >com.fasterxml.jackson.module.kotlin.ValueClassUnboxSerializer</exclude >
224
229
</excludes >
225
230
</parameter >
226
231
</configuration >
You can’t perform that action at this time.
0 commit comments