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

Upgrade Google HTTP Client, resolving issue with Red Hat OpenShift and Quay registries #2201

Merged
merged 6 commits into from
Dec 18, 2019

Conversation

chanseokoh
Copy link
Member

With the latest Google HTTP Client, we can now set .setUseRawRedirectUrls(true).

Fixes #2106.
Fixes #1986 (comment).

Copy link
Member

@loosebazooka loosebazooka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I worry that we might have a few errors coming in saying Method not found HttpTransport#setUseRawRedirectUrls if an old version of the Google HTTP Client library is specified before jib, but I think that's okay.

Copy link
Member Author

@chanseokoh chanseokoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's very possible some users hit the "method not found" issue. But at some point, we have to make this change to resolve the Red Hat issue. I think such a "method not found" error is almost all the time when using Gradle. Probably a good idea to have a FAQ (#2183).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants