Skip to content

Commit

Permalink
chore: update clirr config
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Dec 5, 2022
1 parent 566e7a5 commit f3fa16f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions proto-google-cloud-storage-v2/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<!-- Allow addition of new Bucket.RetentionPolicy.retention_duration field -->
<difference>
<differenceType>7012</differenceType>
<className>com/google/storage/v2/*</className>
<method>* *RetentionDuration*(*)</method>
</difference>
<!-- Allow addition of new object_checksums to ComposeObjectRequest, RewriteObjectRequest, StartResumableWriteRequest -->
<difference>
<differenceType>7012</differenceType>
<className>com/google/storage/v2/*</className>
<method>* *ObjectChecksums*(*)</method>
</difference>

</differences>

0 comments on commit f3fa16f

Please sign in to comment.