Skip to content

Commit 6afc534

Browse files
committed
Clearer comment about API breakage
1 parent d8a210c commit 6afc534

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,13 @@
205205
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
206206
<excludes>
207207
<!--
208-
TODO Remove after release of 2.13 and update the oldVersion above. These were made
209-
`internal`, breaking backwards compat (in a way we're ok with), but we don't want
210-
to lose japicmp's enforcement until the new version is released.
208+
TODO Remove after release of 2.13 and update the oldVersion above.
209+
210+
Kotlin's method suffix generation changed in 1.4.30
211+
(https://github.com/Kotlin/KEEP/commit/e7984ffd83a1166c7f81a11d1a95b35cae929a2a#diff-012da204af6117588e5a1d3a41491bb7fe4e6c5620111c3c2d4a680c7a1057b1R653)
212+
which changes the presented API produced by these objects. While they aren't
213+
internal and should not be…they're fairly esoteric so we're ok with that breakage
214+
across a major version.
211215
-->
212216
<exclude>com.fasterxml.jackson.module.kotlin.UByteDeserializer</exclude>
213217
<exclude>com.fasterxml.jackson.module.kotlin.UByteSerializer</exclude>

0 commit comments

Comments
 (0)