Skip to content

Commit 48d96c5

Browse files
committed
chore: clirr config for new method
1 parent 1d6a53f commit 48d96c5

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed
Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- see https://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
33
<differences>
4-
<!-- Not breaking, internal only interface and the new methods have default implementations -->
4+
<!-- Not breaking, new method has a default implementation -->
55
<difference>
66
<differenceType>7012</differenceType>
7-
<className>com/google/cloud/storage/UnbufferedWritableByteChannelSession$UnbufferedWritableByteChannel</className>
8-
<method>* write(*)</method>
9-
</difference>
10-
<!-- Allow accessing the underlying Apiary instance -->
11-
<difference>
12-
<differenceType>7012</differenceType>
13-
<className>com/google/cloud/storage/spi/v1/StorageRpc</className>
14-
<method>* getStorage()</method>
15-
</difference>
16-
17-
<difference>
18-
<differenceType>8001</differenceType>
19-
<className>com/google/cloud/storage/Hasher$ConstantConcatValueHasher</className>
20-
</difference>
21-
22-
<!-- Not breaking, internal only class -->
23-
<difference>
24-
<differenceType>7002</differenceType>
25-
<className>com/google/cloud/storage/HttpDownloadSessionBuilder$ReadableByteChannelSessionBuilder</className>
26-
<method>com.google.cloud.storage.HttpDownloadSessionBuilder$ReadableByteChannelSessionBuilder setCallback(java.util.function.Consumer)</method>
7+
<className>com/google/cloud/storage/Storage</className>
8+
<method>com.google.cloud.storage.BlobWriteSession blobWriteSession(com.google.cloud.storage.BlobInfo, com.google.cloud.storage.Storage$BlobWriteOption[])</method>
279
</difference>
2810

2911
</differences>

0 commit comments

Comments
 (0)