-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d6a53f
commit 48d96c5
Showing
1 changed file
with
3 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |