Skip to content

Commit

Permalink
chore: clirr config for new method
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Jul 24, 2023
1 parent 1d6a53f commit 48d96c5
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions google-cloud-storage/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see https://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<!-- Not breaking, internal only interface and the new methods have default implementations -->
<!-- Not breaking, new method has a default implementation -->
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/storage/UnbufferedWritableByteChannelSession$UnbufferedWritableByteChannel</className>
<method>* write(*)</method>
</difference>
<!-- Allow accessing the underlying Apiary instance -->
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/storage/spi/v1/StorageRpc</className>
<method>* getStorage()</method>
</difference>

<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/storage/Hasher$ConstantConcatValueHasher</className>
</difference>

<!-- Not breaking, internal only class -->
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/storage/HttpDownloadSessionBuilder$ReadableByteChannelSessionBuilder</className>
<method>com.google.cloud.storage.HttpDownloadSessionBuilder$ReadableByteChannelSessionBuilder setCallback(java.util.function.Consumer)</method>
<className>com/google/cloud/storage/Storage</className>
<method>com.google.cloud.storage.BlobWriteSession blobWriteSession(com.google.cloud.storage.BlobInfo, com.google.cloud.storage.Storage$BlobWriteOption[])</method>
</difference>

</differences>

0 comments on commit 48d96c5

Please sign in to comment.