Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 5e979df

Browse files
add clirr-ignored-differences.xml for breaking changes
1 parent 38dee5b commit 5e979df

2 files changed

Lines changed: 26 additions & 22 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
<!-- TODO(stephwang): To be removed after the release -->
5+
<difference>
6+
<className>com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter</className>
7+
<differenceType>7005</differenceType>
8+
<method>com.google.api.core.ApiFuture append(org.json.JSONArray, boolean)</method>
9+
<from>com.google.api.core.ApiFuture append(org.json.JSONArray, boolean)</from>
10+
<to>com.google.api.core.ApiFuture append(org.json.JSONArray, long)</to>
11+
</difference>
12+
<difference>
13+
<className>com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter</className>
14+
<differenceType>7004</differenceType>
15+
<method>com.google.api.core.ApiFuture append(org.json.JSONArray, long, boolean)</method>
16+
<from>com.google.api.core.ApiFuture append(org.json.JSONArray, long, boolean)</from>
17+
<to>com.google.api.core.ApiFuture append(org.json.JSONArray)</to>
18+
</difference>
19+
<difference>
20+
<className>com/google/cloud/bigquery/storage/v1beta2/JsonToProtoMessage</className>
21+
<differenceType>7004</differenceType>
22+
<method>com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject, boolean)</method>
23+
<from>com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject, boolean)</from>
24+
<to>com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject)</to>
25+
</difference>
26+
</differences>

proto-google-cloud-bigquerystorage-v1beta2/clirr-ignored-differences.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -173,26 +173,4 @@
173173
<differenceType>7012</differenceType>
174174
<method>java.util.List getStreamErrorsOrBuilderList()</method>
175175
</difference>
176-
177-
<difference>
178-
<className>com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter</className>
179-
<differenceType>7005</differenceType>
180-
<method>public com.google.api.core.ApiFuture append(org.json.JSONArray, boolean)</method>
181-
<from>public com.google.api.core.ApiFuture append(org.json.JSONArray, boolean)</from>
182-
<to>public com.google.api.core.ApiFuture append(org.json.JSONArray, long)</to>
183-
</difference>
184-
<difference>
185-
<className>com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter</className>
186-
<differenceType>7004</differenceType>
187-
<method>public com.google.api.core.ApiFuture append(org.json.JSONArray, long, boolean)</method>
188-
<from>public com.google.api.core.ApiFuture append(org.json.JSONArray, long, boolean)</from>
189-
<to>public com.google.api.core.ApiFuture append(org.json.JSONArray)</to>
190-
</difference>
191-
<difference>
192-
<className>com/google/cloud/bigquery/storage/v1beta2/JsonToProtoMessage</className>
193-
<differenceType>7004</differenceType>
194-
<method>public com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject, boolean)</method>
195-
<from>public com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject, boolean)</from>
196-
<to>public com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject)</to>
197-
</difference>
198176
</differences>

0 commit comments

Comments
 (0)