Skip to content

Commit

Permalink
fix: adds exemption for clirr
Browse files Browse the repository at this point in the history
Adds exemption for new public methods created for the PITR-lite feature.
  • Loading branch information
thiagotnunes committed Sep 23, 2020
1 parent 679940e commit ba8872d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions google-cloud-spanner/clirr-ignored-differences.xml
Expand Up @@ -319,4 +319,21 @@
<className>com/google/cloud/spanner/Value</className>
<method>java.util.List getNumericArray()</method>
</difference>

<!-- Add support for PITR-lite -->
<difference>
<differenceType>7013</differenceType>
<className>com/google/cloud/spanner/BackupInfo$Builder</className>
<method>com.google.cloud.spanner.BackupInfo$Builder setCreateTime(com.google.cloud.Timestamp)</method>
</difference>
<difference>
<differenceType>7013</differenceType>
<className>com/google/cloud/spanner/BackupInfo$Builder</className>
<method>com.google.cloud.spanner.BackupInfo$Builder setVersionTime(com.google.cloud.Timestamp)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/spanner/DatabaseAdminClient</className>
<method>com.google.api.gax.longrunning.OperationFuture createBackup(java.lang.String, java.lang.String, java.lang.String, com.google.cloud.Timestamp, com.google.cloud.Timestamp)</method>
</difference>
</differences>

0 comments on commit ba8872d

Please sign in to comment.