Skip to content

Commit 4aac07c

Browse files
committed
Ignore objects with change visibility
1 parent 576fd81 commit 4aac07c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,21 @@
203203
<parameter>
204204
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
205205
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
206+
<excludes>
207+
<!--
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.
211+
-->
212+
<exclude>com.fasterxml.jackson.module.kotlin.UByteDeserializer</exclude>
213+
<exclude>com.fasterxml.jackson.module.kotlin.UByteSerializer</exclude>
214+
<exclude>com.fasterxml.jackson.module.kotlin.UIntDeserializer</exclude>
215+
<exclude>com.fasterxml.jackson.module.kotlin.UIntSerializer</exclude>
216+
<exclude>com.fasterxml.jackson.module.kotlin.ULongDeserializer</exclude>
217+
<exclude>com.fasterxml.jackson.module.kotlin.ULongSerializer</exclude>
218+
<exclude>com.fasterxml.jackson.module.kotlin.UShortDeserializer</exclude>
219+
<exclude>com.fasterxml.jackson.module.kotlin.UShortSerializer</exclude>
220+
</excludes>
206221
</parameter>
207222
</configuration>
208223
<executions>

0 commit comments

Comments
 (0)