-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove IgnoreUnknownFields support on JsonStreamWriter (#757)
* feat! Remove IgnoreUnknownFields support for JsonStreamWriter * . * . * . * . * . * . * . * . * . * add clirr-ignored-differences.xml for breaking changes Co-authored-by: yirutang <yiru@google.com>
- Loading branch information
1 parent
f3c897f
commit 0988105
Showing
8 changed files
with
136 additions
and
187 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
google-cloud-bigquerystorage/clirr-ignored-differences.xml
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- TODO(stephwang): To be removed after the release --> | ||
<difference> | ||
<className>com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter</className> | ||
<differenceType>7005</differenceType> | ||
<method>com.google.api.core.ApiFuture append(org.json.JSONArray, boolean)</method> | ||
<from>com.google.api.core.ApiFuture append(org.json.JSONArray, boolean)</from> | ||
<to>com.google.api.core.ApiFuture append(org.json.JSONArray, long)</to> | ||
</difference> | ||
<difference> | ||
<className>com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter</className> | ||
<differenceType>7004</differenceType> | ||
<method>com.google.api.core.ApiFuture append(org.json.JSONArray, long, boolean)</method> | ||
<from>com.google.api.core.ApiFuture append(org.json.JSONArray, long, boolean)</from> | ||
<to>com.google.api.core.ApiFuture append(org.json.JSONArray)</to> | ||
</difference> | ||
<difference> | ||
<className>com/google/cloud/bigquery/storage/v1beta2/JsonToProtoMessage</className> | ||
<differenceType>7004</differenceType> | ||
<method>com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject, boolean)</method> | ||
<from>com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject, boolean)</from> | ||
<to>com.google.protobuf.DynamicMessage convertJsonToProtoMessage(com.google.protobuf.Descriptors$Descriptor, org.json.JSONObject)</to> | ||
</difference> | ||
</differences> |
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
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
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
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
Oops, something went wrong.