Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can no longer create UrlFetchTransport since GAE SDK 1.6.6 #125

Closed
wonderfly opened this issue Jan 9, 2015 · 3 comments
Closed

Can no longer create UrlFetchTransport since GAE SDK 1.6.6 #125

wonderfly opened this issue Jan 9, 2015 · 3 comments
Assignees
Labels
priority: p0 Highest priority. Critical issue. P0 implies highest priority. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@wonderfly
Copy link
Contributor

From yan...@google.com on June 06, 2012 10:26:37

Version of google-http-java-client (e.g. 1.5.0-beta)? 1.9.0-beta Java environment (e.g. Java 6, Android 2.3, App Engine)? App Engine, starting with 1.6.6 SDK Describe the problem. Details here: http://stackoverflow.com/questions/10764671/verifyerror-after-upgrading-to-appengine-1-6-6-cannot-create-instance-of-urlfet but in summary UrlFetchTransport is unusable for local App Engine development How would you expect it to be fixed? I propose this simple fix: rename package com.google.api.client.extensions.appengine.http.urlfetch to com.google.api.client.extensions.appengine.http

This would avoid the classpath conflict, and anyway the "urlfetch" in the package name was unnecessary. We won't literally remove the com.google.api.client.extensions.appengine.http.urlfetch package, but rather deprecate it with a message to remove it in a future release.

Original issue: http://code.google.com/p/google-http-java-client/issues/detail?id=125

@wonderfly wonderfly added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. imported priority: p0 Highest priority. Critical issue. P0 implies highest priority. labels Jan 9, 2015
@wonderfly wonderfly self-assigned this Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From mlin...@google.com on June 06, 2012 12:02:23

Moved http.urlfetch.* to http.* in 214:6e0858aa32dd. Samples have to be updated to use the new UrlFetchTransport.

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on June 06, 2012 12:04:53

Should we mark the bug as fixed?

@wonderfly
Copy link
Contributor Author

From mlin...@google.com on June 06, 2012 13:26:52

Status: Fixed

@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Apr 6, 2020
clundin25 pushed a commit to clundin25/google-http-java-client that referenced this issue Aug 11, 2022
Add builder pattern to AppEngine credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p0 Highest priority. Critical issue. P0 implies highest priority. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants