Java42 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Deprecate GoogleHeaders and GoogleUrl [backwards incompatible] #660

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://javadoc.google-api-java-client.googlecode.com/hg/1.12.0-beta/com/google/a
pi/client/googleapis/GoogleHeaders.html

http://javadoc.google-api-java-client.googlecode.com/hg/1.12.0-beta/com/google/a
pi/client/googleapis/GoogleUrl.html

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

These two classes are outdated and aren't in use. We might as well just just 
deprecated them.

Original issue reported on code.google.com by yan...@google.com on 15 Nov 2012 at 9:22

GoogleCodeExporter commented 9 years ago
This introduces some backwards incompatible changes:

BatchCallback and JsonBatchCallback now pass HttpHeaders instead of 
GoogleHeaders into the callback methods.

MediaHttpUploader: getInitiationHeaders and setInitiationHeaders now use 
HttpHeaders instead of GoogleHeaders.

Original comment by yan...@google.com on 15 Nov 2012 at 9:27

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/6855044/

Original comment by yan...@google.com on 16 Nov 2012 at 1:39

GoogleCodeExporter commented 9 years ago
new: https://codereview.appspot.com/6851060/

Original comment by yan...@google.com on 16 Nov 2012 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 28 Nov 2012 at 5:07