SmartDroidDeveloper / google-api-java-client

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

Move oauth2 to oauth2.draft10 #175

Closed GoogleCodeExporter closed 9 years ago

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

http://tools.ietf.org/html/draft-ietf-oauth-v2-10
http://tools.ietf.org/html/draft-ietf-oauth-v2

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

All

Please describe the feature requested.

Lets move the OAuth 2 package to oauth2.draft10.  This will help attain 
stability of the library surface because eventually we will need to switch to a 
later draft, but continue to support users of draft 10 (at least for some 
reasonably length of time).  Since the later drafts will likely involve 
incompatible changes, the most viable approach would be to have separate 
packages for each supported draft.  Eventually when OAuth 2 is officially a 
standard we can switch back to just oauth2.

Let me know if you move any objections.  This will of course be done in a way 
backwards compatible with version 1.3 using @Deprecated.

Original issue reported on code.google.com by yan...@google.com on 12 Apr 2011 at 7:07

GoogleCodeExporter commented 9 years ago
Sounds fine, but it depends on the amount of deprecation. That is, I don't want 
any calls to oauth2.draft10 to be deprecated until oauth is final and there is 
a plain vanila oauth2 package.

Original comment by ai...@google.com on 12 Apr 2011 at 9:27

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/4401041/

Original comment by yan...@google.com on 13 Apr 2011 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 13 Apr 2011 at 3:24