-
Notifications
You must be signed in to change notification settings - Fork 699
/
clirr-ignored-differences.xml
43 lines (42 loc) · 2.06 KB
/
clirr-ignored-differences.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>8001</differenceType>
<className>com/google/api/client/googleapis/auth/clientlogin/**</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/api/client/googleapis/apache/GoogleApacheHttpTransport</className>
</difference>
<difference>
<differenceType>7006</differenceType>
<className> com/google/api/client/googleapis/extensions/android/gms/auth/GooglePlayServicesAvailabilityIOException</className>
<method>com.google.android.gms.auth.GoogleAuthException getCause()</method>
<to>java.lang.Throwable</to>
</difference>
<difference>
<differenceType>7006</differenceType>
<className> com/google/api/client/googleapis/extensions/android/gms/auth/GooglePlayServicesAvailabilityIOException</className>
<method>java.lang.Throwable getCause()</method>
<to>com.google.android.gms.auth.GoogleAuthException</to>
</difference>
<difference>
<differenceType>7006</differenceType>
<className>com/google/api/client/googleapis/xml/atom/AtomPatchContent</className>
<method>com.google.api.client.http.xml.AbstractXmlHttpContent setMediaType(com.google.api.client.http.HttpMediaType)</method>
<to>com.google.api.client.http.AbstractHttpContent</to>
</difference>
<difference>
<differenceType>7006</differenceType>
<className>com/google/api/client/googleapis/xml/atom/AtomPatchContent</className>
<method>com.google.api.client.http.AbstractHttpContent setMediaType(com.google.api.client.http.HttpMediaType)</method>
<to>com.google.api.client.http.xml.AbstractXmlHttpContent</to>
</difference>
<!-- Deprecated OOB flow: https://github.com/googleapis/google-api-java-client/pull/2242 -->
<difference>
<differenceType>6011</differenceType>
<className>com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants</className>
<field>OOB_REDIRECT_URI</field>
</difference>
</differences>