Skip to content

Commit 6710c79

Browse files
committed
Note why excludes; exclude VCUS change
1 parent ad308f2 commit 6710c79

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@
204204
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
205205
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
206206
<excludes>
207+
<!-- TODO Delaying update of oldVersion so we can keep track of what has changed -->
207208
<!--
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.
209210
210211
Kotlin's method suffix generation changed in 1.4.30
211212
(https://github.com/Kotlin/KEEP/commit/e7984ffd83a1166c7f81a11d1a95b35cae929a2a#diff-012da204af6117588e5a1d3a41491bb7fe4e6c5620111c3c2d4a680c7a1057b1R653)
@@ -221,6 +222,10 @@
221222
<exclude>com.fasterxml.jackson.module.kotlin.ULongSerializer</exclude>
222223
<exclude>com.fasterxml.jackson.module.kotlin.UShortDeserializer</exclude>
223224
<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>
224229
</excludes>
225230
</parameter>
226231
</configuration>

0 commit comments

Comments
 (0)