File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- see https://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3
3
<differences >
4
- <!-- Not breaking, internal only interface and the new methods have default implementations -->
4
+ <!-- Not breaking, new method has a default implementation -->
5
5
<difference >
6
6
<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 >
27
9
</difference >
28
10
29
11
</differences >
You can’t perform that action at this time.
0 commit comments